@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap);
/*!
 * Selectr 2.4.13
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */
.selectr-container {
	position: relative;
}

.selectr-container li {
	list-style: none;
}

.selectr-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0 none;
}

.selectr-visible {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 11;
}

.selectr-desktop.multiple .selectr-visible {
	display: none;
}

.selectr-desktop.multiple.native-open .selectr-visible {
	top: 100%;
	min-height: 200px !important;
	height: auto;
	opacity: 1;
	display: block;
}

.selectr-container.multiple.selectr-mobile .selectr-selected {
	z-index: 0;
}

.selectr-selected {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	padding: 7px 28px 7px 14px;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 3px;
	background-color: #fff;
}

.selectr-selected::before {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	content: '';
	transform: rotate(0deg) translate3d(0px, -50%, 0px);
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color: #6c7a86 transparent transparent;
}

.selectr-container.open .selectr-selected::before,
.selectr-container.native-open .selectr-selected::before {
	border-width: 0 4px 4px 4px;
	border-style: solid;
	border-color: transparent transparent #6c7a86;
}

.selectr-label {
	display: none;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.selectr-placeholder {
	color: #6c7a86;
}

.selectr-tags {
	margin: 0;
	padding: 0;
	white-space: normal;
}

.has-selected .selectr-tags {
	margin: 0 0 -2px;
}

.selectr-tag {
	list-style: none;
	position: relative;
	float: left;
	padding: 2px 25px 2px 8px;
	margin: 0 2px 2px 0;
	cursor: default;
	color: #fff;
	border: medium none;
	border-radius: 10px;
	background: #acb7bf none repeat scroll 0 0;
}

.selectr-container.multiple.has-selected .selectr-selected {
	padding: 5px 28px 5px 5px;
}

.selectr-options-container {
	position: absolute;
	z-index: 10000;
	top: calc(100% - 1px);
	left: 0;
	display: none;
	box-sizing: border-box;
	width: 100%;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: transparent #999 #999;
	border-radius: 0 0 3px 3px;
	background-color: #fff;
}

.selectr-container.open .selectr-options-container {
	display: block;
}

.selectr-input-container {
	position: relative;
	display: none;
}

.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
	position: absolute;
	top: 50%;
	right: 22px;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	transform: translate3d(0px, -50%, 0px);
	border: medium none;
	background-color: transparent;
	z-index: 11;
}

.selectr-clear,
.selectr-input-clear {
	display: none;
}

.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
	display: block;
}

.selectr-selected .selectr-tag-remove {
	right: 2px;
}

.selectr-clear::before,
.selectr-clear::after,
.selectr-input-clear::before,
.selectr-input-clear::after,
.selectr-tag-remove::before,
.selectr-tag-remove::after {
	position: absolute;
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	content: ' ';
	background-color: #6c7a86;
}

.selectr-tag-remove::before,
.selectr-tag-remove::after {
	top: 4px;
	width: 3px;
	height: 12px;
	background-color: #fff;
}

.selectr-clear:before,
.selectr-input-clear::before,
.selectr-tag-remove::before {
	transform: rotate(45deg);
}

.selectr-clear:after,
.selectr-input-clear::after,
.selectr-tag-remove::after {
	transform: rotate(-45deg);
}

.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
	display: block;
}

.selectr-input {
	top: 5px;
	left: 5px;
	box-sizing: border-box;
	width: calc(100% - 30px);
	margin: 10px 15px;
	padding: 7px 30px 7px 9px;
	border: 1px solid #999;
	border-radius: 3px;
}

.selectr-notice {
	display: none;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 16px;
	border-top: 1px solid #999;
	border-radius: 0 0 3px 3px;
	background-color: #fff;
}

.selectr-container.notice .selectr-notice {
	display: block;
}

.selectr-container.notice .selectr-selected {
	border-radius: 3px 3px 0 0;
}

.selectr-options {
	position: relative;
	top: calc(100% + 2px);
	display: none;
	overflow-x: auto;
	overflow-y: scroll;
	max-height: 200px;
	margin: 0;
	padding: 0;
}

.selectr-container.open .selectr-options,
.selectr-container.open .selectr-input-container,
.selectr-container.notice .selectr-options-container {
	display: block;
}

.selectr-option {
	position: relative;
	display: block;
	padding: 5px 20px;
	list-style: outside none none;
	cursor: pointer;
	font-weight: normal;
}

.selectr-options.optgroups > .selectr-option {
	padding-left: 25px;
}

.selectr-optgroup {
	font-weight: bold;
	padding: 0;
}

.selectr-optgroup--label {
	font-weight: bold;
	margin-top: 10px;
	padding: 5px 15px;
}

.selectr-match {
	text-decoration: underline;
}

.selectr-option.selected {
	background-color: #ddd;
}

.selectr-option.active {
	color: #fff;
	background-color: #5897fb;
}

.selectr-option.disabled {
	opacity: 0.4;
}

.selectr-option.excluded {
	display: none;
}

.selectr-container.open .selectr-selected {
	border-color: #999 #999 transparent #999;
	border-radius: 3px 3px 0 0;
}

.selectr-container.open .selectr-selected::after {
	transform: rotate(180deg) translate3d(0px, 50%, 0px);
}

.selectr-disabled {
	opacity: .6;
}

.selectr-empty,
.has-selected .selectr-placeholder {
	display: none;
}

.has-selected .selectr-label {
	display: block;
}

/* TAGGABLE */
.taggable .selectr-selected {
	padding: 4px 28px 4px 4px;
}

.taggable .selectr-selected::after {
	display: table;
	content: " ";
	clear: both;
}

.taggable .selectr-label {
	width: auto;
}

.taggable .selectr-tags {
	float: left;
	display: block;
}

.taggable .selectr-placeholder {
	display: none;
}

.input-tag {
	float: left;
	min-width: 90px;
	width: auto;
}

.selectr-tag-input {
	border: medium none;
	padding: 3px 10px;
	width: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.selectr-input-container.loading::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	content: '';
	transform: translate3d(0px, -50%, 0px);
	transform-origin: 50% 0 0;
	animation: 500ms linear 0s normal forwards infinite running spin;
	border-width: 3px;
	border-style: solid;
	border-color: #aaa #ddd #ddd;
	border-radius: 50%;
}
@keyframes spin {
	0% {
		transform: rotate(0deg) translate3d(0px, -50%, 0px);
	}
	100% {
		transform: rotate(360deg) translate3d(0px, -50%, 0px);
	}
}
.selectr-container.open.inverted .selectr-selected {
	border-color: transparent #999 #999;
	border-radius: 0 0 3px 3px;
}

.selectr-container.inverted .selectr-options-container {
	border-width: 1px 1px 0;
	border-color: #999 #999 transparent;
	border-radius: 3px 3px 0 0;
	background-color: #fff;
}

.selectr-container.inverted .selectr-options-container {
	top: auto;
	bottom: calc(100% - 1px);
}

.selectr-container ::-moz-placeholder {
	color: #6c7a86;
	opacity: 1;
}

.selectr-container ::placeholder {
	color: #6c7a86;
	opacity: 1;
}
.icon-Facebook::before{content:""}.icon-Instagram::before{content:""}.icon-Linkedin::before{content:""}.icon-Twitter::before{content:""}.icon-Youtube::before{content:""}.icon-ChatMedium::before{content:""}.icon-CloseMedium::before{content:""}.icon-DocMedium::before{content:""}.icon-DownloadMedium::before{content:""}.icon-HamburgerMedium::before{content:""}.icon-InvestorsMedium::before{content:""}.icon-LoaderMedium::before{content:""}.icon-LoginMedium::before{content:""}.icon-MessagesMedium::before{content:""}.icon-MouseMedium::before{content:""}.icon-NetworkMedium::before{content:""}.icon-PartnersMedium::before{content:""}.icon-PlayMedium::before{content:""}.icon-SearchMedium::before{content:""}.icon-UserMedium::before{content:""}.icon-AcademyBig::before{content:""}.icon-BinocularsBig::before{content:""}.icon-ChatBig::before{content:""}.icon-CommunityBig::before{content:""}.icon-ContentBig::before{content:""}.icon-DocBig::before{content:""}.icon-EventBig::before{content:""}.icon-NewsBig::before{content:""}.icon-TargetBig::before{content:""}.icon-WebBig::before{content:""}.icon-ArrowDownSmall::before{content:""}.icon-ArrowLeftSmall::before{content:""}.icon-ArrowRightSmall::before{content:""}.icon-ArrowUpSmall::before{content:""}.icon-CheckSmall::before{content:""}.icon-CloseSmall::before{content:""}.icon-EyeClosedSmall::before{content:""}.icon-EyeOpenSmall::before{content:""}.icon-LoaderSmall::before{content:""}.icon-LockerSmall::before{content:""}.icon-LongArrowDownSmall::before{content:""}.icon-LongArrowRightSmall::before{content:""}.icon-SearchSmall::before{content:""}.icon-Intercom::before{content:""}.icon-Compact::before{content:""}.icon-Elite::before{content:""}.icon-EliteCertified::before{content:""}.icon-Euro::before{content:""}.icon-EuronextReverse::before{content:""}.icon-Unlocker::before{content:""}.icon-Android::before{content:""}.icon-Apple::before{content:""}.icon-TrashEmpty::before{content:""}.icon-Transfer::before{content:""}.icon-FolderOpen::before{content:""}.icon-Folder::before{content:""}.icon-FileNew::before{content:""}.icon-Download::before{content:""}.icon-three-dots::before{content:""}.icon-folder-plus::before{content:""}.icon-Twitter-X::before{content:""}.icon-svg-twitter-x{background:url(/build/website/images/twitter-x.44e1ddb1.svg) center no-repeat;background-size:cover;width:3.4rem;height:3.4rem;cursor:pointer}.icon-svg-linkedin{background:url(/build/website/images/linkedin.a09140a0.svg) center no-repeat;background-size:cover;width:3.4rem;height:3.4rem;cursor:pointer}.elite-text-color-blue{color:#009dcd !important}.elite-text-color-medium-blue{color:#66c4e0 !important}.elite-text-color-black{color:#001924 !important}.elite-text-color-white{color:#fff !important}.elite-text-color-dark-grey{color:#454d57 !important}.elite-text-color-medium-grey{color:#727981 !important}.elite-text-color-light-grey{color:#d1d2d6 !important}.elite-text-color-red{color:#fe4d6a !important}.elite-border-color-white{border-color:#fff !important}.elite-border-color-blue{border-color:#009dcd !important}.elite-border-color-dark-blue{border-color:#0077b5 !important}.elite-border-color-medium-blue{border-color:#66c4e0 !important}.elite-border-color-light-blue{border-color:#cdebf5 !important}.elite-border-color-soft-blue{border-color:#f4f7f9 !important}.elite-border-color-light-grey{border-color:#d1d2d6 !important}[class^=icomoon-],[class*=" icomoon-"]{font-family:icomoon !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icomoon-home::before{content:""}.icomoon-home2::before{content:""}.icomoon-home3::before{content:""}.icomoon-office::before{content:""}.icomoon-newspaper::before{content:""}.icomoon-pencil::before{content:""}.icomoon-pencil2::before{content:""}.icomoon-quill::before{content:""}.icomoon-pen::before{content:""}.icomoon-blog::before{content:""}.icomoon-eyedropper::before{content:""}.icomoon-droplet::before{content:""}.icomoon-paint-format::before{content:""}.icomoon-image::before{content:""}.icomoon-images::before{content:""}.icomoon-camera::before{content:""}.icomoon-headphones::before{content:""}.icomoon-music::before{content:""}.icomoon-play::before{content:""}.icomoon-film::before{content:""}.icomoon-video-camera::before{content:""}.icomoon-dice::before{content:""}.icomoon-pacman::before{content:""}.icomoon-spades::before{content:""}.icomoon-clubs::before{content:""}.icomoon-diamonds::before{content:""}.icomoon-bullhorn::before{content:""}.icomoon-connection::before{content:""}.icomoon-podcast::before{content:""}.icomoon-feed::before{content:""}.icomoon-mic::before{content:""}.icomoon-book::before{content:""}.icomoon-books::before{content:""}.icomoon-library::before{content:""}.icomoon-file-text::before{content:""}.icomoon-profile::before{content:""}.icomoon-file-empty::before{content:""}.icomoon-files-empty::before{content:""}.icomoon-file-text2::before{content:""}.icomoon-file-picture::before{content:""}.icomoon-file-music::before{content:""}.icomoon-file-play::before{content:""}.icomoon-file-video::before{content:""}.icomoon-file-zip::before{content:""}.icomoon-copy::before{content:""}.icomoon-paste::before{content:""}.icomoon-stack::before{content:""}.icomoon-folder::before{content:""}.icomoon-folder-open::before{content:""}.icomoon-folder-plus::before{content:""}.icomoon-folder-minus::before{content:""}.icomoon-folder-download::before{content:""}.icomoon-folder-upload::before{content:""}.icomoon-price-tag::before{content:""}.icomoon-price-tags::before{content:""}.icomoon-barcode::before{content:""}.icomoon-qrcode::before{content:""}.icomoon-ticket::before{content:""}.icomoon-cart::before{content:""}.icomoon-coin-dollar::before{content:""}.icomoon-coin-euro::before{content:""}.icomoon-coin-pound::before{content:""}.icomoon-coin-yen::before{content:""}.icomoon-credit-card::before{content:""}.icomoon-calculator::before{content:""}.icomoon-lifebuoy::before{content:""}.icomoon-phone::before{content:""}.icomoon-phone-hang-up::before{content:""}.icomoon-address-book::before{content:""}.icomoon-envelop::before{content:""}.icomoon-pushpin::before{content:""}.icomoon-location::before{content:""}.icomoon-location2::before{content:""}.icomoon-compass::before{content:""}.icomoon-compass2::before{content:""}.icomoon-map::before{content:""}.icomoon-map2::before{content:""}.icomoon-history::before{content:""}.icomoon-clock::before{content:""}.icomoon-clock2::before{content:""}.icomoon-alarm::before{content:""}.icomoon-bell::before{content:""}.icomoon-stopwatch::before{content:""}.icomoon-calendar::before{content:""}.icomoon-printer::before{content:""}.icomoon-keyboard::before{content:""}.icomoon-display::before{content:""}.icomoon-laptop::before{content:""}.icomoon-mobile::before{content:""}.icomoon-mobile2::before{content:""}.icomoon-tablet::before{content:""}.icomoon-tv::before{content:""}.icomoon-drawer::before{content:""}.icomoon-drawer2::before{content:""}.icomoon-box-add::before{content:""}.icomoon-box-remove::before{content:""}.icomoon-download::before{content:""}.icomoon-upload::before{content:""}.icomoon-floppy-disk::before{content:""}.icomoon-drive::before{content:""}.icomoon-database::before{content:""}.icomoon-undo::before{content:""}.icomoon-redo::before{content:""}.icomoon-undo2::before{content:""}.icomoon-redo2::before{content:""}.icomoon-forward::before{content:""}.icomoon-reply::before{content:""}.icomoon-bubble::before{content:""}.icomoon-bubbles::before{content:""}.icomoon-bubbles2::before{content:""}.icomoon-bubble2::before{content:""}.icomoon-bubbles3::before{content:""}.icomoon-bubbles4::before{content:""}.icomoon-user::before{content:""}.icomoon-users::before{content:""}.icomoon-user-plus::before{content:""}.icomoon-user-minus::before{content:""}.icomoon-user-check::before{content:""}.icomoon-user-tie::before{content:""}.icomoon-quotes-left::before{content:""}.icomoon-quotes-right::before{content:""}.icomoon-hour-glass::before{content:""}.icomoon-spinner::before{content:""}.icomoon-spinner2::before{content:""}.icomoon-spinner3::before{content:""}.icomoon-spinner4::before{content:""}.icomoon-spinner5::before{content:""}.icomoon-spinner6::before{content:""}.icomoon-spinner7::before{content:""}.icomoon-spinner8::before{content:""}.icomoon-spinner9::before{content:""}.icomoon-spinner10::before{content:""}.icomoon-spinner11::before{content:""}.icomoon-binoculars::before{content:""}.icomoon-search::before{content:""}.icomoon-zoom-in::before{content:""}.icomoon-zoom-out::before{content:""}.icomoon-enlarge::before{content:""}.icomoon-shrink::before{content:""}.icomoon-enlarge2::before{content:""}.icomoon-shrink2::before{content:""}.icomoon-key::before{content:""}.icomoon-key2::before{content:""}.icomoon-lock::before{content:""}.icomoon-unlocked::before{content:""}.icomoon-wrench::before{content:""}.icomoon-equalizer::before{content:""}.icomoon-equalizer2::before{content:""}.icomoon-cog::before{content:""}.icomoon-cogs::before{content:""}.icomoon-hammer::before{content:""}.icomoon-magic-wand::before{content:""}.icomoon-aid-kit::before{content:""}.icomoon-bug::before{content:""}.icomoon-pie-chart::before{content:""}.icomoon-stats-dots::before{content:""}.icomoon-stats-bars::before{content:""}.icomoon-stats-bars2::before{content:""}.icomoon-trophy::before{content:""}.icomoon-gift::before{content:""}.icomoon-glass::before{content:""}.icomoon-glass2::before{content:""}.icomoon-mug::before{content:""}.icomoon-spoon-knife::before{content:""}.icomoon-leaf::before{content:""}.icomoon-rocket::before{content:""}.icomoon-meter::before{content:""}.icomoon-meter2::before{content:""}.icomoon-hammer2::before{content:""}.icomoon-fire::before{content:""}.icomoon-lab::before{content:""}.icomoon-magnet::before{content:""}.icomoon-bin::before{content:""}.icomoon-bin2::before{content:""}.icomoon-briefcase::before{content:""}.icomoon-airplane::before{content:""}.icomoon-truck::before{content:""}.icomoon-road::before{content:""}.icomoon-accessibility::before{content:""}.icomoon-target::before{content:""}.icomoon-shield::before{content:""}.icomoon-power::before{content:""}.icomoon-switch::before{content:""}.icomoon-power-cord::before{content:""}.icomoon-clipboard::before{content:""}.icomoon-list-numbered::before{content:""}.icomoon-list::before{content:""}.icomoon-list2::before{content:""}.icomoon-tree::before{content:""}.icomoon-menu::before{content:""}.icomoon-menu2::before{content:""}.icomoon-menu3::before{content:""}.icomoon-menu4::before{content:""}.icomoon-cloud::before{content:""}.icomoon-cloud-download::before{content:""}.icomoon-cloud-upload::before{content:""}.icomoon-cloud-check::before{content:""}.icomoon-download2::before{content:""}.icomoon-upload2::before{content:""}.icomoon-download3::before{content:""}.icomoon-upload3::before{content:""}.icomoon-sphere::before{content:""}.icomoon-earth::before{content:""}.icomoon-link::before{content:""}.icomoon-flag::before{content:""}.icomoon-attachment::before{content:""}.icomoon-eye::before{content:""}.icomoon-eye-plus::before{content:""}.icomoon-eye-minus::before{content:""}.icomoon-eye-blocked::before{content:""}.icomoon-bookmark::before{content:""}.icomoon-bookmarks::before{content:""}.icomoon-sun::before{content:""}.icomoon-contrast::before{content:""}.icomoon-brightness-contrast::before{content:""}.icomoon-star-empty::before{content:""}.icomoon-star-half::before{content:""}.icomoon-star-full::before{content:""}.icomoon-heart::before{content:""}.icomoon-heart-broken::before{content:""}.icomoon-man::before{content:""}.icomoon-woman::before{content:""}.icomoon-man-woman::before{content:""}.icomoon-happy::before{content:""}.icomoon-happy2::before{content:""}.icomoon-smile::before{content:""}.icomoon-smile2::before{content:""}.icomoon-tongue::before{content:""}.icomoon-tongue2::before{content:""}.icomoon-sad::before{content:""}.icomoon-sad2::before{content:""}.icomoon-wink::before{content:""}.icomoon-wink2::before{content:""}.icomoon-grin::before{content:""}.icomoon-grin2::before{content:""}.icomoon-cool::before{content:""}.icomoon-cool2::before{content:""}.icomoon-angry::before{content:""}.icomoon-angry2::before{content:""}.icomoon-evil::before{content:""}.icomoon-evil2::before{content:""}.icomoon-shocked::before{content:""}.icomoon-shocked2::before{content:""}.icomoon-baffled::before{content:""}.icomoon-baffled2::before{content:""}.icomoon-confused::before{content:""}.icomoon-confused2::before{content:""}.icomoon-neutral::before{content:""}.icomoon-neutral2::before{content:""}.icomoon-hipster::before{content:""}.icomoon-hipster2::before{content:""}.icomoon-wondering::before{content:""}.icomoon-wondering2::before{content:""}.icomoon-sleepy::before{content:""}.icomoon-sleepy2::before{content:""}.icomoon-frustrated::before{content:""}.icomoon-frustrated2::before{content:""}.icomoon-crying::before{content:""}.icomoon-crying2::before{content:""}.icomoon-point-up::before{content:""}.icomoon-point-right::before{content:""}.icomoon-point-down::before{content:""}.icomoon-point-left::before{content:""}.icomoon-warning::before{content:""}.icomoon-notification::before{content:""}.icomoon-question::before{content:""}.icomoon-plus::before{content:""}.icomoon-minus::before{content:""}.icomoon-info::before{content:""}.icomoon-cancel-circle::before{content:""}.icomoon-blocked::before{content:""}.icomoon-cross::before{content:""}.icomoon-checkmark::before{content:""}.icomoon-checkmark2::before{content:""}.icomoon-spell-check::before{content:""}.icomoon-enter::before{content:""}.icomoon-exit::before{content:""}.icomoon-play2::before{content:""}.icomoon-pause::before{content:""}.icomoon-stop::before{content:""}.icomoon-previous::before{content:""}.icomoon-next::before{content:""}.icomoon-backward::before{content:""}.icomoon-forward2::before{content:""}.icomoon-play3::before{content:""}.icomoon-pause2::before{content:""}.icomoon-stop2::before{content:""}.icomoon-backward2::before{content:""}.icomoon-forward3::before{content:""}.icomoon-first::before{content:""}.icomoon-last::before{content:""}.icomoon-previous2::before{content:""}.icomoon-next2::before{content:""}.icomoon-eject::before{content:""}.icomoon-volume-high::before{content:""}.icomoon-volume-medium::before{content:""}.icomoon-volume-low::before{content:""}.icomoon-volume-mute::before{content:""}.icomoon-volume-mute2::before{content:""}.icomoon-volume-increase::before{content:""}.icomoon-volume-decrease::before{content:""}.icomoon-loop::before{content:""}.icomoon-loop2::before{content:""}.icomoon-infinite::before{content:""}.icomoon-shuffle::before{content:""}.icomoon-arrow-up-left::before{content:""}.icomoon-arrow-up::before{content:""}.icomoon-arrow-up-right::before{content:""}.icomoon-arrow-right::before{content:""}.icomoon-arrow-down-right::before{content:""}.icomoon-arrow-down::before{content:""}.icomoon-arrow-down-left::before{content:""}.icomoon-arrow-left::before{content:""}.icomoon-arrow-up-left2::before{content:""}.icomoon-arrow-up2::before{content:""}.icomoon-arrow-up-right2::before{content:""}.icomoon-arrow-right2::before{content:""}.icomoon-arrow-down-right2::before{content:""}.icomoon-arrow-down2::before{content:""}.icomoon-arrow-down-left2::before{content:""}.icomoon-arrow-left2::before{content:""}.icomoon-circle-up::before{content:""}.icomoon-circle-right::before{content:""}.icomoon-circle-down::before{content:""}.icomoon-circle-left::before{content:""}.icomoon-tab::before{content:""}.icomoon-move-up::before{content:""}.icomoon-move-down::before{content:""}.icomoon-sort-alpha-asc::before{content:""}.icomoon-sort-alpha-desc::before{content:""}.icomoon-sort-numeric-asc::before{content:""}.icomoon-sort-numberic-desc::before{content:""}.icomoon-sort-amount-asc::before{content:""}.icomoon-sort-amount-desc::before{content:""}.icomoon-command::before{content:""}.icomoon-shift::before{content:""}.icomoon-ctrl::before{content:""}.icomoon-opt::before{content:""}.icomoon-checkbox-checked::before{content:""}.icomoon-checkbox-unchecked::before{content:""}.icomoon-radio-checked::before{content:""}.icomoon-radio-checked2::before{content:""}.icomoon-radio-unchecked::before{content:""}.icomoon-crop::before{content:""}.icomoon-make-group::before{content:""}.icomoon-ungroup::before{content:""}.icomoon-scissors::before{content:""}.icomoon-filter::before{content:""}.icomoon-font::before{content:""}.icomoon-ligature::before{content:""}.icomoon-ligature2::before{content:""}.icomoon-text-height::before{content:""}.icomoon-text-width::before{content:""}.icomoon-font-size::before{content:""}.icomoon-bold::before{content:""}.icomoon-underline::before{content:""}.icomoon-italic::before{content:""}.icomoon-strikethrough::before{content:""}.icomoon-omega::before{content:""}.icomoon-sigma::before{content:""}.icomoon-page-break::before{content:""}.icomoon-superscript::before{content:""}.icomoon-subscript::before{content:""}.icomoon-superscript2::before{content:""}.icomoon-subscript2::before{content:""}.icomoon-text-color::before{content:""}.icomoon-pagebreak::before{content:""}.icomoon-clear-formatting::before{content:""}.icomoon-table::before{content:""}.icomoon-table2::before{content:""}.icomoon-insert-template::before{content:""}.icomoon-pilcrow::before{content:""}.icomoon-ltr::before{content:""}.icomoon-rtl::before{content:""}.icomoon-section::before{content:""}.icomoon-paragraph-left::before{content:""}.icomoon-paragraph-center::before{content:""}.icomoon-paragraph-right::before{content:""}.icomoon-paragraph-justify::before{content:""}.icomoon-indent-increase::before{content:""}.icomoon-indent-decrease::before{content:""}.icomoon-share::before{content:""}.icomoon-new-tab::before{content:""}.icomoon-embed::before{content:""}.icomoon-embed2::before{content:""}.icomoon-terminal::before{content:""}.icomoon-share2::before{content:""}.icomoon-mail::before{content:""}.icomoon-mail2::before{content:""}.icomoon-mail3::before{content:""}.icomoon-mail4::before{content:""}.icomoon-amazon::before{content:""}.icomoon-google::before{content:""}.icomoon-google2::before{content:""}.icomoon-google3::before{content:""}.icomoon-google-plus::before{content:""}.icomoon-google-plus2::before{content:""}.icomoon-google-plus3::before{content:""}.icomoon-hangouts::before{content:""}.icomoon-google-drive::before{content:""}.icomoon-facebook::before{content:""}.icomoon-facebook2::before{content:""}.icomoon-instagram::before{content:""}.icomoon-whatsapp::before{content:""}.icomoon-spotify::before{content:""}.icomoon-telegram::before{content:""}.icomoon-twitter::before{content:""}.icomoon-vine::before{content:""}.icomoon-vk::before{content:""}.icomoon-renren::before{content:""}.icomoon-sina-weibo::before{content:""}.icomoon-rss::before{content:""}.icomoon-rss2::before{content:""}.icomoon-youtube::before{content:""}.icomoon-youtube2::before{content:""}.icomoon-twitch::before{content:""}.icomoon-vimeo::before{content:""}.icomoon-vimeo2::before{content:""}.icomoon-lanyrd::before{content:""}.icomoon-flickr::before{content:""}.icomoon-flickr2::before{content:""}.icomoon-flickr3::before{content:""}.icomoon-flickr4::before{content:""}.icomoon-dribbble::before{content:""}.icomoon-behance::before{content:""}.icomoon-behance2::before{content:""}.icomoon-deviantart::before{content:""}.icomoon-500px::before{content:""}.icomoon-steam::before{content:""}.icomoon-steam2::before{content:""}.icomoon-dropbox::before{content:""}.icomoon-onedrive::before{content:""}.icomoon-github::before{content:""}.icomoon-npm::before{content:""}.icomoon-basecamp::before{content:""}.icomoon-trello::before{content:""}.icomoon-wordpress::before{content:""}.icomoon-joomla::before{content:""}.icomoon-ello::before{content:""}.icomoon-blogger::before{content:""}.icomoon-blogger2::before{content:""}.icomoon-tumblr::before{content:""}.icomoon-tumblr2::before{content:""}.icomoon-yahoo::before{content:""}.icomoon-yahoo2::before{content:""}.icomoon-tux::before{content:""}.icomoon-appleinc::before{content:""}.icomoon-finder::before{content:""}.icomoon-android::before{content:""}.icomoon-windows::before{content:""}.icomoon-windows8::before{content:""}.icomoon-soundcloud::before{content:""}.icomoon-soundcloud2::before{content:""}.icomoon-skype::before{content:""}.icomoon-reddit::before{content:""}.icomoon-hackernews::before{content:""}.icomoon-wikipedia::before{content:""}.icomoon-linkedin::before{content:""}.icomoon-linkedin2::before{content:""}.icomoon-lastfm::before{content:""}.icomoon-lastfm2::before{content:""}.icomoon-delicious::before{content:""}.icomoon-stumbleupon::before{content:""}.icomoon-stumbleupon2::before{content:""}.icomoon-stackoverflow::before{content:""}.icomoon-pinterest::before{content:""}.icomoon-pinterest2::before{content:""}.icomoon-xing::before{content:""}.icomoon-xing2::before{content:""}.icomoon-flattr::before{content:""}.icomoon-foursquare::before{content:""}.icomoon-yelp::before{content:""}.icomoon-paypal::before{content:""}.icomoon-chrome::before{content:""}.icomoon-firefox::before{content:""}.icomoon-IE::before{content:""}.icomoon-edge::before{content:""}.icomoon-safari::before{content:""}.icomoon-opera::before{content:""}.icomoon-file-pdf::before{content:""}.icomoon-file-openoffice::before{content:""}.icomoon-file-word::before{content:""}.icomoon-file-excel::before{content:""}.icomoon-libreoffice::before{content:""}.icomoon-html-five::before{content:""}.icomoon-html-five2::before{content:""}.icomoon-css3::before{content:""}.icomoon-git::before{content:""}.icomoon-codepen::before{content:""}.icomoon-svg::before{content:""}.icomoon-IcoMoon::before{content:""}[class^=icon-small-],[class*=" icon-small-"]{line-height:1;font-family:eliteIconfontSmall,sans-serif !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-small-Internet::before{content:""}.icon-small-Info::before{content:""}.icon-small-ArrowDown::before{content:""}.icon-small-ArrowLeft::before{content:""}.icon-small-ArrowRight::before{content:""}.icon-small-ArrowUp::before{content:""}.icon-small-Calendar::before{content:""}.icon-small-Check::before{content:""}.icon-small-Clock::before{content:""}.icon-small-Close::before{content:""}.icon-small-FolderClosed::before{content:""}.icon-small-Contact::before{content:""}.icon-small-Doc::before{content:""}.icon-small-Edit::before{content:""}.icon-small-Eye::before{content:""}.icon-small-EyeClosed::before{content:""}.icon-small-EyeOpen::before{content:""}.icon-small-Graph::before{content:""}.icon-small-Link::before{content:""}.icon-small-List::before{content:""}.icon-small-Loader::before{content:""}.icon-small-Locker::before{content:""}.icon-small-LongArrowDown::before{content:""}.icon-small-LongArrowRight::before{content:""}.icon-small-FolderOpen::before{content:""}.icon-small-Percentual::before{content:""}.icon-small-Pin::before{content:""}.icon-small-Pound::before{content:""}.icon-small-Search::before{content:""}.icon-small-Send::before{content:""}.icon-small-Settings::before{content:""}.icon-small-Sort::before{content:""}.icon-small-Users::before{content:""}html{text-rendering:optimizelegibility !important;-webkit-font-smoothing:antialiased !important}@font-face{font-family:eliteIcons;src:url(/build/website/fonts/eliteIcons.e65af154.eot) format("eot"),url(/build/website/fonts/eliteIcons.e65af154.eot) format("eot"),url(/build/website/fonts/eliteIcons.4130ee8c.ttf) format("truetype"),url(/build/website/fonts/eliteIcons.d6a90b69.woff) format("woff"),url(/build/website/images/eliteIcons.346a76c7.svg#eliteIcons) format("svg");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:icomoon;src:url(/build/website/fonts/icomoon.57b991b1.eot);src:url(/build/website/fonts/icomoon.57b991b1.eot#iefix) format("embedded-opentype"),url(/build/website/fonts/icomoon.1de4f2ab.ttf) format("truetype"),url(/build/website/fonts/icomoon.22cff3ec.woff) format("woff"),url(/build/website/images/icomoon.b293ddb6.svg#eliteIcons) format("svg");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:eliteIconfontSmall;src:url(/build/website/fonts/elite-iconfont-small.dc7dfb21.ttf) format("truetype"),url(/build/website/fonts/elite-iconfont-small.0db69764.woff) format("woff"),url(/build/website/images/elite-iconfont-small.63b10243.svg#elite-iconfont-small) format("svg");font-weight:normal;font-style:normal;font-display:swap}[class^=icon-],[class*=" icon-"]{font-family:eliteIcons,serif;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.font-weight-medium{font-weight:500}.font-weight-bold{font-weight:700}strong{font-weight:700 !important}.font-size-mega{font-size:7.1rem}.font-size-jumbo{font-size:4.9rem}.font-size-display{font-size:3.4rem}.font-size-headline{font-size:2.9rem}.font-size-title{font-size:2.3rem}.font-size-news-sub-title{font-size:1.7rem}.font-size-subheader{font-size:1.9rem}.font-size-body{font-size:1.5rem}.font-size-caption{font-size:1.3rem}.font-size-small{font-size:1rem}.font-size-headline-description{font-size:2.1rem}.font-size-headline-description-important{font-size:2.1rem !important}.font-size-xl{font-size:1.8rem}.font-size-icon-large{font-size:1.6rem}.font-size-sub-title{font-size:1.4rem}.font-size-icon{font-size:1.2rem}.font-size-medium{font-size:1.1rem}.font-size-tiny,small,.small{font-size:.9rem}.line-height-mega{line-height:7.1rem}.line-height-jumbo{line-height:4.9rem}.line-height-display{line-height:3.4rem}.line-height-display-important{line-height:3.4rem !important}.line-height-headline{line-height:2.9rem}.line-height-title{line-height:2.3rem}.line-height-news-sub-title{line-height:1.7rem}.line-height-subheader{line-height:1.9rem}.line-height-body{line-height:1.5rem}.line-height-caption{line-height:1.3rem}.line-height-small{line-height:1rem}.line-height-headline-description{line-height:2.1rem}.line-height-xl{line-height:1.8rem}.line-height-icon-large{line-height:1.6rem}.line-height-sub-title{line-height:1.4rem}.line-height-icon{line-height:1.2rem}.line-height-medium{line-height:1.1rem}.line-height-tiny{line-height:.9rem}.font-size-2-5{font-size:2.4rem}.capitalize{text-transform:capitalize}.text-dark{color:#001924 !important}.t-0{top:0rem !important}.t-1{top:1rem !important}.t-2{top:2rem !important}.t-3{top:3rem !important}.t-4{top:4rem !important}.t-5{top:5rem !important}.t-6{top:6rem !important}.t-7{top:7rem !important}.t-8{top:8rem !important}.t-9{top:9rem !important}.t-10{top:10rem !important}.r-0{right:0rem !important}.r-1{right:1rem !important}.r-2{right:2rem !important}.r-3{right:3rem !important}.r-4{right:4rem !important}.r-5{right:5rem !important}.r-6{right:6rem !important}.r-7{right:7rem !important}.r-8{right:8rem !important}.r-9{right:9rem !important}.r-10{right:10rem !important}.b-0{bottom:0rem !important}.b-1{bottom:1rem !important}.b-2{bottom:2rem !important}.b-3{bottom:3rem !important}.b-4{bottom:4rem !important}.b-5{bottom:5rem !important}.b-6{bottom:6rem !important}.b-7{bottom:7rem !important}.b-8{bottom:8rem !important}.b-9{bottom:9rem !important}.b-10{bottom:10rem !important}.l-0{left:0rem !important}.l-1{left:1rem !important}.l-2{left:2rem !important}.l-3{left:3rem !important}.l-4{left:4rem !important}.l-5{left:5rem !important}.l-6{left:6rem !important}.l-7{left:7rem !important}.l-8{left:8rem !important}.l-9{left:9rem !important}.l-10{left:10rem !important}.pointer{cursor:pointer}.d-none{display:none}.h-100{height:100%}.relative{position:relative}.text-left{text-align:left}.hidden{display:none}.elite-input:focus-within:has(input[type=radio]:focus-visible),.elite-input:focus-within:has(input[type=checkbox]:focus-visible),.elite-input a:focus-visible,a:focus-visible{outline:2px solid #00958f}#topNavigation button:focus-visible,#topNavigation a:focus-visible{outline:3px solid #00958f !important;outline-offset:-3px !important}#subMenuDesktop a:focus-visible{outline:3px solid #00958f !important}#mobileMenu a:not(.sub-link):focus-visible{outline:3px solid #fff !important;outline-offset:-3px !important}#mobileMenu a.sub-link:focus-visible{outline:2px solid #00958f !important;outline-offset:-2px !important;box-shadow:none}@media(prefers-contrast: more){*:not([style*=background-image]){background-color:#fff !important;color:#000 !important}a{color:blue important}.elite-text-color-blue{color:blue !important}.elite-text-color-medium-blue{color:blue !important}.elite-text-color-black{color:#000 !important}.elite-text-color-white{color:#fff !important}.elite-text-color-dark-grey{color:#000 !important}.elite-text-color-medium-grey{color:#000 !important}.elite-text-color-light-grey{color:#000 !important}.elite-text-color-red{color:red !important}.elite-border-color-white{border-color:#fff !important}.elite-border-color-blue{border-color:blue !important}.elite-border-color-dark-blue{border-color:blue !important}.elite-border-color-medium-blue{border-color:blue !important}.elite-border-color-light-blue{border-color:blue !important}.elite-border-color-soft-blue{border-color:blue !important}.elite-border-color-light-grey{border-color:#000 !important}}
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue: #009dcd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #fe4d6a;--bs-orange: #ffab2b;--bs-yellow: #ffc107;--bs-green: #009639;--bs-teal: #00958f;--bs-cyan: #0dcaf0;--bs-black: #001924;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #009dcd;--bs-secondary: #6c757d;--bs-success: #009639;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #fe4d6a;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 0, 157, 205;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 0, 150, 57;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 254, 77, 106;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: rgb(0, 62.8, 82);--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);--bs-success-text-emphasis: rgb(0, 60, 22.8);--bs-info-text-emphasis: rgb(5.2, 80.8, 96);--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);--bs-danger-text-emphasis: rgb(101.6, 30.8, 42.4);--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: rgb(204, 235.4, 245);--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);--bs-success-bg-subtle: rgb(204, 234, 215.4);--bs-info-bg-subtle: rgb(206.6, 244.4, 252);--bs-warning-bg-subtle: rgb(255, 242.6, 205.4);--bs-danger-bg-subtle: rgb(254.8, 219.4, 225.2);--bs-light-bg-subtle: rgb(251.5, 252, 252.5);--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: rgb(153, 215.8, 235);--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);--bs-success-border-subtle: rgb(153, 213, 175.8);--bs-info-border-subtle: rgb(158.2, 233.8, 249);--bs-warning-border-subtle: rgb(255, 230.2, 155.8);--bs-danger-border-subtle: rgb(254.6, 183.8, 195.4);--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 25, 36;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: Inter, arial, -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #001924;--bs-emphasis-color-rgb: 0, 25, 36;--bs-secondary-color: rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #009dcd;--bs-link-color-rgb: 0, 157, 205;--bs-link-decoration: underline;--bs-link-hover-color: rgb(0, 125.6, 164);--bs-link-hover-color-rgb: 0, 126, 164;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: rgb(255, 242.6, 205.4);--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 25, 36, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 25, 36, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 25, 36, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 25, 36, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 25, 36, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(0, 157, 205, 0.25);--bs-form-valid-color: #009639;--bs-form-valid-border-color: #009639;--bs-form-invalid-color: #fe4d6a;--bs-form-invalid-border-color: #fe4d6a}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: rgb(42.5, 47.5, 52.5);--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: rgb(102, 196.2, 225);--bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);--bs-success-text-emphasis: rgb(102, 192, 136.2);--bs-info-text-emphasis: rgb(109.8, 223.2, 246);--bs-warning-text-emphasis: rgb(255, 217.8, 106.2);--bs-danger-text-emphasis: rgb(254.4, 148.2, 165.6);--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: rgb(0, 31.4, 41);--bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);--bs-success-bg-subtle: rgb(0, 30, 11.4);--bs-info-bg-subtle: rgb(2.6, 40.4, 48);--bs-warning-bg-subtle: rgb(51, 38.6, 1.4);--bs-danger-bg-subtle: rgb(50.8, 15.4, 21.2);--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: rgb(26, 41.5, 50);--bs-primary-border-subtle: rgb(0, 94.2, 123);--bs-secondary-border-subtle: rgb(64.8, 70.2, 75);--bs-success-border-subtle: rgb(0, 90, 34.2);--bs-info-border-subtle: rgb(7.8, 121.2, 144);--bs-warning-border-subtle: rgb(153, 115.8, 4.2);--bs-danger-border-subtle: rgb(152.4, 46.2, 63.6);--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: rgb(102, 196.2, 225);--bs-link-hover-color: rgb(132.6, 207.96, 231);--bs-link-color-rgb: 102, 196, 225;--bs-link-hover-color-rgb: 133, 208, 231;--bs-code-color: rgb(230.4, 132.6, 181.2);--bs-highlight-color: #dee2e6;--bs-highlight-bg: rgb(102, 77.2, 2.8);--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, 0.15);--bs-form-valid-color: rgb(102, 192, 136.2);--bs-form-valid-border-color: rgb(102, 192, 136.2);--bs-form-invalid-color: rgb(254.4, 148.2, 165.6);--bs-form-invalid-border-color: rgb(254.4, 148.2, 165.6)}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}
body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,25,36,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}
h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}
h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}
h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}
h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){legend{font-size:1.5rem}}
legend{line-height:inherit}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw)}@media(min-width: 1200px){.display-1{font-size:5rem}}
.display-1{font-weight:300;line-height:1.2}.display-2{font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.display-2{font-size:4.5rem}}
.display-2{font-weight:300;line-height:1.2}.display-3{font-size:calc(1.525rem + 3.3vw)}@media(min-width: 1200px){.display-3{font-size:4rem}}
.display-3{font-weight:300;line-height:1.2}.display-4{font-size:calc(1.475rem + 2.7vw)}@media(min-width: 1200px){.display-4{font-size:3.5rem}}
.display-4{font-weight:300;line-height:1.2}.display-5{font-size:calc(1.425rem + 2.1vw)}@media(min-width: 1200px){.display-5{font-size:3rem}}
.display-5{font-weight:300;line-height:1.2}.display-6{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){.display-6{font-size:2.5rem}}
.display-6{font-weight:300;line-height:1.2}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--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: 768px){.container-sm,.container-bootstrap_xs,.container{max-width:768px}}@media(min-width: 1024px){.container-md,.container-sm,.container-bootstrap_xs,.container{max-width:960px}}@media(min-width: 1140px){.container-lg,.container-md,.container-sm,.container-bootstrap_xs,.container{max-width:1110px}}
:root{--bs-breakpoint-xs: 0;--bs-breakpoint-bootstrap_xs: 576px;--bs-breakpoint-sm: 768px;--bs-breakpoint-md: 1024px;--bs-breakpoint-lg: 1140px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.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.33333333%}.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.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 0.75rem}.g-3,.gy-3{--bs-gutter-y: 0.75rem}.g-4,.gx-4{--bs-gutter-x: 1rem}.g-4,.gy-4{--bs-gutter-y: 1rem}.g-5,.gx-5{--bs-gutter-x: 1.25rem}.g-5,.gy-5{--bs-gutter-y: 1.25rem}.g-6,.gx-6{--bs-gutter-x: 1.5rem}.g-6,.gy-6{--bs-gutter-y: 1.5rem}.g-7,.gx-7{--bs-gutter-x: 1.75rem}.g-7,.gy-7{--bs-gutter-y: 1.75rem}.g-8,.gx-8{--bs-gutter-x: 2rem}.g-8,.gy-8{--bs-gutter-y: 2rem}.g-9,.gx-9{--bs-gutter-x: 2.25rem}.g-9,.gy-9{--bs-gutter-y: 2.25rem}.g-10,.gx-10{--bs-gutter-x: 2.5rem}.g-10,.gy-10{--bs-gutter-y: 2.5rem}.g-11,.gx-11{--bs-gutter-x: 2.75rem}.g-11,.gy-11{--bs-gutter-y: 2.75rem}.g-12,.gx-12{--bs-gutter-x: 3rem}.g-12,.gy-12{--bs-gutter-y: 3rem}.g-13,.gx-13{--bs-gutter-x: 3.25rem}.g-13,.gy-13{--bs-gutter-y: 3.25rem}.g-14,.gx-14{--bs-gutter-x: 3.5rem}.g-14,.gy-14{--bs-gutter-y: 3.5rem}.g-15,.gx-15{--bs-gutter-x: 4rem}.g-15,.gy-15{--bs-gutter-y: 4rem}.g-16,.gx-16{--bs-gutter-x: 4.5rem}.g-16,.gy-16{--bs-gutter-y: 4.5rem}.g-17,.gx-17{--bs-gutter-x: 5rem}.g-17,.gy-17{--bs-gutter-y: 5rem}.g-18,.gx-18{--bs-gutter-x: 5.5rem}.g-18,.gy-18{--bs-gutter-y: 5.5rem}.g-19,.gx-19{--bs-gutter-x: 6rem}.g-19,.gy-19{--bs-gutter-y: 6rem}.g-20,.gx-20{--bs-gutter-x: 6.5rem}.g-20,.gy-20{--bs-gutter-y: 6.5rem}.g-21,.gx-21{--bs-gutter-x: 7rem}.g-21,.gy-21{--bs-gutter-y: 7rem}.g-22,.gx-22{--bs-gutter-x: 7.5rem}.g-22,.gy-22{--bs-gutter-y: 7.5rem}.g-23,.gx-23{--bs-gutter-x: 8rem}.g-23,.gy-23{--bs-gutter-y: 8rem}.g-24,.gx-24{--bs-gutter-x: 8.5rem}.g-24,.gy-24{--bs-gutter-y: 8.5rem}.g-25,.gx-25{--bs-gutter-x: 9rem}.g-25,.gy-25{--bs-gutter-y: 9rem}.g-26,.gx-26{--bs-gutter-x: 9.5rem}.g-26,.gy-26{--bs-gutter-y: 9.5rem}.g-27,.gx-27{--bs-gutter-x: 10rem}.g-27,.gy-27{--bs-gutter-y: 10rem}.g-28,.gx-28{--bs-gutter-x: 10.5rem}.g-28,.gy-28{--bs-gutter-y: 10.5rem}.g-29,.gx-29{--bs-gutter-x: 11rem}.g-29,.gy-29{--bs-gutter-y: 11rem}.g-30,.gx-30{--bs-gutter-x: 11.5rem}.g-30,.gy-30{--bs-gutter-y: 11.5rem}.g-100,.gx-100{--bs-gutter-x: 25rem}.g-100,.gy-100{--bs-gutter-y: 25rem}.g-300,.gx-300{--bs-gutter-x: 75rem}.g-300,.gy-300{--bs-gutter-y: 75rem}.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: -0.75rem}.g--3,.gy--3{--bs-gutter-y: -0.75rem}.g--4,.gx--4{--bs-gutter-x: -1rem}.g--4,.gy--4{--bs-gutter-y: -1rem}.g--5,.gx--5{--bs-gutter-x: -1.25rem}.g--5,.gy--5{--bs-gutter-y: -1.25rem}.g--6,.gx--6{--bs-gutter-x: -1.5rem}.g--6,.gy--6{--bs-gutter-y: -1.5rem}.g--7,.gx--7{--bs-gutter-x: -1.75rem}.g--7,.gy--7{--bs-gutter-y: -1.75rem}.g--8,.gx--8{--bs-gutter-x: -2rem}.g--8,.gy--8{--bs-gutter-y: -2rem}.g--9,.gx--9{--bs-gutter-x: -2.25rem}.g--9,.gy--9{--bs-gutter-y: -2.25rem}.g--10,.gx--10{--bs-gutter-x: -2.5rem}.g--10,.gy--10{--bs-gutter-y: -2.5rem}.g--11,.gx--11{--bs-gutter-x: -2.75rem}.g--11,.gy--11{--bs-gutter-y: -2.75rem}.g--12,.gx--12{--bs-gutter-x: -3rem}.g--12,.gy--12{--bs-gutter-y: -3rem}.g--13,.gx--13{--bs-gutter-x: -3.25rem}.g--13,.gy--13{--bs-gutter-y: -3.25rem}.g--14,.gx--14{--bs-gutter-x: -3.5rem}.g--14,.gy--14{--bs-gutter-y: -3.5rem}.g--15,.gx--15{--bs-gutter-x: -3.75rem}.g--15,.gy--15{--bs-gutter-y: -3.75rem}.g--16,.gx--16{--bs-gutter-x: -4rem}.g--16,.gy--16{--bs-gutter-y: -4rem}.g--17,.gx--17{--bs-gutter-x: -4.25rem}.g--17,.gy--17{--bs-gutter-y: -4.25rem}.g--18,.gx--18{--bs-gutter-x: -4.5rem}.g--18,.gy--18{--bs-gutter-y: -4.5rem}.g--19,.gx--19{--bs-gutter-x: -4.75rem}.g--19,.gy--19{--bs-gutter-y: -4.75rem}.g--20,.gx--20{--bs-gutter-x: -5rem}.g--20,.gy--20{--bs-gutter-y: -5rem}.g--21,.gx--21{--bs-gutter-x: -5.25rem}.g--21,.gy--21{--bs-gutter-y: -5.25rem}.g--22,.gx--22{--bs-gutter-x: -5.5rem}.g--22,.gy--22{--bs-gutter-y: -5.5rem}.g--23,.gx--23{--bs-gutter-x: -5.75rem}.g--23,.gy--23{--bs-gutter-y: -5.75rem}.g--24,.gx--24{--bs-gutter-x: -6rem}.g--24,.gy--24{--bs-gutter-y: -6rem}.g--40,.gx--40{--bs-gutter-x: -10rem}.g--40,.gy--40{--bs-gutter-y: -10rem}.g--48,.gx--48{--bs-gutter-x: -12rem}.g--48,.gy--48{--bs-gutter-y: -12rem}.g--82,.gx--82{--bs-gutter-x: -20.5rem}.g--82,.gy--82{--bs-gutter-y: -20.5rem}.g--98,.gx--98{--bs-gutter-x: -24.5rem}.g--98,.gy--98{--bs-gutter-y: -24.5rem}@media(min-width: 576px){.col-bootstrap_xs{flex:1 0 0%}.row-cols-bootstrap_xs-auto>*{flex:0 0 auto;width:auto}.row-cols-bootstrap_xs-1>*{flex:0 0 auto;width:100%}.row-cols-bootstrap_xs-2>*{flex:0 0 auto;width:50%}.row-cols-bootstrap_xs-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-bootstrap_xs-4>*{flex:0 0 auto;width:25%}.row-cols-bootstrap_xs-5>*{flex:0 0 auto;width:20%}.row-cols-bootstrap_xs-6>*{flex:0 0 auto;width:16.66666667%}.col-bootstrap_xs-auto{flex:0 0 auto;width:auto}.col-bootstrap_xs-1{flex:0 0 auto;width:8.33333333%}.col-bootstrap_xs-2{flex:0 0 auto;width:16.66666667%}.col-bootstrap_xs-3{flex:0 0 auto;width:25%}.col-bootstrap_xs-4{flex:0 0 auto;width:33.33333333%}.col-bootstrap_xs-5{flex:0 0 auto;width:41.66666667%}.col-bootstrap_xs-6{flex:0 0 auto;width:50%}.col-bootstrap_xs-7{flex:0 0 auto;width:58.33333333%}.col-bootstrap_xs-8{flex:0 0 auto;width:66.66666667%}.col-bootstrap_xs-9{flex:0 0 auto;width:75%}.col-bootstrap_xs-10{flex:0 0 auto;width:83.33333333%}.col-bootstrap_xs-11{flex:0 0 auto;width:91.66666667%}.col-bootstrap_xs-12{flex:0 0 auto;width:100%}.offset-bootstrap_xs-0{margin-left:0}.offset-bootstrap_xs-1{margin-left:8.33333333%}.offset-bootstrap_xs-2{margin-left:16.66666667%}.offset-bootstrap_xs-3{margin-left:25%}.offset-bootstrap_xs-4{margin-left:33.33333333%}.offset-bootstrap_xs-5{margin-left:41.66666667%}.offset-bootstrap_xs-6{margin-left:50%}.offset-bootstrap_xs-7{margin-left:58.33333333%}.offset-bootstrap_xs-8{margin-left:66.66666667%}.offset-bootstrap_xs-9{margin-left:75%}.offset-bootstrap_xs-10{margin-left:83.33333333%}.offset-bootstrap_xs-11{margin-left:91.66666667%}.g-bootstrap_xs-0,.gx-bootstrap_xs-0{--bs-gutter-x: 0}.g-bootstrap_xs-0,.gy-bootstrap_xs-0{--bs-gutter-y: 0}.g-bootstrap_xs-1,.gx-bootstrap_xs-1{--bs-gutter-x: 0.25rem}.g-bootstrap_xs-1,.gy-bootstrap_xs-1{--bs-gutter-y: 0.25rem}.g-bootstrap_xs-2,.gx-bootstrap_xs-2{--bs-gutter-x: 0.5rem}.g-bootstrap_xs-2,.gy-bootstrap_xs-2{--bs-gutter-y: 0.5rem}.g-bootstrap_xs-3,.gx-bootstrap_xs-3{--bs-gutter-x: 0.75rem}.g-bootstrap_xs-3,.gy-bootstrap_xs-3{--bs-gutter-y: 0.75rem}.g-bootstrap_xs-4,.gx-bootstrap_xs-4{--bs-gutter-x: 1rem}.g-bootstrap_xs-4,.gy-bootstrap_xs-4{--bs-gutter-y: 1rem}.g-bootstrap_xs-5,.gx-bootstrap_xs-5{--bs-gutter-x: 1.25rem}.g-bootstrap_xs-5,.gy-bootstrap_xs-5{--bs-gutter-y: 1.25rem}.g-bootstrap_xs-6,.gx-bootstrap_xs-6{--bs-gutter-x: 1.5rem}.g-bootstrap_xs-6,.gy-bootstrap_xs-6{--bs-gutter-y: 1.5rem}.g-bootstrap_xs-7,.gx-bootstrap_xs-7{--bs-gutter-x: 1.75rem}.g-bootstrap_xs-7,.gy-bootstrap_xs-7{--bs-gutter-y: 1.75rem}.g-bootstrap_xs-8,.gx-bootstrap_xs-8{--bs-gutter-x: 2rem}.g-bootstrap_xs-8,.gy-bootstrap_xs-8{--bs-gutter-y: 2rem}.g-bootstrap_xs-9,.gx-bootstrap_xs-9{--bs-gutter-x: 2.25rem}.g-bootstrap_xs-9,.gy-bootstrap_xs-9{--bs-gutter-y: 2.25rem}.g-bootstrap_xs-10,.gx-bootstrap_xs-10{--bs-gutter-x: 2.5rem}.g-bootstrap_xs-10,.gy-bootstrap_xs-10{--bs-gutter-y: 2.5rem}.g-bootstrap_xs-11,.gx-bootstrap_xs-11{--bs-gutter-x: 2.75rem}.g-bootstrap_xs-11,.gy-bootstrap_xs-11{--bs-gutter-y: 2.75rem}.g-bootstrap_xs-12,.gx-bootstrap_xs-12{--bs-gutter-x: 3rem}.g-bootstrap_xs-12,.gy-bootstrap_xs-12{--bs-gutter-y: 3rem}.g-bootstrap_xs-13,.gx-bootstrap_xs-13{--bs-gutter-x: 3.25rem}.g-bootstrap_xs-13,.gy-bootstrap_xs-13{--bs-gutter-y: 3.25rem}.g-bootstrap_xs-14,.gx-bootstrap_xs-14{--bs-gutter-x: 3.5rem}.g-bootstrap_xs-14,.gy-bootstrap_xs-14{--bs-gutter-y: 3.5rem}.g-bootstrap_xs-15,.gx-bootstrap_xs-15{--bs-gutter-x: 4rem}.g-bootstrap_xs-15,.gy-bootstrap_xs-15{--bs-gutter-y: 4rem}.g-bootstrap_xs-16,.gx-bootstrap_xs-16{--bs-gutter-x: 4.5rem}.g-bootstrap_xs-16,.gy-bootstrap_xs-16{--bs-gutter-y: 4.5rem}.g-bootstrap_xs-17,.gx-bootstrap_xs-17{--bs-gutter-x: 5rem}.g-bootstrap_xs-17,.gy-bootstrap_xs-17{--bs-gutter-y: 5rem}.g-bootstrap_xs-18,.gx-bootstrap_xs-18{--bs-gutter-x: 5.5rem}.g-bootstrap_xs-18,.gy-bootstrap_xs-18{--bs-gutter-y: 5.5rem}.g-bootstrap_xs-19,.gx-bootstrap_xs-19{--bs-gutter-x: 6rem}.g-bootstrap_xs-19,.gy-bootstrap_xs-19{--bs-gutter-y: 6rem}.g-bootstrap_xs-20,.gx-bootstrap_xs-20{--bs-gutter-x: 6.5rem}.g-bootstrap_xs-20,.gy-bootstrap_xs-20{--bs-gutter-y: 6.5rem}.g-bootstrap_xs-21,.gx-bootstrap_xs-21{--bs-gutter-x: 7rem}.g-bootstrap_xs-21,.gy-bootstrap_xs-21{--bs-gutter-y: 7rem}.g-bootstrap_xs-22,.gx-bootstrap_xs-22{--bs-gutter-x: 7.5rem}.g-bootstrap_xs-22,.gy-bootstrap_xs-22{--bs-gutter-y: 7.5rem}.g-bootstrap_xs-23,.gx-bootstrap_xs-23{--bs-gutter-x: 8rem}.g-bootstrap_xs-23,.gy-bootstrap_xs-23{--bs-gutter-y: 8rem}.g-bootstrap_xs-24,.gx-bootstrap_xs-24{--bs-gutter-x: 8.5rem}.g-bootstrap_xs-24,.gy-bootstrap_xs-24{--bs-gutter-y: 8.5rem}.g-bootstrap_xs-25,.gx-bootstrap_xs-25{--bs-gutter-x: 9rem}.g-bootstrap_xs-25,.gy-bootstrap_xs-25{--bs-gutter-y: 9rem}.g-bootstrap_xs-26,.gx-bootstrap_xs-26{--bs-gutter-x: 9.5rem}.g-bootstrap_xs-26,.gy-bootstrap_xs-26{--bs-gutter-y: 9.5rem}.g-bootstrap_xs-27,.gx-bootstrap_xs-27{--bs-gutter-x: 10rem}.g-bootstrap_xs-27,.gy-bootstrap_xs-27{--bs-gutter-y: 10rem}.g-bootstrap_xs-28,.gx-bootstrap_xs-28{--bs-gutter-x: 10.5rem}.g-bootstrap_xs-28,.gy-bootstrap_xs-28{--bs-gutter-y: 10.5rem}.g-bootstrap_xs-29,.gx-bootstrap_xs-29{--bs-gutter-x: 11rem}.g-bootstrap_xs-29,.gy-bootstrap_xs-29{--bs-gutter-y: 11rem}.g-bootstrap_xs-30,.gx-bootstrap_xs-30{--bs-gutter-x: 11.5rem}.g-bootstrap_xs-30,.gy-bootstrap_xs-30{--bs-gutter-y: 11.5rem}.g-bootstrap_xs-100,.gx-bootstrap_xs-100{--bs-gutter-x: 25rem}.g-bootstrap_xs-100,.gy-bootstrap_xs-100{--bs-gutter-y: 25rem}.g-bootstrap_xs-300,.gx-bootstrap_xs-300{--bs-gutter-x: 75rem}.g-bootstrap_xs-300,.gy-bootstrap_xs-300{--bs-gutter-y: 75rem}.g-bootstrap_xs--1,.gx-bootstrap_xs--1{--bs-gutter-x: -0.25rem}.g-bootstrap_xs--1,.gy-bootstrap_xs--1{--bs-gutter-y: -0.25rem}.g-bootstrap_xs--2,.gx-bootstrap_xs--2{--bs-gutter-x: -0.5rem}.g-bootstrap_xs--2,.gy-bootstrap_xs--2{--bs-gutter-y: -0.5rem}.g-bootstrap_xs--3,.gx-bootstrap_xs--3{--bs-gutter-x: -0.75rem}.g-bootstrap_xs--3,.gy-bootstrap_xs--3{--bs-gutter-y: -0.75rem}.g-bootstrap_xs--4,.gx-bootstrap_xs--4{--bs-gutter-x: -1rem}.g-bootstrap_xs--4,.gy-bootstrap_xs--4{--bs-gutter-y: -1rem}.g-bootstrap_xs--5,.gx-bootstrap_xs--5{--bs-gutter-x: -1.25rem}.g-bootstrap_xs--5,.gy-bootstrap_xs--5{--bs-gutter-y: -1.25rem}.g-bootstrap_xs--6,.gx-bootstrap_xs--6{--bs-gutter-x: -1.5rem}.g-bootstrap_xs--6,.gy-bootstrap_xs--6{--bs-gutter-y: -1.5rem}.g-bootstrap_xs--7,.gx-bootstrap_xs--7{--bs-gutter-x: -1.75rem}.g-bootstrap_xs--7,.gy-bootstrap_xs--7{--bs-gutter-y: -1.75rem}.g-bootstrap_xs--8,.gx-bootstrap_xs--8{--bs-gutter-x: -2rem}.g-bootstrap_xs--8,.gy-bootstrap_xs--8{--bs-gutter-y: -2rem}.g-bootstrap_xs--9,.gx-bootstrap_xs--9{--bs-gutter-x: -2.25rem}.g-bootstrap_xs--9,.gy-bootstrap_xs--9{--bs-gutter-y: -2.25rem}.g-bootstrap_xs--10,.gx-bootstrap_xs--10{--bs-gutter-x: -2.5rem}.g-bootstrap_xs--10,.gy-bootstrap_xs--10{--bs-gutter-y: -2.5rem}.g-bootstrap_xs--11,.gx-bootstrap_xs--11{--bs-gutter-x: -2.75rem}.g-bootstrap_xs--11,.gy-bootstrap_xs--11{--bs-gutter-y: -2.75rem}.g-bootstrap_xs--12,.gx-bootstrap_xs--12{--bs-gutter-x: -3rem}.g-bootstrap_xs--12,.gy-bootstrap_xs--12{--bs-gutter-y: -3rem}.g-bootstrap_xs--13,.gx-bootstrap_xs--13{--bs-gutter-x: -3.25rem}.g-bootstrap_xs--13,.gy-bootstrap_xs--13{--bs-gutter-y: -3.25rem}.g-bootstrap_xs--14,.gx-bootstrap_xs--14{--bs-gutter-x: -3.5rem}.g-bootstrap_xs--14,.gy-bootstrap_xs--14{--bs-gutter-y: -3.5rem}.g-bootstrap_xs--15,.gx-bootstrap_xs--15{--bs-gutter-x: -3.75rem}.g-bootstrap_xs--15,.gy-bootstrap_xs--15{--bs-gutter-y: -3.75rem}.g-bootstrap_xs--16,.gx-bootstrap_xs--16{--bs-gutter-x: -4rem}.g-bootstrap_xs--16,.gy-bootstrap_xs--16{--bs-gutter-y: -4rem}.g-bootstrap_xs--17,.gx-bootstrap_xs--17{--bs-gutter-x: -4.25rem}.g-bootstrap_xs--17,.gy-bootstrap_xs--17{--bs-gutter-y: -4.25rem}.g-bootstrap_xs--18,.gx-bootstrap_xs--18{--bs-gutter-x: -4.5rem}.g-bootstrap_xs--18,.gy-bootstrap_xs--18{--bs-gutter-y: -4.5rem}.g-bootstrap_xs--19,.gx-bootstrap_xs--19{--bs-gutter-x: -4.75rem}.g-bootstrap_xs--19,.gy-bootstrap_xs--19{--bs-gutter-y: -4.75rem}.g-bootstrap_xs--20,.gx-bootstrap_xs--20{--bs-gutter-x: -5rem}.g-bootstrap_xs--20,.gy-bootstrap_xs--20{--bs-gutter-y: -5rem}.g-bootstrap_xs--21,.gx-bootstrap_xs--21{--bs-gutter-x: -5.25rem}.g-bootstrap_xs--21,.gy-bootstrap_xs--21{--bs-gutter-y: -5.25rem}.g-bootstrap_xs--22,.gx-bootstrap_xs--22{--bs-gutter-x: -5.5rem}.g-bootstrap_xs--22,.gy-bootstrap_xs--22{--bs-gutter-y: -5.5rem}.g-bootstrap_xs--23,.gx-bootstrap_xs--23{--bs-gutter-x: -5.75rem}.g-bootstrap_xs--23,.gy-bootstrap_xs--23{--bs-gutter-y: -5.75rem}.g-bootstrap_xs--24,.gx-bootstrap_xs--24{--bs-gutter-x: -6rem}.g-bootstrap_xs--24,.gy-bootstrap_xs--24{--bs-gutter-y: -6rem}.g-bootstrap_xs--40,.gx-bootstrap_xs--40{--bs-gutter-x: -10rem}.g-bootstrap_xs--40,.gy-bootstrap_xs--40{--bs-gutter-y: -10rem}.g-bootstrap_xs--48,.gx-bootstrap_xs--48{--bs-gutter-x: -12rem}.g-bootstrap_xs--48,.gy-bootstrap_xs--48{--bs-gutter-y: -12rem}.g-bootstrap_xs--82,.gx-bootstrap_xs--82{--bs-gutter-x: -20.5rem}.g-bootstrap_xs--82,.gy-bootstrap_xs--82{--bs-gutter-y: -20.5rem}.g-bootstrap_xs--98,.gx-bootstrap_xs--98{--bs-gutter-x: -24.5rem}.g-bootstrap_xs--98,.gy-bootstrap_xs--98{--bs-gutter-y: -24.5rem}}@media(min-width: 768px){.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.33333333%}.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.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 0.75rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 0.75rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 1.25rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 1.25rem}.g-sm-6,.gx-sm-6{--bs-gutter-x: 1.5rem}.g-sm-6,.gy-sm-6{--bs-gutter-y: 1.5rem}.g-sm-7,.gx-sm-7{--bs-gutter-x: 1.75rem}.g-sm-7,.gy-sm-7{--bs-gutter-y: 1.75rem}.g-sm-8,.gx-sm-8{--bs-gutter-x: 2rem}.g-sm-8,.gy-sm-8{--bs-gutter-y: 2rem}.g-sm-9,.gx-sm-9{--bs-gutter-x: 2.25rem}.g-sm-9,.gy-sm-9{--bs-gutter-y: 2.25rem}.g-sm-10,.gx-sm-10{--bs-gutter-x: 2.5rem}.g-sm-10,.gy-sm-10{--bs-gutter-y: 2.5rem}.g-sm-11,.gx-sm-11{--bs-gutter-x: 2.75rem}.g-sm-11,.gy-sm-11{--bs-gutter-y: 2.75rem}.g-sm-12,.gx-sm-12{--bs-gutter-x: 3rem}.g-sm-12,.gy-sm-12{--bs-gutter-y: 3rem}.g-sm-13,.gx-sm-13{--bs-gutter-x: 3.25rem}.g-sm-13,.gy-sm-13{--bs-gutter-y: 3.25rem}.g-sm-14,.gx-sm-14{--bs-gutter-x: 3.5rem}.g-sm-14,.gy-sm-14{--bs-gutter-y: 3.5rem}.g-sm-15,.gx-sm-15{--bs-gutter-x: 4rem}.g-sm-15,.gy-sm-15{--bs-gutter-y: 4rem}.g-sm-16,.gx-sm-16{--bs-gutter-x: 4.5rem}.g-sm-16,.gy-sm-16{--bs-gutter-y: 4.5rem}.g-sm-17,.gx-sm-17{--bs-gutter-x: 5rem}.g-sm-17,.gy-sm-17{--bs-gutter-y: 5rem}.g-sm-18,.gx-sm-18{--bs-gutter-x: 5.5rem}.g-sm-18,.gy-sm-18{--bs-gutter-y: 5.5rem}.g-sm-19,.gx-sm-19{--bs-gutter-x: 6rem}.g-sm-19,.gy-sm-19{--bs-gutter-y: 6rem}.g-sm-20,.gx-sm-20{--bs-gutter-x: 6.5rem}.g-sm-20,.gy-sm-20{--bs-gutter-y: 6.5rem}.g-sm-21,.gx-sm-21{--bs-gutter-x: 7rem}.g-sm-21,.gy-sm-21{--bs-gutter-y: 7rem}.g-sm-22,.gx-sm-22{--bs-gutter-x: 7.5rem}.g-sm-22,.gy-sm-22{--bs-gutter-y: 7.5rem}.g-sm-23,.gx-sm-23{--bs-gutter-x: 8rem}.g-sm-23,.gy-sm-23{--bs-gutter-y: 8rem}.g-sm-24,.gx-sm-24{--bs-gutter-x: 8.5rem}.g-sm-24,.gy-sm-24{--bs-gutter-y: 8.5rem}.g-sm-25,.gx-sm-25{--bs-gutter-x: 9rem}.g-sm-25,.gy-sm-25{--bs-gutter-y: 9rem}.g-sm-26,.gx-sm-26{--bs-gutter-x: 9.5rem}.g-sm-26,.gy-sm-26{--bs-gutter-y: 9.5rem}.g-sm-27,.gx-sm-27{--bs-gutter-x: 10rem}.g-sm-27,.gy-sm-27{--bs-gutter-y: 10rem}.g-sm-28,.gx-sm-28{--bs-gutter-x: 10.5rem}.g-sm-28,.gy-sm-28{--bs-gutter-y: 10.5rem}.g-sm-29,.gx-sm-29{--bs-gutter-x: 11rem}.g-sm-29,.gy-sm-29{--bs-gutter-y: 11rem}.g-sm-30,.gx-sm-30{--bs-gutter-x: 11.5rem}.g-sm-30,.gy-sm-30{--bs-gutter-y: 11.5rem}.g-sm-100,.gx-sm-100{--bs-gutter-x: 25rem}.g-sm-100,.gy-sm-100{--bs-gutter-y: 25rem}.g-sm-300,.gx-sm-300{--bs-gutter-x: 75rem}.g-sm-300,.gy-sm-300{--bs-gutter-y: 75rem}.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: -0.75rem}.g-sm--3,.gy-sm--3{--bs-gutter-y: -0.75rem}.g-sm--4,.gx-sm--4{--bs-gutter-x: -1rem}.g-sm--4,.gy-sm--4{--bs-gutter-y: -1rem}.g-sm--5,.gx-sm--5{--bs-gutter-x: -1.25rem}.g-sm--5,.gy-sm--5{--bs-gutter-y: -1.25rem}.g-sm--6,.gx-sm--6{--bs-gutter-x: -1.5rem}.g-sm--6,.gy-sm--6{--bs-gutter-y: -1.5rem}.g-sm--7,.gx-sm--7{--bs-gutter-x: -1.75rem}.g-sm--7,.gy-sm--7{--bs-gutter-y: -1.75rem}.g-sm--8,.gx-sm--8{--bs-gutter-x: -2rem}.g-sm--8,.gy-sm--8{--bs-gutter-y: -2rem}.g-sm--9,.gx-sm--9{--bs-gutter-x: -2.25rem}.g-sm--9,.gy-sm--9{--bs-gutter-y: -2.25rem}.g-sm--10,.gx-sm--10{--bs-gutter-x: -2.5rem}.g-sm--10,.gy-sm--10{--bs-gutter-y: -2.5rem}.g-sm--11,.gx-sm--11{--bs-gutter-x: -2.75rem}.g-sm--11,.gy-sm--11{--bs-gutter-y: -2.75rem}.g-sm--12,.gx-sm--12{--bs-gutter-x: -3rem}.g-sm--12,.gy-sm--12{--bs-gutter-y: -3rem}.g-sm--13,.gx-sm--13{--bs-gutter-x: -3.25rem}.g-sm--13,.gy-sm--13{--bs-gutter-y: -3.25rem}.g-sm--14,.gx-sm--14{--bs-gutter-x: -3.5rem}.g-sm--14,.gy-sm--14{--bs-gutter-y: -3.5rem}.g-sm--15,.gx-sm--15{--bs-gutter-x: -3.75rem}.g-sm--15,.gy-sm--15{--bs-gutter-y: -3.75rem}.g-sm--16,.gx-sm--16{--bs-gutter-x: -4rem}.g-sm--16,.gy-sm--16{--bs-gutter-y: -4rem}.g-sm--17,.gx-sm--17{--bs-gutter-x: -4.25rem}.g-sm--17,.gy-sm--17{--bs-gutter-y: -4.25rem}.g-sm--18,.gx-sm--18{--bs-gutter-x: -4.5rem}.g-sm--18,.gy-sm--18{--bs-gutter-y: -4.5rem}.g-sm--19,.gx-sm--19{--bs-gutter-x: -4.75rem}.g-sm--19,.gy-sm--19{--bs-gutter-y: -4.75rem}.g-sm--20,.gx-sm--20{--bs-gutter-x: -5rem}.g-sm--20,.gy-sm--20{--bs-gutter-y: -5rem}.g-sm--21,.gx-sm--21{--bs-gutter-x: -5.25rem}.g-sm--21,.gy-sm--21{--bs-gutter-y: -5.25rem}.g-sm--22,.gx-sm--22{--bs-gutter-x: -5.5rem}.g-sm--22,.gy-sm--22{--bs-gutter-y: -5.5rem}.g-sm--23,.gx-sm--23{--bs-gutter-x: -5.75rem}.g-sm--23,.gy-sm--23{--bs-gutter-y: -5.75rem}.g-sm--24,.gx-sm--24{--bs-gutter-x: -6rem}.g-sm--24,.gy-sm--24{--bs-gutter-y: -6rem}.g-sm--40,.gx-sm--40{--bs-gutter-x: -10rem}.g-sm--40,.gy-sm--40{--bs-gutter-y: -10rem}.g-sm--48,.gx-sm--48{--bs-gutter-x: -12rem}.g-sm--48,.gy-sm--48{--bs-gutter-y: -12rem}.g-sm--82,.gx-sm--82{--bs-gutter-x: -20.5rem}.g-sm--82,.gy-sm--82{--bs-gutter-y: -20.5rem}.g-sm--98,.gx-sm--98{--bs-gutter-x: -24.5rem}.g-sm--98,.gy-sm--98{--bs-gutter-y: -24.5rem}}@media(min-width: 1024px){.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.33333333%}.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.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 0.75rem}.g-md-3,.gy-md-3{--bs-gutter-y: 0.75rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1rem}.g-md-5,.gx-md-5{--bs-gutter-x: 1.25rem}.g-md-5,.gy-md-5{--bs-gutter-y: 1.25rem}.g-md-6,.gx-md-6{--bs-gutter-x: 1.5rem}.g-md-6,.gy-md-6{--bs-gutter-y: 1.5rem}.g-md-7,.gx-md-7{--bs-gutter-x: 1.75rem}.g-md-7,.gy-md-7{--bs-gutter-y: 1.75rem}.g-md-8,.gx-md-8{--bs-gutter-x: 2rem}.g-md-8,.gy-md-8{--bs-gutter-y: 2rem}.g-md-9,.gx-md-9{--bs-gutter-x: 2.25rem}.g-md-9,.gy-md-9{--bs-gutter-y: 2.25rem}.g-md-10,.gx-md-10{--bs-gutter-x: 2.5rem}.g-md-10,.gy-md-10{--bs-gutter-y: 2.5rem}.g-md-11,.gx-md-11{--bs-gutter-x: 2.75rem}.g-md-11,.gy-md-11{--bs-gutter-y: 2.75rem}.g-md-12,.gx-md-12{--bs-gutter-x: 3rem}.g-md-12,.gy-md-12{--bs-gutter-y: 3rem}.g-md-13,.gx-md-13{--bs-gutter-x: 3.25rem}.g-md-13,.gy-md-13{--bs-gutter-y: 3.25rem}.g-md-14,.gx-md-14{--bs-gutter-x: 3.5rem}.g-md-14,.gy-md-14{--bs-gutter-y: 3.5rem}.g-md-15,.gx-md-15{--bs-gutter-x: 4rem}.g-md-15,.gy-md-15{--bs-gutter-y: 4rem}.g-md-16,.gx-md-16{--bs-gutter-x: 4.5rem}.g-md-16,.gy-md-16{--bs-gutter-y: 4.5rem}.g-md-17,.gx-md-17{--bs-gutter-x: 5rem}.g-md-17,.gy-md-17{--bs-gutter-y: 5rem}.g-md-18,.gx-md-18{--bs-gutter-x: 5.5rem}.g-md-18,.gy-md-18{--bs-gutter-y: 5.5rem}.g-md-19,.gx-md-19{--bs-gutter-x: 6rem}.g-md-19,.gy-md-19{--bs-gutter-y: 6rem}.g-md-20,.gx-md-20{--bs-gutter-x: 6.5rem}.g-md-20,.gy-md-20{--bs-gutter-y: 6.5rem}.g-md-21,.gx-md-21{--bs-gutter-x: 7rem}.g-md-21,.gy-md-21{--bs-gutter-y: 7rem}.g-md-22,.gx-md-22{--bs-gutter-x: 7.5rem}.g-md-22,.gy-md-22{--bs-gutter-y: 7.5rem}.g-md-23,.gx-md-23{--bs-gutter-x: 8rem}.g-md-23,.gy-md-23{--bs-gutter-y: 8rem}.g-md-24,.gx-md-24{--bs-gutter-x: 8.5rem}.g-md-24,.gy-md-24{--bs-gutter-y: 8.5rem}.g-md-25,.gx-md-25{--bs-gutter-x: 9rem}.g-md-25,.gy-md-25{--bs-gutter-y: 9rem}.g-md-26,.gx-md-26{--bs-gutter-x: 9.5rem}.g-md-26,.gy-md-26{--bs-gutter-y: 9.5rem}.g-md-27,.gx-md-27{--bs-gutter-x: 10rem}.g-md-27,.gy-md-27{--bs-gutter-y: 10rem}.g-md-28,.gx-md-28{--bs-gutter-x: 10.5rem}.g-md-28,.gy-md-28{--bs-gutter-y: 10.5rem}.g-md-29,.gx-md-29{--bs-gutter-x: 11rem}.g-md-29,.gy-md-29{--bs-gutter-y: 11rem}.g-md-30,.gx-md-30{--bs-gutter-x: 11.5rem}.g-md-30,.gy-md-30{--bs-gutter-y: 11.5rem}.g-md-100,.gx-md-100{--bs-gutter-x: 25rem}.g-md-100,.gy-md-100{--bs-gutter-y: 25rem}.g-md-300,.gx-md-300{--bs-gutter-x: 75rem}.g-md-300,.gy-md-300{--bs-gutter-y: 75rem}.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: -0.75rem}.g-md--3,.gy-md--3{--bs-gutter-y: -0.75rem}.g-md--4,.gx-md--4{--bs-gutter-x: -1rem}.g-md--4,.gy-md--4{--bs-gutter-y: -1rem}.g-md--5,.gx-md--5{--bs-gutter-x: -1.25rem}.g-md--5,.gy-md--5{--bs-gutter-y: -1.25rem}.g-md--6,.gx-md--6{--bs-gutter-x: -1.5rem}.g-md--6,.gy-md--6{--bs-gutter-y: -1.5rem}.g-md--7,.gx-md--7{--bs-gutter-x: -1.75rem}.g-md--7,.gy-md--7{--bs-gutter-y: -1.75rem}.g-md--8,.gx-md--8{--bs-gutter-x: -2rem}.g-md--8,.gy-md--8{--bs-gutter-y: -2rem}.g-md--9,.gx-md--9{--bs-gutter-x: -2.25rem}.g-md--9,.gy-md--9{--bs-gutter-y: -2.25rem}.g-md--10,.gx-md--10{--bs-gutter-x: -2.5rem}.g-md--10,.gy-md--10{--bs-gutter-y: -2.5rem}.g-md--11,.gx-md--11{--bs-gutter-x: -2.75rem}.g-md--11,.gy-md--11{--bs-gutter-y: -2.75rem}.g-md--12,.gx-md--12{--bs-gutter-x: -3rem}.g-md--12,.gy-md--12{--bs-gutter-y: -3rem}.g-md--13,.gx-md--13{--bs-gutter-x: -3.25rem}.g-md--13,.gy-md--13{--bs-gutter-y: -3.25rem}.g-md--14,.gx-md--14{--bs-gutter-x: -3.5rem}.g-md--14,.gy-md--14{--bs-gutter-y: -3.5rem}.g-md--15,.gx-md--15{--bs-gutter-x: -3.75rem}.g-md--15,.gy-md--15{--bs-gutter-y: -3.75rem}.g-md--16,.gx-md--16{--bs-gutter-x: -4rem}.g-md--16,.gy-md--16{--bs-gutter-y: -4rem}.g-md--17,.gx-md--17{--bs-gutter-x: -4.25rem}.g-md--17,.gy-md--17{--bs-gutter-y: -4.25rem}.g-md--18,.gx-md--18{--bs-gutter-x: -4.5rem}.g-md--18,.gy-md--18{--bs-gutter-y: -4.5rem}.g-md--19,.gx-md--19{--bs-gutter-x: -4.75rem}.g-md--19,.gy-md--19{--bs-gutter-y: -4.75rem}.g-md--20,.gx-md--20{--bs-gutter-x: -5rem}.g-md--20,.gy-md--20{--bs-gutter-y: -5rem}.g-md--21,.gx-md--21{--bs-gutter-x: -5.25rem}.g-md--21,.gy-md--21{--bs-gutter-y: -5.25rem}.g-md--22,.gx-md--22{--bs-gutter-x: -5.5rem}.g-md--22,.gy-md--22{--bs-gutter-y: -5.5rem}.g-md--23,.gx-md--23{--bs-gutter-x: -5.75rem}.g-md--23,.gy-md--23{--bs-gutter-y: -5.75rem}.g-md--24,.gx-md--24{--bs-gutter-x: -6rem}.g-md--24,.gy-md--24{--bs-gutter-y: -6rem}.g-md--40,.gx-md--40{--bs-gutter-x: -10rem}.g-md--40,.gy-md--40{--bs-gutter-y: -10rem}.g-md--48,.gx-md--48{--bs-gutter-x: -12rem}.g-md--48,.gy-md--48{--bs-gutter-y: -12rem}.g-md--82,.gx-md--82{--bs-gutter-x: -20.5rem}.g-md--82,.gy-md--82{--bs-gutter-y: -20.5rem}.g-md--98,.gx-md--98{--bs-gutter-x: -24.5rem}.g-md--98,.gy-md--98{--bs-gutter-y: -24.5rem}}@media(min-width: 1140px){.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.33333333%}.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.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 0.75rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 0.75rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 1.25rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 1.25rem}.g-lg-6,.gx-lg-6{--bs-gutter-x: 1.5rem}.g-lg-6,.gy-lg-6{--bs-gutter-y: 1.5rem}.g-lg-7,.gx-lg-7{--bs-gutter-x: 1.75rem}.g-lg-7,.gy-lg-7{--bs-gutter-y: 1.75rem}.g-lg-8,.gx-lg-8{--bs-gutter-x: 2rem}.g-lg-8,.gy-lg-8{--bs-gutter-y: 2rem}.g-lg-9,.gx-lg-9{--bs-gutter-x: 2.25rem}.g-lg-9,.gy-lg-9{--bs-gutter-y: 2.25rem}.g-lg-10,.gx-lg-10{--bs-gutter-x: 2.5rem}.g-lg-10,.gy-lg-10{--bs-gutter-y: 2.5rem}.g-lg-11,.gx-lg-11{--bs-gutter-x: 2.75rem}.g-lg-11,.gy-lg-11{--bs-gutter-y: 2.75rem}.g-lg-12,.gx-lg-12{--bs-gutter-x: 3rem}.g-lg-12,.gy-lg-12{--bs-gutter-y: 3rem}.g-lg-13,.gx-lg-13{--bs-gutter-x: 3.25rem}.g-lg-13,.gy-lg-13{--bs-gutter-y: 3.25rem}.g-lg-14,.gx-lg-14{--bs-gutter-x: 3.5rem}.g-lg-14,.gy-lg-14{--bs-gutter-y: 3.5rem}.g-lg-15,.gx-lg-15{--bs-gutter-x: 4rem}.g-lg-15,.gy-lg-15{--bs-gutter-y: 4rem}.g-lg-16,.gx-lg-16{--bs-gutter-x: 4.5rem}.g-lg-16,.gy-lg-16{--bs-gutter-y: 4.5rem}.g-lg-17,.gx-lg-17{--bs-gutter-x: 5rem}.g-lg-17,.gy-lg-17{--bs-gutter-y: 5rem}.g-lg-18,.gx-lg-18{--bs-gutter-x: 5.5rem}.g-lg-18,.gy-lg-18{--bs-gutter-y: 5.5rem}.g-lg-19,.gx-lg-19{--bs-gutter-x: 6rem}.g-lg-19,.gy-lg-19{--bs-gutter-y: 6rem}.g-lg-20,.gx-lg-20{--bs-gutter-x: 6.5rem}.g-lg-20,.gy-lg-20{--bs-gutter-y: 6.5rem}.g-lg-21,.gx-lg-21{--bs-gutter-x: 7rem}.g-lg-21,.gy-lg-21{--bs-gutter-y: 7rem}.g-lg-22,.gx-lg-22{--bs-gutter-x: 7.5rem}.g-lg-22,.gy-lg-22{--bs-gutter-y: 7.5rem}.g-lg-23,.gx-lg-23{--bs-gutter-x: 8rem}.g-lg-23,.gy-lg-23{--bs-gutter-y: 8rem}.g-lg-24,.gx-lg-24{--bs-gutter-x: 8.5rem}.g-lg-24,.gy-lg-24{--bs-gutter-y: 8.5rem}.g-lg-25,.gx-lg-25{--bs-gutter-x: 9rem}.g-lg-25,.gy-lg-25{--bs-gutter-y: 9rem}.g-lg-26,.gx-lg-26{--bs-gutter-x: 9.5rem}.g-lg-26,.gy-lg-26{--bs-gutter-y: 9.5rem}.g-lg-27,.gx-lg-27{--bs-gutter-x: 10rem}.g-lg-27,.gy-lg-27{--bs-gutter-y: 10rem}.g-lg-28,.gx-lg-28{--bs-gutter-x: 10.5rem}.g-lg-28,.gy-lg-28{--bs-gutter-y: 10.5rem}.g-lg-29,.gx-lg-29{--bs-gutter-x: 11rem}.g-lg-29,.gy-lg-29{--bs-gutter-y: 11rem}.g-lg-30,.gx-lg-30{--bs-gutter-x: 11.5rem}.g-lg-30,.gy-lg-30{--bs-gutter-y: 11.5rem}.g-lg-100,.gx-lg-100{--bs-gutter-x: 25rem}.g-lg-100,.gy-lg-100{--bs-gutter-y: 25rem}.g-lg-300,.gx-lg-300{--bs-gutter-x: 75rem}.g-lg-300,.gy-lg-300{--bs-gutter-y: 75rem}.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: -0.75rem}.g-lg--3,.gy-lg--3{--bs-gutter-y: -0.75rem}.g-lg--4,.gx-lg--4{--bs-gutter-x: -1rem}.g-lg--4,.gy-lg--4{--bs-gutter-y: -1rem}.g-lg--5,.gx-lg--5{--bs-gutter-x: -1.25rem}.g-lg--5,.gy-lg--5{--bs-gutter-y: -1.25rem}.g-lg--6,.gx-lg--6{--bs-gutter-x: -1.5rem}.g-lg--6,.gy-lg--6{--bs-gutter-y: -1.5rem}.g-lg--7,.gx-lg--7{--bs-gutter-x: -1.75rem}.g-lg--7,.gy-lg--7{--bs-gutter-y: -1.75rem}.g-lg--8,.gx-lg--8{--bs-gutter-x: -2rem}.g-lg--8,.gy-lg--8{--bs-gutter-y: -2rem}.g-lg--9,.gx-lg--9{--bs-gutter-x: -2.25rem}.g-lg--9,.gy-lg--9{--bs-gutter-y: -2.25rem}.g-lg--10,.gx-lg--10{--bs-gutter-x: -2.5rem}.g-lg--10,.gy-lg--10{--bs-gutter-y: -2.5rem}.g-lg--11,.gx-lg--11{--bs-gutter-x: -2.75rem}.g-lg--11,.gy-lg--11{--bs-gutter-y: -2.75rem}.g-lg--12,.gx-lg--12{--bs-gutter-x: -3rem}.g-lg--12,.gy-lg--12{--bs-gutter-y: -3rem}.g-lg--13,.gx-lg--13{--bs-gutter-x: -3.25rem}.g-lg--13,.gy-lg--13{--bs-gutter-y: -3.25rem}.g-lg--14,.gx-lg--14{--bs-gutter-x: -3.5rem}.g-lg--14,.gy-lg--14{--bs-gutter-y: -3.5rem}.g-lg--15,.gx-lg--15{--bs-gutter-x: -3.75rem}.g-lg--15,.gy-lg--15{--bs-gutter-y: -3.75rem}.g-lg--16,.gx-lg--16{--bs-gutter-x: -4rem}.g-lg--16,.gy-lg--16{--bs-gutter-y: -4rem}.g-lg--17,.gx-lg--17{--bs-gutter-x: -4.25rem}.g-lg--17,.gy-lg--17{--bs-gutter-y: -4.25rem}.g-lg--18,.gx-lg--18{--bs-gutter-x: -4.5rem}.g-lg--18,.gy-lg--18{--bs-gutter-y: -4.5rem}.g-lg--19,.gx-lg--19{--bs-gutter-x: -4.75rem}.g-lg--19,.gy-lg--19{--bs-gutter-y: -4.75rem}.g-lg--20,.gx-lg--20{--bs-gutter-x: -5rem}.g-lg--20,.gy-lg--20{--bs-gutter-y: -5rem}.g-lg--21,.gx-lg--21{--bs-gutter-x: -5.25rem}.g-lg--21,.gy-lg--21{--bs-gutter-y: -5.25rem}.g-lg--22,.gx-lg--22{--bs-gutter-x: -5.5rem}.g-lg--22,.gy-lg--22{--bs-gutter-y: -5.5rem}.g-lg--23,.gx-lg--23{--bs-gutter-x: -5.75rem}.g-lg--23,.gy-lg--23{--bs-gutter-y: -5.75rem}.g-lg--24,.gx-lg--24{--bs-gutter-x: -6rem}.g-lg--24,.gy-lg--24{--bs-gutter-y: -6rem}.g-lg--40,.gx-lg--40{--bs-gutter-x: -10rem}.g-lg--40,.gy-lg--40{--bs-gutter-y: -10rem}.g-lg--48,.gx-lg--48{--bs-gutter-x: -12rem}.g-lg--48,.gy-lg--48{--bs-gutter-y: -12rem}.g-lg--82,.gx-lg--82{--bs-gutter-x: -20.5rem}.g-lg--82,.gy-lg--82{--bs-gutter-y: -20.5rem}.g-lg--98,.gx-lg--98{--bs-gutter-x: -24.5rem}.g-lg--98,.gy-lg--98{--bs-gutter-y: -24.5rem}}
.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #001924;--bs-table-bg: rgb(204, 235.4, 245);--bs-table-border-color: rgb(163.2, 193.32, 203.2);--bs-table-striped-bg: rgb(193.8, 224.88, 234.55);--bs-table-striped-color: #001924;--bs-table-active-bg: rgb(183.6, 214.36, 224.1);--bs-table-active-color: #001924;--bs-table-hover-bg: rgb(188.7, 219.62, 229.325);--bs-table-hover-color: #001924;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #001924;--bs-table-bg: rgb(225.6, 227.4, 229);--bs-table-border-color: rgb(180.48, 186.92, 190.4);--bs-table-striped-bg: rgb(214.32, 217.28, 219.35);--bs-table-striped-color: #001924;--bs-table-active-bg: rgb(203.04, 207.16, 209.7);--bs-table-active-color: #001924;--bs-table-hover-bg: rgb(208.68, 212.22, 214.525);--bs-table-hover-color: #001924;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #001924;--bs-table-bg: rgb(204, 234, 215.4);--bs-table-border-color: rgb(163.2, 192.2, 179.52);--bs-table-striped-bg: rgb(193.8, 223.55, 206.43);--bs-table-striped-color: #001924;--bs-table-active-bg: rgb(183.6, 213.1, 197.46);--bs-table-active-color: #001924;--bs-table-hover-bg: rgb(188.7, 218.325, 201.945);--bs-table-hover-color: #001924;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #001924;--bs-table-bg: rgb(206.6, 244.4, 252);--bs-table-border-color: rgb(165.28, 200.52, 208.8);--bs-table-striped-bg: rgb(196.27, 233.43, 241.2);--bs-table-striped-color: #001924;--bs-table-active-bg: rgb(185.94, 222.46, 230.4);--bs-table-active-color: #001924;--bs-table-hover-bg: rgb(191.105, 227.945, 235.8);--bs-table-hover-color: #001924;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #001924;--bs-table-bg: rgb(255, 242.6, 205.4);--bs-table-border-color: rgb(204, 199.08, 171.52);--bs-table-striped-bg: rgb(242.25, 231.72, 196.93);--bs-table-striped-color: #001924;--bs-table-active-bg: rgb(229.5, 220.84, 188.46);--bs-table-active-color: #001924;--bs-table-hover-bg: rgb(235.875, 226.28, 192.695);--bs-table-hover-color: #001924;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #001924;--bs-table-bg: rgb(254.8, 219.4, 225.2);--bs-table-border-color: rgb(203.84, 180.52, 187.36);--bs-table-striped-bg: rgb(242.06, 209.68, 215.74);--bs-table-striped-color: #001924;--bs-table-active-bg: rgb(229.32, 199.96, 206.28);--bs-table-active-color: #001924;--bs-table-hover-bg: rgb(235.69, 204.82, 211.01);--bs-table-hover-color: #001924;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #001924;--bs-table-bg: #f8f9fa;--bs-table-border-color: rgb(198.4, 204.2, 207.2);--bs-table-striped-bg: rgb(235.6, 237.8, 239.3);--bs-table-striped-color: #001924;--bs-table-active-bg: rgb(223.2, 226.6, 228.6);--bs-table-active-color: #001924;--bs-table-hover-bg: rgb(229.4, 232.2, 233.95);--bs-table-hover-color: #001924;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: rgb(77.4, 80.6, 83.8);--bs-table-striped-bg: rgb(44.1, 47.9, 51.7);--bs-table-striped-color: #fff;--bs-table-active-bg: rgb(55.2, 58.8, 62.4);--bs-table-active-color: #fff;--bs-table-hover-bg: rgb(49.65, 53.35, 57.05);--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width: 575.98px){.table-responsive-bootstrap_xs{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 767.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1023.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1139.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}
.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.375rem + var(--bs-border-width));padding-bottom:calc(0.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + var(--bs-border-width));padding-bottom:calc(0.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + var(--bs-border-width));padding-bottom:calc(0.25rem + var(--bs-border-width));font-size:0.875rem}.form-text{margin-top:.25rem;font-size:0.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}
.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:rgb(127.5,206,230);outline:0;box-shadow:0 0 0 .25rem rgba(0,157,205,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::-moz-placeholder{color:var(--bs-secondary-color);opacity:1}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:.2s}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}
.form-select:focus{border-color:rgb(127.5,206,230);outline:0;box-shadow:0 0 0 .25rem rgba(0,157,205,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:rgb(127.5,206,230);outline:0;box-shadow:0 0 0 .25rem rgba(0,157,205,.25)}.form-check-input:checked{background-color:#009dcd;border-color:#009dcd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#009dcd;border-color:#009dcd;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 25, 36, 0.25%29%27/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}
.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgb%28127.5, 206, 230%29%27/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check[disabled]+.elite-news-download-button,.btn-check:disabled+.btn,.btn-check:disabled+.elite-news-download-button{pointer-events:none;filter:none;opacity:1}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0)}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(0,157,205,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(0,157,205,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;-webkit-appearance:none;appearance:none;background-color:#009dcd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}
.form-range::-webkit-slider-thumb:active{background-color:rgb(178.5,225.6,240)}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;-moz-appearance:none;appearance:none;background-color:#009dcd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}
.form-range::-moz-range-thumb:active{background-color:rgb(178.5,225.6,240)}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid rgba(0,0,0,0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}
.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder, .form-floating>.form-control-plaintext::-moz-placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:not(:-moz-placeholder-shown), .form-floating>.form-control-plaintext:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:not(:-moz-placeholder-shown)~label::after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-control-plaintext~label::after,.form-floating>.form-select~label::after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.form-floating>:disabled~label::after,.form-floating>.form-control:disabled~label::after{background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn,.input-group .elite-news-download-button{position:relative;z-index:2}.input-group .btn:focus,.input-group .elite-news-download-button:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn,.input-group-lg>.elite-news-download-button{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn,.input-group-sm>.elite-news-download-button{padding:.25rem .5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width)*-1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23009639%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23009639%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23fe4d6a%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23fe4d6a%27 stroke=%27none%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23fe4d6a%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23fe4d6a%27 stroke=%27none%27/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn,.elite-news-download-button{--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: 0;--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 25, 36, 0.075);--bs-btn-disabled-opacity: 1;--bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:.2s}@media(prefers-reduced-motion: reduce){.btn,.elite-news-download-button{transition:none}}
.btn:hover,.elite-news-download-button:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover,.btn-check+.elite-news-download-button:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible,.elite-news-download-button:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn,.btn-check:focus-visible+.elite-news-download-button{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn-check:checked+.elite-news-download-button,:not(.btn-check)+.btn:active,:not(.btn-check)+.elite-news-download-button:active,.btn:first-child:active,.elite-news-download-button:first-child:active,.btn.active,.active.elite-news-download-button,.btn.show,.show.elite-news-download-button{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn-check:checked+.elite-news-download-button:focus-visible,:not(.btn-check)+.btn:active:focus-visible,:not(.btn-check)+.elite-news-download-button:active:focus-visible,.btn:first-child:active:focus-visible,.elite-news-download-button:first-child:active:focus-visible,.btn.active:focus-visible,.active.elite-news-download-button:focus-visible,.btn.show:focus-visible,.show.elite-news-download-button:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn,.btn-check:checked:focus-visible+.elite-news-download-button{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.elite-news-download-button:disabled,.btn.disabled,.disabled.elite-news-download-button,fieldset:disabled .btn,fieldset:disabled .elite-news-download-button{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary,.elite-news-download-button{--bs-btn-color: #001924;--bs-btn-bg: #009dcd;--bs-btn-border-color: #009dcd;--bs-btn-hover-color: #001924;--bs-btn-hover-bg: rgb(38.25, 171.7, 212.5);--bs-btn-hover-border-color: rgb(25.5, 166.8, 210);--bs-btn-focus-shadow-rgb: 0, 137, 180;--bs-btn-active-color: #001924;--bs-btn-active-bg: rgb(51, 176.6, 215);--bs-btn-active-border-color: rgb(25.5, 166.8, 210);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #001924;--bs-btn-disabled-bg: #009dcd;--bs-btn-disabled-border-color: #009dcd}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);--bs-btn-hover-border-color: rgb(86.4, 93.6, 100);--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(86.4, 93.6, 100);--bs-btn-active-border-color: rgb(81, 87.75, 93.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #001924;--bs-btn-bg: #009639;--bs-btn-border-color: #009639;--bs-btn-hover-color: #001924;--bs-btn-hover-bg: rgb(38.25, 165.75, 86.7);--bs-btn-hover-border-color: rgb(25.5, 160.5, 76.8);--bs-btn-focus-shadow-rgb: 0, 131, 54;--bs-btn-active-color: #001924;--bs-btn-active-bg: rgb(51, 171, 96.6);--bs-btn-active-border-color: rgb(25.5, 160.5, 76.8);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #001924;--bs-btn-disabled-bg: #009639;--bs-btn-disabled-border-color: #009639}.btn-info{--bs-btn-color: #001924;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #001924;--bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);--bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);--bs-btn-focus-shadow-rgb: 11, 175, 209;--bs-btn-active-color: #001924;--bs-btn-active-bg: rgb(61.4, 212.6, 243);--bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #001924;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #001924;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #001924;--bs-btn-hover-bg: rgb(255, 202.3, 44.2);--bs-btn-hover-border-color: rgb(255, 199.2, 31.8);--bs-btn-focus-shadow-rgb: 217, 168, 11;--bs-btn-active-color: #001924;--bs-btn-active-bg: rgb(255, 205.4, 56.6);--bs-btn-active-border-color: rgb(255, 199.2, 31.8);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #001924;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #001924;--bs-btn-bg: #fe4d6a;--bs-btn-border-color: #fe4d6a;--bs-btn-hover-color: #001924;--bs-btn-hover-bg: rgb(254.15, 103.7, 128.35);--bs-btn-hover-border-color: rgb(254.1, 94.8, 120.9);--bs-btn-focus-shadow-rgb: 216, 69, 96;--bs-btn-active-color: #001924;--bs-btn-active-bg: rgb(254.2, 112.6, 135.8);--bs-btn-active-border-color: rgb(254.1, 94.8, 120.9);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #001924;--bs-btn-disabled-bg: #fe4d6a;--bs-btn-disabled-border-color: #fe4d6a}.btn-light{--bs-btn-color: #001924;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #001924;--bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);--bs-btn-hover-border-color: rgb(198.4, 199.2, 200);--bs-btn-focus-shadow-rgb: 211, 215, 218;--bs-btn-active-color: #001924;--bs-btn-active-bg: rgb(198.4, 199.2, 200);--bs-btn-active-border-color: rgb(186, 186.75, 187.5);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #001924;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);--bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(77.4, 80.6, 83.8);--bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #009dcd;--bs-btn-border-color: #009dcd;--bs-btn-hover-color: #001924;--bs-btn-hover-bg: #009dcd;--bs-btn-hover-border-color: #009dcd;--bs-btn-focus-shadow-rgb: 0, 157, 205;--bs-btn-active-color: #001924;--bs-btn-active-bg: #009dcd;--bs-btn-active-border-color: #009dcd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #009dcd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #009dcd;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #009639;--bs-btn-border-color: #009639;--bs-btn-hover-color: #001924;--bs-btn-hover-bg: #009639;--bs-btn-hover-border-color: #009639;--bs-btn-focus-shadow-rgb: 0, 150, 57;--bs-btn-active-color: #001924;--bs-btn-active-bg: #009639;--bs-btn-active-border-color: #009639;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #009639;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #009639;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #001924;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #001924;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #001924;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #001924;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #fe4d6a;--bs-btn-border-color: #fe4d6a;--bs-btn-hover-color: #001924;--bs-btn-hover-bg: #fe4d6a;--bs-btn-hover-border-color: #fe4d6a;--bs-btn-focus-shadow-rgb: 254, 77, 106;--bs-btn-active-color: #001924;--bs-btn-active-bg: #fe4d6a;--bs-btn-active-border-color: #fe4d6a;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #fe4d6a;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #fe4d6a;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #001924;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #001924;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 25, 36, 0.125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 0, 137, 180;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn,.btn-group-lg>.elite-news-download-button{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn,.btn-group-sm>.elite-news-download-button{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}
.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}
.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}
.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #009dcd;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width: 576px){.dropdown-menu-bootstrap_xs-start{--bs-position: start}.dropdown-menu-bootstrap_xs-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-bootstrap_xs-end{--bs-position: end}.dropdown-menu-bootstrap_xs-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1024px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1140px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}
.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #009dcd;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group>.elite-news-download-button,.btn-group-vertical>.btn,.btn-group-vertical>.elite-news-download-button{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:checked+.elite-news-download-button,.btn-group>.btn-check:focus+.btn,.btn-group>.btn-check:focus+.elite-news-download-button,.btn-group>.btn:hover,.btn-group>.elite-news-download-button:hover,.btn-group>.btn:focus,.btn-group>.elite-news-download-button:focus,.btn-group>.btn:active,.btn-group>.elite-news-download-button:active,.btn-group>.btn.active,.btn-group>.active.elite-news-download-button,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:checked+.elite-news-download-button,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn-check:focus+.elite-news-download-button,.btn-group-vertical>.btn:hover,.btn-group-vertical>.elite-news-download-button:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.elite-news-download-button:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.elite-news-download-button:active,.btn-group-vertical>.btn.active,.btn-group-vertical>.active.elite-news-download-button{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:0}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>:not(.btn-check:first-child)+.elite-news-download-button,.btn-group>.btn-group:not(:first-child){margin-left:calc(var(--bs-border-width)*-1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.elite-news-download-button:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.dropdown-toggle-split.elite-news-download-button:first-child,.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn-group:not(:last-child)>.elite-news-download-button{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>.elite-news-download-button:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>:not(.btn-check)+.elite-news-download-button,.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn-group:not(:first-child)>.elite-news-download-button{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.btn-group-sm>.elite-news-download-button+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,.btn-group-lg>.elite-news-download-button+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.elite-news-download-button,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.elite-news-download-button:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.elite-news-download-button:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn-group:not(:last-child)>.elite-news-download-button{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.elite-news-download-button~.btn,.btn-group-vertical>.btn~.elite-news-download-button,.btn-group-vertical>.elite-news-download-button~.elite-news-download-button,.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn-group:not(:first-child)>.elite-news-download-button{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion: reduce){.nav-link{transition:none}}
.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(0,157,205,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1*var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid rgba(0,0,0,0);border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1*var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #009dcd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: 0.125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid rgba(0,0,0,0)}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0.5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: 0.3125rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.25rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: 0.5rem;--bs-navbar-toggler-padding-y: 0.25rem;--bs-navbar-toggler-padding-x: 0.75rem;--bs-navbar-toggler-font-size: 1.25rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2833, 37, 41, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius: 0;--bs-navbar-toggler-focus-width: 0;--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:rgba(0,0,0,0);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}
.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width: 576px){.navbar-expand-bootstrap_xs{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-bootstrap_xs .navbar-nav{flex-direction:row}.navbar-expand-bootstrap_xs .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-bootstrap_xs .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-bootstrap_xs .navbar-nav-scroll{overflow:visible}.navbar-expand-bootstrap_xs .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-bootstrap_xs .navbar-toggler{display:none}.navbar-expand-bootstrap_xs .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-bootstrap_xs .offcanvas .offcanvas-header{display:none}.navbar-expand-bootstrap_xs .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 768px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1024px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1140px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}
.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: white;--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 0;--bs-card-title-spacer-y: 0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: transparent;--bs-card-border-radius: 0;--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(0 - (var(--bs-border-width)));--bs-card-cap-padding-y: 0.5rem;--bs-card-cap-padding-x: 0;--bs-card-cap-bg: none;--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: var(--bs-body-bg);--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: 0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-0.5*var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-0.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-left:calc(-0.5*var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width: 768px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}
.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: 0.2s, border-radius 0.15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: var(--bs-border-width);--bs-accordion-border-radius: var(--bs-border-radius);--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23212529%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27M2 5L8 11L14 5%27/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27rgb%280, 62.8, 82%29%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27M2 5L8 11L14 5%27/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow: none;--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion: reduce){.accordion-button{transition:none}}
.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}
.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}.accordion-flush>.accordion-item>.accordion-collapse{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27rgb%28102, 196.2, 225%29%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27rgb%28102, 196.2, 225%29%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: 0.5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: 0.75rem;--bs-pagination-padding-y: 0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: var(--bs-body-bg);--bs-pagination-border-width: var(--bs-border-width);--bs-pagination-border-color: var(--bs-border-color);--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: var(--bs-tertiary-bg);--bs-pagination-hover-border-color: var(--bs-border-color);--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 157, 205, 0.25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #009dcd;--bs-pagination-active-border-color: #009dcd;--bs-pagination-disabled-color: var(--bs-secondary-color);--bs-pagination-disabled-bg: var(--bs-secondary-bg);--bs-pagination-disabled-border-color: var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.page-link{transition:none}}
.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: 0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: 0.5rem;--bs-pagination-padding-y: 0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x: 0.65em;--bs-badge-padding-y: 0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight: 700;--bs-badge-color: #fff;--bs-badge-border-radius: var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge,.elite-news-download-button .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #009dcd;--bs-progress-bar-transition: width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}
.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}
.list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: 0.5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #009dcd;--bs-list-group-active-border-color: #009dcd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1*var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media(min-width: 576px){.list-group-horizontal-bootstrap_xs{flex-direction:row}.list-group-horizontal-bootstrap_xs>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-bootstrap_xs>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-bootstrap_xs>.list-group-item.active{margin-top:0}.list-group-horizontal-bootstrap_xs>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-bootstrap_xs>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 768px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1024px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1140px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}
.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color: #001924;--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23001924%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e");--bs-btn-close-opacity: 0.5;--bs-btn-close-hover-opacity: 0.75;--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(0, 157, 205, 0.25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: 0.25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:rgba(0,0,0,0) var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: 0.75rem;--bs-toast-padding-y: 0.5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-0.5*var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: 0.5rem;--bs-modal-color: ;--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: 0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}
.modal.fade .modal-dialog{transform:translate(0, -50px)}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #001924;--bs-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin:calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width: 768px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media(min-width: 1140px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}
.modal-xl{--bs-modal-width: 1140px}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width: 575.98px){.modal-fullscreen-bootstrap_xs-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-bootstrap_xs-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-bootstrap_xs-down .modal-header,.modal-fullscreen-bootstrap_xs-down .modal-footer{border-radius:0}.modal-fullscreen-bootstrap_xs-down .modal-body{overflow-y:auto}}@media(max-width: 767.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width: 1023.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width: 1139.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}
.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: 0.5rem;--bs-tooltip-padding-y: 0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: 0.9;--bs-tooltip-arrow-width: 0.8rem;--bs-tooltip-arrow-height: 0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:Inter,arial,-apple-system,blinkmacsystemfont,"Segoe UI","Roboto","Helvetica Neue",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size:0.875rem;--bs-popover-bg: var(--bs-body-bg);--bs-popover-border-width: var(--bs-border-width);--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: var(--bs-border-radius-lg);--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow: var(--bs-box-shadow);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: 0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: var(--bs-secondary-bg);--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: var(--bs-body-color);--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: 0.5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:Inter,arial,-apple-system,blinkmacsystemfont,"Segoe UI","Roboto","Helvetica Neue",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:rgba(0,0,0,0);border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-0.5*var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}
.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}
.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:11rem;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:1;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}
.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z%27/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:11rem;margin-bottom:1rem;margin-left:11rem}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}
.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#001924}.carousel-dark .carousel-caption{color:#001924}[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#001924}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#001924}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-border-width: 0.25em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:rgba(0,0,0,0)}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: 0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}
.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-bootstrap_xs{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: var(--bs-border-width);--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);--bs-offcanvas-transition: transform 0.3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media(max-width: 575.98px){.offcanvas-bootstrap_xs{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 575.98px)and (prefers-reduced-motion: reduce){.offcanvas-bootstrap_xs{transition:none}}@media(max-width: 575.98px){.offcanvas-bootstrap_xs.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-bootstrap_xs.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-bootstrap_xs.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-bootstrap_xs.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-bootstrap_xs.showing,.offcanvas-bootstrap_xs.show:not(.hiding){transform:none}.offcanvas-bootstrap_xs.showing,.offcanvas-bootstrap_xs.hiding,.offcanvas-bootstrap_xs.show{visibility:visible}}@media(min-width: 576px){.offcanvas-bootstrap_xs{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-bootstrap_xs .offcanvas-header{display:none}.offcanvas-bootstrap_xs .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 767.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 767.98px)and (prefers-reduced-motion: reduce){.offcanvas-sm{transition:none}}@media(max-width: 767.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media(min-width: 768px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1023.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 1023.98px)and (prefers-reduced-motion: reduce){.offcanvas-md{transition:none}}@media(max-width: 1023.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media(min-width: 1024px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1139.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 1139.98px)and (prefers-reduced-motion: reduce){.offcanvas-lg{transition:none}}@media(max-width: 1139.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media(min-width: 1140px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}
.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media(prefers-reduced-motion: reduce){.offcanvas{transition:none}}
.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#001924}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);margin:calc(-0.5*var(--bs-offcanvas-padding-y)) calc(-0.5*var(--bs-offcanvas-padding-x)) calc(-0.5*var(--bs-offcanvas-padding-y)) auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before,.placeholder.elite-news-download-button::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg, #001924 55%, rgba(0, 0, 0, 0.8) 75%, #001924 95%);mask-image:linear-gradient(130deg, #001924 55%, rgba(0, 0, 0, 0.8) 75%, #001924 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#001924 !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#001924 !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#001924 !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#001924 !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#001924 !important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#001924 !important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(51, 177, 215, var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(51, 177, 215, var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(51, 177, 215, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(51, 171, 97, var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(51, 171, 97, var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(51, 171, 97, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(254, 113, 136, var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(254, 113, 136, var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(254, 113, 136, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}
.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-bootstrap_xs-top{position:sticky;top:0;z-index:1020}.sticky-bootstrap_xs-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1024px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1140px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}
.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.object-fit-contain{-o-object-fit:contain !important;object-fit:contain !important}.object-fit-cover{-o-object-fit:cover !important;object-fit:cover !important}.object-fit-fill{-o-object-fit:fill !important;object-fit:fill !important}.object-fit-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important}.object-fit-none{-o-object-fit:none !important;object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-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}.shadow{box-shadow:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:.75rem !important}.m-4{margin:1rem !important}.m-5{margin:1.25rem !important}.m-6{margin:1.5rem !important}.m-7{margin:1.75rem !important}.m-8{margin:2rem !important}.m-9{margin:2.25rem !important}.m-10{margin:2.5rem !important}.m-11{margin:2.75rem !important}.m-12{margin:3rem !important}.m-13{margin:3.25rem !important}.m-14{margin:3.5rem !important}.m-15{margin:4rem !important}.m-16{margin:4.5rem !important}.m-17{margin:5rem !important}.m-18{margin:5.5rem !important}.m-19{margin:6rem !important}.m-20{margin:6.5rem !important}.m-21{margin:7rem !important}.m-22{margin:7.5rem !important}.m-23{margin:8rem !important}.m-24{margin:8.5rem !important}.m-25{margin:9rem !important}.m-26{margin:9.5rem !important}.m-27{margin:10rem !important}.m-28{margin:10.5rem !important}.m-29{margin:11rem !important}.m-30{margin:11.5rem !important}.m-100{margin:25rem !important}.m-300{margin:75rem !important}.m--1{margin:-0.25rem !important}.m--2{margin:-0.5rem !important}.m--3{margin:-0.75rem !important}.m--4{margin:-1rem !important}.m--5{margin:-1.25rem !important}.m--6{margin:-1.5rem !important}.m--7{margin:-1.75rem !important}.m--8{margin:-2rem !important}.m--9{margin:-2.25rem !important}.m--10{margin:-2.5rem !important}.m--11{margin:-2.75rem !important}.m--12{margin:-3rem !important}.m--13{margin:-3.25rem !important}.m--14{margin:-3.5rem !important}.m--15{margin:-3.75rem !important}.m--16{margin:-4rem !important}.m--17{margin:-4.25rem !important}.m--18{margin:-4.5rem !important}.m--19{margin:-4.75rem !important}.m--20{margin:-5rem !important}.m--21{margin:-5.25rem !important}.m--22{margin:-5.5rem !important}.m--23{margin:-5.75rem !important}.m--24{margin:-6rem !important}.m--40{margin:-10rem !important}.m--48{margin:-12rem !important}.m--82{margin:-20.5rem !important}.m--98{margin:-24.5rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:.75rem !important;margin-left:.75rem !important}.mx-4{margin-right:1rem !important;margin-left:1rem !important}.mx-5{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-6{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-7{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-8{margin-right:2rem !important;margin-left:2rem !important}.mx-9{margin-right:2.25rem !important;margin-left:2.25rem !important}.mx-10{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-11{margin-right:2.75rem !important;margin-left:2.75rem !important}.mx-12{margin-right:3rem !important;margin-left:3rem !important}.mx-13{margin-right:3.25rem !important;margin-left:3.25rem !important}.mx-14{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-15{margin-right:4rem !important;margin-left:4rem !important}.mx-16{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-17{margin-right:5rem !important;margin-left:5rem !important}.mx-18{margin-right:5.5rem !important;margin-left:5.5rem !important}.mx-19{margin-right:6rem !important;margin-left:6rem !important}.mx-20{margin-right:6.5rem !important;margin-left:6.5rem !important}.mx-21{margin-right:7rem !important;margin-left:7rem !important}.mx-22{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-23{margin-right:8rem !important;margin-left:8rem !important}.mx-24{margin-right:8.5rem !important;margin-left:8.5rem !important}.mx-25{margin-right:9rem !important;margin-left:9rem !important}.mx-26{margin-right:9.5rem !important;margin-left:9.5rem !important}.mx-27{margin-right:10rem !important;margin-left:10rem !important}.mx-28{margin-right:10.5rem !important;margin-left:10.5rem !important}.mx-29{margin-right:11rem !important;margin-left:11rem !important}.mx-30{margin-right:11.5rem !important;margin-left:11.5rem !important}.mx-100{margin-right:25rem !important;margin-left:25rem !important}.mx-300{margin-right:75rem !important;margin-left:75rem !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:-0.75rem !important;margin-left:-0.75rem !important}.mx--4{margin-right:-1rem !important;margin-left:-1rem !important}.mx--5{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx--6{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx--7{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx--8{margin-right:-2rem !important;margin-left:-2rem !important}.mx--9{margin-right:-2.25rem !important;margin-left:-2.25rem !important}.mx--10{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx--11{margin-right:-2.75rem !important;margin-left:-2.75rem !important}.mx--12{margin-right:-3rem !important;margin-left:-3rem !important}.mx--13{margin-right:-3.25rem !important;margin-left:-3.25rem !important}.mx--14{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx--15{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.mx--16{margin-right:-4rem !important;margin-left:-4rem !important}.mx--17{margin-right:-4.25rem !important;margin-left:-4.25rem !important}.mx--18{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx--19{margin-right:-4.75rem !important;margin-left:-4.75rem !important}.mx--20{margin-right:-5rem !important;margin-left:-5rem !important}.mx--21{margin-right:-5.25rem !important;margin-left:-5.25rem !important}.mx--22{margin-right:-5.5rem !important;margin-left:-5.5rem !important}.mx--23{margin-right:-5.75rem !important;margin-left:-5.75rem !important}.mx--24{margin-right:-6rem !important;margin-left:-6rem !important}.mx--40{margin-right:-10rem !important;margin-left:-10rem !important}.mx--48{margin-right:-12rem !important;margin-left:-12rem !important}.mx--82{margin-right:-20.5rem !important;margin-left:-20.5rem !important}.mx--98{margin-right:-24.5rem !important;margin-left:-24.5rem !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:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.my-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-6{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-7{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-8{margin-top:2rem !important;margin-bottom:2rem !important}.my-9{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.my-10{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-11{margin-top:2.75rem !important;margin-bottom:2.75rem !important}.my-12{margin-top:3rem !important;margin-bottom:3rem !important}.my-13{margin-top:3.25rem !important;margin-bottom:3.25rem !important}.my-14{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-15{margin-top:4rem !important;margin-bottom:4rem !important}.my-16{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-17{margin-top:5rem !important;margin-bottom:5rem !important}.my-18{margin-top:5.5rem !important;margin-bottom:5.5rem !important}.my-19{margin-top:6rem !important;margin-bottom:6rem !important}.my-20{margin-top:6.5rem !important;margin-bottom:6.5rem !important}.my-21{margin-top:7rem !important;margin-bottom:7rem !important}.my-22{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-23{margin-top:8rem !important;margin-bottom:8rem !important}.my-24{margin-top:8.5rem !important;margin-bottom:8.5rem !important}.my-25{margin-top:9rem !important;margin-bottom:9rem !important}.my-26{margin-top:9.5rem !important;margin-bottom:9.5rem !important}.my-27{margin-top:10rem !important;margin-bottom:10rem !important}.my-28{margin-top:10.5rem !important;margin-bottom:10.5rem !important}.my-29{margin-top:11rem !important;margin-bottom:11rem !important}.my-30{margin-top:11.5rem !important;margin-bottom:11.5rem !important}.my-100{margin-top:25rem !important;margin-bottom:25rem !important}.my-300{margin-top:75rem !important;margin-bottom:75rem !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:-0.75rem !important;margin-bottom:-0.75rem !important}.my--4{margin-top:-1rem !important;margin-bottom:-1rem !important}.my--5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my--6{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my--7{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my--8{margin-top:-2rem !important;margin-bottom:-2rem !important}.my--9{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important}.my--10{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my--11{margin-top:-2.75rem !important;margin-bottom:-2.75rem !important}.my--12{margin-top:-3rem !important;margin-bottom:-3rem !important}.my--13{margin-top:-3.25rem !important;margin-bottom:-3.25rem !important}.my--14{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my--15{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.my--16{margin-top:-4rem !important;margin-bottom:-4rem !important}.my--17{margin-top:-4.25rem !important;margin-bottom:-4.25rem !important}.my--18{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my--19{margin-top:-4.75rem !important;margin-bottom:-4.75rem !important}.my--20{margin-top:-5rem !important;margin-bottom:-5rem !important}.my--21{margin-top:-5.25rem !important;margin-bottom:-5.25rem !important}.my--22{margin-top:-5.5rem !important;margin-bottom:-5.5rem !important}.my--23{margin-top:-5.75rem !important;margin-bottom:-5.75rem !important}.my--24{margin-top:-6rem !important;margin-bottom:-6rem !important}.my--40{margin-top:-10rem !important;margin-bottom:-10rem !important}.my--48{margin-top:-12rem !important;margin-bottom:-12rem !important}.my--82{margin-top:-20.5rem !important;margin-bottom:-20.5rem !important}.my--98{margin-top:-24.5rem !important;margin-bottom:-24.5rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:.75rem !important}.mt-4{margin-top:1rem !important}.mt-5{margin-top:1.25rem !important}.mt-6{margin-top:1.5rem !important}.mt-7{margin-top:1.75rem !important}.mt-8{margin-top:2rem !important}.mt-9{margin-top:2.25rem !important}.mt-10{margin-top:2.5rem !important}.mt-11{margin-top:2.75rem !important}.mt-12{margin-top:3rem !important}.mt-13{margin-top:3.25rem !important}.mt-14{margin-top:3.5rem !important}.mt-15{margin-top:4rem !important}.mt-16{margin-top:4.5rem !important}.mt-17{margin-top:5rem !important}.mt-18{margin-top:5.5rem !important}.mt-19{margin-top:6rem !important}.mt-20{margin-top:6.5rem !important}.mt-21{margin-top:7rem !important}.mt-22{margin-top:7.5rem !important}.mt-23{margin-top:8rem !important}.mt-24{margin-top:8.5rem !important}.mt-25{margin-top:9rem !important}.mt-26{margin-top:9.5rem !important}.mt-27{margin-top:10rem !important}.mt-28{margin-top:10.5rem !important}.mt-29{margin-top:11rem !important}.mt-30{margin-top:11.5rem !important}.mt-100{margin-top:25rem !important}.mt-300{margin-top:75rem !important}.mt--1{margin-top:-0.25rem !important}.mt--2{margin-top:-0.5rem !important}.mt--3{margin-top:-0.75rem !important}.mt--4{margin-top:-1rem !important}.mt--5{margin-top:-1.25rem !important}.mt--6{margin-top:-1.5rem !important}.mt--7{margin-top:-1.75rem !important}.mt--8{margin-top:-2rem !important}.mt--9{margin-top:-2.25rem !important}.mt--10{margin-top:-2.5rem !important}.mt--11{margin-top:-2.75rem !important}.mt--12{margin-top:-3rem !important}.mt--13{margin-top:-3.25rem !important}.mt--14{margin-top:-3.5rem !important}.mt--15{margin-top:-3.75rem !important}.mt--16{margin-top:-4rem !important}.mt--17{margin-top:-4.25rem !important}.mt--18{margin-top:-4.5rem !important}.mt--19{margin-top:-4.75rem !important}.mt--20{margin-top:-5rem !important}.mt--21{margin-top:-5.25rem !important}.mt--22{margin-top:-5.5rem !important}.mt--23{margin-top:-5.75rem !important}.mt--24{margin-top:-6rem !important}.mt--40{margin-top:-10rem !important}.mt--48{margin-top:-12rem !important}.mt--82{margin-top:-20.5rem !important}.mt--98{margin-top:-24.5rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:.75rem !important}.me-4{margin-right:1rem !important}.me-5{margin-right:1.25rem !important}.me-6{margin-right:1.5rem !important}.me-7{margin-right:1.75rem !important}.me-8{margin-right:2rem !important}.me-9{margin-right:2.25rem !important}.me-10{margin-right:2.5rem !important}.me-11{margin-right:2.75rem !important}.me-12{margin-right:3rem !important}.me-13{margin-right:3.25rem !important}.me-14{margin-right:3.5rem !important}.me-15{margin-right:4rem !important}.me-16{margin-right:4.5rem !important}.me-17{margin-right:5rem !important}.me-18{margin-right:5.5rem !important}.me-19{margin-right:6rem !important}.me-20{margin-right:6.5rem !important}.me-21{margin-right:7rem !important}.me-22{margin-right:7.5rem !important}.me-23{margin-right:8rem !important}.me-24{margin-right:8.5rem !important}.me-25{margin-right:9rem !important}.me-26{margin-right:9.5rem !important}.me-27{margin-right:10rem !important}.me-28{margin-right:10.5rem !important}.me-29{margin-right:11rem !important}.me-30{margin-right:11.5rem !important}.me-100{margin-right:25rem !important}.me-300{margin-right:75rem !important}.me--1{margin-right:-0.25rem !important}.me--2{margin-right:-0.5rem !important}.me--3{margin-right:-0.75rem !important}.me--4{margin-right:-1rem !important}.me--5{margin-right:-1.25rem !important}.me--6{margin-right:-1.5rem !important}.me--7{margin-right:-1.75rem !important}.me--8{margin-right:-2rem !important}.me--9{margin-right:-2.25rem !important}.me--10{margin-right:-2.5rem !important}.me--11{margin-right:-2.75rem !important}.me--12{margin-right:-3rem !important}.me--13{margin-right:-3.25rem !important}.me--14{margin-right:-3.5rem !important}.me--15{margin-right:-3.75rem !important}.me--16{margin-right:-4rem !important}.me--17{margin-right:-4.25rem !important}.me--18{margin-right:-4.5rem !important}.me--19{margin-right:-4.75rem !important}.me--20{margin-right:-5rem !important}.me--21{margin-right:-5.25rem !important}.me--22{margin-right:-5.5rem !important}.me--23{margin-right:-5.75rem !important}.me--24{margin-right:-6rem !important}.me--40{margin-right:-10rem !important}.me--48{margin-right:-12rem !important}.me--82{margin-right:-20.5rem !important}.me--98{margin-right:-24.5rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:.75rem !important}.mb-4{margin-bottom:1rem !important}.mb-5{margin-bottom:1.25rem !important}.mb-6{margin-bottom:1.5rem !important}.mb-7{margin-bottom:1.75rem !important}.mb-8{margin-bottom:2rem !important}.mb-9{margin-bottom:2.25rem !important}.mb-10{margin-bottom:2.5rem !important}.mb-11{margin-bottom:2.75rem !important}.mb-12{margin-bottom:3rem !important}.mb-13{margin-bottom:3.25rem !important}.mb-14{margin-bottom:3.5rem !important}.mb-15{margin-bottom:4rem !important}.mb-16{margin-bottom:4.5rem !important}.mb-17{margin-bottom:5rem !important}.mb-18{margin-bottom:5.5rem !important}.mb-19{margin-bottom:6rem !important}.mb-20{margin-bottom:6.5rem !important}.mb-21{margin-bottom:7rem !important}.mb-22{margin-bottom:7.5rem !important}.mb-23{margin-bottom:8rem !important}.mb-24{margin-bottom:8.5rem !important}.mb-25{margin-bottom:9rem !important}.mb-26{margin-bottom:9.5rem !important}.mb-27{margin-bottom:10rem !important}.mb-28{margin-bottom:10.5rem !important}.mb-29{margin-bottom:11rem !important}.mb-30{margin-bottom:11.5rem !important}.mb-100{margin-bottom:25rem !important}.mb-300{margin-bottom:75rem !important}.mb--1{margin-bottom:-0.25rem !important}.mb--2{margin-bottom:-0.5rem !important}.mb--3{margin-bottom:-0.75rem !important}.mb--4{margin-bottom:-1rem !important}.mb--5{margin-bottom:-1.25rem !important}.mb--6{margin-bottom:-1.5rem !important}.mb--7{margin-bottom:-1.75rem !important}.mb--8{margin-bottom:-2rem !important}.mb--9{margin-bottom:-2.25rem !important}.mb--10{margin-bottom:-2.5rem !important}.mb--11{margin-bottom:-2.75rem !important}.mb--12{margin-bottom:-3rem !important}.mb--13{margin-bottom:-3.25rem !important}.mb--14{margin-bottom:-3.5rem !important}.mb--15{margin-bottom:-3.75rem !important}.mb--16{margin-bottom:-4rem !important}.mb--17{margin-bottom:-4.25rem !important}.mb--18{margin-bottom:-4.5rem !important}.mb--19{margin-bottom:-4.75rem !important}.mb--20{margin-bottom:-5rem !important}.mb--21{margin-bottom:-5.25rem !important}.mb--22{margin-bottom:-5.5rem !important}.mb--23{margin-bottom:-5.75rem !important}.mb--24{margin-bottom:-6rem !important}.mb--40{margin-bottom:-10rem !important}.mb--48{margin-bottom:-12rem !important}.mb--82{margin-bottom:-20.5rem !important}.mb--98{margin-bottom:-24.5rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:.75rem !important}.ms-4{margin-left:1rem !important}.ms-5{margin-left:1.25rem !important}.ms-6{margin-left:1.5rem !important}.ms-7{margin-left:1.75rem !important}.ms-8{margin-left:2rem !important}.ms-9{margin-left:2.25rem !important}.ms-10{margin-left:2.5rem !important}.ms-11{margin-left:2.75rem !important}.ms-12{margin-left:3rem !important}.ms-13{margin-left:3.25rem !important}.ms-14{margin-left:3.5rem !important}.ms-15{margin-left:4rem !important}.ms-16{margin-left:4.5rem !important}.ms-17{margin-left:5rem !important}.ms-18{margin-left:5.5rem !important}.ms-19{margin-left:6rem !important}.ms-20{margin-left:6.5rem !important}.ms-21{margin-left:7rem !important}.ms-22{margin-left:7.5rem !important}.ms-23{margin-left:8rem !important}.ms-24{margin-left:8.5rem !important}.ms-25{margin-left:9rem !important}.ms-26{margin-left:9.5rem !important}.ms-27{margin-left:10rem !important}.ms-28{margin-left:10.5rem !important}.ms-29{margin-left:11rem !important}.ms-30{margin-left:11.5rem !important}.ms-100{margin-left:25rem !important}.ms-300{margin-left:75rem !important}.ms--1{margin-left:-0.25rem !important}.ms--2{margin-left:-0.5rem !important}.ms--3{margin-left:-0.75rem !important}.ms--4{margin-left:-1rem !important}.ms--5{margin-left:-1.25rem !important}.ms--6{margin-left:-1.5rem !important}.ms--7{margin-left:-1.75rem !important}.ms--8{margin-left:-2rem !important}.ms--9{margin-left:-2.25rem !important}.ms--10{margin-left:-2.5rem !important}.ms--11{margin-left:-2.75rem !important}.ms--12{margin-left:-3rem !important}.ms--13{margin-left:-3.25rem !important}.ms--14{margin-left:-3.5rem !important}.ms--15{margin-left:-3.75rem !important}.ms--16{margin-left:-4rem !important}.ms--17{margin-left:-4.25rem !important}.ms--18{margin-left:-4.5rem !important}.ms--19{margin-left:-4.75rem !important}.ms--20{margin-left:-5rem !important}.ms--21{margin-left:-5.25rem !important}.ms--22{margin-left:-5.5rem !important}.ms--23{margin-left:-5.75rem !important}.ms--24{margin-left:-6rem !important}.ms--40{margin-left:-10rem !important}.ms--48{margin-left:-12rem !important}.ms--82{margin-left:-20.5rem !important}.ms--98{margin-left:-24.5rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:.75rem !important}.p-4{padding:1rem !important}.p-5{padding:1.25rem !important}.p-6{padding:1.5rem !important}.p-7{padding:1.75rem !important}.p-8{padding:2rem !important}.p-9{padding:2.25rem !important}.p-10{padding:2.5rem !important}.p-11{padding:2.75rem !important}.p-12{padding:3rem !important}.p-13{padding:3.25rem !important}.p-14{padding:3.5rem !important}.p-15{padding:4rem !important}.p-16{padding:4.5rem !important}.p-17{padding:5rem !important}.p-18{padding:5.5rem !important}.p-19{padding:6rem !important}.p-20{padding:6.5rem !important}.p-21{padding:7rem !important}.p-22{padding:7.5rem !important}.p-23{padding:8rem !important}.p-24{padding:8.5rem !important}.p-25{padding:9rem !important}.p-26{padding:9.5rem !important}.p-27{padding:10rem !important}.p-28{padding:10.5rem !important}.p-29{padding:11rem !important}.p-30{padding:11.5rem !important}.p-100{padding:25rem !important}.p-300{padding:75rem !important}.p--1{padding:-0.25rem !important}.p--2{padding:-0.5rem !important}.p--3{padding:-0.75rem !important}.p--4{padding:-1rem !important}.p--5{padding:-1.25rem !important}.p--6{padding:-1.5rem !important}.p--7{padding:-1.75rem !important}.p--8{padding:-2rem !important}.p--9{padding:-2.25rem !important}.p--10{padding:-2.5rem !important}.p--11{padding:-2.75rem !important}.p--12{padding:-3rem !important}.p--13{padding:-3.25rem !important}.p--14{padding:-3.5rem !important}.p--15{padding:-3.75rem !important}.p--16{padding:-4rem !important}.p--17{padding:-4.25rem !important}.p--18{padding:-4.5rem !important}.p--19{padding:-4.75rem !important}.p--20{padding:-5rem !important}.p--21{padding:-5.25rem !important}.p--22{padding:-5.5rem !important}.p--23{padding:-5.75rem !important}.p--24{padding:-6rem !important}.p--40{padding:-10rem !important}.p--48{padding:-12rem !important}.p--82{padding:-20.5rem !important}.p--98{padding:-24.5rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:.75rem !important;padding-left:.75rem !important}.px-4{padding-right:1rem !important;padding-left:1rem !important}.px-5{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-6{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-7{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-8{padding-right:2rem !important;padding-left:2rem !important}.px-9{padding-right:2.25rem !important;padding-left:2.25rem !important}.px-10{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-11{padding-right:2.75rem !important;padding-left:2.75rem !important}.px-12{padding-right:3rem !important;padding-left:3rem !important}.px-13{padding-right:3.25rem !important;padding-left:3.25rem !important}.px-14{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-15{padding-right:4rem !important;padding-left:4rem !important}.px-16{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-17{padding-right:5rem !important;padding-left:5rem !important}.px-18{padding-right:5.5rem !important;padding-left:5.5rem !important}.px-19{padding-right:6rem !important;padding-left:6rem !important}.px-20{padding-right:6.5rem !important;padding-left:6.5rem !important}.px-21{padding-right:7rem !important;padding-left:7rem !important}.px-22{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-23{padding-right:8rem !important;padding-left:8rem !important}.px-24{padding-right:8.5rem !important;padding-left:8.5rem !important}.px-25{padding-right:9rem !important;padding-left:9rem !important}.px-26{padding-right:9.5rem !important;padding-left:9.5rem !important}.px-27{padding-right:10rem !important;padding-left:10rem !important}.px-28{padding-right:10.5rem !important;padding-left:10.5rem !important}.px-29{padding-right:11rem !important;padding-left:11rem !important}.px-30{padding-right:11.5rem !important;padding-left:11.5rem !important}.px-100{padding-right:25rem !important;padding-left:25rem !important}.px-300{padding-right:75rem !important;padding-left:75rem !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:-0.75rem !important;padding-left:-0.75rem !important}.px--4{padding-right:-1rem !important;padding-left:-1rem !important}.px--5{padding-right:-1.25rem !important;padding-left:-1.25rem !important}.px--6{padding-right:-1.5rem !important;padding-left:-1.5rem !important}.px--7{padding-right:-1.75rem !important;padding-left:-1.75rem !important}.px--8{padding-right:-2rem !important;padding-left:-2rem !important}.px--9{padding-right:-2.25rem !important;padding-left:-2.25rem !important}.px--10{padding-right:-2.5rem !important;padding-left:-2.5rem !important}.px--11{padding-right:-2.75rem !important;padding-left:-2.75rem !important}.px--12{padding-right:-3rem !important;padding-left:-3rem !important}.px--13{padding-right:-3.25rem !important;padding-left:-3.25rem !important}.px--14{padding-right:-3.5rem !important;padding-left:-3.5rem !important}.px--15{padding-right:-3.75rem !important;padding-left:-3.75rem !important}.px--16{padding-right:-4rem !important;padding-left:-4rem !important}.px--17{padding-right:-4.25rem !important;padding-left:-4.25rem !important}.px--18{padding-right:-4.5rem !important;padding-left:-4.5rem !important}.px--19{padding-right:-4.75rem !important;padding-left:-4.75rem !important}.px--20{padding-right:-5rem !important;padding-left:-5rem !important}.px--21{padding-right:-5.25rem !important;padding-left:-5.25rem !important}.px--22{padding-right:-5.5rem !important;padding-left:-5.5rem !important}.px--23{padding-right:-5.75rem !important;padding-left:-5.75rem !important}.px--24{padding-right:-6rem !important;padding-left:-6rem !important}.px--40{padding-right:-10rem !important;padding-left:-10rem !important}.px--48{padding-right:-12rem !important;padding-left:-12rem !important}.px--82{padding-right:-20.5rem !important;padding-left:-20.5rem !important}.px--98{padding-right:-24.5rem !important;padding-left:-24.5rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.py-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-7{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-8{padding-top:2rem !important;padding-bottom:2rem !important}.py-9{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.py-10{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-11{padding-top:2.75rem !important;padding-bottom:2.75rem !important}.py-12{padding-top:3rem !important;padding-bottom:3rem !important}.py-13{padding-top:3.25rem !important;padding-bottom:3.25rem !important}.py-14{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-15{padding-top:4rem !important;padding-bottom:4rem !important}.py-16{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-17{padding-top:5rem !important;padding-bottom:5rem !important}.py-18{padding-top:5.5rem !important;padding-bottom:5.5rem !important}.py-19{padding-top:6rem !important;padding-bottom:6rem !important}.py-20{padding-top:6.5rem !important;padding-bottom:6.5rem !important}.py-21{padding-top:7rem !important;padding-bottom:7rem !important}.py-22{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-23{padding-top:8rem !important;padding-bottom:8rem !important}.py-24{padding-top:8.5rem !important;padding-bottom:8.5rem !important}.py-25{padding-top:9rem !important;padding-bottom:9rem !important}.py-26{padding-top:9.5rem !important;padding-bottom:9.5rem !important}.py-27{padding-top:10rem !important;padding-bottom:10rem !important}.py-28{padding-top:10.5rem !important;padding-bottom:10.5rem !important}.py-29{padding-top:11rem !important;padding-bottom:11rem !important}.py-30{padding-top:11.5rem !important;padding-bottom:11.5rem !important}.py-100{padding-top:25rem !important;padding-bottom:25rem !important}.py-300{padding-top:75rem !important;padding-bottom:75rem !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:-0.75rem !important;padding-bottom:-0.75rem !important}.py--4{padding-top:-1rem !important;padding-bottom:-1rem !important}.py--5{padding-top:-1.25rem !important;padding-bottom:-1.25rem !important}.py--6{padding-top:-1.5rem !important;padding-bottom:-1.5rem !important}.py--7{padding-top:-1.75rem !important;padding-bottom:-1.75rem !important}.py--8{padding-top:-2rem !important;padding-bottom:-2rem !important}.py--9{padding-top:-2.25rem !important;padding-bottom:-2.25rem !important}.py--10{padding-top:-2.5rem !important;padding-bottom:-2.5rem !important}.py--11{padding-top:-2.75rem !important;padding-bottom:-2.75rem !important}.py--12{padding-top:-3rem !important;padding-bottom:-3rem !important}.py--13{padding-top:-3.25rem !important;padding-bottom:-3.25rem !important}.py--14{padding-top:-3.5rem !important;padding-bottom:-3.5rem !important}.py--15{padding-top:-3.75rem !important;padding-bottom:-3.75rem !important}.py--16{padding-top:-4rem !important;padding-bottom:-4rem !important}.py--17{padding-top:-4.25rem !important;padding-bottom:-4.25rem !important}.py--18{padding-top:-4.5rem !important;padding-bottom:-4.5rem !important}.py--19{padding-top:-4.75rem !important;padding-bottom:-4.75rem !important}.py--20{padding-top:-5rem !important;padding-bottom:-5rem !important}.py--21{padding-top:-5.25rem !important;padding-bottom:-5.25rem !important}.py--22{padding-top:-5.5rem !important;padding-bottom:-5.5rem !important}.py--23{padding-top:-5.75rem !important;padding-bottom:-5.75rem !important}.py--24{padding-top:-6rem !important;padding-bottom:-6rem !important}.py--40{padding-top:-10rem !important;padding-bottom:-10rem !important}.py--48{padding-top:-12rem !important;padding-bottom:-12rem !important}.py--82{padding-top:-20.5rem !important;padding-bottom:-20.5rem !important}.py--98{padding-top:-24.5rem !important;padding-bottom:-24.5rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:.75rem !important}.pt-4{padding-top:1rem !important}.pt-5{padding-top:1.25rem !important}.pt-6{padding-top:1.5rem !important}.pt-7{padding-top:1.75rem !important}.pt-8{padding-top:2rem !important}.pt-9{padding-top:2.25rem !important}.pt-10{padding-top:2.5rem !important}.pt-11{padding-top:2.75rem !important}.pt-12{padding-top:3rem !important}.pt-13{padding-top:3.25rem !important}.pt-14{padding-top:3.5rem !important}.pt-15{padding-top:4rem !important}.pt-16{padding-top:4.5rem !important}.pt-17{padding-top:5rem !important}.pt-18{padding-top:5.5rem !important}.pt-19{padding-top:6rem !important}.pt-20{padding-top:6.5rem !important}.pt-21{padding-top:7rem !important}.pt-22{padding-top:7.5rem !important}.pt-23{padding-top:8rem !important}.pt-24{padding-top:8.5rem !important}.pt-25{padding-top:9rem !important}.pt-26{padding-top:9.5rem !important}.pt-27{padding-top:10rem !important}.pt-28{padding-top:10.5rem !important}.pt-29{padding-top:11rem !important}.pt-30{padding-top:11.5rem !important}.pt-100{padding-top:25rem !important}.pt-300{padding-top:75rem !important}.pt--1{padding-top:-0.25rem !important}.pt--2{padding-top:-0.5rem !important}.pt--3{padding-top:-0.75rem !important}.pt--4{padding-top:-1rem !important}.pt--5{padding-top:-1.25rem !important}.pt--6{padding-top:-1.5rem !important}.pt--7{padding-top:-1.75rem !important}.pt--8{padding-top:-2rem !important}.pt--9{padding-top:-2.25rem !important}.pt--10{padding-top:-2.5rem !important}.pt--11{padding-top:-2.75rem !important}.pt--12{padding-top:-3rem !important}.pt--13{padding-top:-3.25rem !important}.pt--14{padding-top:-3.5rem !important}.pt--15{padding-top:-3.75rem !important}.pt--16{padding-top:-4rem !important}.pt--17{padding-top:-4.25rem !important}.pt--18{padding-top:-4.5rem !important}.pt--19{padding-top:-4.75rem !important}.pt--20{padding-top:-5rem !important}.pt--21{padding-top:-5.25rem !important}.pt--22{padding-top:-5.5rem !important}.pt--23{padding-top:-5.75rem !important}.pt--24{padding-top:-6rem !important}.pt--40{padding-top:-10rem !important}.pt--48{padding-top:-12rem !important}.pt--82{padding-top:-20.5rem !important}.pt--98{padding-top:-24.5rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:.75rem !important}.pe-4{padding-right:1rem !important}.pe-5{padding-right:1.25rem !important}.pe-6{padding-right:1.5rem !important}.pe-7{padding-right:1.75rem !important}.pe-8{padding-right:2rem !important}.pe-9{padding-right:2.25rem !important}.pe-10{padding-right:2.5rem !important}.pe-11{padding-right:2.75rem !important}.pe-12{padding-right:3rem !important}.pe-13{padding-right:3.25rem !important}.pe-14{padding-right:3.5rem !important}.pe-15{padding-right:4rem !important}.pe-16{padding-right:4.5rem !important}.pe-17{padding-right:5rem !important}.pe-18{padding-right:5.5rem !important}.pe-19{padding-right:6rem !important}.pe-20{padding-right:6.5rem !important}.pe-21{padding-right:7rem !important}.pe-22{padding-right:7.5rem !important}.pe-23{padding-right:8rem !important}.pe-24{padding-right:8.5rem !important}.pe-25{padding-right:9rem !important}.pe-26{padding-right:9.5rem !important}.pe-27{padding-right:10rem !important}.pe-28{padding-right:10.5rem !important}.pe-29{padding-right:11rem !important}.pe-30{padding-right:11.5rem !important}.pe-100{padding-right:25rem !important}.pe-300{padding-right:75rem !important}.pe--1{padding-right:-0.25rem !important}.pe--2{padding-right:-0.5rem !important}.pe--3{padding-right:-0.75rem !important}.pe--4{padding-right:-1rem !important}.pe--5{padding-right:-1.25rem !important}.pe--6{padding-right:-1.5rem !important}.pe--7{padding-right:-1.75rem !important}.pe--8{padding-right:-2rem !important}.pe--9{padding-right:-2.25rem !important}.pe--10{padding-right:-2.5rem !important}.pe--11{padding-right:-2.75rem !important}.pe--12{padding-right:-3rem !important}.pe--13{padding-right:-3.25rem !important}.pe--14{padding-right:-3.5rem !important}.pe--15{padding-right:-3.75rem !important}.pe--16{padding-right:-4rem !important}.pe--17{padding-right:-4.25rem !important}.pe--18{padding-right:-4.5rem !important}.pe--19{padding-right:-4.75rem !important}.pe--20{padding-right:-5rem !important}.pe--21{padding-right:-5.25rem !important}.pe--22{padding-right:-5.5rem !important}.pe--23{padding-right:-5.75rem !important}.pe--24{padding-right:-6rem !important}.pe--40{padding-right:-10rem !important}.pe--48{padding-right:-12rem !important}.pe--82{padding-right:-20.5rem !important}.pe--98{padding-right:-24.5rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:.75rem !important}.pb-4{padding-bottom:1rem !important}.pb-5{padding-bottom:1.25rem !important}.pb-6{padding-bottom:1.5rem !important}.pb-7{padding-bottom:1.75rem !important}.pb-8{padding-bottom:2rem !important}.pb-9{padding-bottom:2.25rem !important}.pb-10{padding-bottom:2.5rem !important}.pb-11{padding-bottom:2.75rem !important}.pb-12{padding-bottom:3rem !important}.pb-13{padding-bottom:3.25rem !important}.pb-14{padding-bottom:3.5rem !important}.pb-15{padding-bottom:4rem !important}.pb-16{padding-bottom:4.5rem !important}.pb-17{padding-bottom:5rem !important}.pb-18{padding-bottom:5.5rem !important}.pb-19{padding-bottom:6rem !important}.pb-20{padding-bottom:6.5rem !important}.pb-21{padding-bottom:7rem !important}.pb-22{padding-bottom:7.5rem !important}.pb-23{padding-bottom:8rem !important}.pb-24{padding-bottom:8.5rem !important}.pb-25{padding-bottom:9rem !important}.pb-26{padding-bottom:9.5rem !important}.pb-27{padding-bottom:10rem !important}.pb-28{padding-bottom:10.5rem !important}.pb-29{padding-bottom:11rem !important}.pb-30{padding-bottom:11.5rem !important}.pb-100{padding-bottom:25rem !important}.pb-300{padding-bottom:75rem !important}.pb--1{padding-bottom:-0.25rem !important}.pb--2{padding-bottom:-0.5rem !important}.pb--3{padding-bottom:-0.75rem !important}.pb--4{padding-bottom:-1rem !important}.pb--5{padding-bottom:-1.25rem !important}.pb--6{padding-bottom:-1.5rem !important}.pb--7{padding-bottom:-1.75rem !important}.pb--8{padding-bottom:-2rem !important}.pb--9{padding-bottom:-2.25rem !important}.pb--10{padding-bottom:-2.5rem !important}.pb--11{padding-bottom:-2.75rem !important}.pb--12{padding-bottom:-3rem !important}.pb--13{padding-bottom:-3.25rem !important}.pb--14{padding-bottom:-3.5rem !important}.pb--15{padding-bottom:-3.75rem !important}.pb--16{padding-bottom:-4rem !important}.pb--17{padding-bottom:-4.25rem !important}.pb--18{padding-bottom:-4.5rem !important}.pb--19{padding-bottom:-4.75rem !important}.pb--20{padding-bottom:-5rem !important}.pb--21{padding-bottom:-5.25rem !important}.pb--22{padding-bottom:-5.5rem !important}.pb--23{padding-bottom:-5.75rem !important}.pb--24{padding-bottom:-6rem !important}.pb--40{padding-bottom:-10rem !important}.pb--48{padding-bottom:-12rem !important}.pb--82{padding-bottom:-20.5rem !important}.pb--98{padding-bottom:-24.5rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:.75rem !important}.ps-4{padding-left:1rem !important}.ps-5{padding-left:1.25rem !important}.ps-6{padding-left:1.5rem !important}.ps-7{padding-left:1.75rem !important}.ps-8{padding-left:2rem !important}.ps-9{padding-left:2.25rem !important}.ps-10{padding-left:2.5rem !important}.ps-11{padding-left:2.75rem !important}.ps-12{padding-left:3rem !important}.ps-13{padding-left:3.25rem !important}.ps-14{padding-left:3.5rem !important}.ps-15{padding-left:4rem !important}.ps-16{padding-left:4.5rem !important}.ps-17{padding-left:5rem !important}.ps-18{padding-left:5.5rem !important}.ps-19{padding-left:6rem !important}.ps-20{padding-left:6.5rem !important}.ps-21{padding-left:7rem !important}.ps-22{padding-left:7.5rem !important}.ps-23{padding-left:8rem !important}.ps-24{padding-left:8.5rem !important}.ps-25{padding-left:9rem !important}.ps-26{padding-left:9.5rem !important}.ps-27{padding-left:10rem !important}.ps-28{padding-left:10.5rem !important}.ps-29{padding-left:11rem !important}.ps-30{padding-left:11.5rem !important}.ps-100{padding-left:25rem !important}.ps-300{padding-left:75rem !important}.ps--1{padding-left:-0.25rem !important}.ps--2{padding-left:-0.5rem !important}.ps--3{padding-left:-0.75rem !important}.ps--4{padding-left:-1rem !important}.ps--5{padding-left:-1.25rem !important}.ps--6{padding-left:-1.5rem !important}.ps--7{padding-left:-1.75rem !important}.ps--8{padding-left:-2rem !important}.ps--9{padding-left:-2.25rem !important}.ps--10{padding-left:-2.5rem !important}.ps--11{padding-left:-2.75rem !important}.ps--12{padding-left:-3rem !important}.ps--13{padding-left:-3.25rem !important}.ps--14{padding-left:-3.5rem !important}.ps--15{padding-left:-3.75rem !important}.ps--16{padding-left:-4rem !important}.ps--17{padding-left:-4.25rem !important}.ps--18{padding-left:-4.5rem !important}.ps--19{padding-left:-4.75rem !important}.ps--20{padding-left:-5rem !important}.ps--21{padding-left:-5.25rem !important}.ps--22{padding-left:-5.5rem !important}.ps--23{padding-left:-5.75rem !important}.ps--24{padding-left:-6rem !important}.ps--40{padding-left:-10rem !important}.ps--48{padding-left:-12rem !important}.ps--82{padding-left:-20.5rem !important}.ps--98{padding-left:-24.5rem !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:.75rem !important}.gap-4{gap:1rem !important}.gap-5{gap:1.25rem !important}.gap-6{gap:1.5rem !important}.gap-7{gap:1.75rem !important}.gap-8{gap:2rem !important}.gap-9{gap:2.25rem !important}.gap-10{gap:2.5rem !important}.gap-11{gap:2.75rem !important}.gap-12{gap:3rem !important}.gap-13{gap:3.25rem !important}.gap-14{gap:3.5rem !important}.gap-15{gap:4rem !important}.gap-16{gap:4.5rem !important}.gap-17{gap:5rem !important}.gap-18{gap:5.5rem !important}.gap-19{gap:6rem !important}.gap-20{gap:6.5rem !important}.gap-21{gap:7rem !important}.gap-22{gap:7.5rem !important}.gap-23{gap:8rem !important}.gap-24{gap:8.5rem !important}.gap-25{gap:9rem !important}.gap-26{gap:9.5rem !important}.gap-27{gap:10rem !important}.gap-28{gap:10.5rem !important}.gap-29{gap:11rem !important}.gap-30{gap:11.5rem !important}.gap-100{gap:25rem !important}.gap-300{gap:75rem !important}.gap--1{gap:-0.25rem !important}.gap--2{gap:-0.5rem !important}.gap--3{gap:-0.75rem !important}.gap--4{gap:-1rem !important}.gap--5{gap:-1.25rem !important}.gap--6{gap:-1.5rem !important}.gap--7{gap:-1.75rem !important}.gap--8{gap:-2rem !important}.gap--9{gap:-2.25rem !important}.gap--10{gap:-2.5rem !important}.gap--11{gap:-2.75rem !important}.gap--12{gap:-3rem !important}.gap--13{gap:-3.25rem !important}.gap--14{gap:-3.5rem !important}.gap--15{gap:-3.75rem !important}.gap--16{gap:-4rem !important}.gap--17{gap:-4.25rem !important}.gap--18{gap:-4.5rem !important}.gap--19{gap:-4.75rem !important}.gap--20{gap:-5rem !important}.gap--21{gap:-5.25rem !important}.gap--22{gap:-5.5rem !important}.gap--23{gap:-5.75rem !important}.gap--24{gap:-6rem !important}.gap--40{gap:-10rem !important}.gap--48{gap:-12rem !important}.gap--82{gap:-20.5rem !important}.gap--98{gap:-24.5rem !important}.row-gap-0{row-gap:0 !important}.row-gap-1{row-gap:.25rem !important}.row-gap-2{row-gap:.5rem !important}.row-gap-3{row-gap:.75rem !important}.row-gap-4{row-gap:1rem !important}.row-gap-5{row-gap:1.25rem !important}.row-gap-6{row-gap:1.5rem !important}.row-gap-7{row-gap:1.75rem !important}.row-gap-8{row-gap:2rem !important}.row-gap-9{row-gap:2.25rem !important}.row-gap-10{row-gap:2.5rem !important}.row-gap-11{row-gap:2.75rem !important}.row-gap-12{row-gap:3rem !important}.row-gap-13{row-gap:3.25rem !important}.row-gap-14{row-gap:3.5rem !important}.row-gap-15{row-gap:4rem !important}.row-gap-16{row-gap:4.5rem !important}.row-gap-17{row-gap:5rem !important}.row-gap-18{row-gap:5.5rem !important}.row-gap-19{row-gap:6rem !important}.row-gap-20{row-gap:6.5rem !important}.row-gap-21{row-gap:7rem !important}.row-gap-22{row-gap:7.5rem !important}.row-gap-23{row-gap:8rem !important}.row-gap-24{row-gap:8.5rem !important}.row-gap-25{row-gap:9rem !important}.row-gap-26{row-gap:9.5rem !important}.row-gap-27{row-gap:10rem !important}.row-gap-28{row-gap:10.5rem !important}.row-gap-29{row-gap:11rem !important}.row-gap-30{row-gap:11.5rem !important}.row-gap-100{row-gap:25rem !important}.row-gap-300{row-gap:75rem !important}.row-gap--1{row-gap:-0.25rem !important}.row-gap--2{row-gap:-0.5rem !important}.row-gap--3{row-gap:-0.75rem !important}.row-gap--4{row-gap:-1rem !important}.row-gap--5{row-gap:-1.25rem !important}.row-gap--6{row-gap:-1.5rem !important}.row-gap--7{row-gap:-1.75rem !important}.row-gap--8{row-gap:-2rem !important}.row-gap--9{row-gap:-2.25rem !important}.row-gap--10{row-gap:-2.5rem !important}.row-gap--11{row-gap:-2.75rem !important}.row-gap--12{row-gap:-3rem !important}.row-gap--13{row-gap:-3.25rem !important}.row-gap--14{row-gap:-3.5rem !important}.row-gap--15{row-gap:-3.75rem !important}.row-gap--16{row-gap:-4rem !important}.row-gap--17{row-gap:-4.25rem !important}.row-gap--18{row-gap:-4.5rem !important}.row-gap--19{row-gap:-4.75rem !important}.row-gap--20{row-gap:-5rem !important}.row-gap--21{row-gap:-5.25rem !important}.row-gap--22{row-gap:-5.5rem !important}.row-gap--23{row-gap:-5.75rem !important}.row-gap--24{row-gap:-6rem !important}.row-gap--40{row-gap:-10rem !important}.row-gap--48{row-gap:-12rem !important}.row-gap--82{row-gap:-20.5rem !important}.row-gap--98{row-gap:-24.5rem !important}.column-gap-0{-moz-column-gap:0 !important;column-gap:0 !important}.column-gap-1{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.column-gap-2{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.column-gap-3{-moz-column-gap:.75rem !important;column-gap:.75rem !important}.column-gap-4{-moz-column-gap:1rem !important;column-gap:1rem !important}.column-gap-5{-moz-column-gap:1.25rem !important;column-gap:1.25rem !important}.column-gap-6{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.column-gap-7{-moz-column-gap:1.75rem !important;column-gap:1.75rem !important}.column-gap-8{-moz-column-gap:2rem !important;column-gap:2rem !important}.column-gap-9{-moz-column-gap:2.25rem !important;column-gap:2.25rem !important}.column-gap-10{-moz-column-gap:2.5rem !important;column-gap:2.5rem !important}.column-gap-11{-moz-column-gap:2.75rem !important;column-gap:2.75rem !important}.column-gap-12{-moz-column-gap:3rem !important;column-gap:3rem !important}.column-gap-13{-moz-column-gap:3.25rem !important;column-gap:3.25rem !important}.column-gap-14{-moz-column-gap:3.5rem !important;column-gap:3.5rem !important}.column-gap-15{-moz-column-gap:4rem !important;column-gap:4rem !important}.column-gap-16{-moz-column-gap:4.5rem !important;column-gap:4.5rem !important}.column-gap-17{-moz-column-gap:5rem !important;column-gap:5rem !important}.column-gap-18{-moz-column-gap:5.5rem !important;column-gap:5.5rem !important}.column-gap-19{-moz-column-gap:6rem !important;column-gap:6rem !important}.column-gap-20{-moz-column-gap:6.5rem !important;column-gap:6.5rem !important}.column-gap-21{-moz-column-gap:7rem !important;column-gap:7rem !important}.column-gap-22{-moz-column-gap:7.5rem !important;column-gap:7.5rem !important}.column-gap-23{-moz-column-gap:8rem !important;column-gap:8rem !important}.column-gap-24{-moz-column-gap:8.5rem !important;column-gap:8.5rem !important}.column-gap-25{-moz-column-gap:9rem !important;column-gap:9rem !important}.column-gap-26{-moz-column-gap:9.5rem !important;column-gap:9.5rem !important}.column-gap-27{-moz-column-gap:10rem !important;column-gap:10rem !important}.column-gap-28{-moz-column-gap:10.5rem !important;column-gap:10.5rem !important}.column-gap-29{-moz-column-gap:11rem !important;column-gap:11rem !important}.column-gap-30{-moz-column-gap:11.5rem !important;column-gap:11.5rem !important}.column-gap-100{-moz-column-gap:25rem !important;column-gap:25rem !important}.column-gap-300{-moz-column-gap:75rem !important;column-gap:75rem !important}.column-gap--1{-moz-column-gap:-0.25rem !important;column-gap:-0.25rem !important}.column-gap--2{-moz-column-gap:-0.5rem !important;column-gap:-0.5rem !important}.column-gap--3{-moz-column-gap:-0.75rem !important;column-gap:-0.75rem !important}.column-gap--4{-moz-column-gap:-1rem !important;column-gap:-1rem !important}.column-gap--5{-moz-column-gap:-1.25rem !important;column-gap:-1.25rem !important}.column-gap--6{-moz-column-gap:-1.5rem !important;column-gap:-1.5rem !important}.column-gap--7{-moz-column-gap:-1.75rem !important;column-gap:-1.75rem !important}.column-gap--8{-moz-column-gap:-2rem !important;column-gap:-2rem !important}.column-gap--9{-moz-column-gap:-2.25rem !important;column-gap:-2.25rem !important}.column-gap--10{-moz-column-gap:-2.5rem !important;column-gap:-2.5rem !important}.column-gap--11{-moz-column-gap:-2.75rem !important;column-gap:-2.75rem !important}.column-gap--12{-moz-column-gap:-3rem !important;column-gap:-3rem !important}.column-gap--13{-moz-column-gap:-3.25rem !important;column-gap:-3.25rem !important}.column-gap--14{-moz-column-gap:-3.5rem !important;column-gap:-3.5rem !important}.column-gap--15{-moz-column-gap:-3.75rem !important;column-gap:-3.75rem !important}.column-gap--16{-moz-column-gap:-4rem !important;column-gap:-4rem !important}.column-gap--17{-moz-column-gap:-4.25rem !important;column-gap:-4.25rem !important}.column-gap--18{-moz-column-gap:-4.5rem !important;column-gap:-4.5rem !important}.column-gap--19{-moz-column-gap:-4.75rem !important;column-gap:-4.75rem !important}.column-gap--20{-moz-column-gap:-5rem !important;column-gap:-5rem !important}.column-gap--21{-moz-column-gap:-5.25rem !important;column-gap:-5.25rem !important}.column-gap--22{-moz-column-gap:-5.5rem !important;column-gap:-5.5rem !important}.column-gap--23{-moz-column-gap:-5.75rem !important;column-gap:-5.75rem !important}.column-gap--24{-moz-column-gap:-6rem !important;column-gap:-6rem !important}.column-gap--40{-moz-column-gap:-10rem !important;column-gap:-10rem !important}.column-gap--48{-moz-column-gap:-12rem !important;column-gap:-12rem !important}.column-gap--82{-moz-column-gap:-20.5rem !important;column-gap:-20.5rem !important}.column-gap--98{-moz-column-gap:-24.5rem !important;column-gap:-24.5rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,25,36,.5) !important}.text-white-50{--bs-text-opacity: 1;color:hsla(0,0%,100%,.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.link-offset-3-hover:hover{text-underline-offset:.375em !important}.link-underline-primary{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-secondary{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-danger{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-light{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-dark{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media(min-width: 576px){.float-bootstrap_xs-start{float:left !important}.float-bootstrap_xs-end{float:right !important}.float-bootstrap_xs-none{float:none !important}.object-fit-bootstrap_xs-contain{-o-object-fit:contain !important;object-fit:contain !important}.object-fit-bootstrap_xs-cover{-o-object-fit:cover !important;object-fit:cover !important}.object-fit-bootstrap_xs-fill{-o-object-fit:fill !important;object-fit:fill !important}.object-fit-bootstrap_xs-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important}.object-fit-bootstrap_xs-none{-o-object-fit:none !important;object-fit:none !important}.d-bootstrap_xs-inline{display:inline !important}.d-bootstrap_xs-inline-block{display:inline-block !important}.d-bootstrap_xs-block{display:block !important}.d-bootstrap_xs-grid{display:grid !important}.d-bootstrap_xs-inline-grid{display:inline-grid !important}.d-bootstrap_xs-table{display:table !important}.d-bootstrap_xs-table-row{display:table-row !important}.d-bootstrap_xs-table-cell{display:table-cell !important}.d-bootstrap_xs-flex{display:flex !important}.d-bootstrap_xs-inline-flex{display:inline-flex !important}.d-bootstrap_xs-none{display:none !important}.flex-bootstrap_xs-fill{flex:1 1 auto !important}.flex-bootstrap_xs-row{flex-direction:row !important}.flex-bootstrap_xs-column{flex-direction:column !important}.flex-bootstrap_xs-row-reverse{flex-direction:row-reverse !important}.flex-bootstrap_xs-column-reverse{flex-direction:column-reverse !important}.flex-bootstrap_xs-grow-0{flex-grow:0 !important}.flex-bootstrap_xs-grow-1{flex-grow:1 !important}.flex-bootstrap_xs-shrink-0{flex-shrink:0 !important}.flex-bootstrap_xs-shrink-1{flex-shrink:1 !important}.flex-bootstrap_xs-wrap{flex-wrap:wrap !important}.flex-bootstrap_xs-nowrap{flex-wrap:nowrap !important}.flex-bootstrap_xs-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-bootstrap_xs-start{justify-content:flex-start !important}.justify-content-bootstrap_xs-end{justify-content:flex-end !important}.justify-content-bootstrap_xs-center{justify-content:center !important}.justify-content-bootstrap_xs-between{justify-content:space-between !important}.justify-content-bootstrap_xs-around{justify-content:space-around !important}.justify-content-bootstrap_xs-evenly{justify-content:space-evenly !important}.align-items-bootstrap_xs-start{align-items:flex-start !important}.align-items-bootstrap_xs-end{align-items:flex-end !important}.align-items-bootstrap_xs-center{align-items:center !important}.align-items-bootstrap_xs-baseline{align-items:baseline !important}.align-items-bootstrap_xs-stretch{align-items:stretch !important}.align-content-bootstrap_xs-start{align-content:flex-start !important}.align-content-bootstrap_xs-end{align-content:flex-end !important}.align-content-bootstrap_xs-center{align-content:center !important}.align-content-bootstrap_xs-between{align-content:space-between !important}.align-content-bootstrap_xs-around{align-content:space-around !important}.align-content-bootstrap_xs-stretch{align-content:stretch !important}.align-self-bootstrap_xs-auto{align-self:auto !important}.align-self-bootstrap_xs-start{align-self:flex-start !important}.align-self-bootstrap_xs-end{align-self:flex-end !important}.align-self-bootstrap_xs-center{align-self:center !important}.align-self-bootstrap_xs-baseline{align-self:baseline !important}.align-self-bootstrap_xs-stretch{align-self:stretch !important}.order-bootstrap_xs-first{order:-1 !important}.order-bootstrap_xs-0{order:0 !important}.order-bootstrap_xs-1{order:1 !important}.order-bootstrap_xs-2{order:2 !important}.order-bootstrap_xs-3{order:3 !important}.order-bootstrap_xs-4{order:4 !important}.order-bootstrap_xs-5{order:5 !important}.order-bootstrap_xs-last{order:6 !important}.m-bootstrap_xs-0{margin:0 !important}.m-bootstrap_xs-1{margin:.25rem !important}.m-bootstrap_xs-2{margin:.5rem !important}.m-bootstrap_xs-3{margin:.75rem !important}.m-bootstrap_xs-4{margin:1rem !important}.m-bootstrap_xs-5{margin:1.25rem !important}.m-bootstrap_xs-6{margin:1.5rem !important}.m-bootstrap_xs-7{margin:1.75rem !important}.m-bootstrap_xs-8{margin:2rem !important}.m-bootstrap_xs-9{margin:2.25rem !important}.m-bootstrap_xs-10{margin:2.5rem !important}.m-bootstrap_xs-11{margin:2.75rem !important}.m-bootstrap_xs-12{margin:3rem !important}.m-bootstrap_xs-13{margin:3.25rem !important}.m-bootstrap_xs-14{margin:3.5rem !important}.m-bootstrap_xs-15{margin:4rem !important}.m-bootstrap_xs-16{margin:4.5rem !important}.m-bootstrap_xs-17{margin:5rem !important}.m-bootstrap_xs-18{margin:5.5rem !important}.m-bootstrap_xs-19{margin:6rem !important}.m-bootstrap_xs-20{margin:6.5rem !important}.m-bootstrap_xs-21{margin:7rem !important}.m-bootstrap_xs-22{margin:7.5rem !important}.m-bootstrap_xs-23{margin:8rem !important}.m-bootstrap_xs-24{margin:8.5rem !important}.m-bootstrap_xs-25{margin:9rem !important}.m-bootstrap_xs-26{margin:9.5rem !important}.m-bootstrap_xs-27{margin:10rem !important}.m-bootstrap_xs-28{margin:10.5rem !important}.m-bootstrap_xs-29{margin:11rem !important}.m-bootstrap_xs-30{margin:11.5rem !important}.m-bootstrap_xs-100{margin:25rem !important}.m-bootstrap_xs-300{margin:75rem !important}.m-bootstrap_xs--1{margin:-0.25rem !important}.m-bootstrap_xs--2{margin:-0.5rem !important}.m-bootstrap_xs--3{margin:-0.75rem !important}.m-bootstrap_xs--4{margin:-1rem !important}.m-bootstrap_xs--5{margin:-1.25rem !important}.m-bootstrap_xs--6{margin:-1.5rem !important}.m-bootstrap_xs--7{margin:-1.75rem !important}.m-bootstrap_xs--8{margin:-2rem !important}.m-bootstrap_xs--9{margin:-2.25rem !important}.m-bootstrap_xs--10{margin:-2.5rem !important}.m-bootstrap_xs--11{margin:-2.75rem !important}.m-bootstrap_xs--12{margin:-3rem !important}.m-bootstrap_xs--13{margin:-3.25rem !important}.m-bootstrap_xs--14{margin:-3.5rem !important}.m-bootstrap_xs--15{margin:-3.75rem !important}.m-bootstrap_xs--16{margin:-4rem !important}.m-bootstrap_xs--17{margin:-4.25rem !important}.m-bootstrap_xs--18{margin:-4.5rem !important}.m-bootstrap_xs--19{margin:-4.75rem !important}.m-bootstrap_xs--20{margin:-5rem !important}.m-bootstrap_xs--21{margin:-5.25rem !important}.m-bootstrap_xs--22{margin:-5.5rem !important}.m-bootstrap_xs--23{margin:-5.75rem !important}.m-bootstrap_xs--24{margin:-6rem !important}.m-bootstrap_xs--40{margin:-10rem !important}.m-bootstrap_xs--48{margin:-12rem !important}.m-bootstrap_xs--82{margin:-20.5rem !important}.m-bootstrap_xs--98{margin:-24.5rem !important}.m-bootstrap_xs-auto{margin:auto !important}.mx-bootstrap_xs-0{margin-right:0 !important;margin-left:0 !important}.mx-bootstrap_xs-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-bootstrap_xs-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-bootstrap_xs-3{margin-right:.75rem !important;margin-left:.75rem !important}.mx-bootstrap_xs-4{margin-right:1rem !important;margin-left:1rem !important}.mx-bootstrap_xs-5{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-bootstrap_xs-6{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-bootstrap_xs-7{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-bootstrap_xs-8{margin-right:2rem !important;margin-left:2rem !important}.mx-bootstrap_xs-9{margin-right:2.25rem !important;margin-left:2.25rem !important}.mx-bootstrap_xs-10{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-bootstrap_xs-11{margin-right:2.75rem !important;margin-left:2.75rem !important}.mx-bootstrap_xs-12{margin-right:3rem !important;margin-left:3rem !important}.mx-bootstrap_xs-13{margin-right:3.25rem !important;margin-left:3.25rem !important}.mx-bootstrap_xs-14{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-bootstrap_xs-15{margin-right:4rem !important;margin-left:4rem !important}.mx-bootstrap_xs-16{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-bootstrap_xs-17{margin-right:5rem !important;margin-left:5rem !important}.mx-bootstrap_xs-18{margin-right:5.5rem !important;margin-left:5.5rem !important}.mx-bootstrap_xs-19{margin-right:6rem !important;margin-left:6rem !important}.mx-bootstrap_xs-20{margin-right:6.5rem !important;margin-left:6.5rem !important}.mx-bootstrap_xs-21{margin-right:7rem !important;margin-left:7rem !important}.mx-bootstrap_xs-22{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-bootstrap_xs-23{margin-right:8rem !important;margin-left:8rem !important}.mx-bootstrap_xs-24{margin-right:8.5rem !important;margin-left:8.5rem !important}.mx-bootstrap_xs-25{margin-right:9rem !important;margin-left:9rem !important}.mx-bootstrap_xs-26{margin-right:9.5rem !important;margin-left:9.5rem !important}.mx-bootstrap_xs-27{margin-right:10rem !important;margin-left:10rem !important}.mx-bootstrap_xs-28{margin-right:10.5rem !important;margin-left:10.5rem !important}.mx-bootstrap_xs-29{margin-right:11rem !important;margin-left:11rem !important}.mx-bootstrap_xs-30{margin-right:11.5rem !important;margin-left:11.5rem !important}.mx-bootstrap_xs-100{margin-right:25rem !important;margin-left:25rem !important}.mx-bootstrap_xs-300{margin-right:75rem !important;margin-left:75rem !important}.mx-bootstrap_xs--1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-bootstrap_xs--2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-bootstrap_xs--3{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-bootstrap_xs--4{margin-right:-1rem !important;margin-left:-1rem !important}.mx-bootstrap_xs--5{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-bootstrap_xs--6{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-bootstrap_xs--7{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-bootstrap_xs--8{margin-right:-2rem !important;margin-left:-2rem !important}.mx-bootstrap_xs--9{margin-right:-2.25rem !important;margin-left:-2.25rem !important}.mx-bootstrap_xs--10{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-bootstrap_xs--11{margin-right:-2.75rem !important;margin-left:-2.75rem !important}.mx-bootstrap_xs--12{margin-right:-3rem !important;margin-left:-3rem !important}.mx-bootstrap_xs--13{margin-right:-3.25rem !important;margin-left:-3.25rem !important}.mx-bootstrap_xs--14{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-bootstrap_xs--15{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.mx-bootstrap_xs--16{margin-right:-4rem !important;margin-left:-4rem !important}.mx-bootstrap_xs--17{margin-right:-4.25rem !important;margin-left:-4.25rem !important}.mx-bootstrap_xs--18{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-bootstrap_xs--19{margin-right:-4.75rem !important;margin-left:-4.75rem !important}.mx-bootstrap_xs--20{margin-right:-5rem !important;margin-left:-5rem !important}.mx-bootstrap_xs--21{margin-right:-5.25rem !important;margin-left:-5.25rem !important}.mx-bootstrap_xs--22{margin-right:-5.5rem !important;margin-left:-5.5rem !important}.mx-bootstrap_xs--23{margin-right:-5.75rem !important;margin-left:-5.75rem !important}.mx-bootstrap_xs--24{margin-right:-6rem !important;margin-left:-6rem !important}.mx-bootstrap_xs--40{margin-right:-10rem !important;margin-left:-10rem !important}.mx-bootstrap_xs--48{margin-right:-12rem !important;margin-left:-12rem !important}.mx-bootstrap_xs--82{margin-right:-20.5rem !important;margin-left:-20.5rem !important}.mx-bootstrap_xs--98{margin-right:-24.5rem !important;margin-left:-24.5rem !important}.mx-bootstrap_xs-auto{margin-right:auto !important;margin-left:auto !important}.my-bootstrap_xs-0{margin-top:0 !important;margin-bottom:0 !important}.my-bootstrap_xs-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-bootstrap_xs-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-bootstrap_xs-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-bootstrap_xs-4{margin-top:1rem !important;margin-bottom:1rem !important}.my-bootstrap_xs-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-bootstrap_xs-6{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-bootstrap_xs-7{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-bootstrap_xs-8{margin-top:2rem !important;margin-bottom:2rem !important}.my-bootstrap_xs-9{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.my-bootstrap_xs-10{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-bootstrap_xs-11{margin-top:2.75rem !important;margin-bottom:2.75rem !important}.my-bootstrap_xs-12{margin-top:3rem !important;margin-bottom:3rem !important}.my-bootstrap_xs-13{margin-top:3.25rem !important;margin-bottom:3.25rem !important}.my-bootstrap_xs-14{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-bootstrap_xs-15{margin-top:4rem !important;margin-bottom:4rem !important}.my-bootstrap_xs-16{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-bootstrap_xs-17{margin-top:5rem !important;margin-bottom:5rem !important}.my-bootstrap_xs-18{margin-top:5.5rem !important;margin-bottom:5.5rem !important}.my-bootstrap_xs-19{margin-top:6rem !important;margin-bottom:6rem !important}.my-bootstrap_xs-20{margin-top:6.5rem !important;margin-bottom:6.5rem !important}.my-bootstrap_xs-21{margin-top:7rem !important;margin-bottom:7rem !important}.my-bootstrap_xs-22{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-bootstrap_xs-23{margin-top:8rem !important;margin-bottom:8rem !important}.my-bootstrap_xs-24{margin-top:8.5rem !important;margin-bottom:8.5rem !important}.my-bootstrap_xs-25{margin-top:9rem !important;margin-bottom:9rem !important}.my-bootstrap_xs-26{margin-top:9.5rem !important;margin-bottom:9.5rem !important}.my-bootstrap_xs-27{margin-top:10rem !important;margin-bottom:10rem !important}.my-bootstrap_xs-28{margin-top:10.5rem !important;margin-bottom:10.5rem !important}.my-bootstrap_xs-29{margin-top:11rem !important;margin-bottom:11rem !important}.my-bootstrap_xs-30{margin-top:11.5rem !important;margin-bottom:11.5rem !important}.my-bootstrap_xs-100{margin-top:25rem !important;margin-bottom:25rem !important}.my-bootstrap_xs-300{margin-top:75rem !important;margin-bottom:75rem !important}.my-bootstrap_xs--1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-bootstrap_xs--2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-bootstrap_xs--3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-bootstrap_xs--4{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-bootstrap_xs--5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-bootstrap_xs--6{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-bootstrap_xs--7{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-bootstrap_xs--8{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-bootstrap_xs--9{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important}.my-bootstrap_xs--10{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-bootstrap_xs--11{margin-top:-2.75rem !important;margin-bottom:-2.75rem !important}.my-bootstrap_xs--12{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-bootstrap_xs--13{margin-top:-3.25rem !important;margin-bottom:-3.25rem !important}.my-bootstrap_xs--14{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-bootstrap_xs--15{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.my-bootstrap_xs--16{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-bootstrap_xs--17{margin-top:-4.25rem !important;margin-bottom:-4.25rem !important}.my-bootstrap_xs--18{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-bootstrap_xs--19{margin-top:-4.75rem !important;margin-bottom:-4.75rem !important}.my-bootstrap_xs--20{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-bootstrap_xs--21{margin-top:-5.25rem !important;margin-bottom:-5.25rem !important}.my-bootstrap_xs--22{margin-top:-5.5rem !important;margin-bottom:-5.5rem !important}.my-bootstrap_xs--23{margin-top:-5.75rem !important;margin-bottom:-5.75rem !important}.my-bootstrap_xs--24{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-bootstrap_xs--40{margin-top:-10rem !important;margin-bottom:-10rem !important}.my-bootstrap_xs--48{margin-top:-12rem !important;margin-bottom:-12rem !important}.my-bootstrap_xs--82{margin-top:-20.5rem !important;margin-bottom:-20.5rem !important}.my-bootstrap_xs--98{margin-top:-24.5rem !important;margin-bottom:-24.5rem !important}.my-bootstrap_xs-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-bootstrap_xs-0{margin-top:0 !important}.mt-bootstrap_xs-1{margin-top:.25rem !important}.mt-bootstrap_xs-2{margin-top:.5rem !important}.mt-bootstrap_xs-3{margin-top:.75rem !important}.mt-bootstrap_xs-4{margin-top:1rem !important}.mt-bootstrap_xs-5{margin-top:1.25rem !important}.mt-bootstrap_xs-6{margin-top:1.5rem !important}.mt-bootstrap_xs-7{margin-top:1.75rem !important}.mt-bootstrap_xs-8{margin-top:2rem !important}.mt-bootstrap_xs-9{margin-top:2.25rem !important}.mt-bootstrap_xs-10{margin-top:2.5rem !important}.mt-bootstrap_xs-11{margin-top:2.75rem !important}.mt-bootstrap_xs-12{margin-top:3rem !important}.mt-bootstrap_xs-13{margin-top:3.25rem !important}.mt-bootstrap_xs-14{margin-top:3.5rem !important}.mt-bootstrap_xs-15{margin-top:4rem !important}.mt-bootstrap_xs-16{margin-top:4.5rem !important}.mt-bootstrap_xs-17{margin-top:5rem !important}.mt-bootstrap_xs-18{margin-top:5.5rem !important}.mt-bootstrap_xs-19{margin-top:6rem !important}.mt-bootstrap_xs-20{margin-top:6.5rem !important}.mt-bootstrap_xs-21{margin-top:7rem !important}.mt-bootstrap_xs-22{margin-top:7.5rem !important}.mt-bootstrap_xs-23{margin-top:8rem !important}.mt-bootstrap_xs-24{margin-top:8.5rem !important}.mt-bootstrap_xs-25{margin-top:9rem !important}.mt-bootstrap_xs-26{margin-top:9.5rem !important}.mt-bootstrap_xs-27{margin-top:10rem !important}.mt-bootstrap_xs-28{margin-top:10.5rem !important}.mt-bootstrap_xs-29{margin-top:11rem !important}.mt-bootstrap_xs-30{margin-top:11.5rem !important}.mt-bootstrap_xs-100{margin-top:25rem !important}.mt-bootstrap_xs-300{margin-top:75rem !important}.mt-bootstrap_xs--1{margin-top:-0.25rem !important}.mt-bootstrap_xs--2{margin-top:-0.5rem !important}.mt-bootstrap_xs--3{margin-top:-0.75rem !important}.mt-bootstrap_xs--4{margin-top:-1rem !important}.mt-bootstrap_xs--5{margin-top:-1.25rem !important}.mt-bootstrap_xs--6{margin-top:-1.5rem !important}.mt-bootstrap_xs--7{margin-top:-1.75rem !important}.mt-bootstrap_xs--8{margin-top:-2rem !important}.mt-bootstrap_xs--9{margin-top:-2.25rem !important}.mt-bootstrap_xs--10{margin-top:-2.5rem !important}.mt-bootstrap_xs--11{margin-top:-2.75rem !important}.mt-bootstrap_xs--12{margin-top:-3rem !important}.mt-bootstrap_xs--13{margin-top:-3.25rem !important}.mt-bootstrap_xs--14{margin-top:-3.5rem !important}.mt-bootstrap_xs--15{margin-top:-3.75rem !important}.mt-bootstrap_xs--16{margin-top:-4rem !important}.mt-bootstrap_xs--17{margin-top:-4.25rem !important}.mt-bootstrap_xs--18{margin-top:-4.5rem !important}.mt-bootstrap_xs--19{margin-top:-4.75rem !important}.mt-bootstrap_xs--20{margin-top:-5rem !important}.mt-bootstrap_xs--21{margin-top:-5.25rem !important}.mt-bootstrap_xs--22{margin-top:-5.5rem !important}.mt-bootstrap_xs--23{margin-top:-5.75rem !important}.mt-bootstrap_xs--24{margin-top:-6rem !important}.mt-bootstrap_xs--40{margin-top:-10rem !important}.mt-bootstrap_xs--48{margin-top:-12rem !important}.mt-bootstrap_xs--82{margin-top:-20.5rem !important}.mt-bootstrap_xs--98{margin-top:-24.5rem !important}.mt-bootstrap_xs-auto{margin-top:auto !important}.me-bootstrap_xs-0{margin-right:0 !important}.me-bootstrap_xs-1{margin-right:.25rem !important}.me-bootstrap_xs-2{margin-right:.5rem !important}.me-bootstrap_xs-3{margin-right:.75rem !important}.me-bootstrap_xs-4{margin-right:1rem !important}.me-bootstrap_xs-5{margin-right:1.25rem !important}.me-bootstrap_xs-6{margin-right:1.5rem !important}.me-bootstrap_xs-7{margin-right:1.75rem !important}.me-bootstrap_xs-8{margin-right:2rem !important}.me-bootstrap_xs-9{margin-right:2.25rem !important}.me-bootstrap_xs-10{margin-right:2.5rem !important}.me-bootstrap_xs-11{margin-right:2.75rem !important}.me-bootstrap_xs-12{margin-right:3rem !important}.me-bootstrap_xs-13{margin-right:3.25rem !important}.me-bootstrap_xs-14{margin-right:3.5rem !important}.me-bootstrap_xs-15{margin-right:4rem !important}.me-bootstrap_xs-16{margin-right:4.5rem !important}.me-bootstrap_xs-17{margin-right:5rem !important}.me-bootstrap_xs-18{margin-right:5.5rem !important}.me-bootstrap_xs-19{margin-right:6rem !important}.me-bootstrap_xs-20{margin-right:6.5rem !important}.me-bootstrap_xs-21{margin-right:7rem !important}.me-bootstrap_xs-22{margin-right:7.5rem !important}.me-bootstrap_xs-23{margin-right:8rem !important}.me-bootstrap_xs-24{margin-right:8.5rem !important}.me-bootstrap_xs-25{margin-right:9rem !important}.me-bootstrap_xs-26{margin-right:9.5rem !important}.me-bootstrap_xs-27{margin-right:10rem !important}.me-bootstrap_xs-28{margin-right:10.5rem !important}.me-bootstrap_xs-29{margin-right:11rem !important}.me-bootstrap_xs-30{margin-right:11.5rem !important}.me-bootstrap_xs-100{margin-right:25rem !important}.me-bootstrap_xs-300{margin-right:75rem !important}.me-bootstrap_xs--1{margin-right:-0.25rem !important}.me-bootstrap_xs--2{margin-right:-0.5rem !important}.me-bootstrap_xs--3{margin-right:-0.75rem !important}.me-bootstrap_xs--4{margin-right:-1rem !important}.me-bootstrap_xs--5{margin-right:-1.25rem !important}.me-bootstrap_xs--6{margin-right:-1.5rem !important}.me-bootstrap_xs--7{margin-right:-1.75rem !important}.me-bootstrap_xs--8{margin-right:-2rem !important}.me-bootstrap_xs--9{margin-right:-2.25rem !important}.me-bootstrap_xs--10{margin-right:-2.5rem !important}.me-bootstrap_xs--11{margin-right:-2.75rem !important}.me-bootstrap_xs--12{margin-right:-3rem !important}.me-bootstrap_xs--13{margin-right:-3.25rem !important}.me-bootstrap_xs--14{margin-right:-3.5rem !important}.me-bootstrap_xs--15{margin-right:-3.75rem !important}.me-bootstrap_xs--16{margin-right:-4rem !important}.me-bootstrap_xs--17{margin-right:-4.25rem !important}.me-bootstrap_xs--18{margin-right:-4.5rem !important}.me-bootstrap_xs--19{margin-right:-4.75rem !important}.me-bootstrap_xs--20{margin-right:-5rem !important}.me-bootstrap_xs--21{margin-right:-5.25rem !important}.me-bootstrap_xs--22{margin-right:-5.5rem !important}.me-bootstrap_xs--23{margin-right:-5.75rem !important}.me-bootstrap_xs--24{margin-right:-6rem !important}.me-bootstrap_xs--40{margin-right:-10rem !important}.me-bootstrap_xs--48{margin-right:-12rem !important}.me-bootstrap_xs--82{margin-right:-20.5rem !important}.me-bootstrap_xs--98{margin-right:-24.5rem !important}.me-bootstrap_xs-auto{margin-right:auto !important}.mb-bootstrap_xs-0{margin-bottom:0 !important}.mb-bootstrap_xs-1{margin-bottom:.25rem !important}.mb-bootstrap_xs-2{margin-bottom:.5rem !important}.mb-bootstrap_xs-3{margin-bottom:.75rem !important}.mb-bootstrap_xs-4{margin-bottom:1rem !important}.mb-bootstrap_xs-5{margin-bottom:1.25rem !important}.mb-bootstrap_xs-6{margin-bottom:1.5rem !important}.mb-bootstrap_xs-7{margin-bottom:1.75rem !important}.mb-bootstrap_xs-8{margin-bottom:2rem !important}.mb-bootstrap_xs-9{margin-bottom:2.25rem !important}.mb-bootstrap_xs-10{margin-bottom:2.5rem !important}.mb-bootstrap_xs-11{margin-bottom:2.75rem !important}.mb-bootstrap_xs-12{margin-bottom:3rem !important}.mb-bootstrap_xs-13{margin-bottom:3.25rem !important}.mb-bootstrap_xs-14{margin-bottom:3.5rem !important}.mb-bootstrap_xs-15{margin-bottom:4rem !important}.mb-bootstrap_xs-16{margin-bottom:4.5rem !important}.mb-bootstrap_xs-17{margin-bottom:5rem !important}.mb-bootstrap_xs-18{margin-bottom:5.5rem !important}.mb-bootstrap_xs-19{margin-bottom:6rem !important}.mb-bootstrap_xs-20{margin-bottom:6.5rem !important}.mb-bootstrap_xs-21{margin-bottom:7rem !important}.mb-bootstrap_xs-22{margin-bottom:7.5rem !important}.mb-bootstrap_xs-23{margin-bottom:8rem !important}.mb-bootstrap_xs-24{margin-bottom:8.5rem !important}.mb-bootstrap_xs-25{margin-bottom:9rem !important}.mb-bootstrap_xs-26{margin-bottom:9.5rem !important}.mb-bootstrap_xs-27{margin-bottom:10rem !important}.mb-bootstrap_xs-28{margin-bottom:10.5rem !important}.mb-bootstrap_xs-29{margin-bottom:11rem !important}.mb-bootstrap_xs-30{margin-bottom:11.5rem !important}.mb-bootstrap_xs-100{margin-bottom:25rem !important}.mb-bootstrap_xs-300{margin-bottom:75rem !important}.mb-bootstrap_xs--1{margin-bottom:-0.25rem !important}.mb-bootstrap_xs--2{margin-bottom:-0.5rem !important}.mb-bootstrap_xs--3{margin-bottom:-0.75rem !important}.mb-bootstrap_xs--4{margin-bottom:-1rem !important}.mb-bootstrap_xs--5{margin-bottom:-1.25rem !important}.mb-bootstrap_xs--6{margin-bottom:-1.5rem !important}.mb-bootstrap_xs--7{margin-bottom:-1.75rem !important}.mb-bootstrap_xs--8{margin-bottom:-2rem !important}.mb-bootstrap_xs--9{margin-bottom:-2.25rem !important}.mb-bootstrap_xs--10{margin-bottom:-2.5rem !important}.mb-bootstrap_xs--11{margin-bottom:-2.75rem !important}.mb-bootstrap_xs--12{margin-bottom:-3rem !important}.mb-bootstrap_xs--13{margin-bottom:-3.25rem !important}.mb-bootstrap_xs--14{margin-bottom:-3.5rem !important}.mb-bootstrap_xs--15{margin-bottom:-3.75rem !important}.mb-bootstrap_xs--16{margin-bottom:-4rem !important}.mb-bootstrap_xs--17{margin-bottom:-4.25rem !important}.mb-bootstrap_xs--18{margin-bottom:-4.5rem !important}.mb-bootstrap_xs--19{margin-bottom:-4.75rem !important}.mb-bootstrap_xs--20{margin-bottom:-5rem !important}.mb-bootstrap_xs--21{margin-bottom:-5.25rem !important}.mb-bootstrap_xs--22{margin-bottom:-5.5rem !important}.mb-bootstrap_xs--23{margin-bottom:-5.75rem !important}.mb-bootstrap_xs--24{margin-bottom:-6rem !important}.mb-bootstrap_xs--40{margin-bottom:-10rem !important}.mb-bootstrap_xs--48{margin-bottom:-12rem !important}.mb-bootstrap_xs--82{margin-bottom:-20.5rem !important}.mb-bootstrap_xs--98{margin-bottom:-24.5rem !important}.mb-bootstrap_xs-auto{margin-bottom:auto !important}.ms-bootstrap_xs-0{margin-left:0 !important}.ms-bootstrap_xs-1{margin-left:.25rem !important}.ms-bootstrap_xs-2{margin-left:.5rem !important}.ms-bootstrap_xs-3{margin-left:.75rem !important}.ms-bootstrap_xs-4{margin-left:1rem !important}.ms-bootstrap_xs-5{margin-left:1.25rem !important}.ms-bootstrap_xs-6{margin-left:1.5rem !important}.ms-bootstrap_xs-7{margin-left:1.75rem !important}.ms-bootstrap_xs-8{margin-left:2rem !important}.ms-bootstrap_xs-9{margin-left:2.25rem !important}.ms-bootstrap_xs-10{margin-left:2.5rem !important}.ms-bootstrap_xs-11{margin-left:2.75rem !important}.ms-bootstrap_xs-12{margin-left:3rem !important}.ms-bootstrap_xs-13{margin-left:3.25rem !important}.ms-bootstrap_xs-14{margin-left:3.5rem !important}.ms-bootstrap_xs-15{margin-left:4rem !important}.ms-bootstrap_xs-16{margin-left:4.5rem !important}.ms-bootstrap_xs-17{margin-left:5rem !important}.ms-bootstrap_xs-18{margin-left:5.5rem !important}.ms-bootstrap_xs-19{margin-left:6rem !important}.ms-bootstrap_xs-20{margin-left:6.5rem !important}.ms-bootstrap_xs-21{margin-left:7rem !important}.ms-bootstrap_xs-22{margin-left:7.5rem !important}.ms-bootstrap_xs-23{margin-left:8rem !important}.ms-bootstrap_xs-24{margin-left:8.5rem !important}.ms-bootstrap_xs-25{margin-left:9rem !important}.ms-bootstrap_xs-26{margin-left:9.5rem !important}.ms-bootstrap_xs-27{margin-left:10rem !important}.ms-bootstrap_xs-28{margin-left:10.5rem !important}.ms-bootstrap_xs-29{margin-left:11rem !important}.ms-bootstrap_xs-30{margin-left:11.5rem !important}.ms-bootstrap_xs-100{margin-left:25rem !important}.ms-bootstrap_xs-300{margin-left:75rem !important}.ms-bootstrap_xs--1{margin-left:-0.25rem !important}.ms-bootstrap_xs--2{margin-left:-0.5rem !important}.ms-bootstrap_xs--3{margin-left:-0.75rem !important}.ms-bootstrap_xs--4{margin-left:-1rem !important}.ms-bootstrap_xs--5{margin-left:-1.25rem !important}.ms-bootstrap_xs--6{margin-left:-1.5rem !important}.ms-bootstrap_xs--7{margin-left:-1.75rem !important}.ms-bootstrap_xs--8{margin-left:-2rem !important}.ms-bootstrap_xs--9{margin-left:-2.25rem !important}.ms-bootstrap_xs--10{margin-left:-2.5rem !important}.ms-bootstrap_xs--11{margin-left:-2.75rem !important}.ms-bootstrap_xs--12{margin-left:-3rem !important}.ms-bootstrap_xs--13{margin-left:-3.25rem !important}.ms-bootstrap_xs--14{margin-left:-3.5rem !important}.ms-bootstrap_xs--15{margin-left:-3.75rem !important}.ms-bootstrap_xs--16{margin-left:-4rem !important}.ms-bootstrap_xs--17{margin-left:-4.25rem !important}.ms-bootstrap_xs--18{margin-left:-4.5rem !important}.ms-bootstrap_xs--19{margin-left:-4.75rem !important}.ms-bootstrap_xs--20{margin-left:-5rem !important}.ms-bootstrap_xs--21{margin-left:-5.25rem !important}.ms-bootstrap_xs--22{margin-left:-5.5rem !important}.ms-bootstrap_xs--23{margin-left:-5.75rem !important}.ms-bootstrap_xs--24{margin-left:-6rem !important}.ms-bootstrap_xs--40{margin-left:-10rem !important}.ms-bootstrap_xs--48{margin-left:-12rem !important}.ms-bootstrap_xs--82{margin-left:-20.5rem !important}.ms-bootstrap_xs--98{margin-left:-24.5rem !important}.ms-bootstrap_xs-auto{margin-left:auto !important}.p-bootstrap_xs-0{padding:0 !important}.p-bootstrap_xs-1{padding:.25rem !important}.p-bootstrap_xs-2{padding:.5rem !important}.p-bootstrap_xs-3{padding:.75rem !important}.p-bootstrap_xs-4{padding:1rem !important}.p-bootstrap_xs-5{padding:1.25rem !important}.p-bootstrap_xs-6{padding:1.5rem !important}.p-bootstrap_xs-7{padding:1.75rem !important}.p-bootstrap_xs-8{padding:2rem !important}.p-bootstrap_xs-9{padding:2.25rem !important}.p-bootstrap_xs-10{padding:2.5rem !important}.p-bootstrap_xs-11{padding:2.75rem !important}.p-bootstrap_xs-12{padding:3rem !important}.p-bootstrap_xs-13{padding:3.25rem !important}.p-bootstrap_xs-14{padding:3.5rem !important}.p-bootstrap_xs-15{padding:4rem !important}.p-bootstrap_xs-16{padding:4.5rem !important}.p-bootstrap_xs-17{padding:5rem !important}.p-bootstrap_xs-18{padding:5.5rem !important}.p-bootstrap_xs-19{padding:6rem !important}.p-bootstrap_xs-20{padding:6.5rem !important}.p-bootstrap_xs-21{padding:7rem !important}.p-bootstrap_xs-22{padding:7.5rem !important}.p-bootstrap_xs-23{padding:8rem !important}.p-bootstrap_xs-24{padding:8.5rem !important}.p-bootstrap_xs-25{padding:9rem !important}.p-bootstrap_xs-26{padding:9.5rem !important}.p-bootstrap_xs-27{padding:10rem !important}.p-bootstrap_xs-28{padding:10.5rem !important}.p-bootstrap_xs-29{padding:11rem !important}.p-bootstrap_xs-30{padding:11.5rem !important}.p-bootstrap_xs-100{padding:25rem !important}.p-bootstrap_xs-300{padding:75rem !important}.p-bootstrap_xs--1{padding:-0.25rem !important}.p-bootstrap_xs--2{padding:-0.5rem !important}.p-bootstrap_xs--3{padding:-0.75rem !important}.p-bootstrap_xs--4{padding:-1rem !important}.p-bootstrap_xs--5{padding:-1.25rem !important}.p-bootstrap_xs--6{padding:-1.5rem !important}.p-bootstrap_xs--7{padding:-1.75rem !important}.p-bootstrap_xs--8{padding:-2rem !important}.p-bootstrap_xs--9{padding:-2.25rem !important}.p-bootstrap_xs--10{padding:-2.5rem !important}.p-bootstrap_xs--11{padding:-2.75rem !important}.p-bootstrap_xs--12{padding:-3rem !important}.p-bootstrap_xs--13{padding:-3.25rem !important}.p-bootstrap_xs--14{padding:-3.5rem !important}.p-bootstrap_xs--15{padding:-3.75rem !important}.p-bootstrap_xs--16{padding:-4rem !important}.p-bootstrap_xs--17{padding:-4.25rem !important}.p-bootstrap_xs--18{padding:-4.5rem !important}.p-bootstrap_xs--19{padding:-4.75rem !important}.p-bootstrap_xs--20{padding:-5rem !important}.p-bootstrap_xs--21{padding:-5.25rem !important}.p-bootstrap_xs--22{padding:-5.5rem !important}.p-bootstrap_xs--23{padding:-5.75rem !important}.p-bootstrap_xs--24{padding:-6rem !important}.p-bootstrap_xs--40{padding:-10rem !important}.p-bootstrap_xs--48{padding:-12rem !important}.p-bootstrap_xs--82{padding:-20.5rem !important}.p-bootstrap_xs--98{padding:-24.5rem !important}.px-bootstrap_xs-0{padding-right:0 !important;padding-left:0 !important}.px-bootstrap_xs-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-bootstrap_xs-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-bootstrap_xs-3{padding-right:.75rem !important;padding-left:.75rem !important}.px-bootstrap_xs-4{padding-right:1rem !important;padding-left:1rem !important}.px-bootstrap_xs-5{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-bootstrap_xs-6{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-bootstrap_xs-7{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-bootstrap_xs-8{padding-right:2rem !important;padding-left:2rem !important}.px-bootstrap_xs-9{padding-right:2.25rem !important;padding-left:2.25rem !important}.px-bootstrap_xs-10{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-bootstrap_xs-11{padding-right:2.75rem !important;padding-left:2.75rem !important}.px-bootstrap_xs-12{padding-right:3rem !important;padding-left:3rem !important}.px-bootstrap_xs-13{padding-right:3.25rem !important;padding-left:3.25rem !important}.px-bootstrap_xs-14{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-bootstrap_xs-15{padding-right:4rem !important;padding-left:4rem !important}.px-bootstrap_xs-16{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-bootstrap_xs-17{padding-right:5rem !important;padding-left:5rem !important}.px-bootstrap_xs-18{padding-right:5.5rem !important;padding-left:5.5rem !important}.px-bootstrap_xs-19{padding-right:6rem !important;padding-left:6rem !important}.px-bootstrap_xs-20{padding-right:6.5rem !important;padding-left:6.5rem !important}.px-bootstrap_xs-21{padding-right:7rem !important;padding-left:7rem !important}.px-bootstrap_xs-22{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-bootstrap_xs-23{padding-right:8rem !important;padding-left:8rem !important}.px-bootstrap_xs-24{padding-right:8.5rem !important;padding-left:8.5rem !important}.px-bootstrap_xs-25{padding-right:9rem !important;padding-left:9rem !important}.px-bootstrap_xs-26{padding-right:9.5rem !important;padding-left:9.5rem !important}.px-bootstrap_xs-27{padding-right:10rem !important;padding-left:10rem !important}.px-bootstrap_xs-28{padding-right:10.5rem !important;padding-left:10.5rem !important}.px-bootstrap_xs-29{padding-right:11rem !important;padding-left:11rem !important}.px-bootstrap_xs-30{padding-right:11.5rem !important;padding-left:11.5rem !important}.px-bootstrap_xs-100{padding-right:25rem !important;padding-left:25rem !important}.px-bootstrap_xs-300{padding-right:75rem !important;padding-left:75rem !important}.px-bootstrap_xs--1{padding-right:-0.25rem !important;padding-left:-0.25rem !important}.px-bootstrap_xs--2{padding-right:-0.5rem !important;padding-left:-0.5rem !important}.px-bootstrap_xs--3{padding-right:-0.75rem !important;padding-left:-0.75rem !important}.px-bootstrap_xs--4{padding-right:-1rem !important;padding-left:-1rem !important}.px-bootstrap_xs--5{padding-right:-1.25rem !important;padding-left:-1.25rem !important}.px-bootstrap_xs--6{padding-right:-1.5rem !important;padding-left:-1.5rem !important}.px-bootstrap_xs--7{padding-right:-1.75rem !important;padding-left:-1.75rem !important}.px-bootstrap_xs--8{padding-right:-2rem !important;padding-left:-2rem !important}.px-bootstrap_xs--9{padding-right:-2.25rem !important;padding-left:-2.25rem !important}.px-bootstrap_xs--10{padding-right:-2.5rem !important;padding-left:-2.5rem !important}.px-bootstrap_xs--11{padding-right:-2.75rem !important;padding-left:-2.75rem !important}.px-bootstrap_xs--12{padding-right:-3rem !important;padding-left:-3rem !important}.px-bootstrap_xs--13{padding-right:-3.25rem !important;padding-left:-3.25rem !important}.px-bootstrap_xs--14{padding-right:-3.5rem !important;padding-left:-3.5rem !important}.px-bootstrap_xs--15{padding-right:-3.75rem !important;padding-left:-3.75rem !important}.px-bootstrap_xs--16{padding-right:-4rem !important;padding-left:-4rem !important}.px-bootstrap_xs--17{padding-right:-4.25rem !important;padding-left:-4.25rem !important}.px-bootstrap_xs--18{padding-right:-4.5rem !important;padding-left:-4.5rem !important}.px-bootstrap_xs--19{padding-right:-4.75rem !important;padding-left:-4.75rem !important}.px-bootstrap_xs--20{padding-right:-5rem !important;padding-left:-5rem !important}.px-bootstrap_xs--21{padding-right:-5.25rem !important;padding-left:-5.25rem !important}.px-bootstrap_xs--22{padding-right:-5.5rem !important;padding-left:-5.5rem !important}.px-bootstrap_xs--23{padding-right:-5.75rem !important;padding-left:-5.75rem !important}.px-bootstrap_xs--24{padding-right:-6rem !important;padding-left:-6rem !important}.px-bootstrap_xs--40{padding-right:-10rem !important;padding-left:-10rem !important}.px-bootstrap_xs--48{padding-right:-12rem !important;padding-left:-12rem !important}.px-bootstrap_xs--82{padding-right:-20.5rem !important;padding-left:-20.5rem !important}.px-bootstrap_xs--98{padding-right:-24.5rem !important;padding-left:-24.5rem !important}.py-bootstrap_xs-0{padding-top:0 !important;padding-bottom:0 !important}.py-bootstrap_xs-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-bootstrap_xs-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-bootstrap_xs-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-bootstrap_xs-4{padding-top:1rem !important;padding-bottom:1rem !important}.py-bootstrap_xs-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-bootstrap_xs-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-bootstrap_xs-7{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-bootstrap_xs-8{padding-top:2rem !important;padding-bottom:2rem !important}.py-bootstrap_xs-9{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.py-bootstrap_xs-10{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-bootstrap_xs-11{padding-top:2.75rem !important;padding-bottom:2.75rem !important}.py-bootstrap_xs-12{padding-top:3rem !important;padding-bottom:3rem !important}.py-bootstrap_xs-13{padding-top:3.25rem !important;padding-bottom:3.25rem !important}.py-bootstrap_xs-14{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-bootstrap_xs-15{padding-top:4rem !important;padding-bottom:4rem !important}.py-bootstrap_xs-16{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-bootstrap_xs-17{padding-top:5rem !important;padding-bottom:5rem !important}.py-bootstrap_xs-18{padding-top:5.5rem !important;padding-bottom:5.5rem !important}.py-bootstrap_xs-19{padding-top:6rem !important;padding-bottom:6rem !important}.py-bootstrap_xs-20{padding-top:6.5rem !important;padding-bottom:6.5rem !important}.py-bootstrap_xs-21{padding-top:7rem !important;padding-bottom:7rem !important}.py-bootstrap_xs-22{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-bootstrap_xs-23{padding-top:8rem !important;padding-bottom:8rem !important}.py-bootstrap_xs-24{padding-top:8.5rem !important;padding-bottom:8.5rem !important}.py-bootstrap_xs-25{padding-top:9rem !important;padding-bottom:9rem !important}.py-bootstrap_xs-26{padding-top:9.5rem !important;padding-bottom:9.5rem !important}.py-bootstrap_xs-27{padding-top:10rem !important;padding-bottom:10rem !important}.py-bootstrap_xs-28{padding-top:10.5rem !important;padding-bottom:10.5rem !important}.py-bootstrap_xs-29{padding-top:11rem !important;padding-bottom:11rem !important}.py-bootstrap_xs-30{padding-top:11.5rem !important;padding-bottom:11.5rem !important}.py-bootstrap_xs-100{padding-top:25rem !important;padding-bottom:25rem !important}.py-bootstrap_xs-300{padding-top:75rem !important;padding-bottom:75rem !important}.py-bootstrap_xs--1{padding-top:-0.25rem !important;padding-bottom:-0.25rem !important}.py-bootstrap_xs--2{padding-top:-0.5rem !important;padding-bottom:-0.5rem !important}.py-bootstrap_xs--3{padding-top:-0.75rem !important;padding-bottom:-0.75rem !important}.py-bootstrap_xs--4{padding-top:-1rem !important;padding-bottom:-1rem !important}.py-bootstrap_xs--5{padding-top:-1.25rem !important;padding-bottom:-1.25rem !important}.py-bootstrap_xs--6{padding-top:-1.5rem !important;padding-bottom:-1.5rem !important}.py-bootstrap_xs--7{padding-top:-1.75rem !important;padding-bottom:-1.75rem !important}.py-bootstrap_xs--8{padding-top:-2rem !important;padding-bottom:-2rem !important}.py-bootstrap_xs--9{padding-top:-2.25rem !important;padding-bottom:-2.25rem !important}.py-bootstrap_xs--10{padding-top:-2.5rem !important;padding-bottom:-2.5rem !important}.py-bootstrap_xs--11{padding-top:-2.75rem !important;padding-bottom:-2.75rem !important}.py-bootstrap_xs--12{padding-top:-3rem !important;padding-bottom:-3rem !important}.py-bootstrap_xs--13{padding-top:-3.25rem !important;padding-bottom:-3.25rem !important}.py-bootstrap_xs--14{padding-top:-3.5rem !important;padding-bottom:-3.5rem !important}.py-bootstrap_xs--15{padding-top:-3.75rem !important;padding-bottom:-3.75rem !important}.py-bootstrap_xs--16{padding-top:-4rem !important;padding-bottom:-4rem !important}.py-bootstrap_xs--17{padding-top:-4.25rem !important;padding-bottom:-4.25rem !important}.py-bootstrap_xs--18{padding-top:-4.5rem !important;padding-bottom:-4.5rem !important}.py-bootstrap_xs--19{padding-top:-4.75rem !important;padding-bottom:-4.75rem !important}.py-bootstrap_xs--20{padding-top:-5rem !important;padding-bottom:-5rem !important}.py-bootstrap_xs--21{padding-top:-5.25rem !important;padding-bottom:-5.25rem !important}.py-bootstrap_xs--22{padding-top:-5.5rem !important;padding-bottom:-5.5rem !important}.py-bootstrap_xs--23{padding-top:-5.75rem !important;padding-bottom:-5.75rem !important}.py-bootstrap_xs--24{padding-top:-6rem !important;padding-bottom:-6rem !important}.py-bootstrap_xs--40{padding-top:-10rem !important;padding-bottom:-10rem !important}.py-bootstrap_xs--48{padding-top:-12rem !important;padding-bottom:-12rem !important}.py-bootstrap_xs--82{padding-top:-20.5rem !important;padding-bottom:-20.5rem !important}.py-bootstrap_xs--98{padding-top:-24.5rem !important;padding-bottom:-24.5rem !important}.pt-bootstrap_xs-0{padding-top:0 !important}.pt-bootstrap_xs-1{padding-top:.25rem !important}.pt-bootstrap_xs-2{padding-top:.5rem !important}.pt-bootstrap_xs-3{padding-top:.75rem !important}.pt-bootstrap_xs-4{padding-top:1rem !important}.pt-bootstrap_xs-5{padding-top:1.25rem !important}.pt-bootstrap_xs-6{padding-top:1.5rem !important}.pt-bootstrap_xs-7{padding-top:1.75rem !important}.pt-bootstrap_xs-8{padding-top:2rem !important}.pt-bootstrap_xs-9{padding-top:2.25rem !important}.pt-bootstrap_xs-10{padding-top:2.5rem !important}.pt-bootstrap_xs-11{padding-top:2.75rem !important}.pt-bootstrap_xs-12{padding-top:3rem !important}.pt-bootstrap_xs-13{padding-top:3.25rem !important}.pt-bootstrap_xs-14{padding-top:3.5rem !important}.pt-bootstrap_xs-15{padding-top:4rem !important}.pt-bootstrap_xs-16{padding-top:4.5rem !important}.pt-bootstrap_xs-17{padding-top:5rem !important}.pt-bootstrap_xs-18{padding-top:5.5rem !important}.pt-bootstrap_xs-19{padding-top:6rem !important}.pt-bootstrap_xs-20{padding-top:6.5rem !important}.pt-bootstrap_xs-21{padding-top:7rem !important}.pt-bootstrap_xs-22{padding-top:7.5rem !important}.pt-bootstrap_xs-23{padding-top:8rem !important}.pt-bootstrap_xs-24{padding-top:8.5rem !important}.pt-bootstrap_xs-25{padding-top:9rem !important}.pt-bootstrap_xs-26{padding-top:9.5rem !important}.pt-bootstrap_xs-27{padding-top:10rem !important}.pt-bootstrap_xs-28{padding-top:10.5rem !important}.pt-bootstrap_xs-29{padding-top:11rem !important}.pt-bootstrap_xs-30{padding-top:11.5rem !important}.pt-bootstrap_xs-100{padding-top:25rem !important}.pt-bootstrap_xs-300{padding-top:75rem !important}.pt-bootstrap_xs--1{padding-top:-0.25rem !important}.pt-bootstrap_xs--2{padding-top:-0.5rem !important}.pt-bootstrap_xs--3{padding-top:-0.75rem !important}.pt-bootstrap_xs--4{padding-top:-1rem !important}.pt-bootstrap_xs--5{padding-top:-1.25rem !important}.pt-bootstrap_xs--6{padding-top:-1.5rem !important}.pt-bootstrap_xs--7{padding-top:-1.75rem !important}.pt-bootstrap_xs--8{padding-top:-2rem !important}.pt-bootstrap_xs--9{padding-top:-2.25rem !important}.pt-bootstrap_xs--10{padding-top:-2.5rem !important}.pt-bootstrap_xs--11{padding-top:-2.75rem !important}.pt-bootstrap_xs--12{padding-top:-3rem !important}.pt-bootstrap_xs--13{padding-top:-3.25rem !important}.pt-bootstrap_xs--14{padding-top:-3.5rem !important}.pt-bootstrap_xs--15{padding-top:-3.75rem !important}.pt-bootstrap_xs--16{padding-top:-4rem !important}.pt-bootstrap_xs--17{padding-top:-4.25rem !important}.pt-bootstrap_xs--18{padding-top:-4.5rem !important}.pt-bootstrap_xs--19{padding-top:-4.75rem !important}.pt-bootstrap_xs--20{padding-top:-5rem !important}.pt-bootstrap_xs--21{padding-top:-5.25rem !important}.pt-bootstrap_xs--22{padding-top:-5.5rem !important}.pt-bootstrap_xs--23{padding-top:-5.75rem !important}.pt-bootstrap_xs--24{padding-top:-6rem !important}.pt-bootstrap_xs--40{padding-top:-10rem !important}.pt-bootstrap_xs--48{padding-top:-12rem !important}.pt-bootstrap_xs--82{padding-top:-20.5rem !important}.pt-bootstrap_xs--98{padding-top:-24.5rem !important}.pe-bootstrap_xs-0{padding-right:0 !important}.pe-bootstrap_xs-1{padding-right:.25rem !important}.pe-bootstrap_xs-2{padding-right:.5rem !important}.pe-bootstrap_xs-3{padding-right:.75rem !important}.pe-bootstrap_xs-4{padding-right:1rem !important}.pe-bootstrap_xs-5{padding-right:1.25rem !important}.pe-bootstrap_xs-6{padding-right:1.5rem !important}.pe-bootstrap_xs-7{padding-right:1.75rem !important}.pe-bootstrap_xs-8{padding-right:2rem !important}.pe-bootstrap_xs-9{padding-right:2.25rem !important}.pe-bootstrap_xs-10{padding-right:2.5rem !important}.pe-bootstrap_xs-11{padding-right:2.75rem !important}.pe-bootstrap_xs-12{padding-right:3rem !important}.pe-bootstrap_xs-13{padding-right:3.25rem !important}.pe-bootstrap_xs-14{padding-right:3.5rem !important}.pe-bootstrap_xs-15{padding-right:4rem !important}.pe-bootstrap_xs-16{padding-right:4.5rem !important}.pe-bootstrap_xs-17{padding-right:5rem !important}.pe-bootstrap_xs-18{padding-right:5.5rem !important}.pe-bootstrap_xs-19{padding-right:6rem !important}.pe-bootstrap_xs-20{padding-right:6.5rem !important}.pe-bootstrap_xs-21{padding-right:7rem !important}.pe-bootstrap_xs-22{padding-right:7.5rem !important}.pe-bootstrap_xs-23{padding-right:8rem !important}.pe-bootstrap_xs-24{padding-right:8.5rem !important}.pe-bootstrap_xs-25{padding-right:9rem !important}.pe-bootstrap_xs-26{padding-right:9.5rem !important}.pe-bootstrap_xs-27{padding-right:10rem !important}.pe-bootstrap_xs-28{padding-right:10.5rem !important}.pe-bootstrap_xs-29{padding-right:11rem !important}.pe-bootstrap_xs-30{padding-right:11.5rem !important}.pe-bootstrap_xs-100{padding-right:25rem !important}.pe-bootstrap_xs-300{padding-right:75rem !important}.pe-bootstrap_xs--1{padding-right:-0.25rem !important}.pe-bootstrap_xs--2{padding-right:-0.5rem !important}.pe-bootstrap_xs--3{padding-right:-0.75rem !important}.pe-bootstrap_xs--4{padding-right:-1rem !important}.pe-bootstrap_xs--5{padding-right:-1.25rem !important}.pe-bootstrap_xs--6{padding-right:-1.5rem !important}.pe-bootstrap_xs--7{padding-right:-1.75rem !important}.pe-bootstrap_xs--8{padding-right:-2rem !important}.pe-bootstrap_xs--9{padding-right:-2.25rem !important}.pe-bootstrap_xs--10{padding-right:-2.5rem !important}.pe-bootstrap_xs--11{padding-right:-2.75rem !important}.pe-bootstrap_xs--12{padding-right:-3rem !important}.pe-bootstrap_xs--13{padding-right:-3.25rem !important}.pe-bootstrap_xs--14{padding-right:-3.5rem !important}.pe-bootstrap_xs--15{padding-right:-3.75rem !important}.pe-bootstrap_xs--16{padding-right:-4rem !important}.pe-bootstrap_xs--17{padding-right:-4.25rem !important}.pe-bootstrap_xs--18{padding-right:-4.5rem !important}.pe-bootstrap_xs--19{padding-right:-4.75rem !important}.pe-bootstrap_xs--20{padding-right:-5rem !important}.pe-bootstrap_xs--21{padding-right:-5.25rem !important}.pe-bootstrap_xs--22{padding-right:-5.5rem !important}.pe-bootstrap_xs--23{padding-right:-5.75rem !important}.pe-bootstrap_xs--24{padding-right:-6rem !important}.pe-bootstrap_xs--40{padding-right:-10rem !important}.pe-bootstrap_xs--48{padding-right:-12rem !important}.pe-bootstrap_xs--82{padding-right:-20.5rem !important}.pe-bootstrap_xs--98{padding-right:-24.5rem !important}.pb-bootstrap_xs-0{padding-bottom:0 !important}.pb-bootstrap_xs-1{padding-bottom:.25rem !important}.pb-bootstrap_xs-2{padding-bottom:.5rem !important}.pb-bootstrap_xs-3{padding-bottom:.75rem !important}.pb-bootstrap_xs-4{padding-bottom:1rem !important}.pb-bootstrap_xs-5{padding-bottom:1.25rem !important}.pb-bootstrap_xs-6{padding-bottom:1.5rem !important}.pb-bootstrap_xs-7{padding-bottom:1.75rem !important}.pb-bootstrap_xs-8{padding-bottom:2rem !important}.pb-bootstrap_xs-9{padding-bottom:2.25rem !important}.pb-bootstrap_xs-10{padding-bottom:2.5rem !important}.pb-bootstrap_xs-11{padding-bottom:2.75rem !important}.pb-bootstrap_xs-12{padding-bottom:3rem !important}.pb-bootstrap_xs-13{padding-bottom:3.25rem !important}.pb-bootstrap_xs-14{padding-bottom:3.5rem !important}.pb-bootstrap_xs-15{padding-bottom:4rem !important}.pb-bootstrap_xs-16{padding-bottom:4.5rem !important}.pb-bootstrap_xs-17{padding-bottom:5rem !important}.pb-bootstrap_xs-18{padding-bottom:5.5rem !important}.pb-bootstrap_xs-19{padding-bottom:6rem !important}.pb-bootstrap_xs-20{padding-bottom:6.5rem !important}.pb-bootstrap_xs-21{padding-bottom:7rem !important}.pb-bootstrap_xs-22{padding-bottom:7.5rem !important}.pb-bootstrap_xs-23{padding-bottom:8rem !important}.pb-bootstrap_xs-24{padding-bottom:8.5rem !important}.pb-bootstrap_xs-25{padding-bottom:9rem !important}.pb-bootstrap_xs-26{padding-bottom:9.5rem !important}.pb-bootstrap_xs-27{padding-bottom:10rem !important}.pb-bootstrap_xs-28{padding-bottom:10.5rem !important}.pb-bootstrap_xs-29{padding-bottom:11rem !important}.pb-bootstrap_xs-30{padding-bottom:11.5rem !important}.pb-bootstrap_xs-100{padding-bottom:25rem !important}.pb-bootstrap_xs-300{padding-bottom:75rem !important}.pb-bootstrap_xs--1{padding-bottom:-0.25rem !important}.pb-bootstrap_xs--2{padding-bottom:-0.5rem !important}.pb-bootstrap_xs--3{padding-bottom:-0.75rem !important}.pb-bootstrap_xs--4{padding-bottom:-1rem !important}.pb-bootstrap_xs--5{padding-bottom:-1.25rem !important}.pb-bootstrap_xs--6{padding-bottom:-1.5rem !important}.pb-bootstrap_xs--7{padding-bottom:-1.75rem !important}.pb-bootstrap_xs--8{padding-bottom:-2rem !important}.pb-bootstrap_xs--9{padding-bottom:-2.25rem !important}.pb-bootstrap_xs--10{padding-bottom:-2.5rem !important}.pb-bootstrap_xs--11{padding-bottom:-2.75rem !important}.pb-bootstrap_xs--12{padding-bottom:-3rem !important}.pb-bootstrap_xs--13{padding-bottom:-3.25rem !important}.pb-bootstrap_xs--14{padding-bottom:-3.5rem !important}.pb-bootstrap_xs--15{padding-bottom:-3.75rem !important}.pb-bootstrap_xs--16{padding-bottom:-4rem !important}.pb-bootstrap_xs--17{padding-bottom:-4.25rem !important}.pb-bootstrap_xs--18{padding-bottom:-4.5rem !important}.pb-bootstrap_xs--19{padding-bottom:-4.75rem !important}.pb-bootstrap_xs--20{padding-bottom:-5rem !important}.pb-bootstrap_xs--21{padding-bottom:-5.25rem !important}.pb-bootstrap_xs--22{padding-bottom:-5.5rem !important}.pb-bootstrap_xs--23{padding-bottom:-5.75rem !important}.pb-bootstrap_xs--24{padding-bottom:-6rem !important}.pb-bootstrap_xs--40{padding-bottom:-10rem !important}.pb-bootstrap_xs--48{padding-bottom:-12rem !important}.pb-bootstrap_xs--82{padding-bottom:-20.5rem !important}.pb-bootstrap_xs--98{padding-bottom:-24.5rem !important}.ps-bootstrap_xs-0{padding-left:0 !important}.ps-bootstrap_xs-1{padding-left:.25rem !important}.ps-bootstrap_xs-2{padding-left:.5rem !important}.ps-bootstrap_xs-3{padding-left:.75rem !important}.ps-bootstrap_xs-4{padding-left:1rem !important}.ps-bootstrap_xs-5{padding-left:1.25rem !important}.ps-bootstrap_xs-6{padding-left:1.5rem !important}.ps-bootstrap_xs-7{padding-left:1.75rem !important}.ps-bootstrap_xs-8{padding-left:2rem !important}.ps-bootstrap_xs-9{padding-left:2.25rem !important}.ps-bootstrap_xs-10{padding-left:2.5rem !important}.ps-bootstrap_xs-11{padding-left:2.75rem !important}.ps-bootstrap_xs-12{padding-left:3rem !important}.ps-bootstrap_xs-13{padding-left:3.25rem !important}.ps-bootstrap_xs-14{padding-left:3.5rem !important}.ps-bootstrap_xs-15{padding-left:4rem !important}.ps-bootstrap_xs-16{padding-left:4.5rem !important}.ps-bootstrap_xs-17{padding-left:5rem !important}.ps-bootstrap_xs-18{padding-left:5.5rem !important}.ps-bootstrap_xs-19{padding-left:6rem !important}.ps-bootstrap_xs-20{padding-left:6.5rem !important}.ps-bootstrap_xs-21{padding-left:7rem !important}.ps-bootstrap_xs-22{padding-left:7.5rem !important}.ps-bootstrap_xs-23{padding-left:8rem !important}.ps-bootstrap_xs-24{padding-left:8.5rem !important}.ps-bootstrap_xs-25{padding-left:9rem !important}.ps-bootstrap_xs-26{padding-left:9.5rem !important}.ps-bootstrap_xs-27{padding-left:10rem !important}.ps-bootstrap_xs-28{padding-left:10.5rem !important}.ps-bootstrap_xs-29{padding-left:11rem !important}.ps-bootstrap_xs-30{padding-left:11.5rem !important}.ps-bootstrap_xs-100{padding-left:25rem !important}.ps-bootstrap_xs-300{padding-left:75rem !important}.ps-bootstrap_xs--1{padding-left:-0.25rem !important}.ps-bootstrap_xs--2{padding-left:-0.5rem !important}.ps-bootstrap_xs--3{padding-left:-0.75rem !important}.ps-bootstrap_xs--4{padding-left:-1rem !important}.ps-bootstrap_xs--5{padding-left:-1.25rem !important}.ps-bootstrap_xs--6{padding-left:-1.5rem !important}.ps-bootstrap_xs--7{padding-left:-1.75rem !important}.ps-bootstrap_xs--8{padding-left:-2rem !important}.ps-bootstrap_xs--9{padding-left:-2.25rem !important}.ps-bootstrap_xs--10{padding-left:-2.5rem !important}.ps-bootstrap_xs--11{padding-left:-2.75rem !important}.ps-bootstrap_xs--12{padding-left:-3rem !important}.ps-bootstrap_xs--13{padding-left:-3.25rem !important}.ps-bootstrap_xs--14{padding-left:-3.5rem !important}.ps-bootstrap_xs--15{padding-left:-3.75rem !important}.ps-bootstrap_xs--16{padding-left:-4rem !important}.ps-bootstrap_xs--17{padding-left:-4.25rem !important}.ps-bootstrap_xs--18{padding-left:-4.5rem !important}.ps-bootstrap_xs--19{padding-left:-4.75rem !important}.ps-bootstrap_xs--20{padding-left:-5rem !important}.ps-bootstrap_xs--21{padding-left:-5.25rem !important}.ps-bootstrap_xs--22{padding-left:-5.5rem !important}.ps-bootstrap_xs--23{padding-left:-5.75rem !important}.ps-bootstrap_xs--24{padding-left:-6rem !important}.ps-bootstrap_xs--40{padding-left:-10rem !important}.ps-bootstrap_xs--48{padding-left:-12rem !important}.ps-bootstrap_xs--82{padding-left:-20.5rem !important}.ps-bootstrap_xs--98{padding-left:-24.5rem !important}.gap-bootstrap_xs-0{gap:0 !important}.gap-bootstrap_xs-1{gap:.25rem !important}.gap-bootstrap_xs-2{gap:.5rem !important}.gap-bootstrap_xs-3{gap:.75rem !important}.gap-bootstrap_xs-4{gap:1rem !important}.gap-bootstrap_xs-5{gap:1.25rem !important}.gap-bootstrap_xs-6{gap:1.5rem !important}.gap-bootstrap_xs-7{gap:1.75rem !important}.gap-bootstrap_xs-8{gap:2rem !important}.gap-bootstrap_xs-9{gap:2.25rem !important}.gap-bootstrap_xs-10{gap:2.5rem !important}.gap-bootstrap_xs-11{gap:2.75rem !important}.gap-bootstrap_xs-12{gap:3rem !important}.gap-bootstrap_xs-13{gap:3.25rem !important}.gap-bootstrap_xs-14{gap:3.5rem !important}.gap-bootstrap_xs-15{gap:4rem !important}.gap-bootstrap_xs-16{gap:4.5rem !important}.gap-bootstrap_xs-17{gap:5rem !important}.gap-bootstrap_xs-18{gap:5.5rem !important}.gap-bootstrap_xs-19{gap:6rem !important}.gap-bootstrap_xs-20{gap:6.5rem !important}.gap-bootstrap_xs-21{gap:7rem !important}.gap-bootstrap_xs-22{gap:7.5rem !important}.gap-bootstrap_xs-23{gap:8rem !important}.gap-bootstrap_xs-24{gap:8.5rem !important}.gap-bootstrap_xs-25{gap:9rem !important}.gap-bootstrap_xs-26{gap:9.5rem !important}.gap-bootstrap_xs-27{gap:10rem !important}.gap-bootstrap_xs-28{gap:10.5rem !important}.gap-bootstrap_xs-29{gap:11rem !important}.gap-bootstrap_xs-30{gap:11.5rem !important}.gap-bootstrap_xs-100{gap:25rem !important}.gap-bootstrap_xs-300{gap:75rem !important}.gap-bootstrap_xs--1{gap:-0.25rem !important}.gap-bootstrap_xs--2{gap:-0.5rem !important}.gap-bootstrap_xs--3{gap:-0.75rem !important}.gap-bootstrap_xs--4{gap:-1rem !important}.gap-bootstrap_xs--5{gap:-1.25rem !important}.gap-bootstrap_xs--6{gap:-1.5rem !important}.gap-bootstrap_xs--7{gap:-1.75rem !important}.gap-bootstrap_xs--8{gap:-2rem !important}.gap-bootstrap_xs--9{gap:-2.25rem !important}.gap-bootstrap_xs--10{gap:-2.5rem !important}.gap-bootstrap_xs--11{gap:-2.75rem !important}.gap-bootstrap_xs--12{gap:-3rem !important}.gap-bootstrap_xs--13{gap:-3.25rem !important}.gap-bootstrap_xs--14{gap:-3.5rem !important}.gap-bootstrap_xs--15{gap:-3.75rem !important}.gap-bootstrap_xs--16{gap:-4rem !important}.gap-bootstrap_xs--17{gap:-4.25rem !important}.gap-bootstrap_xs--18{gap:-4.5rem !important}.gap-bootstrap_xs--19{gap:-4.75rem !important}.gap-bootstrap_xs--20{gap:-5rem !important}.gap-bootstrap_xs--21{gap:-5.25rem !important}.gap-bootstrap_xs--22{gap:-5.5rem !important}.gap-bootstrap_xs--23{gap:-5.75rem !important}.gap-bootstrap_xs--24{gap:-6rem !important}.gap-bootstrap_xs--40{gap:-10rem !important}.gap-bootstrap_xs--48{gap:-12rem !important}.gap-bootstrap_xs--82{gap:-20.5rem !important}.gap-bootstrap_xs--98{gap:-24.5rem !important}.row-gap-bootstrap_xs-0{row-gap:0 !important}.row-gap-bootstrap_xs-1{row-gap:.25rem !important}.row-gap-bootstrap_xs-2{row-gap:.5rem !important}.row-gap-bootstrap_xs-3{row-gap:.75rem !important}.row-gap-bootstrap_xs-4{row-gap:1rem !important}.row-gap-bootstrap_xs-5{row-gap:1.25rem !important}.row-gap-bootstrap_xs-6{row-gap:1.5rem !important}.row-gap-bootstrap_xs-7{row-gap:1.75rem !important}.row-gap-bootstrap_xs-8{row-gap:2rem !important}.row-gap-bootstrap_xs-9{row-gap:2.25rem !important}.row-gap-bootstrap_xs-10{row-gap:2.5rem !important}.row-gap-bootstrap_xs-11{row-gap:2.75rem !important}.row-gap-bootstrap_xs-12{row-gap:3rem !important}.row-gap-bootstrap_xs-13{row-gap:3.25rem !important}.row-gap-bootstrap_xs-14{row-gap:3.5rem !important}.row-gap-bootstrap_xs-15{row-gap:4rem !important}.row-gap-bootstrap_xs-16{row-gap:4.5rem !important}.row-gap-bootstrap_xs-17{row-gap:5rem !important}.row-gap-bootstrap_xs-18{row-gap:5.5rem !important}.row-gap-bootstrap_xs-19{row-gap:6rem !important}.row-gap-bootstrap_xs-20{row-gap:6.5rem !important}.row-gap-bootstrap_xs-21{row-gap:7rem !important}.row-gap-bootstrap_xs-22{row-gap:7.5rem !important}.row-gap-bootstrap_xs-23{row-gap:8rem !important}.row-gap-bootstrap_xs-24{row-gap:8.5rem !important}.row-gap-bootstrap_xs-25{row-gap:9rem !important}.row-gap-bootstrap_xs-26{row-gap:9.5rem !important}.row-gap-bootstrap_xs-27{row-gap:10rem !important}.row-gap-bootstrap_xs-28{row-gap:10.5rem !important}.row-gap-bootstrap_xs-29{row-gap:11rem !important}.row-gap-bootstrap_xs-30{row-gap:11.5rem !important}.row-gap-bootstrap_xs-100{row-gap:25rem !important}.row-gap-bootstrap_xs-300{row-gap:75rem !important}.row-gap-bootstrap_xs--1{row-gap:-0.25rem !important}.row-gap-bootstrap_xs--2{row-gap:-0.5rem !important}.row-gap-bootstrap_xs--3{row-gap:-0.75rem !important}.row-gap-bootstrap_xs--4{row-gap:-1rem !important}.row-gap-bootstrap_xs--5{row-gap:-1.25rem !important}.row-gap-bootstrap_xs--6{row-gap:-1.5rem !important}.row-gap-bootstrap_xs--7{row-gap:-1.75rem !important}.row-gap-bootstrap_xs--8{row-gap:-2rem !important}.row-gap-bootstrap_xs--9{row-gap:-2.25rem !important}.row-gap-bootstrap_xs--10{row-gap:-2.5rem !important}.row-gap-bootstrap_xs--11{row-gap:-2.75rem !important}.row-gap-bootstrap_xs--12{row-gap:-3rem !important}.row-gap-bootstrap_xs--13{row-gap:-3.25rem !important}.row-gap-bootstrap_xs--14{row-gap:-3.5rem !important}.row-gap-bootstrap_xs--15{row-gap:-3.75rem !important}.row-gap-bootstrap_xs--16{row-gap:-4rem !important}.row-gap-bootstrap_xs--17{row-gap:-4.25rem !important}.row-gap-bootstrap_xs--18{row-gap:-4.5rem !important}.row-gap-bootstrap_xs--19{row-gap:-4.75rem !important}.row-gap-bootstrap_xs--20{row-gap:-5rem !important}.row-gap-bootstrap_xs--21{row-gap:-5.25rem !important}.row-gap-bootstrap_xs--22{row-gap:-5.5rem !important}.row-gap-bootstrap_xs--23{row-gap:-5.75rem !important}.row-gap-bootstrap_xs--24{row-gap:-6rem !important}.row-gap-bootstrap_xs--40{row-gap:-10rem !important}.row-gap-bootstrap_xs--48{row-gap:-12rem !important}.row-gap-bootstrap_xs--82{row-gap:-20.5rem !important}.row-gap-bootstrap_xs--98{row-gap:-24.5rem !important}.column-gap-bootstrap_xs-0{-moz-column-gap:0 !important;column-gap:0 !important}.column-gap-bootstrap_xs-1{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.column-gap-bootstrap_xs-2{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.column-gap-bootstrap_xs-3{-moz-column-gap:.75rem !important;column-gap:.75rem !important}.column-gap-bootstrap_xs-4{-moz-column-gap:1rem !important;column-gap:1rem !important}.column-gap-bootstrap_xs-5{-moz-column-gap:1.25rem !important;column-gap:1.25rem !important}.column-gap-bootstrap_xs-6{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.column-gap-bootstrap_xs-7{-moz-column-gap:1.75rem !important;column-gap:1.75rem !important}.column-gap-bootstrap_xs-8{-moz-column-gap:2rem !important;column-gap:2rem !important}.column-gap-bootstrap_xs-9{-moz-column-gap:2.25rem !important;column-gap:2.25rem !important}.column-gap-bootstrap_xs-10{-moz-column-gap:2.5rem !important;column-gap:2.5rem !important}.column-gap-bootstrap_xs-11{-moz-column-gap:2.75rem !important;column-gap:2.75rem !important}.column-gap-bootstrap_xs-12{-moz-column-gap:3rem !important;column-gap:3rem !important}.column-gap-bootstrap_xs-13{-moz-column-gap:3.25rem !important;column-gap:3.25rem !important}.column-gap-bootstrap_xs-14{-moz-column-gap:3.5rem !important;column-gap:3.5rem !important}.column-gap-bootstrap_xs-15{-moz-column-gap:4rem !important;column-gap:4rem !important}.column-gap-bootstrap_xs-16{-moz-column-gap:4.5rem !important;column-gap:4.5rem !important}.column-gap-bootstrap_xs-17{-moz-column-gap:5rem !important;column-gap:5rem !important}.column-gap-bootstrap_xs-18{-moz-column-gap:5.5rem !important;column-gap:5.5rem !important}.column-gap-bootstrap_xs-19{-moz-column-gap:6rem !important;column-gap:6rem !important}.column-gap-bootstrap_xs-20{-moz-column-gap:6.5rem !important;column-gap:6.5rem !important}.column-gap-bootstrap_xs-21{-moz-column-gap:7rem !important;column-gap:7rem !important}.column-gap-bootstrap_xs-22{-moz-column-gap:7.5rem !important;column-gap:7.5rem !important}.column-gap-bootstrap_xs-23{-moz-column-gap:8rem !important;column-gap:8rem !important}.column-gap-bootstrap_xs-24{-moz-column-gap:8.5rem !important;column-gap:8.5rem !important}.column-gap-bootstrap_xs-25{-moz-column-gap:9rem !important;column-gap:9rem !important}.column-gap-bootstrap_xs-26{-moz-column-gap:9.5rem !important;column-gap:9.5rem !important}.column-gap-bootstrap_xs-27{-moz-column-gap:10rem !important;column-gap:10rem !important}.column-gap-bootstrap_xs-28{-moz-column-gap:10.5rem !important;column-gap:10.5rem !important}.column-gap-bootstrap_xs-29{-moz-column-gap:11rem !important;column-gap:11rem !important}.column-gap-bootstrap_xs-30{-moz-column-gap:11.5rem !important;column-gap:11.5rem !important}.column-gap-bootstrap_xs-100{-moz-column-gap:25rem !important;column-gap:25rem !important}.column-gap-bootstrap_xs-300{-moz-column-gap:75rem !important;column-gap:75rem !important}.column-gap-bootstrap_xs--1{-moz-column-gap:-0.25rem !important;column-gap:-0.25rem !important}.column-gap-bootstrap_xs--2{-moz-column-gap:-0.5rem !important;column-gap:-0.5rem !important}.column-gap-bootstrap_xs--3{-moz-column-gap:-0.75rem !important;column-gap:-0.75rem !important}.column-gap-bootstrap_xs--4{-moz-column-gap:-1rem !important;column-gap:-1rem !important}.column-gap-bootstrap_xs--5{-moz-column-gap:-1.25rem !important;column-gap:-1.25rem !important}.column-gap-bootstrap_xs--6{-moz-column-gap:-1.5rem !important;column-gap:-1.5rem !important}.column-gap-bootstrap_xs--7{-moz-column-gap:-1.75rem !important;column-gap:-1.75rem !important}.column-gap-bootstrap_xs--8{-moz-column-gap:-2rem !important;column-gap:-2rem !important}.column-gap-bootstrap_xs--9{-moz-column-gap:-2.25rem !important;column-gap:-2.25rem !important}.column-gap-bootstrap_xs--10{-moz-column-gap:-2.5rem !important;column-gap:-2.5rem !important}.column-gap-bootstrap_xs--11{-moz-column-gap:-2.75rem !important;column-gap:-2.75rem !important}.column-gap-bootstrap_xs--12{-moz-column-gap:-3rem !important;column-gap:-3rem !important}.column-gap-bootstrap_xs--13{-moz-column-gap:-3.25rem !important;column-gap:-3.25rem !important}.column-gap-bootstrap_xs--14{-moz-column-gap:-3.5rem !important;column-gap:-3.5rem !important}.column-gap-bootstrap_xs--15{-moz-column-gap:-3.75rem !important;column-gap:-3.75rem !important}.column-gap-bootstrap_xs--16{-moz-column-gap:-4rem !important;column-gap:-4rem !important}.column-gap-bootstrap_xs--17{-moz-column-gap:-4.25rem !important;column-gap:-4.25rem !important}.column-gap-bootstrap_xs--18{-moz-column-gap:-4.5rem !important;column-gap:-4.5rem !important}.column-gap-bootstrap_xs--19{-moz-column-gap:-4.75rem !important;column-gap:-4.75rem !important}.column-gap-bootstrap_xs--20{-moz-column-gap:-5rem !important;column-gap:-5rem !important}.column-gap-bootstrap_xs--21{-moz-column-gap:-5.25rem !important;column-gap:-5.25rem !important}.column-gap-bootstrap_xs--22{-moz-column-gap:-5.5rem !important;column-gap:-5.5rem !important}.column-gap-bootstrap_xs--23{-moz-column-gap:-5.75rem !important;column-gap:-5.75rem !important}.column-gap-bootstrap_xs--24{-moz-column-gap:-6rem !important;column-gap:-6rem !important}.column-gap-bootstrap_xs--40{-moz-column-gap:-10rem !important;column-gap:-10rem !important}.column-gap-bootstrap_xs--48{-moz-column-gap:-12rem !important;column-gap:-12rem !important}.column-gap-bootstrap_xs--82{-moz-column-gap:-20.5rem !important;column-gap:-20.5rem !important}.column-gap-bootstrap_xs--98{-moz-column-gap:-24.5rem !important;column-gap:-24.5rem !important}.text-bootstrap_xs-start{text-align:left !important}.text-bootstrap_xs-end{text-align:right !important}.text-bootstrap_xs-center{text-align:center !important}}@media(min-width: 768px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{-o-object-fit:contain !important;object-fit:contain !important}.object-fit-sm-cover{-o-object-fit:cover !important;object-fit:cover !important}.object-fit-sm-fill{-o-object-fit:fill !important;object-fit:fill !important}.object-fit-sm-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important}.object-fit-sm-none{-o-object-fit:none !important;object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-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:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:.75rem !important}.m-sm-4{margin:1rem !important}.m-sm-5{margin:1.25rem !important}.m-sm-6{margin:1.5rem !important}.m-sm-7{margin:1.75rem !important}.m-sm-8{margin:2rem !important}.m-sm-9{margin:2.25rem !important}.m-sm-10{margin:2.5rem !important}.m-sm-11{margin:2.75rem !important}.m-sm-12{margin:3rem !important}.m-sm-13{margin:3.25rem !important}.m-sm-14{margin:3.5rem !important}.m-sm-15{margin:4rem !important}.m-sm-16{margin:4.5rem !important}.m-sm-17{margin:5rem !important}.m-sm-18{margin:5.5rem !important}.m-sm-19{margin:6rem !important}.m-sm-20{margin:6.5rem !important}.m-sm-21{margin:7rem !important}.m-sm-22{margin:7.5rem !important}.m-sm-23{margin:8rem !important}.m-sm-24{margin:8.5rem !important}.m-sm-25{margin:9rem !important}.m-sm-26{margin:9.5rem !important}.m-sm-27{margin:10rem !important}.m-sm-28{margin:10.5rem !important}.m-sm-29{margin:11rem !important}.m-sm-30{margin:11.5rem !important}.m-sm-100{margin:25rem !important}.m-sm-300{margin:75rem !important}.m-sm--1{margin:-0.25rem !important}.m-sm--2{margin:-0.5rem !important}.m-sm--3{margin:-0.75rem !important}.m-sm--4{margin:-1rem !important}.m-sm--5{margin:-1.25rem !important}.m-sm--6{margin:-1.5rem !important}.m-sm--7{margin:-1.75rem !important}.m-sm--8{margin:-2rem !important}.m-sm--9{margin:-2.25rem !important}.m-sm--10{margin:-2.5rem !important}.m-sm--11{margin:-2.75rem !important}.m-sm--12{margin:-3rem !important}.m-sm--13{margin:-3.25rem !important}.m-sm--14{margin:-3.5rem !important}.m-sm--15{margin:-3.75rem !important}.m-sm--16{margin:-4rem !important}.m-sm--17{margin:-4.25rem !important}.m-sm--18{margin:-4.5rem !important}.m-sm--19{margin:-4.75rem !important}.m-sm--20{margin:-5rem !important}.m-sm--21{margin:-5.25rem !important}.m-sm--22{margin:-5.5rem !important}.m-sm--23{margin:-5.75rem !important}.m-sm--24{margin:-6rem !important}.m-sm--40{margin:-10rem !important}.m-sm--48{margin:-12rem !important}.m-sm--82{margin:-20.5rem !important}.m-sm--98{margin:-24.5rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:.75rem !important;margin-left:.75rem !important}.mx-sm-4{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-5{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-sm-6{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-7{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-sm-8{margin-right:2rem !important;margin-left:2rem !important}.mx-sm-9{margin-right:2.25rem !important;margin-left:2.25rem !important}.mx-sm-10{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-sm-11{margin-right:2.75rem !important;margin-left:2.75rem !important}.mx-sm-12{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-13{margin-right:3.25rem !important;margin-left:3.25rem !important}.mx-sm-14{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-sm-15{margin-right:4rem !important;margin-left:4rem !important}.mx-sm-16{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-sm-17{margin-right:5rem !important;margin-left:5rem !important}.mx-sm-18{margin-right:5.5rem !important;margin-left:5.5rem !important}.mx-sm-19{margin-right:6rem !important;margin-left:6rem !important}.mx-sm-20{margin-right:6.5rem !important;margin-left:6.5rem !important}.mx-sm-21{margin-right:7rem !important;margin-left:7rem !important}.mx-sm-22{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-sm-23{margin-right:8rem !important;margin-left:8rem !important}.mx-sm-24{margin-right:8.5rem !important;margin-left:8.5rem !important}.mx-sm-25{margin-right:9rem !important;margin-left:9rem !important}.mx-sm-26{margin-right:9.5rem !important;margin-left:9.5rem !important}.mx-sm-27{margin-right:10rem !important;margin-left:10rem !important}.mx-sm-28{margin-right:10.5rem !important;margin-left:10.5rem !important}.mx-sm-29{margin-right:11rem !important;margin-left:11rem !important}.mx-sm-30{margin-right:11.5rem !important;margin-left:11.5rem !important}.mx-sm-100{margin-right:25rem !important;margin-left:25rem !important}.mx-sm-300{margin-right:75rem !important;margin-left:75rem !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:-0.75rem !important;margin-left:-0.75rem !important}.mx-sm--4{margin-right:-1rem !important;margin-left:-1rem !important}.mx-sm--5{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-sm--6{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-sm--7{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-sm--8{margin-right:-2rem !important;margin-left:-2rem !important}.mx-sm--9{margin-right:-2.25rem !important;margin-left:-2.25rem !important}.mx-sm--10{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-sm--11{margin-right:-2.75rem !important;margin-left:-2.75rem !important}.mx-sm--12{margin-right:-3rem !important;margin-left:-3rem !important}.mx-sm--13{margin-right:-3.25rem !important;margin-left:-3.25rem !important}.mx-sm--14{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-sm--15{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.mx-sm--16{margin-right:-4rem !important;margin-left:-4rem !important}.mx-sm--17{margin-right:-4.25rem !important;margin-left:-4.25rem !important}.mx-sm--18{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-sm--19{margin-right:-4.75rem !important;margin-left:-4.75rem !important}.mx-sm--20{margin-right:-5rem !important;margin-left:-5rem !important}.mx-sm--21{margin-right:-5.25rem !important;margin-left:-5.25rem !important}.mx-sm--22{margin-right:-5.5rem !important;margin-left:-5.5rem !important}.mx-sm--23{margin-right:-5.75rem !important;margin-left:-5.75rem !important}.mx-sm--24{margin-right:-6rem !important;margin-left:-6rem !important}.mx-sm--40{margin-right:-10rem !important;margin-left:-10rem !important}.mx-sm--48{margin-right:-12rem !important;margin-left:-12rem !important}.mx-sm--82{margin-right:-20.5rem !important;margin-left:-20.5rem !important}.mx-sm--98{margin-right:-24.5rem !important;margin-left:-24.5rem !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:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-sm-4{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-sm-6{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-7{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-sm-8{margin-top:2rem !important;margin-bottom:2rem !important}.my-sm-9{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.my-sm-10{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-sm-11{margin-top:2.75rem !important;margin-bottom:2.75rem !important}.my-sm-12{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-13{margin-top:3.25rem !important;margin-bottom:3.25rem !important}.my-sm-14{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-sm-15{margin-top:4rem !important;margin-bottom:4rem !important}.my-sm-16{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-sm-17{margin-top:5rem !important;margin-bottom:5rem !important}.my-sm-18{margin-top:5.5rem !important;margin-bottom:5.5rem !important}.my-sm-19{margin-top:6rem !important;margin-bottom:6rem !important}.my-sm-20{margin-top:6.5rem !important;margin-bottom:6.5rem !important}.my-sm-21{margin-top:7rem !important;margin-bottom:7rem !important}.my-sm-22{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-sm-23{margin-top:8rem !important;margin-bottom:8rem !important}.my-sm-24{margin-top:8.5rem !important;margin-bottom:8.5rem !important}.my-sm-25{margin-top:9rem !important;margin-bottom:9rem !important}.my-sm-26{margin-top:9.5rem !important;margin-bottom:9.5rem !important}.my-sm-27{margin-top:10rem !important;margin-bottom:10rem !important}.my-sm-28{margin-top:10.5rem !important;margin-bottom:10.5rem !important}.my-sm-29{margin-top:11rem !important;margin-bottom:11rem !important}.my-sm-30{margin-top:11.5rem !important;margin-bottom:11.5rem !important}.my-sm-100{margin-top:25rem !important;margin-bottom:25rem !important}.my-sm-300{margin-top:75rem !important;margin-bottom:75rem !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:-0.75rem !important;margin-bottom:-0.75rem !important}.my-sm--4{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-sm--5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-sm--6{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-sm--7{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-sm--8{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-sm--9{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important}.my-sm--10{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-sm--11{margin-top:-2.75rem !important;margin-bottom:-2.75rem !important}.my-sm--12{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-sm--13{margin-top:-3.25rem !important;margin-bottom:-3.25rem !important}.my-sm--14{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-sm--15{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.my-sm--16{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-sm--17{margin-top:-4.25rem !important;margin-bottom:-4.25rem !important}.my-sm--18{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-sm--19{margin-top:-4.75rem !important;margin-bottom:-4.75rem !important}.my-sm--20{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-sm--21{margin-top:-5.25rem !important;margin-bottom:-5.25rem !important}.my-sm--22{margin-top:-5.5rem !important;margin-bottom:-5.5rem !important}.my-sm--23{margin-top:-5.75rem !important;margin-bottom:-5.75rem !important}.my-sm--24{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-sm--40{margin-top:-10rem !important;margin-bottom:-10rem !important}.my-sm--48{margin-top:-12rem !important;margin-bottom:-12rem !important}.my-sm--82{margin-top:-20.5rem !important;margin-bottom:-20.5rem !important}.my-sm--98{margin-top:-24.5rem !important;margin-bottom:-24.5rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:.75rem !important}.mt-sm-4{margin-top:1rem !important}.mt-sm-5{margin-top:1.25rem !important}.mt-sm-6{margin-top:1.5rem !important}.mt-sm-7{margin-top:1.75rem !important}.mt-sm-8{margin-top:2rem !important}.mt-sm-9{margin-top:2.25rem !important}.mt-sm-10{margin-top:2.5rem !important}.mt-sm-11{margin-top:2.75rem !important}.mt-sm-12{margin-top:3rem !important}.mt-sm-13{margin-top:3.25rem !important}.mt-sm-14{margin-top:3.5rem !important}.mt-sm-15{margin-top:4rem !important}.mt-sm-16{margin-top:4.5rem !important}.mt-sm-17{margin-top:5rem !important}.mt-sm-18{margin-top:5.5rem !important}.mt-sm-19{margin-top:6rem !important}.mt-sm-20{margin-top:6.5rem !important}.mt-sm-21{margin-top:7rem !important}.mt-sm-22{margin-top:7.5rem !important}.mt-sm-23{margin-top:8rem !important}.mt-sm-24{margin-top:8.5rem !important}.mt-sm-25{margin-top:9rem !important}.mt-sm-26{margin-top:9.5rem !important}.mt-sm-27{margin-top:10rem !important}.mt-sm-28{margin-top:10.5rem !important}.mt-sm-29{margin-top:11rem !important}.mt-sm-30{margin-top:11.5rem !important}.mt-sm-100{margin-top:25rem !important}.mt-sm-300{margin-top:75rem !important}.mt-sm--1{margin-top:-0.25rem !important}.mt-sm--2{margin-top:-0.5rem !important}.mt-sm--3{margin-top:-0.75rem !important}.mt-sm--4{margin-top:-1rem !important}.mt-sm--5{margin-top:-1.25rem !important}.mt-sm--6{margin-top:-1.5rem !important}.mt-sm--7{margin-top:-1.75rem !important}.mt-sm--8{margin-top:-2rem !important}.mt-sm--9{margin-top:-2.25rem !important}.mt-sm--10{margin-top:-2.5rem !important}.mt-sm--11{margin-top:-2.75rem !important}.mt-sm--12{margin-top:-3rem !important}.mt-sm--13{margin-top:-3.25rem !important}.mt-sm--14{margin-top:-3.5rem !important}.mt-sm--15{margin-top:-3.75rem !important}.mt-sm--16{margin-top:-4rem !important}.mt-sm--17{margin-top:-4.25rem !important}.mt-sm--18{margin-top:-4.5rem !important}.mt-sm--19{margin-top:-4.75rem !important}.mt-sm--20{margin-top:-5rem !important}.mt-sm--21{margin-top:-5.25rem !important}.mt-sm--22{margin-top:-5.5rem !important}.mt-sm--23{margin-top:-5.75rem !important}.mt-sm--24{margin-top:-6rem !important}.mt-sm--40{margin-top:-10rem !important}.mt-sm--48{margin-top:-12rem !important}.mt-sm--82{margin-top:-20.5rem !important}.mt-sm--98{margin-top:-24.5rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:.75rem !important}.me-sm-4{margin-right:1rem !important}.me-sm-5{margin-right:1.25rem !important}.me-sm-6{margin-right:1.5rem !important}.me-sm-7{margin-right:1.75rem !important}.me-sm-8{margin-right:2rem !important}.me-sm-9{margin-right:2.25rem !important}.me-sm-10{margin-right:2.5rem !important}.me-sm-11{margin-right:2.75rem !important}.me-sm-12{margin-right:3rem !important}.me-sm-13{margin-right:3.25rem !important}.me-sm-14{margin-right:3.5rem !important}.me-sm-15{margin-right:4rem !important}.me-sm-16{margin-right:4.5rem !important}.me-sm-17{margin-right:5rem !important}.me-sm-18{margin-right:5.5rem !important}.me-sm-19{margin-right:6rem !important}.me-sm-20{margin-right:6.5rem !important}.me-sm-21{margin-right:7rem !important}.me-sm-22{margin-right:7.5rem !important}.me-sm-23{margin-right:8rem !important}.me-sm-24{margin-right:8.5rem !important}.me-sm-25{margin-right:9rem !important}.me-sm-26{margin-right:9.5rem !important}.me-sm-27{margin-right:10rem !important}.me-sm-28{margin-right:10.5rem !important}.me-sm-29{margin-right:11rem !important}.me-sm-30{margin-right:11.5rem !important}.me-sm-100{margin-right:25rem !important}.me-sm-300{margin-right:75rem !important}.me-sm--1{margin-right:-0.25rem !important}.me-sm--2{margin-right:-0.5rem !important}.me-sm--3{margin-right:-0.75rem !important}.me-sm--4{margin-right:-1rem !important}.me-sm--5{margin-right:-1.25rem !important}.me-sm--6{margin-right:-1.5rem !important}.me-sm--7{margin-right:-1.75rem !important}.me-sm--8{margin-right:-2rem !important}.me-sm--9{margin-right:-2.25rem !important}.me-sm--10{margin-right:-2.5rem !important}.me-sm--11{margin-right:-2.75rem !important}.me-sm--12{margin-right:-3rem !important}.me-sm--13{margin-right:-3.25rem !important}.me-sm--14{margin-right:-3.5rem !important}.me-sm--15{margin-right:-3.75rem !important}.me-sm--16{margin-right:-4rem !important}.me-sm--17{margin-right:-4.25rem !important}.me-sm--18{margin-right:-4.5rem !important}.me-sm--19{margin-right:-4.75rem !important}.me-sm--20{margin-right:-5rem !important}.me-sm--21{margin-right:-5.25rem !important}.me-sm--22{margin-right:-5.5rem !important}.me-sm--23{margin-right:-5.75rem !important}.me-sm--24{margin-right:-6rem !important}.me-sm--40{margin-right:-10rem !important}.me-sm--48{margin-right:-12rem !important}.me-sm--82{margin-right:-20.5rem !important}.me-sm--98{margin-right:-24.5rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:.75rem !important}.mb-sm-4{margin-bottom:1rem !important}.mb-sm-5{margin-bottom:1.25rem !important}.mb-sm-6{margin-bottom:1.5rem !important}.mb-sm-7{margin-bottom:1.75rem !important}.mb-sm-8{margin-bottom:2rem !important}.mb-sm-9{margin-bottom:2.25rem !important}.mb-sm-10{margin-bottom:2.5rem !important}.mb-sm-11{margin-bottom:2.75rem !important}.mb-sm-12{margin-bottom:3rem !important}.mb-sm-13{margin-bottom:3.25rem !important}.mb-sm-14{margin-bottom:3.5rem !important}.mb-sm-15{margin-bottom:4rem !important}.mb-sm-16{margin-bottom:4.5rem !important}.mb-sm-17{margin-bottom:5rem !important}.mb-sm-18{margin-bottom:5.5rem !important}.mb-sm-19{margin-bottom:6rem !important}.mb-sm-20{margin-bottom:6.5rem !important}.mb-sm-21{margin-bottom:7rem !important}.mb-sm-22{margin-bottom:7.5rem !important}.mb-sm-23{margin-bottom:8rem !important}.mb-sm-24{margin-bottom:8.5rem !important}.mb-sm-25{margin-bottom:9rem !important}.mb-sm-26{margin-bottom:9.5rem !important}.mb-sm-27{margin-bottom:10rem !important}.mb-sm-28{margin-bottom:10.5rem !important}.mb-sm-29{margin-bottom:11rem !important}.mb-sm-30{margin-bottom:11.5rem !important}.mb-sm-100{margin-bottom:25rem !important}.mb-sm-300{margin-bottom:75rem !important}.mb-sm--1{margin-bottom:-0.25rem !important}.mb-sm--2{margin-bottom:-0.5rem !important}.mb-sm--3{margin-bottom:-0.75rem !important}.mb-sm--4{margin-bottom:-1rem !important}.mb-sm--5{margin-bottom:-1.25rem !important}.mb-sm--6{margin-bottom:-1.5rem !important}.mb-sm--7{margin-bottom:-1.75rem !important}.mb-sm--8{margin-bottom:-2rem !important}.mb-sm--9{margin-bottom:-2.25rem !important}.mb-sm--10{margin-bottom:-2.5rem !important}.mb-sm--11{margin-bottom:-2.75rem !important}.mb-sm--12{margin-bottom:-3rem !important}.mb-sm--13{margin-bottom:-3.25rem !important}.mb-sm--14{margin-bottom:-3.5rem !important}.mb-sm--15{margin-bottom:-3.75rem !important}.mb-sm--16{margin-bottom:-4rem !important}.mb-sm--17{margin-bottom:-4.25rem !important}.mb-sm--18{margin-bottom:-4.5rem !important}.mb-sm--19{margin-bottom:-4.75rem !important}.mb-sm--20{margin-bottom:-5rem !important}.mb-sm--21{margin-bottom:-5.25rem !important}.mb-sm--22{margin-bottom:-5.5rem !important}.mb-sm--23{margin-bottom:-5.75rem !important}.mb-sm--24{margin-bottom:-6rem !important}.mb-sm--40{margin-bottom:-10rem !important}.mb-sm--48{margin-bottom:-12rem !important}.mb-sm--82{margin-bottom:-20.5rem !important}.mb-sm--98{margin-bottom:-24.5rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:.75rem !important}.ms-sm-4{margin-left:1rem !important}.ms-sm-5{margin-left:1.25rem !important}.ms-sm-6{margin-left:1.5rem !important}.ms-sm-7{margin-left:1.75rem !important}.ms-sm-8{margin-left:2rem !important}.ms-sm-9{margin-left:2.25rem !important}.ms-sm-10{margin-left:2.5rem !important}.ms-sm-11{margin-left:2.75rem !important}.ms-sm-12{margin-left:3rem !important}.ms-sm-13{margin-left:3.25rem !important}.ms-sm-14{margin-left:3.5rem !important}.ms-sm-15{margin-left:4rem !important}.ms-sm-16{margin-left:4.5rem !important}.ms-sm-17{margin-left:5rem !important}.ms-sm-18{margin-left:5.5rem !important}.ms-sm-19{margin-left:6rem !important}.ms-sm-20{margin-left:6.5rem !important}.ms-sm-21{margin-left:7rem !important}.ms-sm-22{margin-left:7.5rem !important}.ms-sm-23{margin-left:8rem !important}.ms-sm-24{margin-left:8.5rem !important}.ms-sm-25{margin-left:9rem !important}.ms-sm-26{margin-left:9.5rem !important}.ms-sm-27{margin-left:10rem !important}.ms-sm-28{margin-left:10.5rem !important}.ms-sm-29{margin-left:11rem !important}.ms-sm-30{margin-left:11.5rem !important}.ms-sm-100{margin-left:25rem !important}.ms-sm-300{margin-left:75rem !important}.ms-sm--1{margin-left:-0.25rem !important}.ms-sm--2{margin-left:-0.5rem !important}.ms-sm--3{margin-left:-0.75rem !important}.ms-sm--4{margin-left:-1rem !important}.ms-sm--5{margin-left:-1.25rem !important}.ms-sm--6{margin-left:-1.5rem !important}.ms-sm--7{margin-left:-1.75rem !important}.ms-sm--8{margin-left:-2rem !important}.ms-sm--9{margin-left:-2.25rem !important}.ms-sm--10{margin-left:-2.5rem !important}.ms-sm--11{margin-left:-2.75rem !important}.ms-sm--12{margin-left:-3rem !important}.ms-sm--13{margin-left:-3.25rem !important}.ms-sm--14{margin-left:-3.5rem !important}.ms-sm--15{margin-left:-3.75rem !important}.ms-sm--16{margin-left:-4rem !important}.ms-sm--17{margin-left:-4.25rem !important}.ms-sm--18{margin-left:-4.5rem !important}.ms-sm--19{margin-left:-4.75rem !important}.ms-sm--20{margin-left:-5rem !important}.ms-sm--21{margin-left:-5.25rem !important}.ms-sm--22{margin-left:-5.5rem !important}.ms-sm--23{margin-left:-5.75rem !important}.ms-sm--24{margin-left:-6rem !important}.ms-sm--40{margin-left:-10rem !important}.ms-sm--48{margin-left:-12rem !important}.ms-sm--82{margin-left:-20.5rem !important}.ms-sm--98{margin-left:-24.5rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:.75rem !important}.p-sm-4{padding:1rem !important}.p-sm-5{padding:1.25rem !important}.p-sm-6{padding:1.5rem !important}.p-sm-7{padding:1.75rem !important}.p-sm-8{padding:2rem !important}.p-sm-9{padding:2.25rem !important}.p-sm-10{padding:2.5rem !important}.p-sm-11{padding:2.75rem !important}.p-sm-12{padding:3rem !important}.p-sm-13{padding:3.25rem !important}.p-sm-14{padding:3.5rem !important}.p-sm-15{padding:4rem !important}.p-sm-16{padding:4.5rem !important}.p-sm-17{padding:5rem !important}.p-sm-18{padding:5.5rem !important}.p-sm-19{padding:6rem !important}.p-sm-20{padding:6.5rem !important}.p-sm-21{padding:7rem !important}.p-sm-22{padding:7.5rem !important}.p-sm-23{padding:8rem !important}.p-sm-24{padding:8.5rem !important}.p-sm-25{padding:9rem !important}.p-sm-26{padding:9.5rem !important}.p-sm-27{padding:10rem !important}.p-sm-28{padding:10.5rem !important}.p-sm-29{padding:11rem !important}.p-sm-30{padding:11.5rem !important}.p-sm-100{padding:25rem !important}.p-sm-300{padding:75rem !important}.p-sm--1{padding:-0.25rem !important}.p-sm--2{padding:-0.5rem !important}.p-sm--3{padding:-0.75rem !important}.p-sm--4{padding:-1rem !important}.p-sm--5{padding:-1.25rem !important}.p-sm--6{padding:-1.5rem !important}.p-sm--7{padding:-1.75rem !important}.p-sm--8{padding:-2rem !important}.p-sm--9{padding:-2.25rem !important}.p-sm--10{padding:-2.5rem !important}.p-sm--11{padding:-2.75rem !important}.p-sm--12{padding:-3rem !important}.p-sm--13{padding:-3.25rem !important}.p-sm--14{padding:-3.5rem !important}.p-sm--15{padding:-3.75rem !important}.p-sm--16{padding:-4rem !important}.p-sm--17{padding:-4.25rem !important}.p-sm--18{padding:-4.5rem !important}.p-sm--19{padding:-4.75rem !important}.p-sm--20{padding:-5rem !important}.p-sm--21{padding:-5.25rem !important}.p-sm--22{padding:-5.5rem !important}.p-sm--23{padding:-5.75rem !important}.p-sm--24{padding:-6rem !important}.p-sm--40{padding:-10rem !important}.p-sm--48{padding:-12rem !important}.p-sm--82{padding:-20.5rem !important}.p-sm--98{padding:-24.5rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:.75rem !important;padding-left:.75rem !important}.px-sm-4{padding-right:1rem !important;padding-left:1rem !important}.px-sm-5{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-sm-6{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-7{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-sm-8{padding-right:2rem !important;padding-left:2rem !important}.px-sm-9{padding-right:2.25rem !important;padding-left:2.25rem !important}.px-sm-10{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-sm-11{padding-right:2.75rem !important;padding-left:2.75rem !important}.px-sm-12{padding-right:3rem !important;padding-left:3rem !important}.px-sm-13{padding-right:3.25rem !important;padding-left:3.25rem !important}.px-sm-14{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-sm-15{padding-right:4rem !important;padding-left:4rem !important}.px-sm-16{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-sm-17{padding-right:5rem !important;padding-left:5rem !important}.px-sm-18{padding-right:5.5rem !important;padding-left:5.5rem !important}.px-sm-19{padding-right:6rem !important;padding-left:6rem !important}.px-sm-20{padding-right:6.5rem !important;padding-left:6.5rem !important}.px-sm-21{padding-right:7rem !important;padding-left:7rem !important}.px-sm-22{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-sm-23{padding-right:8rem !important;padding-left:8rem !important}.px-sm-24{padding-right:8.5rem !important;padding-left:8.5rem !important}.px-sm-25{padding-right:9rem !important;padding-left:9rem !important}.px-sm-26{padding-right:9.5rem !important;padding-left:9.5rem !important}.px-sm-27{padding-right:10rem !important;padding-left:10rem !important}.px-sm-28{padding-right:10.5rem !important;padding-left:10.5rem !important}.px-sm-29{padding-right:11rem !important;padding-left:11rem !important}.px-sm-30{padding-right:11.5rem !important;padding-left:11.5rem !important}.px-sm-100{padding-right:25rem !important;padding-left:25rem !important}.px-sm-300{padding-right:75rem !important;padding-left:75rem !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:-0.75rem !important;padding-left:-0.75rem !important}.px-sm--4{padding-right:-1rem !important;padding-left:-1rem !important}.px-sm--5{padding-right:-1.25rem !important;padding-left:-1.25rem !important}.px-sm--6{padding-right:-1.5rem !important;padding-left:-1.5rem !important}.px-sm--7{padding-right:-1.75rem !important;padding-left:-1.75rem !important}.px-sm--8{padding-right:-2rem !important;padding-left:-2rem !important}.px-sm--9{padding-right:-2.25rem !important;padding-left:-2.25rem !important}.px-sm--10{padding-right:-2.5rem !important;padding-left:-2.5rem !important}.px-sm--11{padding-right:-2.75rem !important;padding-left:-2.75rem !important}.px-sm--12{padding-right:-3rem !important;padding-left:-3rem !important}.px-sm--13{padding-right:-3.25rem !important;padding-left:-3.25rem !important}.px-sm--14{padding-right:-3.5rem !important;padding-left:-3.5rem !important}.px-sm--15{padding-right:-3.75rem !important;padding-left:-3.75rem !important}.px-sm--16{padding-right:-4rem !important;padding-left:-4rem !important}.px-sm--17{padding-right:-4.25rem !important;padding-left:-4.25rem !important}.px-sm--18{padding-right:-4.5rem !important;padding-left:-4.5rem !important}.px-sm--19{padding-right:-4.75rem !important;padding-left:-4.75rem !important}.px-sm--20{padding-right:-5rem !important;padding-left:-5rem !important}.px-sm--21{padding-right:-5.25rem !important;padding-left:-5.25rem !important}.px-sm--22{padding-right:-5.5rem !important;padding-left:-5.5rem !important}.px-sm--23{padding-right:-5.75rem !important;padding-left:-5.75rem !important}.px-sm--24{padding-right:-6rem !important;padding-left:-6rem !important}.px-sm--40{padding-right:-10rem !important;padding-left:-10rem !important}.px-sm--48{padding-right:-12rem !important;padding-left:-12rem !important}.px-sm--82{padding-right:-20.5rem !important;padding-left:-20.5rem !important}.px-sm--98{padding-right:-24.5rem !important;padding-left:-24.5rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-sm-4{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-sm-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-7{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-sm-8{padding-top:2rem !important;padding-bottom:2rem !important}.py-sm-9{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.py-sm-10{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-sm-11{padding-top:2.75rem !important;padding-bottom:2.75rem !important}.py-sm-12{padding-top:3rem !important;padding-bottom:3rem !important}.py-sm-13{padding-top:3.25rem !important;padding-bottom:3.25rem !important}.py-sm-14{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-sm-15{padding-top:4rem !important;padding-bottom:4rem !important}.py-sm-16{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-sm-17{padding-top:5rem !important;padding-bottom:5rem !important}.py-sm-18{padding-top:5.5rem !important;padding-bottom:5.5rem !important}.py-sm-19{padding-top:6rem !important;padding-bottom:6rem !important}.py-sm-20{padding-top:6.5rem !important;padding-bottom:6.5rem !important}.py-sm-21{padding-top:7rem !important;padding-bottom:7rem !important}.py-sm-22{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-sm-23{padding-top:8rem !important;padding-bottom:8rem !important}.py-sm-24{padding-top:8.5rem !important;padding-bottom:8.5rem !important}.py-sm-25{padding-top:9rem !important;padding-bottom:9rem !important}.py-sm-26{padding-top:9.5rem !important;padding-bottom:9.5rem !important}.py-sm-27{padding-top:10rem !important;padding-bottom:10rem !important}.py-sm-28{padding-top:10.5rem !important;padding-bottom:10.5rem !important}.py-sm-29{padding-top:11rem !important;padding-bottom:11rem !important}.py-sm-30{padding-top:11.5rem !important;padding-bottom:11.5rem !important}.py-sm-100{padding-top:25rem !important;padding-bottom:25rem !important}.py-sm-300{padding-top:75rem !important;padding-bottom:75rem !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:-0.75rem !important;padding-bottom:-0.75rem !important}.py-sm--4{padding-top:-1rem !important;padding-bottom:-1rem !important}.py-sm--5{padding-top:-1.25rem !important;padding-bottom:-1.25rem !important}.py-sm--6{padding-top:-1.5rem !important;padding-bottom:-1.5rem !important}.py-sm--7{padding-top:-1.75rem !important;padding-bottom:-1.75rem !important}.py-sm--8{padding-top:-2rem !important;padding-bottom:-2rem !important}.py-sm--9{padding-top:-2.25rem !important;padding-bottom:-2.25rem !important}.py-sm--10{padding-top:-2.5rem !important;padding-bottom:-2.5rem !important}.py-sm--11{padding-top:-2.75rem !important;padding-bottom:-2.75rem !important}.py-sm--12{padding-top:-3rem !important;padding-bottom:-3rem !important}.py-sm--13{padding-top:-3.25rem !important;padding-bottom:-3.25rem !important}.py-sm--14{padding-top:-3.5rem !important;padding-bottom:-3.5rem !important}.py-sm--15{padding-top:-3.75rem !important;padding-bottom:-3.75rem !important}.py-sm--16{padding-top:-4rem !important;padding-bottom:-4rem !important}.py-sm--17{padding-top:-4.25rem !important;padding-bottom:-4.25rem !important}.py-sm--18{padding-top:-4.5rem !important;padding-bottom:-4.5rem !important}.py-sm--19{padding-top:-4.75rem !important;padding-bottom:-4.75rem !important}.py-sm--20{padding-top:-5rem !important;padding-bottom:-5rem !important}.py-sm--21{padding-top:-5.25rem !important;padding-bottom:-5.25rem !important}.py-sm--22{padding-top:-5.5rem !important;padding-bottom:-5.5rem !important}.py-sm--23{padding-top:-5.75rem !important;padding-bottom:-5.75rem !important}.py-sm--24{padding-top:-6rem !important;padding-bottom:-6rem !important}.py-sm--40{padding-top:-10rem !important;padding-bottom:-10rem !important}.py-sm--48{padding-top:-12rem !important;padding-bottom:-12rem !important}.py-sm--82{padding-top:-20.5rem !important;padding-bottom:-20.5rem !important}.py-sm--98{padding-top:-24.5rem !important;padding-bottom:-24.5rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:.75rem !important}.pt-sm-4{padding-top:1rem !important}.pt-sm-5{padding-top:1.25rem !important}.pt-sm-6{padding-top:1.5rem !important}.pt-sm-7{padding-top:1.75rem !important}.pt-sm-8{padding-top:2rem !important}.pt-sm-9{padding-top:2.25rem !important}.pt-sm-10{padding-top:2.5rem !important}.pt-sm-11{padding-top:2.75rem !important}.pt-sm-12{padding-top:3rem !important}.pt-sm-13{padding-top:3.25rem !important}.pt-sm-14{padding-top:3.5rem !important}.pt-sm-15{padding-top:4rem !important}.pt-sm-16{padding-top:4.5rem !important}.pt-sm-17{padding-top:5rem !important}.pt-sm-18{padding-top:5.5rem !important}.pt-sm-19{padding-top:6rem !important}.pt-sm-20{padding-top:6.5rem !important}.pt-sm-21{padding-top:7rem !important}.pt-sm-22{padding-top:7.5rem !important}.pt-sm-23{padding-top:8rem !important}.pt-sm-24{padding-top:8.5rem !important}.pt-sm-25{padding-top:9rem !important}.pt-sm-26{padding-top:9.5rem !important}.pt-sm-27{padding-top:10rem !important}.pt-sm-28{padding-top:10.5rem !important}.pt-sm-29{padding-top:11rem !important}.pt-sm-30{padding-top:11.5rem !important}.pt-sm-100{padding-top:25rem !important}.pt-sm-300{padding-top:75rem !important}.pt-sm--1{padding-top:-0.25rem !important}.pt-sm--2{padding-top:-0.5rem !important}.pt-sm--3{padding-top:-0.75rem !important}.pt-sm--4{padding-top:-1rem !important}.pt-sm--5{padding-top:-1.25rem !important}.pt-sm--6{padding-top:-1.5rem !important}.pt-sm--7{padding-top:-1.75rem !important}.pt-sm--8{padding-top:-2rem !important}.pt-sm--9{padding-top:-2.25rem !important}.pt-sm--10{padding-top:-2.5rem !important}.pt-sm--11{padding-top:-2.75rem !important}.pt-sm--12{padding-top:-3rem !important}.pt-sm--13{padding-top:-3.25rem !important}.pt-sm--14{padding-top:-3.5rem !important}.pt-sm--15{padding-top:-3.75rem !important}.pt-sm--16{padding-top:-4rem !important}.pt-sm--17{padding-top:-4.25rem !important}.pt-sm--18{padding-top:-4.5rem !important}.pt-sm--19{padding-top:-4.75rem !important}.pt-sm--20{padding-top:-5rem !important}.pt-sm--21{padding-top:-5.25rem !important}.pt-sm--22{padding-top:-5.5rem !important}.pt-sm--23{padding-top:-5.75rem !important}.pt-sm--24{padding-top:-6rem !important}.pt-sm--40{padding-top:-10rem !important}.pt-sm--48{padding-top:-12rem !important}.pt-sm--82{padding-top:-20.5rem !important}.pt-sm--98{padding-top:-24.5rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:.75rem !important}.pe-sm-4{padding-right:1rem !important}.pe-sm-5{padding-right:1.25rem !important}.pe-sm-6{padding-right:1.5rem !important}.pe-sm-7{padding-right:1.75rem !important}.pe-sm-8{padding-right:2rem !important}.pe-sm-9{padding-right:2.25rem !important}.pe-sm-10{padding-right:2.5rem !important}.pe-sm-11{padding-right:2.75rem !important}.pe-sm-12{padding-right:3rem !important}.pe-sm-13{padding-right:3.25rem !important}.pe-sm-14{padding-right:3.5rem !important}.pe-sm-15{padding-right:4rem !important}.pe-sm-16{padding-right:4.5rem !important}.pe-sm-17{padding-right:5rem !important}.pe-sm-18{padding-right:5.5rem !important}.pe-sm-19{padding-right:6rem !important}.pe-sm-20{padding-right:6.5rem !important}.pe-sm-21{padding-right:7rem !important}.pe-sm-22{padding-right:7.5rem !important}.pe-sm-23{padding-right:8rem !important}.pe-sm-24{padding-right:8.5rem !important}.pe-sm-25{padding-right:9rem !important}.pe-sm-26{padding-right:9.5rem !important}.pe-sm-27{padding-right:10rem !important}.pe-sm-28{padding-right:10.5rem !important}.pe-sm-29{padding-right:11rem !important}.pe-sm-30{padding-right:11.5rem !important}.pe-sm-100{padding-right:25rem !important}.pe-sm-300{padding-right:75rem !important}.pe-sm--1{padding-right:-0.25rem !important}.pe-sm--2{padding-right:-0.5rem !important}.pe-sm--3{padding-right:-0.75rem !important}.pe-sm--4{padding-right:-1rem !important}.pe-sm--5{padding-right:-1.25rem !important}.pe-sm--6{padding-right:-1.5rem !important}.pe-sm--7{padding-right:-1.75rem !important}.pe-sm--8{padding-right:-2rem !important}.pe-sm--9{padding-right:-2.25rem !important}.pe-sm--10{padding-right:-2.5rem !important}.pe-sm--11{padding-right:-2.75rem !important}.pe-sm--12{padding-right:-3rem !important}.pe-sm--13{padding-right:-3.25rem !important}.pe-sm--14{padding-right:-3.5rem !important}.pe-sm--15{padding-right:-3.75rem !important}.pe-sm--16{padding-right:-4rem !important}.pe-sm--17{padding-right:-4.25rem !important}.pe-sm--18{padding-right:-4.5rem !important}.pe-sm--19{padding-right:-4.75rem !important}.pe-sm--20{padding-right:-5rem !important}.pe-sm--21{padding-right:-5.25rem !important}.pe-sm--22{padding-right:-5.5rem !important}.pe-sm--23{padding-right:-5.75rem !important}.pe-sm--24{padding-right:-6rem !important}.pe-sm--40{padding-right:-10rem !important}.pe-sm--48{padding-right:-12rem !important}.pe-sm--82{padding-right:-20.5rem !important}.pe-sm--98{padding-right:-24.5rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:.75rem !important}.pb-sm-4{padding-bottom:1rem !important}.pb-sm-5{padding-bottom:1.25rem !important}.pb-sm-6{padding-bottom:1.5rem !important}.pb-sm-7{padding-bottom:1.75rem !important}.pb-sm-8{padding-bottom:2rem !important}.pb-sm-9{padding-bottom:2.25rem !important}.pb-sm-10{padding-bottom:2.5rem !important}.pb-sm-11{padding-bottom:2.75rem !important}.pb-sm-12{padding-bottom:3rem !important}.pb-sm-13{padding-bottom:3.25rem !important}.pb-sm-14{padding-bottom:3.5rem !important}.pb-sm-15{padding-bottom:4rem !important}.pb-sm-16{padding-bottom:4.5rem !important}.pb-sm-17{padding-bottom:5rem !important}.pb-sm-18{padding-bottom:5.5rem !important}.pb-sm-19{padding-bottom:6rem !important}.pb-sm-20{padding-bottom:6.5rem !important}.pb-sm-21{padding-bottom:7rem !important}.pb-sm-22{padding-bottom:7.5rem !important}.pb-sm-23{padding-bottom:8rem !important}.pb-sm-24{padding-bottom:8.5rem !important}.pb-sm-25{padding-bottom:9rem !important}.pb-sm-26{padding-bottom:9.5rem !important}.pb-sm-27{padding-bottom:10rem !important}.pb-sm-28{padding-bottom:10.5rem !important}.pb-sm-29{padding-bottom:11rem !important}.pb-sm-30{padding-bottom:11.5rem !important}.pb-sm-100{padding-bottom:25rem !important}.pb-sm-300{padding-bottom:75rem !important}.pb-sm--1{padding-bottom:-0.25rem !important}.pb-sm--2{padding-bottom:-0.5rem !important}.pb-sm--3{padding-bottom:-0.75rem !important}.pb-sm--4{padding-bottom:-1rem !important}.pb-sm--5{padding-bottom:-1.25rem !important}.pb-sm--6{padding-bottom:-1.5rem !important}.pb-sm--7{padding-bottom:-1.75rem !important}.pb-sm--8{padding-bottom:-2rem !important}.pb-sm--9{padding-bottom:-2.25rem !important}.pb-sm--10{padding-bottom:-2.5rem !important}.pb-sm--11{padding-bottom:-2.75rem !important}.pb-sm--12{padding-bottom:-3rem !important}.pb-sm--13{padding-bottom:-3.25rem !important}.pb-sm--14{padding-bottom:-3.5rem !important}.pb-sm--15{padding-bottom:-3.75rem !important}.pb-sm--16{padding-bottom:-4rem !important}.pb-sm--17{padding-bottom:-4.25rem !important}.pb-sm--18{padding-bottom:-4.5rem !important}.pb-sm--19{padding-bottom:-4.75rem !important}.pb-sm--20{padding-bottom:-5rem !important}.pb-sm--21{padding-bottom:-5.25rem !important}.pb-sm--22{padding-bottom:-5.5rem !important}.pb-sm--23{padding-bottom:-5.75rem !important}.pb-sm--24{padding-bottom:-6rem !important}.pb-sm--40{padding-bottom:-10rem !important}.pb-sm--48{padding-bottom:-12rem !important}.pb-sm--82{padding-bottom:-20.5rem !important}.pb-sm--98{padding-bottom:-24.5rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:.75rem !important}.ps-sm-4{padding-left:1rem !important}.ps-sm-5{padding-left:1.25rem !important}.ps-sm-6{padding-left:1.5rem !important}.ps-sm-7{padding-left:1.75rem !important}.ps-sm-8{padding-left:2rem !important}.ps-sm-9{padding-left:2.25rem !important}.ps-sm-10{padding-left:2.5rem !important}.ps-sm-11{padding-left:2.75rem !important}.ps-sm-12{padding-left:3rem !important}.ps-sm-13{padding-left:3.25rem !important}.ps-sm-14{padding-left:3.5rem !important}.ps-sm-15{padding-left:4rem !important}.ps-sm-16{padding-left:4.5rem !important}.ps-sm-17{padding-left:5rem !important}.ps-sm-18{padding-left:5.5rem !important}.ps-sm-19{padding-left:6rem !important}.ps-sm-20{padding-left:6.5rem !important}.ps-sm-21{padding-left:7rem !important}.ps-sm-22{padding-left:7.5rem !important}.ps-sm-23{padding-left:8rem !important}.ps-sm-24{padding-left:8.5rem !important}.ps-sm-25{padding-left:9rem !important}.ps-sm-26{padding-left:9.5rem !important}.ps-sm-27{padding-left:10rem !important}.ps-sm-28{padding-left:10.5rem !important}.ps-sm-29{padding-left:11rem !important}.ps-sm-30{padding-left:11.5rem !important}.ps-sm-100{padding-left:25rem !important}.ps-sm-300{padding-left:75rem !important}.ps-sm--1{padding-left:-0.25rem !important}.ps-sm--2{padding-left:-0.5rem !important}.ps-sm--3{padding-left:-0.75rem !important}.ps-sm--4{padding-left:-1rem !important}.ps-sm--5{padding-left:-1.25rem !important}.ps-sm--6{padding-left:-1.5rem !important}.ps-sm--7{padding-left:-1.75rem !important}.ps-sm--8{padding-left:-2rem !important}.ps-sm--9{padding-left:-2.25rem !important}.ps-sm--10{padding-left:-2.5rem !important}.ps-sm--11{padding-left:-2.75rem !important}.ps-sm--12{padding-left:-3rem !important}.ps-sm--13{padding-left:-3.25rem !important}.ps-sm--14{padding-left:-3.5rem !important}.ps-sm--15{padding-left:-3.75rem !important}.ps-sm--16{padding-left:-4rem !important}.ps-sm--17{padding-left:-4.25rem !important}.ps-sm--18{padding-left:-4.5rem !important}.ps-sm--19{padding-left:-4.75rem !important}.ps-sm--20{padding-left:-5rem !important}.ps-sm--21{padding-left:-5.25rem !important}.ps-sm--22{padding-left:-5.5rem !important}.ps-sm--23{padding-left:-5.75rem !important}.ps-sm--24{padding-left:-6rem !important}.ps-sm--40{padding-left:-10rem !important}.ps-sm--48{padding-left:-12rem !important}.ps-sm--82{padding-left:-20.5rem !important}.ps-sm--98{padding-left:-24.5rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:.75rem !important}.gap-sm-4{gap:1rem !important}.gap-sm-5{gap:1.25rem !important}.gap-sm-6{gap:1.5rem !important}.gap-sm-7{gap:1.75rem !important}.gap-sm-8{gap:2rem !important}.gap-sm-9{gap:2.25rem !important}.gap-sm-10{gap:2.5rem !important}.gap-sm-11{gap:2.75rem !important}.gap-sm-12{gap:3rem !important}.gap-sm-13{gap:3.25rem !important}.gap-sm-14{gap:3.5rem !important}.gap-sm-15{gap:4rem !important}.gap-sm-16{gap:4.5rem !important}.gap-sm-17{gap:5rem !important}.gap-sm-18{gap:5.5rem !important}.gap-sm-19{gap:6rem !important}.gap-sm-20{gap:6.5rem !important}.gap-sm-21{gap:7rem !important}.gap-sm-22{gap:7.5rem !important}.gap-sm-23{gap:8rem !important}.gap-sm-24{gap:8.5rem !important}.gap-sm-25{gap:9rem !important}.gap-sm-26{gap:9.5rem !important}.gap-sm-27{gap:10rem !important}.gap-sm-28{gap:10.5rem !important}.gap-sm-29{gap:11rem !important}.gap-sm-30{gap:11.5rem !important}.gap-sm-100{gap:25rem !important}.gap-sm-300{gap:75rem !important}.gap-sm--1{gap:-0.25rem !important}.gap-sm--2{gap:-0.5rem !important}.gap-sm--3{gap:-0.75rem !important}.gap-sm--4{gap:-1rem !important}.gap-sm--5{gap:-1.25rem !important}.gap-sm--6{gap:-1.5rem !important}.gap-sm--7{gap:-1.75rem !important}.gap-sm--8{gap:-2rem !important}.gap-sm--9{gap:-2.25rem !important}.gap-sm--10{gap:-2.5rem !important}.gap-sm--11{gap:-2.75rem !important}.gap-sm--12{gap:-3rem !important}.gap-sm--13{gap:-3.25rem !important}.gap-sm--14{gap:-3.5rem !important}.gap-sm--15{gap:-3.75rem !important}.gap-sm--16{gap:-4rem !important}.gap-sm--17{gap:-4.25rem !important}.gap-sm--18{gap:-4.5rem !important}.gap-sm--19{gap:-4.75rem !important}.gap-sm--20{gap:-5rem !important}.gap-sm--21{gap:-5.25rem !important}.gap-sm--22{gap:-5.5rem !important}.gap-sm--23{gap:-5.75rem !important}.gap-sm--24{gap:-6rem !important}.gap-sm--40{gap:-10rem !important}.gap-sm--48{gap:-12rem !important}.gap-sm--82{gap:-20.5rem !important}.gap-sm--98{gap:-24.5rem !important}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-1{row-gap:.25rem !important}.row-gap-sm-2{row-gap:.5rem !important}.row-gap-sm-3{row-gap:.75rem !important}.row-gap-sm-4{row-gap:1rem !important}.row-gap-sm-5{row-gap:1.25rem !important}.row-gap-sm-6{row-gap:1.5rem !important}.row-gap-sm-7{row-gap:1.75rem !important}.row-gap-sm-8{row-gap:2rem !important}.row-gap-sm-9{row-gap:2.25rem !important}.row-gap-sm-10{row-gap:2.5rem !important}.row-gap-sm-11{row-gap:2.75rem !important}.row-gap-sm-12{row-gap:3rem !important}.row-gap-sm-13{row-gap:3.25rem !important}.row-gap-sm-14{row-gap:3.5rem !important}.row-gap-sm-15{row-gap:4rem !important}.row-gap-sm-16{row-gap:4.5rem !important}.row-gap-sm-17{row-gap:5rem !important}.row-gap-sm-18{row-gap:5.5rem !important}.row-gap-sm-19{row-gap:6rem !important}.row-gap-sm-20{row-gap:6.5rem !important}.row-gap-sm-21{row-gap:7rem !important}.row-gap-sm-22{row-gap:7.5rem !important}.row-gap-sm-23{row-gap:8rem !important}.row-gap-sm-24{row-gap:8.5rem !important}.row-gap-sm-25{row-gap:9rem !important}.row-gap-sm-26{row-gap:9.5rem !important}.row-gap-sm-27{row-gap:10rem !important}.row-gap-sm-28{row-gap:10.5rem !important}.row-gap-sm-29{row-gap:11rem !important}.row-gap-sm-30{row-gap:11.5rem !important}.row-gap-sm-100{row-gap:25rem !important}.row-gap-sm-300{row-gap:75rem !important}.row-gap-sm--1{row-gap:-0.25rem !important}.row-gap-sm--2{row-gap:-0.5rem !important}.row-gap-sm--3{row-gap:-0.75rem !important}.row-gap-sm--4{row-gap:-1rem !important}.row-gap-sm--5{row-gap:-1.25rem !important}.row-gap-sm--6{row-gap:-1.5rem !important}.row-gap-sm--7{row-gap:-1.75rem !important}.row-gap-sm--8{row-gap:-2rem !important}.row-gap-sm--9{row-gap:-2.25rem !important}.row-gap-sm--10{row-gap:-2.5rem !important}.row-gap-sm--11{row-gap:-2.75rem !important}.row-gap-sm--12{row-gap:-3rem !important}.row-gap-sm--13{row-gap:-3.25rem !important}.row-gap-sm--14{row-gap:-3.5rem !important}.row-gap-sm--15{row-gap:-3.75rem !important}.row-gap-sm--16{row-gap:-4rem !important}.row-gap-sm--17{row-gap:-4.25rem !important}.row-gap-sm--18{row-gap:-4.5rem !important}.row-gap-sm--19{row-gap:-4.75rem !important}.row-gap-sm--20{row-gap:-5rem !important}.row-gap-sm--21{row-gap:-5.25rem !important}.row-gap-sm--22{row-gap:-5.5rem !important}.row-gap-sm--23{row-gap:-5.75rem !important}.row-gap-sm--24{row-gap:-6rem !important}.row-gap-sm--40{row-gap:-10rem !important}.row-gap-sm--48{row-gap:-12rem !important}.row-gap-sm--82{row-gap:-20.5rem !important}.row-gap-sm--98{row-gap:-24.5rem !important}.column-gap-sm-0{-moz-column-gap:0 !important;column-gap:0 !important}.column-gap-sm-1{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.column-gap-sm-2{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.column-gap-sm-3{-moz-column-gap:.75rem !important;column-gap:.75rem !important}.column-gap-sm-4{-moz-column-gap:1rem !important;column-gap:1rem !important}.column-gap-sm-5{-moz-column-gap:1.25rem !important;column-gap:1.25rem !important}.column-gap-sm-6{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.column-gap-sm-7{-moz-column-gap:1.75rem !important;column-gap:1.75rem !important}.column-gap-sm-8{-moz-column-gap:2rem !important;column-gap:2rem !important}.column-gap-sm-9{-moz-column-gap:2.25rem !important;column-gap:2.25rem !important}.column-gap-sm-10{-moz-column-gap:2.5rem !important;column-gap:2.5rem !important}.column-gap-sm-11{-moz-column-gap:2.75rem !important;column-gap:2.75rem !important}.column-gap-sm-12{-moz-column-gap:3rem !important;column-gap:3rem !important}.column-gap-sm-13{-moz-column-gap:3.25rem !important;column-gap:3.25rem !important}.column-gap-sm-14{-moz-column-gap:3.5rem !important;column-gap:3.5rem !important}.column-gap-sm-15{-moz-column-gap:4rem !important;column-gap:4rem !important}.column-gap-sm-16{-moz-column-gap:4.5rem !important;column-gap:4.5rem !important}.column-gap-sm-17{-moz-column-gap:5rem !important;column-gap:5rem !important}.column-gap-sm-18{-moz-column-gap:5.5rem !important;column-gap:5.5rem !important}.column-gap-sm-19{-moz-column-gap:6rem !important;column-gap:6rem !important}.column-gap-sm-20{-moz-column-gap:6.5rem !important;column-gap:6.5rem !important}.column-gap-sm-21{-moz-column-gap:7rem !important;column-gap:7rem !important}.column-gap-sm-22{-moz-column-gap:7.5rem !important;column-gap:7.5rem !important}.column-gap-sm-23{-moz-column-gap:8rem !important;column-gap:8rem !important}.column-gap-sm-24{-moz-column-gap:8.5rem !important;column-gap:8.5rem !important}.column-gap-sm-25{-moz-column-gap:9rem !important;column-gap:9rem !important}.column-gap-sm-26{-moz-column-gap:9.5rem !important;column-gap:9.5rem !important}.column-gap-sm-27{-moz-column-gap:10rem !important;column-gap:10rem !important}.column-gap-sm-28{-moz-column-gap:10.5rem !important;column-gap:10.5rem !important}.column-gap-sm-29{-moz-column-gap:11rem !important;column-gap:11rem !important}.column-gap-sm-30{-moz-column-gap:11.5rem !important;column-gap:11.5rem !important}.column-gap-sm-100{-moz-column-gap:25rem !important;column-gap:25rem !important}.column-gap-sm-300{-moz-column-gap:75rem !important;column-gap:75rem !important}.column-gap-sm--1{-moz-column-gap:-0.25rem !important;column-gap:-0.25rem !important}.column-gap-sm--2{-moz-column-gap:-0.5rem !important;column-gap:-0.5rem !important}.column-gap-sm--3{-moz-column-gap:-0.75rem !important;column-gap:-0.75rem !important}.column-gap-sm--4{-moz-column-gap:-1rem !important;column-gap:-1rem !important}.column-gap-sm--5{-moz-column-gap:-1.25rem !important;column-gap:-1.25rem !important}.column-gap-sm--6{-moz-column-gap:-1.5rem !important;column-gap:-1.5rem !important}.column-gap-sm--7{-moz-column-gap:-1.75rem !important;column-gap:-1.75rem !important}.column-gap-sm--8{-moz-column-gap:-2rem !important;column-gap:-2rem !important}.column-gap-sm--9{-moz-column-gap:-2.25rem !important;column-gap:-2.25rem !important}.column-gap-sm--10{-moz-column-gap:-2.5rem !important;column-gap:-2.5rem !important}.column-gap-sm--11{-moz-column-gap:-2.75rem !important;column-gap:-2.75rem !important}.column-gap-sm--12{-moz-column-gap:-3rem !important;column-gap:-3rem !important}.column-gap-sm--13{-moz-column-gap:-3.25rem !important;column-gap:-3.25rem !important}.column-gap-sm--14{-moz-column-gap:-3.5rem !important;column-gap:-3.5rem !important}.column-gap-sm--15{-moz-column-gap:-3.75rem !important;column-gap:-3.75rem !important}.column-gap-sm--16{-moz-column-gap:-4rem !important;column-gap:-4rem !important}.column-gap-sm--17{-moz-column-gap:-4.25rem !important;column-gap:-4.25rem !important}.column-gap-sm--18{-moz-column-gap:-4.5rem !important;column-gap:-4.5rem !important}.column-gap-sm--19{-moz-column-gap:-4.75rem !important;column-gap:-4.75rem !important}.column-gap-sm--20{-moz-column-gap:-5rem !important;column-gap:-5rem !important}.column-gap-sm--21{-moz-column-gap:-5.25rem !important;column-gap:-5.25rem !important}.column-gap-sm--22{-moz-column-gap:-5.5rem !important;column-gap:-5.5rem !important}.column-gap-sm--23{-moz-column-gap:-5.75rem !important;column-gap:-5.75rem !important}.column-gap-sm--24{-moz-column-gap:-6rem !important;column-gap:-6rem !important}.column-gap-sm--40{-moz-column-gap:-10rem !important;column-gap:-10rem !important}.column-gap-sm--48{-moz-column-gap:-12rem !important;column-gap:-12rem !important}.column-gap-sm--82{-moz-column-gap:-20.5rem !important;column-gap:-20.5rem !important}.column-gap-sm--98{-moz-column-gap:-24.5rem !important;column-gap:-24.5rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 1024px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{-o-object-fit:contain !important;object-fit:contain !important}.object-fit-md-cover{-o-object-fit:cover !important;object-fit:cover !important}.object-fit-md-fill{-o-object-fit:fill !important;object-fit:fill !important}.object-fit-md-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important}.object-fit-md-none{-o-object-fit:none !important;object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-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:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:.75rem !important}.m-md-4{margin:1rem !important}.m-md-5{margin:1.25rem !important}.m-md-6{margin:1.5rem !important}.m-md-7{margin:1.75rem !important}.m-md-8{margin:2rem !important}.m-md-9{margin:2.25rem !important}.m-md-10{margin:2.5rem !important}.m-md-11{margin:2.75rem !important}.m-md-12{margin:3rem !important}.m-md-13{margin:3.25rem !important}.m-md-14{margin:3.5rem !important}.m-md-15{margin:4rem !important}.m-md-16{margin:4.5rem !important}.m-md-17{margin:5rem !important}.m-md-18{margin:5.5rem !important}.m-md-19{margin:6rem !important}.m-md-20{margin:6.5rem !important}.m-md-21{margin:7rem !important}.m-md-22{margin:7.5rem !important}.m-md-23{margin:8rem !important}.m-md-24{margin:8.5rem !important}.m-md-25{margin:9rem !important}.m-md-26{margin:9.5rem !important}.m-md-27{margin:10rem !important}.m-md-28{margin:10.5rem !important}.m-md-29{margin:11rem !important}.m-md-30{margin:11.5rem !important}.m-md-100{margin:25rem !important}.m-md-300{margin:75rem !important}.m-md--1{margin:-0.25rem !important}.m-md--2{margin:-0.5rem !important}.m-md--3{margin:-0.75rem !important}.m-md--4{margin:-1rem !important}.m-md--5{margin:-1.25rem !important}.m-md--6{margin:-1.5rem !important}.m-md--7{margin:-1.75rem !important}.m-md--8{margin:-2rem !important}.m-md--9{margin:-2.25rem !important}.m-md--10{margin:-2.5rem !important}.m-md--11{margin:-2.75rem !important}.m-md--12{margin:-3rem !important}.m-md--13{margin:-3.25rem !important}.m-md--14{margin:-3.5rem !important}.m-md--15{margin:-3.75rem !important}.m-md--16{margin:-4rem !important}.m-md--17{margin:-4.25rem !important}.m-md--18{margin:-4.5rem !important}.m-md--19{margin:-4.75rem !important}.m-md--20{margin:-5rem !important}.m-md--21{margin:-5.25rem !important}.m-md--22{margin:-5.5rem !important}.m-md--23{margin:-5.75rem !important}.m-md--24{margin:-6rem !important}.m-md--40{margin:-10rem !important}.m-md--48{margin:-12rem !important}.m-md--82{margin:-20.5rem !important}.m-md--98{margin:-24.5rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:.75rem !important;margin-left:.75rem !important}.mx-md-4{margin-right:1rem !important;margin-left:1rem !important}.mx-md-5{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-md-6{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-7{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-md-8{margin-right:2rem !important;margin-left:2rem !important}.mx-md-9{margin-right:2.25rem !important;margin-left:2.25rem !important}.mx-md-10{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-md-11{margin-right:2.75rem !important;margin-left:2.75rem !important}.mx-md-12{margin-right:3rem !important;margin-left:3rem !important}.mx-md-13{margin-right:3.25rem !important;margin-left:3.25rem !important}.mx-md-14{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-md-15{margin-right:4rem !important;margin-left:4rem !important}.mx-md-16{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-md-17{margin-right:5rem !important;margin-left:5rem !important}.mx-md-18{margin-right:5.5rem !important;margin-left:5.5rem !important}.mx-md-19{margin-right:6rem !important;margin-left:6rem !important}.mx-md-20{margin-right:6.5rem !important;margin-left:6.5rem !important}.mx-md-21{margin-right:7rem !important;margin-left:7rem !important}.mx-md-22{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-md-23{margin-right:8rem !important;margin-left:8rem !important}.mx-md-24{margin-right:8.5rem !important;margin-left:8.5rem !important}.mx-md-25{margin-right:9rem !important;margin-left:9rem !important}.mx-md-26{margin-right:9.5rem !important;margin-left:9.5rem !important}.mx-md-27{margin-right:10rem !important;margin-left:10rem !important}.mx-md-28{margin-right:10.5rem !important;margin-left:10.5rem !important}.mx-md-29{margin-right:11rem !important;margin-left:11rem !important}.mx-md-30{margin-right:11.5rem !important;margin-left:11.5rem !important}.mx-md-100{margin-right:25rem !important;margin-left:25rem !important}.mx-md-300{margin-right:75rem !important;margin-left:75rem !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:-0.75rem !important;margin-left:-0.75rem !important}.mx-md--4{margin-right:-1rem !important;margin-left:-1rem !important}.mx-md--5{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-md--6{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-md--7{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-md--8{margin-right:-2rem !important;margin-left:-2rem !important}.mx-md--9{margin-right:-2.25rem !important;margin-left:-2.25rem !important}.mx-md--10{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-md--11{margin-right:-2.75rem !important;margin-left:-2.75rem !important}.mx-md--12{margin-right:-3rem !important;margin-left:-3rem !important}.mx-md--13{margin-right:-3.25rem !important;margin-left:-3.25rem !important}.mx-md--14{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-md--15{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.mx-md--16{margin-right:-4rem !important;margin-left:-4rem !important}.mx-md--17{margin-right:-4.25rem !important;margin-left:-4.25rem !important}.mx-md--18{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-md--19{margin-right:-4.75rem !important;margin-left:-4.75rem !important}.mx-md--20{margin-right:-5rem !important;margin-left:-5rem !important}.mx-md--21{margin-right:-5.25rem !important;margin-left:-5.25rem !important}.mx-md--22{margin-right:-5.5rem !important;margin-left:-5.5rem !important}.mx-md--23{margin-right:-5.75rem !important;margin-left:-5.75rem !important}.mx-md--24{margin-right:-6rem !important;margin-left:-6rem !important}.mx-md--40{margin-right:-10rem !important;margin-left:-10rem !important}.mx-md--48{margin-right:-12rem !important;margin-left:-12rem !important}.mx-md--82{margin-right:-20.5rem !important;margin-left:-20.5rem !important}.mx-md--98{margin-right:-24.5rem !important;margin-left:-24.5rem !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:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-md-4{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-md-6{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-7{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-md-8{margin-top:2rem !important;margin-bottom:2rem !important}.my-md-9{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.my-md-10{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-md-11{margin-top:2.75rem !important;margin-bottom:2.75rem !important}.my-md-12{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-13{margin-top:3.25rem !important;margin-bottom:3.25rem !important}.my-md-14{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-md-15{margin-top:4rem !important;margin-bottom:4rem !important}.my-md-16{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-md-17{margin-top:5rem !important;margin-bottom:5rem !important}.my-md-18{margin-top:5.5rem !important;margin-bottom:5.5rem !important}.my-md-19{margin-top:6rem !important;margin-bottom:6rem !important}.my-md-20{margin-top:6.5rem !important;margin-bottom:6.5rem !important}.my-md-21{margin-top:7rem !important;margin-bottom:7rem !important}.my-md-22{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-md-23{margin-top:8rem !important;margin-bottom:8rem !important}.my-md-24{margin-top:8.5rem !important;margin-bottom:8.5rem !important}.my-md-25{margin-top:9rem !important;margin-bottom:9rem !important}.my-md-26{margin-top:9.5rem !important;margin-bottom:9.5rem !important}.my-md-27{margin-top:10rem !important;margin-bottom:10rem !important}.my-md-28{margin-top:10.5rem !important;margin-bottom:10.5rem !important}.my-md-29{margin-top:11rem !important;margin-bottom:11rem !important}.my-md-30{margin-top:11.5rem !important;margin-bottom:11.5rem !important}.my-md-100{margin-top:25rem !important;margin-bottom:25rem !important}.my-md-300{margin-top:75rem !important;margin-bottom:75rem !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:-0.75rem !important;margin-bottom:-0.75rem !important}.my-md--4{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-md--5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-md--6{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-md--7{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-md--8{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-md--9{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important}.my-md--10{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-md--11{margin-top:-2.75rem !important;margin-bottom:-2.75rem !important}.my-md--12{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-md--13{margin-top:-3.25rem !important;margin-bottom:-3.25rem !important}.my-md--14{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-md--15{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.my-md--16{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-md--17{margin-top:-4.25rem !important;margin-bottom:-4.25rem !important}.my-md--18{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-md--19{margin-top:-4.75rem !important;margin-bottom:-4.75rem !important}.my-md--20{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-md--21{margin-top:-5.25rem !important;margin-bottom:-5.25rem !important}.my-md--22{margin-top:-5.5rem !important;margin-bottom:-5.5rem !important}.my-md--23{margin-top:-5.75rem !important;margin-bottom:-5.75rem !important}.my-md--24{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-md--40{margin-top:-10rem !important;margin-bottom:-10rem !important}.my-md--48{margin-top:-12rem !important;margin-bottom:-12rem !important}.my-md--82{margin-top:-20.5rem !important;margin-bottom:-20.5rem !important}.my-md--98{margin-top:-24.5rem !important;margin-bottom:-24.5rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:.75rem !important}.mt-md-4{margin-top:1rem !important}.mt-md-5{margin-top:1.25rem !important}.mt-md-6{margin-top:1.5rem !important}.mt-md-7{margin-top:1.75rem !important}.mt-md-8{margin-top:2rem !important}.mt-md-9{margin-top:2.25rem !important}.mt-md-10{margin-top:2.5rem !important}.mt-md-11{margin-top:2.75rem !important}.mt-md-12{margin-top:3rem !important}.mt-md-13{margin-top:3.25rem !important}.mt-md-14{margin-top:3.5rem !important}.mt-md-15{margin-top:4rem !important}.mt-md-16{margin-top:4.5rem !important}.mt-md-17{margin-top:5rem !important}.mt-md-18{margin-top:5.5rem !important}.mt-md-19{margin-top:6rem !important}.mt-md-20{margin-top:6.5rem !important}.mt-md-21{margin-top:7rem !important}.mt-md-22{margin-top:7.5rem !important}.mt-md-23{margin-top:8rem !important}.mt-md-24{margin-top:8.5rem !important}.mt-md-25{margin-top:9rem !important}.mt-md-26{margin-top:9.5rem !important}.mt-md-27{margin-top:10rem !important}.mt-md-28{margin-top:10.5rem !important}.mt-md-29{margin-top:11rem !important}.mt-md-30{margin-top:11.5rem !important}.mt-md-100{margin-top:25rem !important}.mt-md-300{margin-top:75rem !important}.mt-md--1{margin-top:-0.25rem !important}.mt-md--2{margin-top:-0.5rem !important}.mt-md--3{margin-top:-0.75rem !important}.mt-md--4{margin-top:-1rem !important}.mt-md--5{margin-top:-1.25rem !important}.mt-md--6{margin-top:-1.5rem !important}.mt-md--7{margin-top:-1.75rem !important}.mt-md--8{margin-top:-2rem !important}.mt-md--9{margin-top:-2.25rem !important}.mt-md--10{margin-top:-2.5rem !important}.mt-md--11{margin-top:-2.75rem !important}.mt-md--12{margin-top:-3rem !important}.mt-md--13{margin-top:-3.25rem !important}.mt-md--14{margin-top:-3.5rem !important}.mt-md--15{margin-top:-3.75rem !important}.mt-md--16{margin-top:-4rem !important}.mt-md--17{margin-top:-4.25rem !important}.mt-md--18{margin-top:-4.5rem !important}.mt-md--19{margin-top:-4.75rem !important}.mt-md--20{margin-top:-5rem !important}.mt-md--21{margin-top:-5.25rem !important}.mt-md--22{margin-top:-5.5rem !important}.mt-md--23{margin-top:-5.75rem !important}.mt-md--24{margin-top:-6rem !important}.mt-md--40{margin-top:-10rem !important}.mt-md--48{margin-top:-12rem !important}.mt-md--82{margin-top:-20.5rem !important}.mt-md--98{margin-top:-24.5rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:.75rem !important}.me-md-4{margin-right:1rem !important}.me-md-5{margin-right:1.25rem !important}.me-md-6{margin-right:1.5rem !important}.me-md-7{margin-right:1.75rem !important}.me-md-8{margin-right:2rem !important}.me-md-9{margin-right:2.25rem !important}.me-md-10{margin-right:2.5rem !important}.me-md-11{margin-right:2.75rem !important}.me-md-12{margin-right:3rem !important}.me-md-13{margin-right:3.25rem !important}.me-md-14{margin-right:3.5rem !important}.me-md-15{margin-right:4rem !important}.me-md-16{margin-right:4.5rem !important}.me-md-17{margin-right:5rem !important}.me-md-18{margin-right:5.5rem !important}.me-md-19{margin-right:6rem !important}.me-md-20{margin-right:6.5rem !important}.me-md-21{margin-right:7rem !important}.me-md-22{margin-right:7.5rem !important}.me-md-23{margin-right:8rem !important}.me-md-24{margin-right:8.5rem !important}.me-md-25{margin-right:9rem !important}.me-md-26{margin-right:9.5rem !important}.me-md-27{margin-right:10rem !important}.me-md-28{margin-right:10.5rem !important}.me-md-29{margin-right:11rem !important}.me-md-30{margin-right:11.5rem !important}.me-md-100{margin-right:25rem !important}.me-md-300{margin-right:75rem !important}.me-md--1{margin-right:-0.25rem !important}.me-md--2{margin-right:-0.5rem !important}.me-md--3{margin-right:-0.75rem !important}.me-md--4{margin-right:-1rem !important}.me-md--5{margin-right:-1.25rem !important}.me-md--6{margin-right:-1.5rem !important}.me-md--7{margin-right:-1.75rem !important}.me-md--8{margin-right:-2rem !important}.me-md--9{margin-right:-2.25rem !important}.me-md--10{margin-right:-2.5rem !important}.me-md--11{margin-right:-2.75rem !important}.me-md--12{margin-right:-3rem !important}.me-md--13{margin-right:-3.25rem !important}.me-md--14{margin-right:-3.5rem !important}.me-md--15{margin-right:-3.75rem !important}.me-md--16{margin-right:-4rem !important}.me-md--17{margin-right:-4.25rem !important}.me-md--18{margin-right:-4.5rem !important}.me-md--19{margin-right:-4.75rem !important}.me-md--20{margin-right:-5rem !important}.me-md--21{margin-right:-5.25rem !important}.me-md--22{margin-right:-5.5rem !important}.me-md--23{margin-right:-5.75rem !important}.me-md--24{margin-right:-6rem !important}.me-md--40{margin-right:-10rem !important}.me-md--48{margin-right:-12rem !important}.me-md--82{margin-right:-20.5rem !important}.me-md--98{margin-right:-24.5rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:.75rem !important}.mb-md-4{margin-bottom:1rem !important}.mb-md-5{margin-bottom:1.25rem !important}.mb-md-6{margin-bottom:1.5rem !important}.mb-md-7{margin-bottom:1.75rem !important}.mb-md-8{margin-bottom:2rem !important}.mb-md-9{margin-bottom:2.25rem !important}.mb-md-10{margin-bottom:2.5rem !important}.mb-md-11{margin-bottom:2.75rem !important}.mb-md-12{margin-bottom:3rem !important}.mb-md-13{margin-bottom:3.25rem !important}.mb-md-14{margin-bottom:3.5rem !important}.mb-md-15{margin-bottom:4rem !important}.mb-md-16{margin-bottom:4.5rem !important}.mb-md-17{margin-bottom:5rem !important}.mb-md-18{margin-bottom:5.5rem !important}.mb-md-19{margin-bottom:6rem !important}.mb-md-20{margin-bottom:6.5rem !important}.mb-md-21{margin-bottom:7rem !important}.mb-md-22{margin-bottom:7.5rem !important}.mb-md-23{margin-bottom:8rem !important}.mb-md-24{margin-bottom:8.5rem !important}.mb-md-25{margin-bottom:9rem !important}.mb-md-26{margin-bottom:9.5rem !important}.mb-md-27{margin-bottom:10rem !important}.mb-md-28{margin-bottom:10.5rem !important}.mb-md-29{margin-bottom:11rem !important}.mb-md-30{margin-bottom:11.5rem !important}.mb-md-100{margin-bottom:25rem !important}.mb-md-300{margin-bottom:75rem !important}.mb-md--1{margin-bottom:-0.25rem !important}.mb-md--2{margin-bottom:-0.5rem !important}.mb-md--3{margin-bottom:-0.75rem !important}.mb-md--4{margin-bottom:-1rem !important}.mb-md--5{margin-bottom:-1.25rem !important}.mb-md--6{margin-bottom:-1.5rem !important}.mb-md--7{margin-bottom:-1.75rem !important}.mb-md--8{margin-bottom:-2rem !important}.mb-md--9{margin-bottom:-2.25rem !important}.mb-md--10{margin-bottom:-2.5rem !important}.mb-md--11{margin-bottom:-2.75rem !important}.mb-md--12{margin-bottom:-3rem !important}.mb-md--13{margin-bottom:-3.25rem !important}.mb-md--14{margin-bottom:-3.5rem !important}.mb-md--15{margin-bottom:-3.75rem !important}.mb-md--16{margin-bottom:-4rem !important}.mb-md--17{margin-bottom:-4.25rem !important}.mb-md--18{margin-bottom:-4.5rem !important}.mb-md--19{margin-bottom:-4.75rem !important}.mb-md--20{margin-bottom:-5rem !important}.mb-md--21{margin-bottom:-5.25rem !important}.mb-md--22{margin-bottom:-5.5rem !important}.mb-md--23{margin-bottom:-5.75rem !important}.mb-md--24{margin-bottom:-6rem !important}.mb-md--40{margin-bottom:-10rem !important}.mb-md--48{margin-bottom:-12rem !important}.mb-md--82{margin-bottom:-20.5rem !important}.mb-md--98{margin-bottom:-24.5rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:.75rem !important}.ms-md-4{margin-left:1rem !important}.ms-md-5{margin-left:1.25rem !important}.ms-md-6{margin-left:1.5rem !important}.ms-md-7{margin-left:1.75rem !important}.ms-md-8{margin-left:2rem !important}.ms-md-9{margin-left:2.25rem !important}.ms-md-10{margin-left:2.5rem !important}.ms-md-11{margin-left:2.75rem !important}.ms-md-12{margin-left:3rem !important}.ms-md-13{margin-left:3.25rem !important}.ms-md-14{margin-left:3.5rem !important}.ms-md-15{margin-left:4rem !important}.ms-md-16{margin-left:4.5rem !important}.ms-md-17{margin-left:5rem !important}.ms-md-18{margin-left:5.5rem !important}.ms-md-19{margin-left:6rem !important}.ms-md-20{margin-left:6.5rem !important}.ms-md-21{margin-left:7rem !important}.ms-md-22{margin-left:7.5rem !important}.ms-md-23{margin-left:8rem !important}.ms-md-24{margin-left:8.5rem !important}.ms-md-25{margin-left:9rem !important}.ms-md-26{margin-left:9.5rem !important}.ms-md-27{margin-left:10rem !important}.ms-md-28{margin-left:10.5rem !important}.ms-md-29{margin-left:11rem !important}.ms-md-30{margin-left:11.5rem !important}.ms-md-100{margin-left:25rem !important}.ms-md-300{margin-left:75rem !important}.ms-md--1{margin-left:-0.25rem !important}.ms-md--2{margin-left:-0.5rem !important}.ms-md--3{margin-left:-0.75rem !important}.ms-md--4{margin-left:-1rem !important}.ms-md--5{margin-left:-1.25rem !important}.ms-md--6{margin-left:-1.5rem !important}.ms-md--7{margin-left:-1.75rem !important}.ms-md--8{margin-left:-2rem !important}.ms-md--9{margin-left:-2.25rem !important}.ms-md--10{margin-left:-2.5rem !important}.ms-md--11{margin-left:-2.75rem !important}.ms-md--12{margin-left:-3rem !important}.ms-md--13{margin-left:-3.25rem !important}.ms-md--14{margin-left:-3.5rem !important}.ms-md--15{margin-left:-3.75rem !important}.ms-md--16{margin-left:-4rem !important}.ms-md--17{margin-left:-4.25rem !important}.ms-md--18{margin-left:-4.5rem !important}.ms-md--19{margin-left:-4.75rem !important}.ms-md--20{margin-left:-5rem !important}.ms-md--21{margin-left:-5.25rem !important}.ms-md--22{margin-left:-5.5rem !important}.ms-md--23{margin-left:-5.75rem !important}.ms-md--24{margin-left:-6rem !important}.ms-md--40{margin-left:-10rem !important}.ms-md--48{margin-left:-12rem !important}.ms-md--82{margin-left:-20.5rem !important}.ms-md--98{margin-left:-24.5rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:.75rem !important}.p-md-4{padding:1rem !important}.p-md-5{padding:1.25rem !important}.p-md-6{padding:1.5rem !important}.p-md-7{padding:1.75rem !important}.p-md-8{padding:2rem !important}.p-md-9{padding:2.25rem !important}.p-md-10{padding:2.5rem !important}.p-md-11{padding:2.75rem !important}.p-md-12{padding:3rem !important}.p-md-13{padding:3.25rem !important}.p-md-14{padding:3.5rem !important}.p-md-15{padding:4rem !important}.p-md-16{padding:4.5rem !important}.p-md-17{padding:5rem !important}.p-md-18{padding:5.5rem !important}.p-md-19{padding:6rem !important}.p-md-20{padding:6.5rem !important}.p-md-21{padding:7rem !important}.p-md-22{padding:7.5rem !important}.p-md-23{padding:8rem !important}.p-md-24{padding:8.5rem !important}.p-md-25{padding:9rem !important}.p-md-26{padding:9.5rem !important}.p-md-27{padding:10rem !important}.p-md-28{padding:10.5rem !important}.p-md-29{padding:11rem !important}.p-md-30{padding:11.5rem !important}.p-md-100{padding:25rem !important}.p-md-300{padding:75rem !important}.p-md--1{padding:-0.25rem !important}.p-md--2{padding:-0.5rem !important}.p-md--3{padding:-0.75rem !important}.p-md--4{padding:-1rem !important}.p-md--5{padding:-1.25rem !important}.p-md--6{padding:-1.5rem !important}.p-md--7{padding:-1.75rem !important}.p-md--8{padding:-2rem !important}.p-md--9{padding:-2.25rem !important}.p-md--10{padding:-2.5rem !important}.p-md--11{padding:-2.75rem !important}.p-md--12{padding:-3rem !important}.p-md--13{padding:-3.25rem !important}.p-md--14{padding:-3.5rem !important}.p-md--15{padding:-3.75rem !important}.p-md--16{padding:-4rem !important}.p-md--17{padding:-4.25rem !important}.p-md--18{padding:-4.5rem !important}.p-md--19{padding:-4.75rem !important}.p-md--20{padding:-5rem !important}.p-md--21{padding:-5.25rem !important}.p-md--22{padding:-5.5rem !important}.p-md--23{padding:-5.75rem !important}.p-md--24{padding:-6rem !important}.p-md--40{padding:-10rem !important}.p-md--48{padding:-12rem !important}.p-md--82{padding:-20.5rem !important}.p-md--98{padding:-24.5rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:.75rem !important;padding-left:.75rem !important}.px-md-4{padding-right:1rem !important;padding-left:1rem !important}.px-md-5{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-md-6{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-7{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-md-8{padding-right:2rem !important;padding-left:2rem !important}.px-md-9{padding-right:2.25rem !important;padding-left:2.25rem !important}.px-md-10{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-md-11{padding-right:2.75rem !important;padding-left:2.75rem !important}.px-md-12{padding-right:3rem !important;padding-left:3rem !important}.px-md-13{padding-right:3.25rem !important;padding-left:3.25rem !important}.px-md-14{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-md-15{padding-right:4rem !important;padding-left:4rem !important}.px-md-16{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-md-17{padding-right:5rem !important;padding-left:5rem !important}.px-md-18{padding-right:5.5rem !important;padding-left:5.5rem !important}.px-md-19{padding-right:6rem !important;padding-left:6rem !important}.px-md-20{padding-right:6.5rem !important;padding-left:6.5rem !important}.px-md-21{padding-right:7rem !important;padding-left:7rem !important}.px-md-22{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-md-23{padding-right:8rem !important;padding-left:8rem !important}.px-md-24{padding-right:8.5rem !important;padding-left:8.5rem !important}.px-md-25{padding-right:9rem !important;padding-left:9rem !important}.px-md-26{padding-right:9.5rem !important;padding-left:9.5rem !important}.px-md-27{padding-right:10rem !important;padding-left:10rem !important}.px-md-28{padding-right:10.5rem !important;padding-left:10.5rem !important}.px-md-29{padding-right:11rem !important;padding-left:11rem !important}.px-md-30{padding-right:11.5rem !important;padding-left:11.5rem !important}.px-md-100{padding-right:25rem !important;padding-left:25rem !important}.px-md-300{padding-right:75rem !important;padding-left:75rem !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:-0.75rem !important;padding-left:-0.75rem !important}.px-md--4{padding-right:-1rem !important;padding-left:-1rem !important}.px-md--5{padding-right:-1.25rem !important;padding-left:-1.25rem !important}.px-md--6{padding-right:-1.5rem !important;padding-left:-1.5rem !important}.px-md--7{padding-right:-1.75rem !important;padding-left:-1.75rem !important}.px-md--8{padding-right:-2rem !important;padding-left:-2rem !important}.px-md--9{padding-right:-2.25rem !important;padding-left:-2.25rem !important}.px-md--10{padding-right:-2.5rem !important;padding-left:-2.5rem !important}.px-md--11{padding-right:-2.75rem !important;padding-left:-2.75rem !important}.px-md--12{padding-right:-3rem !important;padding-left:-3rem !important}.px-md--13{padding-right:-3.25rem !important;padding-left:-3.25rem !important}.px-md--14{padding-right:-3.5rem !important;padding-left:-3.5rem !important}.px-md--15{padding-right:-3.75rem !important;padding-left:-3.75rem !important}.px-md--16{padding-right:-4rem !important;padding-left:-4rem !important}.px-md--17{padding-right:-4.25rem !important;padding-left:-4.25rem !important}.px-md--18{padding-right:-4.5rem !important;padding-left:-4.5rem !important}.px-md--19{padding-right:-4.75rem !important;padding-left:-4.75rem !important}.px-md--20{padding-right:-5rem !important;padding-left:-5rem !important}.px-md--21{padding-right:-5.25rem !important;padding-left:-5.25rem !important}.px-md--22{padding-right:-5.5rem !important;padding-left:-5.5rem !important}.px-md--23{padding-right:-5.75rem !important;padding-left:-5.75rem !important}.px-md--24{padding-right:-6rem !important;padding-left:-6rem !important}.px-md--40{padding-right:-10rem !important;padding-left:-10rem !important}.px-md--48{padding-right:-12rem !important;padding-left:-12rem !important}.px-md--82{padding-right:-20.5rem !important;padding-left:-20.5rem !important}.px-md--98{padding-right:-24.5rem !important;padding-left:-24.5rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-md-4{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-md-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-7{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-md-8{padding-top:2rem !important;padding-bottom:2rem !important}.py-md-9{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.py-md-10{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-md-11{padding-top:2.75rem !important;padding-bottom:2.75rem !important}.py-md-12{padding-top:3rem !important;padding-bottom:3rem !important}.py-md-13{padding-top:3.25rem !important;padding-bottom:3.25rem !important}.py-md-14{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-md-15{padding-top:4rem !important;padding-bottom:4rem !important}.py-md-16{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-md-17{padding-top:5rem !important;padding-bottom:5rem !important}.py-md-18{padding-top:5.5rem !important;padding-bottom:5.5rem !important}.py-md-19{padding-top:6rem !important;padding-bottom:6rem !important}.py-md-20{padding-top:6.5rem !important;padding-bottom:6.5rem !important}.py-md-21{padding-top:7rem !important;padding-bottom:7rem !important}.py-md-22{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-md-23{padding-top:8rem !important;padding-bottom:8rem !important}.py-md-24{padding-top:8.5rem !important;padding-bottom:8.5rem !important}.py-md-25{padding-top:9rem !important;padding-bottom:9rem !important}.py-md-26{padding-top:9.5rem !important;padding-bottom:9.5rem !important}.py-md-27{padding-top:10rem !important;padding-bottom:10rem !important}.py-md-28{padding-top:10.5rem !important;padding-bottom:10.5rem !important}.py-md-29{padding-top:11rem !important;padding-bottom:11rem !important}.py-md-30{padding-top:11.5rem !important;padding-bottom:11.5rem !important}.py-md-100{padding-top:25rem !important;padding-bottom:25rem !important}.py-md-300{padding-top:75rem !important;padding-bottom:75rem !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:-0.75rem !important;padding-bottom:-0.75rem !important}.py-md--4{padding-top:-1rem !important;padding-bottom:-1rem !important}.py-md--5{padding-top:-1.25rem !important;padding-bottom:-1.25rem !important}.py-md--6{padding-top:-1.5rem !important;padding-bottom:-1.5rem !important}.py-md--7{padding-top:-1.75rem !important;padding-bottom:-1.75rem !important}.py-md--8{padding-top:-2rem !important;padding-bottom:-2rem !important}.py-md--9{padding-top:-2.25rem !important;padding-bottom:-2.25rem !important}.py-md--10{padding-top:-2.5rem !important;padding-bottom:-2.5rem !important}.py-md--11{padding-top:-2.75rem !important;padding-bottom:-2.75rem !important}.py-md--12{padding-top:-3rem !important;padding-bottom:-3rem !important}.py-md--13{padding-top:-3.25rem !important;padding-bottom:-3.25rem !important}.py-md--14{padding-top:-3.5rem !important;padding-bottom:-3.5rem !important}.py-md--15{padding-top:-3.75rem !important;padding-bottom:-3.75rem !important}.py-md--16{padding-top:-4rem !important;padding-bottom:-4rem !important}.py-md--17{padding-top:-4.25rem !important;padding-bottom:-4.25rem !important}.py-md--18{padding-top:-4.5rem !important;padding-bottom:-4.5rem !important}.py-md--19{padding-top:-4.75rem !important;padding-bottom:-4.75rem !important}.py-md--20{padding-top:-5rem !important;padding-bottom:-5rem !important}.py-md--21{padding-top:-5.25rem !important;padding-bottom:-5.25rem !important}.py-md--22{padding-top:-5.5rem !important;padding-bottom:-5.5rem !important}.py-md--23{padding-top:-5.75rem !important;padding-bottom:-5.75rem !important}.py-md--24{padding-top:-6rem !important;padding-bottom:-6rem !important}.py-md--40{padding-top:-10rem !important;padding-bottom:-10rem !important}.py-md--48{padding-top:-12rem !important;padding-bottom:-12rem !important}.py-md--82{padding-top:-20.5rem !important;padding-bottom:-20.5rem !important}.py-md--98{padding-top:-24.5rem !important;padding-bottom:-24.5rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:.75rem !important}.pt-md-4{padding-top:1rem !important}.pt-md-5{padding-top:1.25rem !important}.pt-md-6{padding-top:1.5rem !important}.pt-md-7{padding-top:1.75rem !important}.pt-md-8{padding-top:2rem !important}.pt-md-9{padding-top:2.25rem !important}.pt-md-10{padding-top:2.5rem !important}.pt-md-11{padding-top:2.75rem !important}.pt-md-12{padding-top:3rem !important}.pt-md-13{padding-top:3.25rem !important}.pt-md-14{padding-top:3.5rem !important}.pt-md-15{padding-top:4rem !important}.pt-md-16{padding-top:4.5rem !important}.pt-md-17{padding-top:5rem !important}.pt-md-18{padding-top:5.5rem !important}.pt-md-19{padding-top:6rem !important}.pt-md-20{padding-top:6.5rem !important}.pt-md-21{padding-top:7rem !important}.pt-md-22{padding-top:7.5rem !important}.pt-md-23{padding-top:8rem !important}.pt-md-24{padding-top:8.5rem !important}.pt-md-25{padding-top:9rem !important}.pt-md-26{padding-top:9.5rem !important}.pt-md-27{padding-top:10rem !important}.pt-md-28{padding-top:10.5rem !important}.pt-md-29{padding-top:11rem !important}.pt-md-30{padding-top:11.5rem !important}.pt-md-100{padding-top:25rem !important}.pt-md-300{padding-top:75rem !important}.pt-md--1{padding-top:-0.25rem !important}.pt-md--2{padding-top:-0.5rem !important}.pt-md--3{padding-top:-0.75rem !important}.pt-md--4{padding-top:-1rem !important}.pt-md--5{padding-top:-1.25rem !important}.pt-md--6{padding-top:-1.5rem !important}.pt-md--7{padding-top:-1.75rem !important}.pt-md--8{padding-top:-2rem !important}.pt-md--9{padding-top:-2.25rem !important}.pt-md--10{padding-top:-2.5rem !important}.pt-md--11{padding-top:-2.75rem !important}.pt-md--12{padding-top:-3rem !important}.pt-md--13{padding-top:-3.25rem !important}.pt-md--14{padding-top:-3.5rem !important}.pt-md--15{padding-top:-3.75rem !important}.pt-md--16{padding-top:-4rem !important}.pt-md--17{padding-top:-4.25rem !important}.pt-md--18{padding-top:-4.5rem !important}.pt-md--19{padding-top:-4.75rem !important}.pt-md--20{padding-top:-5rem !important}.pt-md--21{padding-top:-5.25rem !important}.pt-md--22{padding-top:-5.5rem !important}.pt-md--23{padding-top:-5.75rem !important}.pt-md--24{padding-top:-6rem !important}.pt-md--40{padding-top:-10rem !important}.pt-md--48{padding-top:-12rem !important}.pt-md--82{padding-top:-20.5rem !important}.pt-md--98{padding-top:-24.5rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:.75rem !important}.pe-md-4{padding-right:1rem !important}.pe-md-5{padding-right:1.25rem !important}.pe-md-6{padding-right:1.5rem !important}.pe-md-7{padding-right:1.75rem !important}.pe-md-8{padding-right:2rem !important}.pe-md-9{padding-right:2.25rem !important}.pe-md-10{padding-right:2.5rem !important}.pe-md-11{padding-right:2.75rem !important}.pe-md-12{padding-right:3rem !important}.pe-md-13{padding-right:3.25rem !important}.pe-md-14{padding-right:3.5rem !important}.pe-md-15{padding-right:4rem !important}.pe-md-16{padding-right:4.5rem !important}.pe-md-17{padding-right:5rem !important}.pe-md-18{padding-right:5.5rem !important}.pe-md-19{padding-right:6rem !important}.pe-md-20{padding-right:6.5rem !important}.pe-md-21{padding-right:7rem !important}.pe-md-22{padding-right:7.5rem !important}.pe-md-23{padding-right:8rem !important}.pe-md-24{padding-right:8.5rem !important}.pe-md-25{padding-right:9rem !important}.pe-md-26{padding-right:9.5rem !important}.pe-md-27{padding-right:10rem !important}.pe-md-28{padding-right:10.5rem !important}.pe-md-29{padding-right:11rem !important}.pe-md-30{padding-right:11.5rem !important}.pe-md-100{padding-right:25rem !important}.pe-md-300{padding-right:75rem !important}.pe-md--1{padding-right:-0.25rem !important}.pe-md--2{padding-right:-0.5rem !important}.pe-md--3{padding-right:-0.75rem !important}.pe-md--4{padding-right:-1rem !important}.pe-md--5{padding-right:-1.25rem !important}.pe-md--6{padding-right:-1.5rem !important}.pe-md--7{padding-right:-1.75rem !important}.pe-md--8{padding-right:-2rem !important}.pe-md--9{padding-right:-2.25rem !important}.pe-md--10{padding-right:-2.5rem !important}.pe-md--11{padding-right:-2.75rem !important}.pe-md--12{padding-right:-3rem !important}.pe-md--13{padding-right:-3.25rem !important}.pe-md--14{padding-right:-3.5rem !important}.pe-md--15{padding-right:-3.75rem !important}.pe-md--16{padding-right:-4rem !important}.pe-md--17{padding-right:-4.25rem !important}.pe-md--18{padding-right:-4.5rem !important}.pe-md--19{padding-right:-4.75rem !important}.pe-md--20{padding-right:-5rem !important}.pe-md--21{padding-right:-5.25rem !important}.pe-md--22{padding-right:-5.5rem !important}.pe-md--23{padding-right:-5.75rem !important}.pe-md--24{padding-right:-6rem !important}.pe-md--40{padding-right:-10rem !important}.pe-md--48{padding-right:-12rem !important}.pe-md--82{padding-right:-20.5rem !important}.pe-md--98{padding-right:-24.5rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:.75rem !important}.pb-md-4{padding-bottom:1rem !important}.pb-md-5{padding-bottom:1.25rem !important}.pb-md-6{padding-bottom:1.5rem !important}.pb-md-7{padding-bottom:1.75rem !important}.pb-md-8{padding-bottom:2rem !important}.pb-md-9{padding-bottom:2.25rem !important}.pb-md-10{padding-bottom:2.5rem !important}.pb-md-11{padding-bottom:2.75rem !important}.pb-md-12{padding-bottom:3rem !important}.pb-md-13{padding-bottom:3.25rem !important}.pb-md-14{padding-bottom:3.5rem !important}.pb-md-15{padding-bottom:4rem !important}.pb-md-16{padding-bottom:4.5rem !important}.pb-md-17{padding-bottom:5rem !important}.pb-md-18{padding-bottom:5.5rem !important}.pb-md-19{padding-bottom:6rem !important}.pb-md-20{padding-bottom:6.5rem !important}.pb-md-21{padding-bottom:7rem !important}.pb-md-22{padding-bottom:7.5rem !important}.pb-md-23{padding-bottom:8rem !important}.pb-md-24{padding-bottom:8.5rem !important}.pb-md-25{padding-bottom:9rem !important}.pb-md-26{padding-bottom:9.5rem !important}.pb-md-27{padding-bottom:10rem !important}.pb-md-28{padding-bottom:10.5rem !important}.pb-md-29{padding-bottom:11rem !important}.pb-md-30{padding-bottom:11.5rem !important}.pb-md-100{padding-bottom:25rem !important}.pb-md-300{padding-bottom:75rem !important}.pb-md--1{padding-bottom:-0.25rem !important}.pb-md--2{padding-bottom:-0.5rem !important}.pb-md--3{padding-bottom:-0.75rem !important}.pb-md--4{padding-bottom:-1rem !important}.pb-md--5{padding-bottom:-1.25rem !important}.pb-md--6{padding-bottom:-1.5rem !important}.pb-md--7{padding-bottom:-1.75rem !important}.pb-md--8{padding-bottom:-2rem !important}.pb-md--9{padding-bottom:-2.25rem !important}.pb-md--10{padding-bottom:-2.5rem !important}.pb-md--11{padding-bottom:-2.75rem !important}.pb-md--12{padding-bottom:-3rem !important}.pb-md--13{padding-bottom:-3.25rem !important}.pb-md--14{padding-bottom:-3.5rem !important}.pb-md--15{padding-bottom:-3.75rem !important}.pb-md--16{padding-bottom:-4rem !important}.pb-md--17{padding-bottom:-4.25rem !important}.pb-md--18{padding-bottom:-4.5rem !important}.pb-md--19{padding-bottom:-4.75rem !important}.pb-md--20{padding-bottom:-5rem !important}.pb-md--21{padding-bottom:-5.25rem !important}.pb-md--22{padding-bottom:-5.5rem !important}.pb-md--23{padding-bottom:-5.75rem !important}.pb-md--24{padding-bottom:-6rem !important}.pb-md--40{padding-bottom:-10rem !important}.pb-md--48{padding-bottom:-12rem !important}.pb-md--82{padding-bottom:-20.5rem !important}.pb-md--98{padding-bottom:-24.5rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:.75rem !important}.ps-md-4{padding-left:1rem !important}.ps-md-5{padding-left:1.25rem !important}.ps-md-6{padding-left:1.5rem !important}.ps-md-7{padding-left:1.75rem !important}.ps-md-8{padding-left:2rem !important}.ps-md-9{padding-left:2.25rem !important}.ps-md-10{padding-left:2.5rem !important}.ps-md-11{padding-left:2.75rem !important}.ps-md-12{padding-left:3rem !important}.ps-md-13{padding-left:3.25rem !important}.ps-md-14{padding-left:3.5rem !important}.ps-md-15{padding-left:4rem !important}.ps-md-16{padding-left:4.5rem !important}.ps-md-17{padding-left:5rem !important}.ps-md-18{padding-left:5.5rem !important}.ps-md-19{padding-left:6rem !important}.ps-md-20{padding-left:6.5rem !important}.ps-md-21{padding-left:7rem !important}.ps-md-22{padding-left:7.5rem !important}.ps-md-23{padding-left:8rem !important}.ps-md-24{padding-left:8.5rem !important}.ps-md-25{padding-left:9rem !important}.ps-md-26{padding-left:9.5rem !important}.ps-md-27{padding-left:10rem !important}.ps-md-28{padding-left:10.5rem !important}.ps-md-29{padding-left:11rem !important}.ps-md-30{padding-left:11.5rem !important}.ps-md-100{padding-left:25rem !important}.ps-md-300{padding-left:75rem !important}.ps-md--1{padding-left:-0.25rem !important}.ps-md--2{padding-left:-0.5rem !important}.ps-md--3{padding-left:-0.75rem !important}.ps-md--4{padding-left:-1rem !important}.ps-md--5{padding-left:-1.25rem !important}.ps-md--6{padding-left:-1.5rem !important}.ps-md--7{padding-left:-1.75rem !important}.ps-md--8{padding-left:-2rem !important}.ps-md--9{padding-left:-2.25rem !important}.ps-md--10{padding-left:-2.5rem !important}.ps-md--11{padding-left:-2.75rem !important}.ps-md--12{padding-left:-3rem !important}.ps-md--13{padding-left:-3.25rem !important}.ps-md--14{padding-left:-3.5rem !important}.ps-md--15{padding-left:-3.75rem !important}.ps-md--16{padding-left:-4rem !important}.ps-md--17{padding-left:-4.25rem !important}.ps-md--18{padding-left:-4.5rem !important}.ps-md--19{padding-left:-4.75rem !important}.ps-md--20{padding-left:-5rem !important}.ps-md--21{padding-left:-5.25rem !important}.ps-md--22{padding-left:-5.5rem !important}.ps-md--23{padding-left:-5.75rem !important}.ps-md--24{padding-left:-6rem !important}.ps-md--40{padding-left:-10rem !important}.ps-md--48{padding-left:-12rem !important}.ps-md--82{padding-left:-20.5rem !important}.ps-md--98{padding-left:-24.5rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:.75rem !important}.gap-md-4{gap:1rem !important}.gap-md-5{gap:1.25rem !important}.gap-md-6{gap:1.5rem !important}.gap-md-7{gap:1.75rem !important}.gap-md-8{gap:2rem !important}.gap-md-9{gap:2.25rem !important}.gap-md-10{gap:2.5rem !important}.gap-md-11{gap:2.75rem !important}.gap-md-12{gap:3rem !important}.gap-md-13{gap:3.25rem !important}.gap-md-14{gap:3.5rem !important}.gap-md-15{gap:4rem !important}.gap-md-16{gap:4.5rem !important}.gap-md-17{gap:5rem !important}.gap-md-18{gap:5.5rem !important}.gap-md-19{gap:6rem !important}.gap-md-20{gap:6.5rem !important}.gap-md-21{gap:7rem !important}.gap-md-22{gap:7.5rem !important}.gap-md-23{gap:8rem !important}.gap-md-24{gap:8.5rem !important}.gap-md-25{gap:9rem !important}.gap-md-26{gap:9.5rem !important}.gap-md-27{gap:10rem !important}.gap-md-28{gap:10.5rem !important}.gap-md-29{gap:11rem !important}.gap-md-30{gap:11.5rem !important}.gap-md-100{gap:25rem !important}.gap-md-300{gap:75rem !important}.gap-md--1{gap:-0.25rem !important}.gap-md--2{gap:-0.5rem !important}.gap-md--3{gap:-0.75rem !important}.gap-md--4{gap:-1rem !important}.gap-md--5{gap:-1.25rem !important}.gap-md--6{gap:-1.5rem !important}.gap-md--7{gap:-1.75rem !important}.gap-md--8{gap:-2rem !important}.gap-md--9{gap:-2.25rem !important}.gap-md--10{gap:-2.5rem !important}.gap-md--11{gap:-2.75rem !important}.gap-md--12{gap:-3rem !important}.gap-md--13{gap:-3.25rem !important}.gap-md--14{gap:-3.5rem !important}.gap-md--15{gap:-3.75rem !important}.gap-md--16{gap:-4rem !important}.gap-md--17{gap:-4.25rem !important}.gap-md--18{gap:-4.5rem !important}.gap-md--19{gap:-4.75rem !important}.gap-md--20{gap:-5rem !important}.gap-md--21{gap:-5.25rem !important}.gap-md--22{gap:-5.5rem !important}.gap-md--23{gap:-5.75rem !important}.gap-md--24{gap:-6rem !important}.gap-md--40{gap:-10rem !important}.gap-md--48{gap:-12rem !important}.gap-md--82{gap:-20.5rem !important}.gap-md--98{gap:-24.5rem !important}.row-gap-md-0{row-gap:0 !important}.row-gap-md-1{row-gap:.25rem !important}.row-gap-md-2{row-gap:.5rem !important}.row-gap-md-3{row-gap:.75rem !important}.row-gap-md-4{row-gap:1rem !important}.row-gap-md-5{row-gap:1.25rem !important}.row-gap-md-6{row-gap:1.5rem !important}.row-gap-md-7{row-gap:1.75rem !important}.row-gap-md-8{row-gap:2rem !important}.row-gap-md-9{row-gap:2.25rem !important}.row-gap-md-10{row-gap:2.5rem !important}.row-gap-md-11{row-gap:2.75rem !important}.row-gap-md-12{row-gap:3rem !important}.row-gap-md-13{row-gap:3.25rem !important}.row-gap-md-14{row-gap:3.5rem !important}.row-gap-md-15{row-gap:4rem !important}.row-gap-md-16{row-gap:4.5rem !important}.row-gap-md-17{row-gap:5rem !important}.row-gap-md-18{row-gap:5.5rem !important}.row-gap-md-19{row-gap:6rem !important}.row-gap-md-20{row-gap:6.5rem !important}.row-gap-md-21{row-gap:7rem !important}.row-gap-md-22{row-gap:7.5rem !important}.row-gap-md-23{row-gap:8rem !important}.row-gap-md-24{row-gap:8.5rem !important}.row-gap-md-25{row-gap:9rem !important}.row-gap-md-26{row-gap:9.5rem !important}.row-gap-md-27{row-gap:10rem !important}.row-gap-md-28{row-gap:10.5rem !important}.row-gap-md-29{row-gap:11rem !important}.row-gap-md-30{row-gap:11.5rem !important}.row-gap-md-100{row-gap:25rem !important}.row-gap-md-300{row-gap:75rem !important}.row-gap-md--1{row-gap:-0.25rem !important}.row-gap-md--2{row-gap:-0.5rem !important}.row-gap-md--3{row-gap:-0.75rem !important}.row-gap-md--4{row-gap:-1rem !important}.row-gap-md--5{row-gap:-1.25rem !important}.row-gap-md--6{row-gap:-1.5rem !important}.row-gap-md--7{row-gap:-1.75rem !important}.row-gap-md--8{row-gap:-2rem !important}.row-gap-md--9{row-gap:-2.25rem !important}.row-gap-md--10{row-gap:-2.5rem !important}.row-gap-md--11{row-gap:-2.75rem !important}.row-gap-md--12{row-gap:-3rem !important}.row-gap-md--13{row-gap:-3.25rem !important}.row-gap-md--14{row-gap:-3.5rem !important}.row-gap-md--15{row-gap:-3.75rem !important}.row-gap-md--16{row-gap:-4rem !important}.row-gap-md--17{row-gap:-4.25rem !important}.row-gap-md--18{row-gap:-4.5rem !important}.row-gap-md--19{row-gap:-4.75rem !important}.row-gap-md--20{row-gap:-5rem !important}.row-gap-md--21{row-gap:-5.25rem !important}.row-gap-md--22{row-gap:-5.5rem !important}.row-gap-md--23{row-gap:-5.75rem !important}.row-gap-md--24{row-gap:-6rem !important}.row-gap-md--40{row-gap:-10rem !important}.row-gap-md--48{row-gap:-12rem !important}.row-gap-md--82{row-gap:-20.5rem !important}.row-gap-md--98{row-gap:-24.5rem !important}.column-gap-md-0{-moz-column-gap:0 !important;column-gap:0 !important}.column-gap-md-1{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.column-gap-md-2{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.column-gap-md-3{-moz-column-gap:.75rem !important;column-gap:.75rem !important}.column-gap-md-4{-moz-column-gap:1rem !important;column-gap:1rem !important}.column-gap-md-5{-moz-column-gap:1.25rem !important;column-gap:1.25rem !important}.column-gap-md-6{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.column-gap-md-7{-moz-column-gap:1.75rem !important;column-gap:1.75rem !important}.column-gap-md-8{-moz-column-gap:2rem !important;column-gap:2rem !important}.column-gap-md-9{-moz-column-gap:2.25rem !important;column-gap:2.25rem !important}.column-gap-md-10{-moz-column-gap:2.5rem !important;column-gap:2.5rem !important}.column-gap-md-11{-moz-column-gap:2.75rem !important;column-gap:2.75rem !important}.column-gap-md-12{-moz-column-gap:3rem !important;column-gap:3rem !important}.column-gap-md-13{-moz-column-gap:3.25rem !important;column-gap:3.25rem !important}.column-gap-md-14{-moz-column-gap:3.5rem !important;column-gap:3.5rem !important}.column-gap-md-15{-moz-column-gap:4rem !important;column-gap:4rem !important}.column-gap-md-16{-moz-column-gap:4.5rem !important;column-gap:4.5rem !important}.column-gap-md-17{-moz-column-gap:5rem !important;column-gap:5rem !important}.column-gap-md-18{-moz-column-gap:5.5rem !important;column-gap:5.5rem !important}.column-gap-md-19{-moz-column-gap:6rem !important;column-gap:6rem !important}.column-gap-md-20{-moz-column-gap:6.5rem !important;column-gap:6.5rem !important}.column-gap-md-21{-moz-column-gap:7rem !important;column-gap:7rem !important}.column-gap-md-22{-moz-column-gap:7.5rem !important;column-gap:7.5rem !important}.column-gap-md-23{-moz-column-gap:8rem !important;column-gap:8rem !important}.column-gap-md-24{-moz-column-gap:8.5rem !important;column-gap:8.5rem !important}.column-gap-md-25{-moz-column-gap:9rem !important;column-gap:9rem !important}.column-gap-md-26{-moz-column-gap:9.5rem !important;column-gap:9.5rem !important}.column-gap-md-27{-moz-column-gap:10rem !important;column-gap:10rem !important}.column-gap-md-28{-moz-column-gap:10.5rem !important;column-gap:10.5rem !important}.column-gap-md-29{-moz-column-gap:11rem !important;column-gap:11rem !important}.column-gap-md-30{-moz-column-gap:11.5rem !important;column-gap:11.5rem !important}.column-gap-md-100{-moz-column-gap:25rem !important;column-gap:25rem !important}.column-gap-md-300{-moz-column-gap:75rem !important;column-gap:75rem !important}.column-gap-md--1{-moz-column-gap:-0.25rem !important;column-gap:-0.25rem !important}.column-gap-md--2{-moz-column-gap:-0.5rem !important;column-gap:-0.5rem !important}.column-gap-md--3{-moz-column-gap:-0.75rem !important;column-gap:-0.75rem !important}.column-gap-md--4{-moz-column-gap:-1rem !important;column-gap:-1rem !important}.column-gap-md--5{-moz-column-gap:-1.25rem !important;column-gap:-1.25rem !important}.column-gap-md--6{-moz-column-gap:-1.5rem !important;column-gap:-1.5rem !important}.column-gap-md--7{-moz-column-gap:-1.75rem !important;column-gap:-1.75rem !important}.column-gap-md--8{-moz-column-gap:-2rem !important;column-gap:-2rem !important}.column-gap-md--9{-moz-column-gap:-2.25rem !important;column-gap:-2.25rem !important}.column-gap-md--10{-moz-column-gap:-2.5rem !important;column-gap:-2.5rem !important}.column-gap-md--11{-moz-column-gap:-2.75rem !important;column-gap:-2.75rem !important}.column-gap-md--12{-moz-column-gap:-3rem !important;column-gap:-3rem !important}.column-gap-md--13{-moz-column-gap:-3.25rem !important;column-gap:-3.25rem !important}.column-gap-md--14{-moz-column-gap:-3.5rem !important;column-gap:-3.5rem !important}.column-gap-md--15{-moz-column-gap:-3.75rem !important;column-gap:-3.75rem !important}.column-gap-md--16{-moz-column-gap:-4rem !important;column-gap:-4rem !important}.column-gap-md--17{-moz-column-gap:-4.25rem !important;column-gap:-4.25rem !important}.column-gap-md--18{-moz-column-gap:-4.5rem !important;column-gap:-4.5rem !important}.column-gap-md--19{-moz-column-gap:-4.75rem !important;column-gap:-4.75rem !important}.column-gap-md--20{-moz-column-gap:-5rem !important;column-gap:-5rem !important}.column-gap-md--21{-moz-column-gap:-5.25rem !important;column-gap:-5.25rem !important}.column-gap-md--22{-moz-column-gap:-5.5rem !important;column-gap:-5.5rem !important}.column-gap-md--23{-moz-column-gap:-5.75rem !important;column-gap:-5.75rem !important}.column-gap-md--24{-moz-column-gap:-6rem !important;column-gap:-6rem !important}.column-gap-md--40{-moz-column-gap:-10rem !important;column-gap:-10rem !important}.column-gap-md--48{-moz-column-gap:-12rem !important;column-gap:-12rem !important}.column-gap-md--82{-moz-column-gap:-20.5rem !important;column-gap:-20.5rem !important}.column-gap-md--98{-moz-column-gap:-24.5rem !important;column-gap:-24.5rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 1140px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{-o-object-fit:contain !important;object-fit:contain !important}.object-fit-lg-cover{-o-object-fit:cover !important;object-fit:cover !important}.object-fit-lg-fill{-o-object-fit:fill !important;object-fit:fill !important}.object-fit-lg-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important}.object-fit-lg-none{-o-object-fit:none !important;object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-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:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:.75rem !important}.m-lg-4{margin:1rem !important}.m-lg-5{margin:1.25rem !important}.m-lg-6{margin:1.5rem !important}.m-lg-7{margin:1.75rem !important}.m-lg-8{margin:2rem !important}.m-lg-9{margin:2.25rem !important}.m-lg-10{margin:2.5rem !important}.m-lg-11{margin:2.75rem !important}.m-lg-12{margin:3rem !important}.m-lg-13{margin:3.25rem !important}.m-lg-14{margin:3.5rem !important}.m-lg-15{margin:4rem !important}.m-lg-16{margin:4.5rem !important}.m-lg-17{margin:5rem !important}.m-lg-18{margin:5.5rem !important}.m-lg-19{margin:6rem !important}.m-lg-20{margin:6.5rem !important}.m-lg-21{margin:7rem !important}.m-lg-22{margin:7.5rem !important}.m-lg-23{margin:8rem !important}.m-lg-24{margin:8.5rem !important}.m-lg-25{margin:9rem !important}.m-lg-26{margin:9.5rem !important}.m-lg-27{margin:10rem !important}.m-lg-28{margin:10.5rem !important}.m-lg-29{margin:11rem !important}.m-lg-30{margin:11.5rem !important}.m-lg-100{margin:25rem !important}.m-lg-300{margin:75rem !important}.m-lg--1{margin:-0.25rem !important}.m-lg--2{margin:-0.5rem !important}.m-lg--3{margin:-0.75rem !important}.m-lg--4{margin:-1rem !important}.m-lg--5{margin:-1.25rem !important}.m-lg--6{margin:-1.5rem !important}.m-lg--7{margin:-1.75rem !important}.m-lg--8{margin:-2rem !important}.m-lg--9{margin:-2.25rem !important}.m-lg--10{margin:-2.5rem !important}.m-lg--11{margin:-2.75rem !important}.m-lg--12{margin:-3rem !important}.m-lg--13{margin:-3.25rem !important}.m-lg--14{margin:-3.5rem !important}.m-lg--15{margin:-3.75rem !important}.m-lg--16{margin:-4rem !important}.m-lg--17{margin:-4.25rem !important}.m-lg--18{margin:-4.5rem !important}.m-lg--19{margin:-4.75rem !important}.m-lg--20{margin:-5rem !important}.m-lg--21{margin:-5.25rem !important}.m-lg--22{margin:-5.5rem !important}.m-lg--23{margin:-5.75rem !important}.m-lg--24{margin:-6rem !important}.m-lg--40{margin:-10rem !important}.m-lg--48{margin:-12rem !important}.m-lg--82{margin:-20.5rem !important}.m-lg--98{margin:-24.5rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:.75rem !important;margin-left:.75rem !important}.mx-lg-4{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-5{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-lg-6{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-7{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-lg-8{margin-right:2rem !important;margin-left:2rem !important}.mx-lg-9{margin-right:2.25rem !important;margin-left:2.25rem !important}.mx-lg-10{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-lg-11{margin-right:2.75rem !important;margin-left:2.75rem !important}.mx-lg-12{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-13{margin-right:3.25rem !important;margin-left:3.25rem !important}.mx-lg-14{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-lg-15{margin-right:4rem !important;margin-left:4rem !important}.mx-lg-16{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-lg-17{margin-right:5rem !important;margin-left:5rem !important}.mx-lg-18{margin-right:5.5rem !important;margin-left:5.5rem !important}.mx-lg-19{margin-right:6rem !important;margin-left:6rem !important}.mx-lg-20{margin-right:6.5rem !important;margin-left:6.5rem !important}.mx-lg-21{margin-right:7rem !important;margin-left:7rem !important}.mx-lg-22{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-lg-23{margin-right:8rem !important;margin-left:8rem !important}.mx-lg-24{margin-right:8.5rem !important;margin-left:8.5rem !important}.mx-lg-25{margin-right:9rem !important;margin-left:9rem !important}.mx-lg-26{margin-right:9.5rem !important;margin-left:9.5rem !important}.mx-lg-27{margin-right:10rem !important;margin-left:10rem !important}.mx-lg-28{margin-right:10.5rem !important;margin-left:10.5rem !important}.mx-lg-29{margin-right:11rem !important;margin-left:11rem !important}.mx-lg-30{margin-right:11.5rem !important;margin-left:11.5rem !important}.mx-lg-100{margin-right:25rem !important;margin-left:25rem !important}.mx-lg-300{margin-right:75rem !important;margin-left:75rem !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:-0.75rem !important;margin-left:-0.75rem !important}.mx-lg--4{margin-right:-1rem !important;margin-left:-1rem !important}.mx-lg--5{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-lg--6{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-lg--7{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-lg--8{margin-right:-2rem !important;margin-left:-2rem !important}.mx-lg--9{margin-right:-2.25rem !important;margin-left:-2.25rem !important}.mx-lg--10{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-lg--11{margin-right:-2.75rem !important;margin-left:-2.75rem !important}.mx-lg--12{margin-right:-3rem !important;margin-left:-3rem !important}.mx-lg--13{margin-right:-3.25rem !important;margin-left:-3.25rem !important}.mx-lg--14{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-lg--15{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.mx-lg--16{margin-right:-4rem !important;margin-left:-4rem !important}.mx-lg--17{margin-right:-4.25rem !important;margin-left:-4.25rem !important}.mx-lg--18{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-lg--19{margin-right:-4.75rem !important;margin-left:-4.75rem !important}.mx-lg--20{margin-right:-5rem !important;margin-left:-5rem !important}.mx-lg--21{margin-right:-5.25rem !important;margin-left:-5.25rem !important}.mx-lg--22{margin-right:-5.5rem !important;margin-left:-5.5rem !important}.mx-lg--23{margin-right:-5.75rem !important;margin-left:-5.75rem !important}.mx-lg--24{margin-right:-6rem !important;margin-left:-6rem !important}.mx-lg--40{margin-right:-10rem !important;margin-left:-10rem !important}.mx-lg--48{margin-right:-12rem !important;margin-left:-12rem !important}.mx-lg--82{margin-right:-20.5rem !important;margin-left:-20.5rem !important}.mx-lg--98{margin-right:-24.5rem !important;margin-left:-24.5rem !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:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-lg-4{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-lg-6{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-7{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-lg-8{margin-top:2rem !important;margin-bottom:2rem !important}.my-lg-9{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.my-lg-10{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-lg-11{margin-top:2.75rem !important;margin-bottom:2.75rem !important}.my-lg-12{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-13{margin-top:3.25rem !important;margin-bottom:3.25rem !important}.my-lg-14{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-lg-15{margin-top:4rem !important;margin-bottom:4rem !important}.my-lg-16{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-lg-17{margin-top:5rem !important;margin-bottom:5rem !important}.my-lg-18{margin-top:5.5rem !important;margin-bottom:5.5rem !important}.my-lg-19{margin-top:6rem !important;margin-bottom:6rem !important}.my-lg-20{margin-top:6.5rem !important;margin-bottom:6.5rem !important}.my-lg-21{margin-top:7rem !important;margin-bottom:7rem !important}.my-lg-22{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-lg-23{margin-top:8rem !important;margin-bottom:8rem !important}.my-lg-24{margin-top:8.5rem !important;margin-bottom:8.5rem !important}.my-lg-25{margin-top:9rem !important;margin-bottom:9rem !important}.my-lg-26{margin-top:9.5rem !important;margin-bottom:9.5rem !important}.my-lg-27{margin-top:10rem !important;margin-bottom:10rem !important}.my-lg-28{margin-top:10.5rem !important;margin-bottom:10.5rem !important}.my-lg-29{margin-top:11rem !important;margin-bottom:11rem !important}.my-lg-30{margin-top:11.5rem !important;margin-bottom:11.5rem !important}.my-lg-100{margin-top:25rem !important;margin-bottom:25rem !important}.my-lg-300{margin-top:75rem !important;margin-bottom:75rem !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:-0.75rem !important;margin-bottom:-0.75rem !important}.my-lg--4{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-lg--5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-lg--6{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-lg--7{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-lg--8{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-lg--9{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important}.my-lg--10{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-lg--11{margin-top:-2.75rem !important;margin-bottom:-2.75rem !important}.my-lg--12{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-lg--13{margin-top:-3.25rem !important;margin-bottom:-3.25rem !important}.my-lg--14{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-lg--15{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.my-lg--16{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-lg--17{margin-top:-4.25rem !important;margin-bottom:-4.25rem !important}.my-lg--18{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-lg--19{margin-top:-4.75rem !important;margin-bottom:-4.75rem !important}.my-lg--20{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-lg--21{margin-top:-5.25rem !important;margin-bottom:-5.25rem !important}.my-lg--22{margin-top:-5.5rem !important;margin-bottom:-5.5rem !important}.my-lg--23{margin-top:-5.75rem !important;margin-bottom:-5.75rem !important}.my-lg--24{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-lg--40{margin-top:-10rem !important;margin-bottom:-10rem !important}.my-lg--48{margin-top:-12rem !important;margin-bottom:-12rem !important}.my-lg--82{margin-top:-20.5rem !important;margin-bottom:-20.5rem !important}.my-lg--98{margin-top:-24.5rem !important;margin-bottom:-24.5rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:.75rem !important}.mt-lg-4{margin-top:1rem !important}.mt-lg-5{margin-top:1.25rem !important}.mt-lg-6{margin-top:1.5rem !important}.mt-lg-7{margin-top:1.75rem !important}.mt-lg-8{margin-top:2rem !important}.mt-lg-9{margin-top:2.25rem !important}.mt-lg-10{margin-top:2.5rem !important}.mt-lg-11{margin-top:2.75rem !important}.mt-lg-12{margin-top:3rem !important}.mt-lg-13{margin-top:3.25rem !important}.mt-lg-14{margin-top:3.5rem !important}.mt-lg-15{margin-top:4rem !important}.mt-lg-16{margin-top:4.5rem !important}.mt-lg-17{margin-top:5rem !important}.mt-lg-18{margin-top:5.5rem !important}.mt-lg-19{margin-top:6rem !important}.mt-lg-20{margin-top:6.5rem !important}.mt-lg-21{margin-top:7rem !important}.mt-lg-22{margin-top:7.5rem !important}.mt-lg-23{margin-top:8rem !important}.mt-lg-24{margin-top:8.5rem !important}.mt-lg-25{margin-top:9rem !important}.mt-lg-26{margin-top:9.5rem !important}.mt-lg-27{margin-top:10rem !important}.mt-lg-28{margin-top:10.5rem !important}.mt-lg-29{margin-top:11rem !important}.mt-lg-30{margin-top:11.5rem !important}.mt-lg-100{margin-top:25rem !important}.mt-lg-300{margin-top:75rem !important}.mt-lg--1{margin-top:-0.25rem !important}.mt-lg--2{margin-top:-0.5rem !important}.mt-lg--3{margin-top:-0.75rem !important}.mt-lg--4{margin-top:-1rem !important}.mt-lg--5{margin-top:-1.25rem !important}.mt-lg--6{margin-top:-1.5rem !important}.mt-lg--7{margin-top:-1.75rem !important}.mt-lg--8{margin-top:-2rem !important}.mt-lg--9{margin-top:-2.25rem !important}.mt-lg--10{margin-top:-2.5rem !important}.mt-lg--11{margin-top:-2.75rem !important}.mt-lg--12{margin-top:-3rem !important}.mt-lg--13{margin-top:-3.25rem !important}.mt-lg--14{margin-top:-3.5rem !important}.mt-lg--15{margin-top:-3.75rem !important}.mt-lg--16{margin-top:-4rem !important}.mt-lg--17{margin-top:-4.25rem !important}.mt-lg--18{margin-top:-4.5rem !important}.mt-lg--19{margin-top:-4.75rem !important}.mt-lg--20{margin-top:-5rem !important}.mt-lg--21{margin-top:-5.25rem !important}.mt-lg--22{margin-top:-5.5rem !important}.mt-lg--23{margin-top:-5.75rem !important}.mt-lg--24{margin-top:-6rem !important}.mt-lg--40{margin-top:-10rem !important}.mt-lg--48{margin-top:-12rem !important}.mt-lg--82{margin-top:-20.5rem !important}.mt-lg--98{margin-top:-24.5rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:.75rem !important}.me-lg-4{margin-right:1rem !important}.me-lg-5{margin-right:1.25rem !important}.me-lg-6{margin-right:1.5rem !important}.me-lg-7{margin-right:1.75rem !important}.me-lg-8{margin-right:2rem !important}.me-lg-9{margin-right:2.25rem !important}.me-lg-10{margin-right:2.5rem !important}.me-lg-11{margin-right:2.75rem !important}.me-lg-12{margin-right:3rem !important}.me-lg-13{margin-right:3.25rem !important}.me-lg-14{margin-right:3.5rem !important}.me-lg-15{margin-right:4rem !important}.me-lg-16{margin-right:4.5rem !important}.me-lg-17{margin-right:5rem !important}.me-lg-18{margin-right:5.5rem !important}.me-lg-19{margin-right:6rem !important}.me-lg-20{margin-right:6.5rem !important}.me-lg-21{margin-right:7rem !important}.me-lg-22{margin-right:7.5rem !important}.me-lg-23{margin-right:8rem !important}.me-lg-24{margin-right:8.5rem !important}.me-lg-25{margin-right:9rem !important}.me-lg-26{margin-right:9.5rem !important}.me-lg-27{margin-right:10rem !important}.me-lg-28{margin-right:10.5rem !important}.me-lg-29{margin-right:11rem !important}.me-lg-30{margin-right:11.5rem !important}.me-lg-100{margin-right:25rem !important}.me-lg-300{margin-right:75rem !important}.me-lg--1{margin-right:-0.25rem !important}.me-lg--2{margin-right:-0.5rem !important}.me-lg--3{margin-right:-0.75rem !important}.me-lg--4{margin-right:-1rem !important}.me-lg--5{margin-right:-1.25rem !important}.me-lg--6{margin-right:-1.5rem !important}.me-lg--7{margin-right:-1.75rem !important}.me-lg--8{margin-right:-2rem !important}.me-lg--9{margin-right:-2.25rem !important}.me-lg--10{margin-right:-2.5rem !important}.me-lg--11{margin-right:-2.75rem !important}.me-lg--12{margin-right:-3rem !important}.me-lg--13{margin-right:-3.25rem !important}.me-lg--14{margin-right:-3.5rem !important}.me-lg--15{margin-right:-3.75rem !important}.me-lg--16{margin-right:-4rem !important}.me-lg--17{margin-right:-4.25rem !important}.me-lg--18{margin-right:-4.5rem !important}.me-lg--19{margin-right:-4.75rem !important}.me-lg--20{margin-right:-5rem !important}.me-lg--21{margin-right:-5.25rem !important}.me-lg--22{margin-right:-5.5rem !important}.me-lg--23{margin-right:-5.75rem !important}.me-lg--24{margin-right:-6rem !important}.me-lg--40{margin-right:-10rem !important}.me-lg--48{margin-right:-12rem !important}.me-lg--82{margin-right:-20.5rem !important}.me-lg--98{margin-right:-24.5rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:.75rem !important}.mb-lg-4{margin-bottom:1rem !important}.mb-lg-5{margin-bottom:1.25rem !important}.mb-lg-6{margin-bottom:1.5rem !important}.mb-lg-7{margin-bottom:1.75rem !important}.mb-lg-8{margin-bottom:2rem !important}.mb-lg-9{margin-bottom:2.25rem !important}.mb-lg-10{margin-bottom:2.5rem !important}.mb-lg-11{margin-bottom:2.75rem !important}.mb-lg-12{margin-bottom:3rem !important}.mb-lg-13{margin-bottom:3.25rem !important}.mb-lg-14{margin-bottom:3.5rem !important}.mb-lg-15{margin-bottom:4rem !important}.mb-lg-16{margin-bottom:4.5rem !important}.mb-lg-17{margin-bottom:5rem !important}.mb-lg-18{margin-bottom:5.5rem !important}.mb-lg-19{margin-bottom:6rem !important}.mb-lg-20{margin-bottom:6.5rem !important}.mb-lg-21{margin-bottom:7rem !important}.mb-lg-22{margin-bottom:7.5rem !important}.mb-lg-23{margin-bottom:8rem !important}.mb-lg-24{margin-bottom:8.5rem !important}.mb-lg-25{margin-bottom:9rem !important}.mb-lg-26{margin-bottom:9.5rem !important}.mb-lg-27{margin-bottom:10rem !important}.mb-lg-28{margin-bottom:10.5rem !important}.mb-lg-29{margin-bottom:11rem !important}.mb-lg-30{margin-bottom:11.5rem !important}.mb-lg-100{margin-bottom:25rem !important}.mb-lg-300{margin-bottom:75rem !important}.mb-lg--1{margin-bottom:-0.25rem !important}.mb-lg--2{margin-bottom:-0.5rem !important}.mb-lg--3{margin-bottom:-0.75rem !important}.mb-lg--4{margin-bottom:-1rem !important}.mb-lg--5{margin-bottom:-1.25rem !important}.mb-lg--6{margin-bottom:-1.5rem !important}.mb-lg--7{margin-bottom:-1.75rem !important}.mb-lg--8{margin-bottom:-2rem !important}.mb-lg--9{margin-bottom:-2.25rem !important}.mb-lg--10{margin-bottom:-2.5rem !important}.mb-lg--11{margin-bottom:-2.75rem !important}.mb-lg--12{margin-bottom:-3rem !important}.mb-lg--13{margin-bottom:-3.25rem !important}.mb-lg--14{margin-bottom:-3.5rem !important}.mb-lg--15{margin-bottom:-3.75rem !important}.mb-lg--16{margin-bottom:-4rem !important}.mb-lg--17{margin-bottom:-4.25rem !important}.mb-lg--18{margin-bottom:-4.5rem !important}.mb-lg--19{margin-bottom:-4.75rem !important}.mb-lg--20{margin-bottom:-5rem !important}.mb-lg--21{margin-bottom:-5.25rem !important}.mb-lg--22{margin-bottom:-5.5rem !important}.mb-lg--23{margin-bottom:-5.75rem !important}.mb-lg--24{margin-bottom:-6rem !important}.mb-lg--40{margin-bottom:-10rem !important}.mb-lg--48{margin-bottom:-12rem !important}.mb-lg--82{margin-bottom:-20.5rem !important}.mb-lg--98{margin-bottom:-24.5rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:.75rem !important}.ms-lg-4{margin-left:1rem !important}.ms-lg-5{margin-left:1.25rem !important}.ms-lg-6{margin-left:1.5rem !important}.ms-lg-7{margin-left:1.75rem !important}.ms-lg-8{margin-left:2rem !important}.ms-lg-9{margin-left:2.25rem !important}.ms-lg-10{margin-left:2.5rem !important}.ms-lg-11{margin-left:2.75rem !important}.ms-lg-12{margin-left:3rem !important}.ms-lg-13{margin-left:3.25rem !important}.ms-lg-14{margin-left:3.5rem !important}.ms-lg-15{margin-left:4rem !important}.ms-lg-16{margin-left:4.5rem !important}.ms-lg-17{margin-left:5rem !important}.ms-lg-18{margin-left:5.5rem !important}.ms-lg-19{margin-left:6rem !important}.ms-lg-20{margin-left:6.5rem !important}.ms-lg-21{margin-left:7rem !important}.ms-lg-22{margin-left:7.5rem !important}.ms-lg-23{margin-left:8rem !important}.ms-lg-24{margin-left:8.5rem !important}.ms-lg-25{margin-left:9rem !important}.ms-lg-26{margin-left:9.5rem !important}.ms-lg-27{margin-left:10rem !important}.ms-lg-28{margin-left:10.5rem !important}.ms-lg-29{margin-left:11rem !important}.ms-lg-30{margin-left:11.5rem !important}.ms-lg-100{margin-left:25rem !important}.ms-lg-300{margin-left:75rem !important}.ms-lg--1{margin-left:-0.25rem !important}.ms-lg--2{margin-left:-0.5rem !important}.ms-lg--3{margin-left:-0.75rem !important}.ms-lg--4{margin-left:-1rem !important}.ms-lg--5{margin-left:-1.25rem !important}.ms-lg--6{margin-left:-1.5rem !important}.ms-lg--7{margin-left:-1.75rem !important}.ms-lg--8{margin-left:-2rem !important}.ms-lg--9{margin-left:-2.25rem !important}.ms-lg--10{margin-left:-2.5rem !important}.ms-lg--11{margin-left:-2.75rem !important}.ms-lg--12{margin-left:-3rem !important}.ms-lg--13{margin-left:-3.25rem !important}.ms-lg--14{margin-left:-3.5rem !important}.ms-lg--15{margin-left:-3.75rem !important}.ms-lg--16{margin-left:-4rem !important}.ms-lg--17{margin-left:-4.25rem !important}.ms-lg--18{margin-left:-4.5rem !important}.ms-lg--19{margin-left:-4.75rem !important}.ms-lg--20{margin-left:-5rem !important}.ms-lg--21{margin-left:-5.25rem !important}.ms-lg--22{margin-left:-5.5rem !important}.ms-lg--23{margin-left:-5.75rem !important}.ms-lg--24{margin-left:-6rem !important}.ms-lg--40{margin-left:-10rem !important}.ms-lg--48{margin-left:-12rem !important}.ms-lg--82{margin-left:-20.5rem !important}.ms-lg--98{margin-left:-24.5rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:.75rem !important}.p-lg-4{padding:1rem !important}.p-lg-5{padding:1.25rem !important}.p-lg-6{padding:1.5rem !important}.p-lg-7{padding:1.75rem !important}.p-lg-8{padding:2rem !important}.p-lg-9{padding:2.25rem !important}.p-lg-10{padding:2.5rem !important}.p-lg-11{padding:2.75rem !important}.p-lg-12{padding:3rem !important}.p-lg-13{padding:3.25rem !important}.p-lg-14{padding:3.5rem !important}.p-lg-15{padding:4rem !important}.p-lg-16{padding:4.5rem !important}.p-lg-17{padding:5rem !important}.p-lg-18{padding:5.5rem !important}.p-lg-19{padding:6rem !important}.p-lg-20{padding:6.5rem !important}.p-lg-21{padding:7rem !important}.p-lg-22{padding:7.5rem !important}.p-lg-23{padding:8rem !important}.p-lg-24{padding:8.5rem !important}.p-lg-25{padding:9rem !important}.p-lg-26{padding:9.5rem !important}.p-lg-27{padding:10rem !important}.p-lg-28{padding:10.5rem !important}.p-lg-29{padding:11rem !important}.p-lg-30{padding:11.5rem !important}.p-lg-100{padding:25rem !important}.p-lg-300{padding:75rem !important}.p-lg--1{padding:-0.25rem !important}.p-lg--2{padding:-0.5rem !important}.p-lg--3{padding:-0.75rem !important}.p-lg--4{padding:-1rem !important}.p-lg--5{padding:-1.25rem !important}.p-lg--6{padding:-1.5rem !important}.p-lg--7{padding:-1.75rem !important}.p-lg--8{padding:-2rem !important}.p-lg--9{padding:-2.25rem !important}.p-lg--10{padding:-2.5rem !important}.p-lg--11{padding:-2.75rem !important}.p-lg--12{padding:-3rem !important}.p-lg--13{padding:-3.25rem !important}.p-lg--14{padding:-3.5rem !important}.p-lg--15{padding:-3.75rem !important}.p-lg--16{padding:-4rem !important}.p-lg--17{padding:-4.25rem !important}.p-lg--18{padding:-4.5rem !important}.p-lg--19{padding:-4.75rem !important}.p-lg--20{padding:-5rem !important}.p-lg--21{padding:-5.25rem !important}.p-lg--22{padding:-5.5rem !important}.p-lg--23{padding:-5.75rem !important}.p-lg--24{padding:-6rem !important}.p-lg--40{padding:-10rem !important}.p-lg--48{padding:-12rem !important}.p-lg--82{padding:-20.5rem !important}.p-lg--98{padding:-24.5rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:.75rem !important;padding-left:.75rem !important}.px-lg-4{padding-right:1rem !important;padding-left:1rem !important}.px-lg-5{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-lg-6{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-7{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-lg-8{padding-right:2rem !important;padding-left:2rem !important}.px-lg-9{padding-right:2.25rem !important;padding-left:2.25rem !important}.px-lg-10{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-lg-11{padding-right:2.75rem !important;padding-left:2.75rem !important}.px-lg-12{padding-right:3rem !important;padding-left:3rem !important}.px-lg-13{padding-right:3.25rem !important;padding-left:3.25rem !important}.px-lg-14{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-lg-15{padding-right:4rem !important;padding-left:4rem !important}.px-lg-16{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-lg-17{padding-right:5rem !important;padding-left:5rem !important}.px-lg-18{padding-right:5.5rem !important;padding-left:5.5rem !important}.px-lg-19{padding-right:6rem !important;padding-left:6rem !important}.px-lg-20{padding-right:6.5rem !important;padding-left:6.5rem !important}.px-lg-21{padding-right:7rem !important;padding-left:7rem !important}.px-lg-22{padding-right:7.5rem !important;padding-left:7.5rem !important}.px-lg-23{padding-right:8rem !important;padding-left:8rem !important}.px-lg-24{padding-right:8.5rem !important;padding-left:8.5rem !important}.px-lg-25{padding-right:9rem !important;padding-left:9rem !important}.px-lg-26{padding-right:9.5rem !important;padding-left:9.5rem !important}.px-lg-27{padding-right:10rem !important;padding-left:10rem !important}.px-lg-28{padding-right:10.5rem !important;padding-left:10.5rem !important}.px-lg-29{padding-right:11rem !important;padding-left:11rem !important}.px-lg-30{padding-right:11.5rem !important;padding-left:11.5rem !important}.px-lg-100{padding-right:25rem !important;padding-left:25rem !important}.px-lg-300{padding-right:75rem !important;padding-left:75rem !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:-0.75rem !important;padding-left:-0.75rem !important}.px-lg--4{padding-right:-1rem !important;padding-left:-1rem !important}.px-lg--5{padding-right:-1.25rem !important;padding-left:-1.25rem !important}.px-lg--6{padding-right:-1.5rem !important;padding-left:-1.5rem !important}.px-lg--7{padding-right:-1.75rem !important;padding-left:-1.75rem !important}.px-lg--8{padding-right:-2rem !important;padding-left:-2rem !important}.px-lg--9{padding-right:-2.25rem !important;padding-left:-2.25rem !important}.px-lg--10{padding-right:-2.5rem !important;padding-left:-2.5rem !important}.px-lg--11{padding-right:-2.75rem !important;padding-left:-2.75rem !important}.px-lg--12{padding-right:-3rem !important;padding-left:-3rem !important}.px-lg--13{padding-right:-3.25rem !important;padding-left:-3.25rem !important}.px-lg--14{padding-right:-3.5rem !important;padding-left:-3.5rem !important}.px-lg--15{padding-right:-3.75rem !important;padding-left:-3.75rem !important}.px-lg--16{padding-right:-4rem !important;padding-left:-4rem !important}.px-lg--17{padding-right:-4.25rem !important;padding-left:-4.25rem !important}.px-lg--18{padding-right:-4.5rem !important;padding-left:-4.5rem !important}.px-lg--19{padding-right:-4.75rem !important;padding-left:-4.75rem !important}.px-lg--20{padding-right:-5rem !important;padding-left:-5rem !important}.px-lg--21{padding-right:-5.25rem !important;padding-left:-5.25rem !important}.px-lg--22{padding-right:-5.5rem !important;padding-left:-5.5rem !important}.px-lg--23{padding-right:-5.75rem !important;padding-left:-5.75rem !important}.px-lg--24{padding-right:-6rem !important;padding-left:-6rem !important}.px-lg--40{padding-right:-10rem !important;padding-left:-10rem !important}.px-lg--48{padding-right:-12rem !important;padding-left:-12rem !important}.px-lg--82{padding-right:-20.5rem !important;padding-left:-20.5rem !important}.px-lg--98{padding-right:-24.5rem !important;padding-left:-24.5rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-lg-4{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-lg-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-7{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-lg-8{padding-top:2rem !important;padding-bottom:2rem !important}.py-lg-9{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.py-lg-10{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-lg-11{padding-top:2.75rem !important;padding-bottom:2.75rem !important}.py-lg-12{padding-top:3rem !important;padding-bottom:3rem !important}.py-lg-13{padding-top:3.25rem !important;padding-bottom:3.25rem !important}.py-lg-14{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-lg-15{padding-top:4rem !important;padding-bottom:4rem !important}.py-lg-16{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-lg-17{padding-top:5rem !important;padding-bottom:5rem !important}.py-lg-18{padding-top:5.5rem !important;padding-bottom:5.5rem !important}.py-lg-19{padding-top:6rem !important;padding-bottom:6rem !important}.py-lg-20{padding-top:6.5rem !important;padding-bottom:6.5rem !important}.py-lg-21{padding-top:7rem !important;padding-bottom:7rem !important}.py-lg-22{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.py-lg-23{padding-top:8rem !important;padding-bottom:8rem !important}.py-lg-24{padding-top:8.5rem !important;padding-bottom:8.5rem !important}.py-lg-25{padding-top:9rem !important;padding-bottom:9rem !important}.py-lg-26{padding-top:9.5rem !important;padding-bottom:9.5rem !important}.py-lg-27{padding-top:10rem !important;padding-bottom:10rem !important}.py-lg-28{padding-top:10.5rem !important;padding-bottom:10.5rem !important}.py-lg-29{padding-top:11rem !important;padding-bottom:11rem !important}.py-lg-30{padding-top:11.5rem !important;padding-bottom:11.5rem !important}.py-lg-100{padding-top:25rem !important;padding-bottom:25rem !important}.py-lg-300{padding-top:75rem !important;padding-bottom:75rem !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:-0.75rem !important;padding-bottom:-0.75rem !important}.py-lg--4{padding-top:-1rem !important;padding-bottom:-1rem !important}.py-lg--5{padding-top:-1.25rem !important;padding-bottom:-1.25rem !important}.py-lg--6{padding-top:-1.5rem !important;padding-bottom:-1.5rem !important}.py-lg--7{padding-top:-1.75rem !important;padding-bottom:-1.75rem !important}.py-lg--8{padding-top:-2rem !important;padding-bottom:-2rem !important}.py-lg--9{padding-top:-2.25rem !important;padding-bottom:-2.25rem !important}.py-lg--10{padding-top:-2.5rem !important;padding-bottom:-2.5rem !important}.py-lg--11{padding-top:-2.75rem !important;padding-bottom:-2.75rem !important}.py-lg--12{padding-top:-3rem !important;padding-bottom:-3rem !important}.py-lg--13{padding-top:-3.25rem !important;padding-bottom:-3.25rem !important}.py-lg--14{padding-top:-3.5rem !important;padding-bottom:-3.5rem !important}.py-lg--15{padding-top:-3.75rem !important;padding-bottom:-3.75rem !important}.py-lg--16{padding-top:-4rem !important;padding-bottom:-4rem !important}.py-lg--17{padding-top:-4.25rem !important;padding-bottom:-4.25rem !important}.py-lg--18{padding-top:-4.5rem !important;padding-bottom:-4.5rem !important}.py-lg--19{padding-top:-4.75rem !important;padding-bottom:-4.75rem !important}.py-lg--20{padding-top:-5rem !important;padding-bottom:-5rem !important}.py-lg--21{padding-top:-5.25rem !important;padding-bottom:-5.25rem !important}.py-lg--22{padding-top:-5.5rem !important;padding-bottom:-5.5rem !important}.py-lg--23{padding-top:-5.75rem !important;padding-bottom:-5.75rem !important}.py-lg--24{padding-top:-6rem !important;padding-bottom:-6rem !important}.py-lg--40{padding-top:-10rem !important;padding-bottom:-10rem !important}.py-lg--48{padding-top:-12rem !important;padding-bottom:-12rem !important}.py-lg--82{padding-top:-20.5rem !important;padding-bottom:-20.5rem !important}.py-lg--98{padding-top:-24.5rem !important;padding-bottom:-24.5rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:.75rem !important}.pt-lg-4{padding-top:1rem !important}.pt-lg-5{padding-top:1.25rem !important}.pt-lg-6{padding-top:1.5rem !important}.pt-lg-7{padding-top:1.75rem !important}.pt-lg-8{padding-top:2rem !important}.pt-lg-9{padding-top:2.25rem !important}.pt-lg-10{padding-top:2.5rem !important}.pt-lg-11{padding-top:2.75rem !important}.pt-lg-12{padding-top:3rem !important}.pt-lg-13{padding-top:3.25rem !important}.pt-lg-14{padding-top:3.5rem !important}.pt-lg-15{padding-top:4rem !important}.pt-lg-16{padding-top:4.5rem !important}.pt-lg-17{padding-top:5rem !important}.pt-lg-18{padding-top:5.5rem !important}.pt-lg-19{padding-top:6rem !important}.pt-lg-20{padding-top:6.5rem !important}.pt-lg-21{padding-top:7rem !important}.pt-lg-22{padding-top:7.5rem !important}.pt-lg-23{padding-top:8rem !important}.pt-lg-24{padding-top:8.5rem !important}.pt-lg-25{padding-top:9rem !important}.pt-lg-26{padding-top:9.5rem !important}.pt-lg-27{padding-top:10rem !important}.pt-lg-28{padding-top:10.5rem !important}.pt-lg-29{padding-top:11rem !important}.pt-lg-30{padding-top:11.5rem !important}.pt-lg-100{padding-top:25rem !important}.pt-lg-300{padding-top:75rem !important}.pt-lg--1{padding-top:-0.25rem !important}.pt-lg--2{padding-top:-0.5rem !important}.pt-lg--3{padding-top:-0.75rem !important}.pt-lg--4{padding-top:-1rem !important}.pt-lg--5{padding-top:-1.25rem !important}.pt-lg--6{padding-top:-1.5rem !important}.pt-lg--7{padding-top:-1.75rem !important}.pt-lg--8{padding-top:-2rem !important}.pt-lg--9{padding-top:-2.25rem !important}.pt-lg--10{padding-top:-2.5rem !important}.pt-lg--11{padding-top:-2.75rem !important}.pt-lg--12{padding-top:-3rem !important}.pt-lg--13{padding-top:-3.25rem !important}.pt-lg--14{padding-top:-3.5rem !important}.pt-lg--15{padding-top:-3.75rem !important}.pt-lg--16{padding-top:-4rem !important}.pt-lg--17{padding-top:-4.25rem !important}.pt-lg--18{padding-top:-4.5rem !important}.pt-lg--19{padding-top:-4.75rem !important}.pt-lg--20{padding-top:-5rem !important}.pt-lg--21{padding-top:-5.25rem !important}.pt-lg--22{padding-top:-5.5rem !important}.pt-lg--23{padding-top:-5.75rem !important}.pt-lg--24{padding-top:-6rem !important}.pt-lg--40{padding-top:-10rem !important}.pt-lg--48{padding-top:-12rem !important}.pt-lg--82{padding-top:-20.5rem !important}.pt-lg--98{padding-top:-24.5rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:.75rem !important}.pe-lg-4{padding-right:1rem !important}.pe-lg-5{padding-right:1.25rem !important}.pe-lg-6{padding-right:1.5rem !important}.pe-lg-7{padding-right:1.75rem !important}.pe-lg-8{padding-right:2rem !important}.pe-lg-9{padding-right:2.25rem !important}.pe-lg-10{padding-right:2.5rem !important}.pe-lg-11{padding-right:2.75rem !important}.pe-lg-12{padding-right:3rem !important}.pe-lg-13{padding-right:3.25rem !important}.pe-lg-14{padding-right:3.5rem !important}.pe-lg-15{padding-right:4rem !important}.pe-lg-16{padding-right:4.5rem !important}.pe-lg-17{padding-right:5rem !important}.pe-lg-18{padding-right:5.5rem !important}.pe-lg-19{padding-right:6rem !important}.pe-lg-20{padding-right:6.5rem !important}.pe-lg-21{padding-right:7rem !important}.pe-lg-22{padding-right:7.5rem !important}.pe-lg-23{padding-right:8rem !important}.pe-lg-24{padding-right:8.5rem !important}.pe-lg-25{padding-right:9rem !important}.pe-lg-26{padding-right:9.5rem !important}.pe-lg-27{padding-right:10rem !important}.pe-lg-28{padding-right:10.5rem !important}.pe-lg-29{padding-right:11rem !important}.pe-lg-30{padding-right:11.5rem !important}.pe-lg-100{padding-right:25rem !important}.pe-lg-300{padding-right:75rem !important}.pe-lg--1{padding-right:-0.25rem !important}.pe-lg--2{padding-right:-0.5rem !important}.pe-lg--3{padding-right:-0.75rem !important}.pe-lg--4{padding-right:-1rem !important}.pe-lg--5{padding-right:-1.25rem !important}.pe-lg--6{padding-right:-1.5rem !important}.pe-lg--7{padding-right:-1.75rem !important}.pe-lg--8{padding-right:-2rem !important}.pe-lg--9{padding-right:-2.25rem !important}.pe-lg--10{padding-right:-2.5rem !important}.pe-lg--11{padding-right:-2.75rem !important}.pe-lg--12{padding-right:-3rem !important}.pe-lg--13{padding-right:-3.25rem !important}.pe-lg--14{padding-right:-3.5rem !important}.pe-lg--15{padding-right:-3.75rem !important}.pe-lg--16{padding-right:-4rem !important}.pe-lg--17{padding-right:-4.25rem !important}.pe-lg--18{padding-right:-4.5rem !important}.pe-lg--19{padding-right:-4.75rem !important}.pe-lg--20{padding-right:-5rem !important}.pe-lg--21{padding-right:-5.25rem !important}.pe-lg--22{padding-right:-5.5rem !important}.pe-lg--23{padding-right:-5.75rem !important}.pe-lg--24{padding-right:-6rem !important}.pe-lg--40{padding-right:-10rem !important}.pe-lg--48{padding-right:-12rem !important}.pe-lg--82{padding-right:-20.5rem !important}.pe-lg--98{padding-right:-24.5rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:.75rem !important}.pb-lg-4{padding-bottom:1rem !important}.pb-lg-5{padding-bottom:1.25rem !important}.pb-lg-6{padding-bottom:1.5rem !important}.pb-lg-7{padding-bottom:1.75rem !important}.pb-lg-8{padding-bottom:2rem !important}.pb-lg-9{padding-bottom:2.25rem !important}.pb-lg-10{padding-bottom:2.5rem !important}.pb-lg-11{padding-bottom:2.75rem !important}.pb-lg-12{padding-bottom:3rem !important}.pb-lg-13{padding-bottom:3.25rem !important}.pb-lg-14{padding-bottom:3.5rem !important}.pb-lg-15{padding-bottom:4rem !important}.pb-lg-16{padding-bottom:4.5rem !important}.pb-lg-17{padding-bottom:5rem !important}.pb-lg-18{padding-bottom:5.5rem !important}.pb-lg-19{padding-bottom:6rem !important}.pb-lg-20{padding-bottom:6.5rem !important}.pb-lg-21{padding-bottom:7rem !important}.pb-lg-22{padding-bottom:7.5rem !important}.pb-lg-23{padding-bottom:8rem !important}.pb-lg-24{padding-bottom:8.5rem !important}.pb-lg-25{padding-bottom:9rem !important}.pb-lg-26{padding-bottom:9.5rem !important}.pb-lg-27{padding-bottom:10rem !important}.pb-lg-28{padding-bottom:10.5rem !important}.pb-lg-29{padding-bottom:11rem !important}.pb-lg-30{padding-bottom:11.5rem !important}.pb-lg-100{padding-bottom:25rem !important}.pb-lg-300{padding-bottom:75rem !important}.pb-lg--1{padding-bottom:-0.25rem !important}.pb-lg--2{padding-bottom:-0.5rem !important}.pb-lg--3{padding-bottom:-0.75rem !important}.pb-lg--4{padding-bottom:-1rem !important}.pb-lg--5{padding-bottom:-1.25rem !important}.pb-lg--6{padding-bottom:-1.5rem !important}.pb-lg--7{padding-bottom:-1.75rem !important}.pb-lg--8{padding-bottom:-2rem !important}.pb-lg--9{padding-bottom:-2.25rem !important}.pb-lg--10{padding-bottom:-2.5rem !important}.pb-lg--11{padding-bottom:-2.75rem !important}.pb-lg--12{padding-bottom:-3rem !important}.pb-lg--13{padding-bottom:-3.25rem !important}.pb-lg--14{padding-bottom:-3.5rem !important}.pb-lg--15{padding-bottom:-3.75rem !important}.pb-lg--16{padding-bottom:-4rem !important}.pb-lg--17{padding-bottom:-4.25rem !important}.pb-lg--18{padding-bottom:-4.5rem !important}.pb-lg--19{padding-bottom:-4.75rem !important}.pb-lg--20{padding-bottom:-5rem !important}.pb-lg--21{padding-bottom:-5.25rem !important}.pb-lg--22{padding-bottom:-5.5rem !important}.pb-lg--23{padding-bottom:-5.75rem !important}.pb-lg--24{padding-bottom:-6rem !important}.pb-lg--40{padding-bottom:-10rem !important}.pb-lg--48{padding-bottom:-12rem !important}.pb-lg--82{padding-bottom:-20.5rem !important}.pb-lg--98{padding-bottom:-24.5rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:.75rem !important}.ps-lg-4{padding-left:1rem !important}.ps-lg-5{padding-left:1.25rem !important}.ps-lg-6{padding-left:1.5rem !important}.ps-lg-7{padding-left:1.75rem !important}.ps-lg-8{padding-left:2rem !important}.ps-lg-9{padding-left:2.25rem !important}.ps-lg-10{padding-left:2.5rem !important}.ps-lg-11{padding-left:2.75rem !important}.ps-lg-12{padding-left:3rem !important}.ps-lg-13{padding-left:3.25rem !important}.ps-lg-14{padding-left:3.5rem !important}.ps-lg-15{padding-left:4rem !important}.ps-lg-16{padding-left:4.5rem !important}.ps-lg-17{padding-left:5rem !important}.ps-lg-18{padding-left:5.5rem !important}.ps-lg-19{padding-left:6rem !important}.ps-lg-20{padding-left:6.5rem !important}.ps-lg-21{padding-left:7rem !important}.ps-lg-22{padding-left:7.5rem !important}.ps-lg-23{padding-left:8rem !important}.ps-lg-24{padding-left:8.5rem !important}.ps-lg-25{padding-left:9rem !important}.ps-lg-26{padding-left:9.5rem !important}.ps-lg-27{padding-left:10rem !important}.ps-lg-28{padding-left:10.5rem !important}.ps-lg-29{padding-left:11rem !important}.ps-lg-30{padding-left:11.5rem !important}.ps-lg-100{padding-left:25rem !important}.ps-lg-300{padding-left:75rem !important}.ps-lg--1{padding-left:-0.25rem !important}.ps-lg--2{padding-left:-0.5rem !important}.ps-lg--3{padding-left:-0.75rem !important}.ps-lg--4{padding-left:-1rem !important}.ps-lg--5{padding-left:-1.25rem !important}.ps-lg--6{padding-left:-1.5rem !important}.ps-lg--7{padding-left:-1.75rem !important}.ps-lg--8{padding-left:-2rem !important}.ps-lg--9{padding-left:-2.25rem !important}.ps-lg--10{padding-left:-2.5rem !important}.ps-lg--11{padding-left:-2.75rem !important}.ps-lg--12{padding-left:-3rem !important}.ps-lg--13{padding-left:-3.25rem !important}.ps-lg--14{padding-left:-3.5rem !important}.ps-lg--15{padding-left:-3.75rem !important}.ps-lg--16{padding-left:-4rem !important}.ps-lg--17{padding-left:-4.25rem !important}.ps-lg--18{padding-left:-4.5rem !important}.ps-lg--19{padding-left:-4.75rem !important}.ps-lg--20{padding-left:-5rem !important}.ps-lg--21{padding-left:-5.25rem !important}.ps-lg--22{padding-left:-5.5rem !important}.ps-lg--23{padding-left:-5.75rem !important}.ps-lg--24{padding-left:-6rem !important}.ps-lg--40{padding-left:-10rem !important}.ps-lg--48{padding-left:-12rem !important}.ps-lg--82{padding-left:-20.5rem !important}.ps-lg--98{padding-left:-24.5rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:.75rem !important}.gap-lg-4{gap:1rem !important}.gap-lg-5{gap:1.25rem !important}.gap-lg-6{gap:1.5rem !important}.gap-lg-7{gap:1.75rem !important}.gap-lg-8{gap:2rem !important}.gap-lg-9{gap:2.25rem !important}.gap-lg-10{gap:2.5rem !important}.gap-lg-11{gap:2.75rem !important}.gap-lg-12{gap:3rem !important}.gap-lg-13{gap:3.25rem !important}.gap-lg-14{gap:3.5rem !important}.gap-lg-15{gap:4rem !important}.gap-lg-16{gap:4.5rem !important}.gap-lg-17{gap:5rem !important}.gap-lg-18{gap:5.5rem !important}.gap-lg-19{gap:6rem !important}.gap-lg-20{gap:6.5rem !important}.gap-lg-21{gap:7rem !important}.gap-lg-22{gap:7.5rem !important}.gap-lg-23{gap:8rem !important}.gap-lg-24{gap:8.5rem !important}.gap-lg-25{gap:9rem !important}.gap-lg-26{gap:9.5rem !important}.gap-lg-27{gap:10rem !important}.gap-lg-28{gap:10.5rem !important}.gap-lg-29{gap:11rem !important}.gap-lg-30{gap:11.5rem !important}.gap-lg-100{gap:25rem !important}.gap-lg-300{gap:75rem !important}.gap-lg--1{gap:-0.25rem !important}.gap-lg--2{gap:-0.5rem !important}.gap-lg--3{gap:-0.75rem !important}.gap-lg--4{gap:-1rem !important}.gap-lg--5{gap:-1.25rem !important}.gap-lg--6{gap:-1.5rem !important}.gap-lg--7{gap:-1.75rem !important}.gap-lg--8{gap:-2rem !important}.gap-lg--9{gap:-2.25rem !important}.gap-lg--10{gap:-2.5rem !important}.gap-lg--11{gap:-2.75rem !important}.gap-lg--12{gap:-3rem !important}.gap-lg--13{gap:-3.25rem !important}.gap-lg--14{gap:-3.5rem !important}.gap-lg--15{gap:-3.75rem !important}.gap-lg--16{gap:-4rem !important}.gap-lg--17{gap:-4.25rem !important}.gap-lg--18{gap:-4.5rem !important}.gap-lg--19{gap:-4.75rem !important}.gap-lg--20{gap:-5rem !important}.gap-lg--21{gap:-5.25rem !important}.gap-lg--22{gap:-5.5rem !important}.gap-lg--23{gap:-5.75rem !important}.gap-lg--24{gap:-6rem !important}.gap-lg--40{gap:-10rem !important}.gap-lg--48{gap:-12rem !important}.gap-lg--82{gap:-20.5rem !important}.gap-lg--98{gap:-24.5rem !important}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-1{row-gap:.25rem !important}.row-gap-lg-2{row-gap:.5rem !important}.row-gap-lg-3{row-gap:.75rem !important}.row-gap-lg-4{row-gap:1rem !important}.row-gap-lg-5{row-gap:1.25rem !important}.row-gap-lg-6{row-gap:1.5rem !important}.row-gap-lg-7{row-gap:1.75rem !important}.row-gap-lg-8{row-gap:2rem !important}.row-gap-lg-9{row-gap:2.25rem !important}.row-gap-lg-10{row-gap:2.5rem !important}.row-gap-lg-11{row-gap:2.75rem !important}.row-gap-lg-12{row-gap:3rem !important}.row-gap-lg-13{row-gap:3.25rem !important}.row-gap-lg-14{row-gap:3.5rem !important}.row-gap-lg-15{row-gap:4rem !important}.row-gap-lg-16{row-gap:4.5rem !important}.row-gap-lg-17{row-gap:5rem !important}.row-gap-lg-18{row-gap:5.5rem !important}.row-gap-lg-19{row-gap:6rem !important}.row-gap-lg-20{row-gap:6.5rem !important}.row-gap-lg-21{row-gap:7rem !important}.row-gap-lg-22{row-gap:7.5rem !important}.row-gap-lg-23{row-gap:8rem !important}.row-gap-lg-24{row-gap:8.5rem !important}.row-gap-lg-25{row-gap:9rem !important}.row-gap-lg-26{row-gap:9.5rem !important}.row-gap-lg-27{row-gap:10rem !important}.row-gap-lg-28{row-gap:10.5rem !important}.row-gap-lg-29{row-gap:11rem !important}.row-gap-lg-30{row-gap:11.5rem !important}.row-gap-lg-100{row-gap:25rem !important}.row-gap-lg-300{row-gap:75rem !important}.row-gap-lg--1{row-gap:-0.25rem !important}.row-gap-lg--2{row-gap:-0.5rem !important}.row-gap-lg--3{row-gap:-0.75rem !important}.row-gap-lg--4{row-gap:-1rem !important}.row-gap-lg--5{row-gap:-1.25rem !important}.row-gap-lg--6{row-gap:-1.5rem !important}.row-gap-lg--7{row-gap:-1.75rem !important}.row-gap-lg--8{row-gap:-2rem !important}.row-gap-lg--9{row-gap:-2.25rem !important}.row-gap-lg--10{row-gap:-2.5rem !important}.row-gap-lg--11{row-gap:-2.75rem !important}.row-gap-lg--12{row-gap:-3rem !important}.row-gap-lg--13{row-gap:-3.25rem !important}.row-gap-lg--14{row-gap:-3.5rem !important}.row-gap-lg--15{row-gap:-3.75rem !important}.row-gap-lg--16{row-gap:-4rem !important}.row-gap-lg--17{row-gap:-4.25rem !important}.row-gap-lg--18{row-gap:-4.5rem !important}.row-gap-lg--19{row-gap:-4.75rem !important}.row-gap-lg--20{row-gap:-5rem !important}.row-gap-lg--21{row-gap:-5.25rem !important}.row-gap-lg--22{row-gap:-5.5rem !important}.row-gap-lg--23{row-gap:-5.75rem !important}.row-gap-lg--24{row-gap:-6rem !important}.row-gap-lg--40{row-gap:-10rem !important}.row-gap-lg--48{row-gap:-12rem !important}.row-gap-lg--82{row-gap:-20.5rem !important}.row-gap-lg--98{row-gap:-24.5rem !important}.column-gap-lg-0{-moz-column-gap:0 !important;column-gap:0 !important}.column-gap-lg-1{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.column-gap-lg-2{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.column-gap-lg-3{-moz-column-gap:.75rem !important;column-gap:.75rem !important}.column-gap-lg-4{-moz-column-gap:1rem !important;column-gap:1rem !important}.column-gap-lg-5{-moz-column-gap:1.25rem !important;column-gap:1.25rem !important}.column-gap-lg-6{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.column-gap-lg-7{-moz-column-gap:1.75rem !important;column-gap:1.75rem !important}.column-gap-lg-8{-moz-column-gap:2rem !important;column-gap:2rem !important}.column-gap-lg-9{-moz-column-gap:2.25rem !important;column-gap:2.25rem !important}.column-gap-lg-10{-moz-column-gap:2.5rem !important;column-gap:2.5rem !important}.column-gap-lg-11{-moz-column-gap:2.75rem !important;column-gap:2.75rem !important}.column-gap-lg-12{-moz-column-gap:3rem !important;column-gap:3rem !important}.column-gap-lg-13{-moz-column-gap:3.25rem !important;column-gap:3.25rem !important}.column-gap-lg-14{-moz-column-gap:3.5rem !important;column-gap:3.5rem !important}.column-gap-lg-15{-moz-column-gap:4rem !important;column-gap:4rem !important}.column-gap-lg-16{-moz-column-gap:4.5rem !important;column-gap:4.5rem !important}.column-gap-lg-17{-moz-column-gap:5rem !important;column-gap:5rem !important}.column-gap-lg-18{-moz-column-gap:5.5rem !important;column-gap:5.5rem !important}.column-gap-lg-19{-moz-column-gap:6rem !important;column-gap:6rem !important}.column-gap-lg-20{-moz-column-gap:6.5rem !important;column-gap:6.5rem !important}.column-gap-lg-21{-moz-column-gap:7rem !important;column-gap:7rem !important}.column-gap-lg-22{-moz-column-gap:7.5rem !important;column-gap:7.5rem !important}.column-gap-lg-23{-moz-column-gap:8rem !important;column-gap:8rem !important}.column-gap-lg-24{-moz-column-gap:8.5rem !important;column-gap:8.5rem !important}.column-gap-lg-25{-moz-column-gap:9rem !important;column-gap:9rem !important}.column-gap-lg-26{-moz-column-gap:9.5rem !important;column-gap:9.5rem !important}.column-gap-lg-27{-moz-column-gap:10rem !important;column-gap:10rem !important}.column-gap-lg-28{-moz-column-gap:10.5rem !important;column-gap:10.5rem !important}.column-gap-lg-29{-moz-column-gap:11rem !important;column-gap:11rem !important}.column-gap-lg-30{-moz-column-gap:11.5rem !important;column-gap:11.5rem !important}.column-gap-lg-100{-moz-column-gap:25rem !important;column-gap:25rem !important}.column-gap-lg-300{-moz-column-gap:75rem !important;column-gap:75rem !important}.column-gap-lg--1{-moz-column-gap:-0.25rem !important;column-gap:-0.25rem !important}.column-gap-lg--2{-moz-column-gap:-0.5rem !important;column-gap:-0.5rem !important}.column-gap-lg--3{-moz-column-gap:-0.75rem !important;column-gap:-0.75rem !important}.column-gap-lg--4{-moz-column-gap:-1rem !important;column-gap:-1rem !important}.column-gap-lg--5{-moz-column-gap:-1.25rem !important;column-gap:-1.25rem !important}.column-gap-lg--6{-moz-column-gap:-1.5rem !important;column-gap:-1.5rem !important}.column-gap-lg--7{-moz-column-gap:-1.75rem !important;column-gap:-1.75rem !important}.column-gap-lg--8{-moz-column-gap:-2rem !important;column-gap:-2rem !important}.column-gap-lg--9{-moz-column-gap:-2.25rem !important;column-gap:-2.25rem !important}.column-gap-lg--10{-moz-column-gap:-2.5rem !important;column-gap:-2.5rem !important}.column-gap-lg--11{-moz-column-gap:-2.75rem !important;column-gap:-2.75rem !important}.column-gap-lg--12{-moz-column-gap:-3rem !important;column-gap:-3rem !important}.column-gap-lg--13{-moz-column-gap:-3.25rem !important;column-gap:-3.25rem !important}.column-gap-lg--14{-moz-column-gap:-3.5rem !important;column-gap:-3.5rem !important}.column-gap-lg--15{-moz-column-gap:-3.75rem !important;column-gap:-3.75rem !important}.column-gap-lg--16{-moz-column-gap:-4rem !important;column-gap:-4rem !important}.column-gap-lg--17{-moz-column-gap:-4.25rem !important;column-gap:-4.25rem !important}.column-gap-lg--18{-moz-column-gap:-4.5rem !important;column-gap:-4.5rem !important}.column-gap-lg--19{-moz-column-gap:-4.75rem !important;column-gap:-4.75rem !important}.column-gap-lg--20{-moz-column-gap:-5rem !important;column-gap:-5rem !important}.column-gap-lg--21{-moz-column-gap:-5.25rem !important;column-gap:-5.25rem !important}.column-gap-lg--22{-moz-column-gap:-5.5rem !important;column-gap:-5.5rem !important}.column-gap-lg--23{-moz-column-gap:-5.75rem !important;column-gap:-5.75rem !important}.column-gap-lg--24{-moz-column-gap:-6rem !important;column-gap:-6rem !important}.column-gap-lg--40{-moz-column-gap:-10rem !important;column-gap:-10rem !important}.column-gap-lg--48{-moz-column-gap:-12rem !important;column-gap:-12rem !important}.column-gap-lg--82{-moz-column-gap:-20.5rem !important;column-gap:-20.5rem !important}.column-gap-lg--98{-moz-column-gap:-24.5rem !important;column-gap:-24.5rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-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}}
html{overflow-x:hidden;font-size:10px;color:#001924}.elite-background-flat{background-color:#f4f7f9}.elite-background-teal-shapes{background:url(/build/website/images/3d-model.ae86f5a3.png) center no-repeat,#00958f;background-size:cover}.elite-background-dark-teal-shapes{background:url(/build/website/images/3d-model.ae86f5a3.png) center no-repeat,#053f38;background-size:cover}.elite-background-tiber-green-shapes{background:url(/build/website/images/3d-model.ae86f5a3.png) center no-repeat,#001924;background-size:cover}.elite-background-grey-shapes{background:url(/build/website/images/3d-model.ae86f5a3.png) center no-repeat;background-size:cover}.elite-background-black{background-color:#001924}.elite-background-white{background-color:#fff}.elite-background-blue{background-color:#009dcd}.elite-background-deep-blue{background-color:#20344c}.elite-background-dark-blue{background-color:#0077b5}.elite-background-light-grey{background-color:#e5e8ea}.elite-background-soft-blue{background-color:#f4f7f9}.elite-background-light-blue{background-color:#cdebf5}.elite-background-silver{background-color:#eee}.elite-background-teal{background-color:#00958f}.elite-background-light-teal{background-color:#e6f4f2}.elite-background-overlay{position:absolute;top:0;left:0;bottom:0;right:0}.elite-background-overlay.deep-blue{background:#20344c}.elite-background-overlay.dark-teal{background:#053f38}.elite-background-overlay.dark-teal-gradient{background:linear-gradient(to right, rgba(5, 63, 56, 0.95), rgba(209, 210, 214, 0.6))}.elite-background-overlay.carousel-background-overlay{background:linear-gradient(to right, rgba(5, 63, 56, 0.8), rgba(5, 63, 56, 0))}.elite-background-overlay .elite-background-image{position:relative;top:50%;left:50%;translate:-50% -50%;min-width:100%;min-height:100%;opacity:.15}.elite-background-overlay .elite-background-image__default{position:relative;top:50%;left:50%;translate:-50% -50%;min-width:100%;min-height:100%;background:url(/build/website/images/3d-model.ae86f5a3.png)}.btn,.elite-news-download-button{text-transform:uppercase;letter-spacing:0;display:inline-flex;align-items:center;justify-content:center;padding:1.9rem;line-height:0;border-radius:0;font-size:1.5rem;font-weight:700;width:auto;max-width:100%;white-space:nowrap}@media all and (max-width: 35.9375em){.btn,.elite-news-download-button{display:block;white-space:normal !important;padding:.7rem !important;line-height:initial}}
.btn.btn-lg,.btn-lg.elite-news-download-button,.btn-group-lg>.btn,.btn-group-lg>.elite-news-download-button{padding:2.4rem 4.2rem;font-size:1.7rem}.btn.btn-sm,.btn-sm.elite-news-download-button,.btn-group-sm>.btn,.btn-group-sm>.elite-news-download-button{padding:1.4rem;font-size:1.3rem;min-width:9rem}.btn.btn-sm .button-icon-right,.btn-sm.elite-news-download-button .button-icon-right,.btn-group-sm>.btn .button-icon-right,.btn-group-sm>.elite-news-download-button .button-icon-right{margin-left:1rem}.btn.disabled,.disabled.elite-news-download-button,.btn:disabled,.elite-news-download-button:disabled{border-color:#d1d2d6;background:#d1d2d6;color:#fff}.btn.btn-transparent,.btn-transparent.elite-news-download-button{background-color:rgba(0,0,0,0);border:0;padding:0;font-weight:500}.btn.btn-show-all,.btn-show-all.elite-news-download-button{background-color:rgba(0,0,0,0);margin:2.5rem 0;border:0;padding:0;font-size:1.9rem;font-weight:500}.btn.btn-color-filled,.btn-color-filled.elite-news-download-button{color:#fff;background-color:#009dcd;border:1px solid #009dcd}.btn.btn-color-filled:hover,.btn-color-filled.elite-news-download-button:hover{color:#fff;background-color:#009dcd}@media all and (min-width: 64em){.btn.btn-color-filled:hover,.btn-color-filled.elite-news-download-button:hover{color:#009dcd;background-color:#fff}}
.btn.btn-color-filled-white,.btn-color-filled-white.elite-news-download-button{color:#009dcd;background-color:#fff;border:1px solid #009dcd}.btn.btn-color-filled-white:hover,.btn-color-filled-white.elite-news-download-button:hover{color:#009dcd;background-color:#fff}@media all and (min-width: 64em){.btn.btn-color-filled-white:hover,.btn-color-filled-white.elite-news-download-button:hover{color:#fff;background-color:#009dcd}}
.btn-primary,.elite-news-download-button{color:#fff;background-color:#009dcd;border:1px solid #009dcd}.btn-primary:hover,.elite-news-download-button:hover,.btn-primary:focus,.elite-news-download-button:focus{color:#fff;background-color:#009dcd !important}@media all and (min-width: 64em){.btn-primary:hover,.elite-news-download-button:hover,.btn-primary:focus,.elite-news-download-button:focus{color:#009dcd;background-color:#fff !important}}
.btn-primary:not([disabled]):not(.disabled):active,.elite-news-download-button:not([disabled]):not(.disabled):active,.btn-primary:not([disabled]):not(.disabled).active,.elite-news-download-button:not([disabled]):not(.disabled).active,.show>.btn-primary.dropdown-toggle,.show>.dropdown-toggle.elite-news-download-button{color:#fff;background-color:#66c4e0;border-color:#66c4e0}.btn-outline-primary,.btn-outline-primary:hover{color:#009dcd;border-color:#009dcd;background-color:rgba(0,0,0,0)}.btn-outline-secondary{color:#fff;border-color:#fff;background-color:rgba(0,0,0,0)}.btn-outline-secondary:hover,.btn-outline-secondary:focus{color:#fff;border-color:#fff}@media all and (min-width: 64em){.btn-outline-secondary:hover,.btn-outline-secondary:focus{color:#001924;background-color:#fff}}
.elite-contact-form-submit.centered{text-align:center}.elite-contact-form-submit button{text-transform:uppercase;letter-spacing:0;display:inline-flex;align-items:center;justify-content:center;padding:1.9rem;line-height:0;border:0;font-size:1.5rem;font-weight:700;color:#fff;background-color:#009dcd;width:240px;height:50px}.elite-contact-form-submit button:hover{background-color:#0077b5;border-color:#0077b5}.elite-header-download-button{border:1px solid #fff !important;color:#fff;padding:2.4rem;margin-top:1.6rem}@media all and (max-width: 35.9375em){.elite-header-download-button{margin-top:1.2rem}}
.elite-header-download-button span{margin-right:1rem}.elite-header-download-button:hover{border:1px solid #fff !important;color:#fff}@media all and (min-width: 64em){.elite-header-download-button:hover{border:1px solid #009dcd !important;background:#009dcd;color:#fff}}
.elite-news-download-button{font-size:1.5rem}.elite-news-download-button span{font-size:1.9rem;margin-right:1rem}.elite-header-image{width:100%;overflow:hidden}.elite-header-image img{height:40rem}.elite-single-news-header-image{overflow:hidden;position:relative;width:100%;height:50rem}.elite-single-news-header-image .elite-single-news-header-image-full{width:100%;-o-object-fit:contain;object-fit:contain}@media all and (max-width: 35.9375em){.elite-single-news-header-image .elite-single-news-header-image-full{width:auto;height:100%;-o-object-fit:contain;object-fit:contain}}
.elite-single-news-logo-image{max-height:100%;max-width:100%;flex:0 0 auto}@media screen and (max-width: 767px){.elite-single-news-logo-image{float:none;margin-right:0}}
.elite-company-profile-header-image{overflow:hidden;position:relative;width:100%;padding:8rem 8rem 14rem}@media screen and (max-width: 768px){.elite-company-profile-header-image{padding:4rem 2rem;display:flex;justify-content:center;align-items:center}}
.elite-company-profile-header-image .elite-single-news-header-image-full{width:100%;filter:blur(5px);position:absolute;top:0}@media all and (max-width: 35.9375em){.elite-company-profile-header-image .elite-single-news-header-image-full{width:auto;height:100%;position:relative;margin:auto}}
.image.image-style-block-align-left{margin:1rem auto 1rem 0;text-align:left}.image.image-style-block-align-right{margin:1rem 0 1rem auto;text-align:right}.image.image-style-align-center{margin:1rem auto;text-align:center}.image-style-align-right{float:right;margin:1rem 0 1rem 1rem}.image-style-align-left{float:left;margin:1rem 1rem 1rem 0}.card{border-color:#d1d2d6;flex:1;flex-grow:1}.card .card-header{padding:3rem 2.5rem;border-bottom:2px solid #d1d2d6;display:flex}.card .card-title{font-weight:500;font-size:1.5rem;color:#001924;margin-bottom:.4rem}.card .card-title-single-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card .card-text{font-weight:400;font-size:1.5rem;line-height:2.3rem;color:#727981}.card .card-body{padding:2rem}.card .card-footer{border-top:1px solid #f4f7f9;padding:2rem}.card.card-service{padding:2.4rem;border-color:#cdebf5;background-color:#f4f7f9;width:100%}.card.card-service .card-title{font-size:1.9rem;font-weight:700}.card.card-service .card-text{font-size:1.5rem}.card.card-service .card-body{display:flex;flex-direction:column;padding:0}.card.card-service .card-body .btn,.card.card-service .card-body .elite-news-download-button{display:flex;justify-content:space-between;margin-top:auto;font-size:1.2rem;padding-right:1rem;padding-left:1rem}.card.card-quote{height:100%;border-color:rgba(0,0,0,0)}.card.card-quote .card-header picture{width:4rem;height:4rem;flex:0 0 auto;margin-right:2rem}.card.card-quote .card-header .user-avatar{border-radius:50%;-o-object-fit:contain;object-fit:contain;width:4rem;height:4rem;margin-right:2rem}.card.card-quote .user-name{font-size:1.5rem;font-weight:400;color:#001924}.card.card-quote .user-position{font-size:1.2rem;font-weight:400;color:#727981;line-height:1}.card.card-quote .card-body{padding:2.5rem 3rem}.card.card-quote .card-body .company-logo{max-height:5rem;width:auto}.card.card-quote a{text-decoration:none;height:100%}.card.card-quote a:hover .company-logo{transform:scale(1.01);transform:scale(1.1)}.card.card-news{border-color:rgba(0,0,0,0);margin:1rem}@media all and (max-width: 35.9375em){.card.card-news{border-color:#f8f8f8}}
.card.card-news.card-news-row{flex-direction:row}.card.card-news.card-news-row .news-logo{margin:1.5rem .5rem 1.5rem 1.5rem;height:10rem;width:12.6rem;display:flex;align-items:center;justify-content:center;flex:0 0 12.6rem;border:1px solid #d1d2d6;padding:1rem 2rem;cursor:pointer}@media screen and (max-width: 767px){.card.card-news.card-news-row .news-logo{flex:0 0 10rem}}
.card.card-news.card-news-row .news-image{margin:1.5rem .5rem 1.5rem 1.5rem;height:10rem;width:100%;max-width:10rem;border:1px solid #d1d2d6}@media all and (max-width: 35.9375em){.card.card-news.card-news-row .news-image{height:9rem;flex:0 0 11.5rem}}
.card.card-news.card-news-row img{max-width:100%;max-height:100%}.card.card-news.card-news-row.vertical-card{flex-direction:column}.card.card-news.card-news-row.vertical-card .news-image{padding:1.5rem 0;margin:0;height:12rem;width:100%;max-width:100%;flex:0 0 12.6rem;border:none;border-bottom:1px solid #d1d2d6}@media screen and (max-width: 767px){.card.card-news.card-news-row.vertical-card .news-image{height:10rem;flex:0 0 10rem}}
.card.card-news.card-news-row.vertical-card .news-image a,.card.card-news.card-news-row.vertical-card .news-image span{display:flex;height:12rem;width:12.6rem;align-items:center;justify-content:center;flex:0 0 12.6rem}@media screen and (max-width: 767px){.card.card-news.card-news-row.vertical-card .news-image a,.card.card-news.card-news-row.vertical-card .news-image span{flex:0 0 10rem;height:10rem;width:10rem;padding:.1px}}
.card.card-news.card-news-row.vertical-card .news-image img{max-height:100%;max-width:100%;flex:0 0 auto}.card.card-news.card-news-row.vertical-card .card-body{padding:2rem}.card.card-news.card-news-row.vertical-card .card-body .card-title{line-height:2.4rem;font-size:1.9rem;min-height:4.8rem;font-weight:500;margin-top:1rem;margin-bottom:2rem;display:flex;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card.card-news.card-news-row.vertical-card .card-body .card-title a:hover,.card.card-news.card-news-row.vertical-card .card-body .card-title span:hover{text-decoration:underline}.card.card-news.card-news-row.vertical-card .card-body .card-abstract{line-height:2.4rem;color:#454d57;font-size:1.5rem;overflow:hidden;font-weight:400;margin-bottom:3rem;display:flex;-webkit-line-clamp:4;-webkit-box-orient:vertical}.card.card-news.card-news-row.vertical-card .card-body .news-category-date{font-size:1.3rem}.card.card-news.card-news-row.vertical-card .card-body .news-social-access{font-size:1.3rem;min-height:2.5rem}.card.card-news.card-news-row.vertical-card .card-body .news-social-access .news-access{position:initial}.card.card-news.card-news-row.vertical-card .card-body .news-social-access .news-social{position:absolute;right:2rem;display:flex;gap:.6rem}.card.card-news.card-news-row.vertical-card .card-body .news-social-access .news-social .icon{padding:1rem;color:#fff}.card.card-news.card-news-row.vertical-card .card-body .news-social-access .news-social .icon-Twitter{background-color:#58c2e3}.card.card-news.card-news-row.vertical-card .card-body .news-social-access .news-social .icon-Linkedin{background-color:#0097cf}.card.card-news.card-news-row.vertical-card .card-body .news-social-access .news-social .block{font-size:1.3rem;padding:1.7rem 1rem;margin:0}.card.card-news.card-news-row.card-news-widget-block{max-height:36rem}.card.card-news.card-news-row.card-news-widget-block .news-image{padding:.5rem 0;margin:0;height:10rem;flex:0}.card.card-news.card-news-row.card-news-widget-block .news-image a,.card.card-news.card-news-row.card-news-widget-block .news-image span{height:10rem}.card.card-news.card-news-row.card-news-widget-block .news-image img{max-height:99%;max-width:100%;flex:0 0 auto}.card.card-news.card-news-row.card-news-widget-block .card-body .card-title{min-height:12.5rem;margin-bottom:1.5rem;-webkit-line-clamp:5}@media screen and (max-width: 767px){.card.card-news.card-news-row.card-news-widget-block .card-body .card-title{min-height:7.5rem;-webkit-line-clamp:3}}
.card.card-news.card-news-row.card-news-widget-block .card-body .news-social-access{min-height:1.5rem}.card.card-news .news-image{height:25rem;display:flex;justify-content:center;align-items:center}.card.card-news .news-image:hover{cursor:pointer}.card.card-news .news-image img{max-height:100%;max-width:100%;width:auto;flex:0 0 auto}.card.card-news .card-body{padding:2rem 2rem 1rem;display:flex;flex-direction:column;overflow:hidden}.card.card-news .card-body .card-title{line-height:1.7rem;font-size:1.4rem;font-weight:700;overflow:hidden;text-overflow:ellipsis}.card.card-news .card-body .card-title-full-width{max-height:3.8rem}.card.card-news .card-body .card-title a{cursor:pointer;color:#001924}.card.card-news .card-body .card-title span{color:#001924}.card.card-news .card-body .card-title span:hover{cursor:pointer}.card.card-news .card-body .news-category-date{display:flex;align-items:normal;justify-content:space-between;flex-direction:row;font-size:1rem;margin-bottom:.6rem}.card.card-news .card-body .news-category-date .news-category{color:#00958f;font-weight:400;text-transform:capitalize}.card.card-news .card-body .news-category-date .news-date{color:#727981}.card.card-news .card-body .news-social-access{display:flex;align-items:normal;justify-content:space-between;flex-direction:row;font-size:1.3rem;color:#d1d2d6;margin-top:auto;align-items:flex-end}.card.card-news .card-body .news-social-access .icon-Twitter-X{margin-right:1.4rem}.card.card-news .card-body .news-social-access .news-access{position:absolute;right:2rem}.card.card-news .card-body .news-social-access .news-social{display:flex}.card.card-news .card-body .news-social-access .news-social span{height:2.5rem}.card.card-news .card-body .news-social-access .news-social span:hover{cursor:pointer}.card.card-news .card-body .news-social-access .news-social a{width:1.4rem;height:1.4rem;cursor:pointer;color:#d1d2d6}.tab-category-news{flex:0 0 auto;width:33.3333%;padding:.5rem;margin-bottom:2rem}@media screen and (max-width: 767px){.tab-category-news{flex:0 0 auto;width:100%}}
.card.card-partner{flex-direction:row;height:8rem;text-decoration:none;color:#001924}.card.card-partner .card-logo{display:flex;align-items:center;justify-content:center;padding:2rem;width:8rem;border-right:1px solid #d1d2d6}.card.card-partner .card-logo img{max-height:100%;max-width:100%;flex:0 0 auto}.card.card-partner .card-body{display:flex;align-items:center;justify-content:space-between;padding:4rem 3rem;font-size:1.5rem}.card.card-partner .card-body .card-title{font-weight:500;margin-bottom:0;line-height:1}.card.card-library{display:flex;flex-direction:row;min-height:8rem;background-color:#f8f8f8;border:none}.card.card-library .card-logo{display:flex;align-items:center;justify-content:center;padding:2rem;flex:0 0 8rem}.card.card-library .card-logo img{max-height:100%;max-width:100%}.card.card-library .card-body{display:flex;align-items:center;justify-content:space-between;font-size:1.7rem;padding-left:0}.card.card-library .card-body .card-title{font-weight:400;margin-bottom:0;font-size:1.7rem;line-height:2.3rem}.card.card-library .card-body .card-title a{color:#454d57}.card.card-country{height:6rem;width:100%;text-decoration:none;color:#001924}.card.card-country .card-title{font-size:1.3rem;font-weight:500;margin-bottom:0;margin-left:1.5rem;margin-right:auto}.card.card-country .card-body{display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:1.3rem;max-height:6rem}.card.card-country .card-body .card-logo{display:flex;align-items:center}.card.card-company{border-color:rgba(0,0,0,0);flex-direction:row}.card.card-company .company-logo{margin:1.5rem .5rem 1.5rem 1.5rem;height:10rem;width:12.6rem;display:flex;align-items:center;justify-content:center;flex:0 0 12.6rem;border:1px solid #d1d2d6;padding:1rem 2rem;cursor:pointer}@media all and (max-width: 35.9375em){.card.card-company .company-logo{height:9rem;flex:0 0 11.5rem}}
.card.card-company .company-logo img{max-height:8.4rem;max-width:100%;flex:0 0 auto}.card.card-company .company-logo .card-company-image{height:unset}.card.card-company .card-body{padding:2rem 2rem 1rem;display:flex;flex-direction:column;overflow:hidden}.card.card-company .card-body .card-title{font-weight:400;text-overflow:ellipsis;max-height:3.8rem;overflow:hidden}.card.card-company .card-body .card-title a{color:#001924}.card.card-company .card-body .card-title-nowrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card.card-company .card-body .card-title-nowrap a{color:#001924}.card.card-company .card-body .card-company-category{font-size:1rem;margin-bottom:.5rem;color:#727981;display:flex;justify-content:flex-end}@media all and (max-width: 35.9375em){.card.card-company .card-body .card-company-category{justify-content:left}}
.card.card-company .card-body .card-company-spacing{margin-top:1.5rem}.card.card-company .card-body .card-company-sector{font-size:1.3rem;font-weight:500;color:#727981;margin-bottom:.5rem}.card.card-company .card-body .card-company-description-certified{display:flex;justify-items:flex-end;justify-content:space-between}.card.card-company .card-body .card-company-description-certified .card-access{bottom:1rem;right:2rem;font-size:1.3rem;position:absolute}.card.card-company .card-body .card-company-description-certified .card-company-description{font-size:1.3rem;font-weight:400;color:#727981}@media all and (max-width: 35.9375em){.card.card-company .card-body .card-company-description-certified .card-company-description{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
.card.card-company .card-body .card-company-description-certified .card-company-description a{color:inherit}.card.card-company .card-body .card-company-description-certified .card-company-certified{color:#009dcd;font-size:2.4rem;margin-left:1rem}@media all and (max-width: 35.9375em){.card.card-company .card-body .card-company-description-certified .card-company-certified{display:none}}
.card.card-governance{height:100%;flex-direction:row;padding:2.5rem 2rem}.card.card-governance .user-avatar{margin-right:2rem;height:5rem;width:5rem;border-radius:50%;-o-object-fit:contain;object-fit:contain}.card.card-governance .user-name{font-size:1.5rem;font-weight:400;color:#001924}.card.card-governance .user-position{font-size:1.2rem;font-weight:400;color:#727981;line-height:1}.card.card-download{padding:5rem;align-items:center}.card.card-download .card-title{font-size:1.9rem;margin-bottom:2rem}.card.card-download .card-icon{height:7rem;width:7rem;margin-bottom:2rem;position:relative}.card.card-download .card-icon img{height:100%}.card.card-download .card-icon .file-type{background-color:#00958f;color:#fff;position:absolute;bottom:1rem;right:-0.3rem;text-transform:uppercase;font-weight:700;font-size:1rem;padding:.3rem .8rem;border-radius:2rem;height:2rem;line-height:1;display:flex;align-items:center}.card.card-download .card-file-name{font-size:1.3rem;margin-bottom:3rem}.card.funding-card{padding:2.4rem;margin:1rem;flex-direction:column;background-color:#fff;border:1px solid #f1f1f1;display:flex;flex:auto}.card.funding-card .image-container{display:flex;justify-content:flex-start;padding-top:.1rem}.card.funding-card .image-container img{width:7rem;height:7rem;-o-object-fit:contain;object-fit:contain}.card.funding-card .wrapper-card{width:100%;overflow:hidden;margin-bottom:3rem;flex-grow:1}.card.funding-card .wrapper-card .title-card{font-size:1.9rem;text-align:left;margin-bottom:1.6rem;margin-top:3rem;color:#009dcd;font-weight:500;line-height:1;letter-spacing:.04rem}.card.funding-card .wrapper-card .paragraph-card{text-align:left;width:100%;font-size:1.4rem;font-weight:400;line-height:2.4rem;color:#727981;letter-spacing:.04rem;margin-bottom:2.4rem}.funding-card-button{color:#009dcd;display:inline-block;text-transform:uppercase;font-size:1.3rem;font-weight:700;text-decoration:none;position:center;padding:0;cursor:pointer}.card-podcast{width:100%;background:#fff;padding:0;display:flex;flex-direction:column;height:100%}.card-podcast p{margin:0}.card-podcast__image{width:100%;position:relative;overflow:hidden}.card-podcast__image img{min-width:100%;min-height:100%;width:auto;height:auto;max-width:100%}.card-podcast__microphone{background:#fff;width:3rem;height:3rem;display:flex;justify-content:center;align-items:center;position:absolute;bottom:1.5rem;right:1.5rem;border-radius:50%}.card-podcast__microphone span{color:#454d57;font-size:1.3rem}.card-podcast__infos{padding:1.5rem 1rem 0;display:flex;justify-content:space-between;align-items:center;font-size:1.3rem}.card-podcast__infos-date,.card-podcast__infos-duration{color:#727981}.card-podcast__abstract,.card-podcast__title{padding:1.5rem 1rem 0;color:#001924;font-size:1.9rem;font-weight:500;line-height:2.4rem}.card-podcast__abstract p,.card-podcast__title p{-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-podcast__abstract{color:#727981;font-size:1.5rem;font-weight:400;line-height:2.4rem}.card-podcast__abstract p{-webkit-line-clamp:3}.card-podcast__socials{flex-grow:1;padding:1.5rem 1rem;display:flex;justify-content:flex-end;align-items:flex-end;gap:.6rem}.card-podcast__socials span{height:3rem;width:3rem;color:#fff;margin-left:.6rem;display:flex;justify-content:center;align-items:center;font-size:1.4rem}.card-podcast__socials .icomoon-twitter{background:#58c2e3}.card-podcast__socials .icomoon-linkedin2{background:#0097cf}.basket-bond-card{width:33.333%;background:#fff;padding:0;display:flex;flex-direction:column;height:100%;box-shadow:0 5px 20px rgba(18,78,104,.1)}@media all and (max-width: 47.9375em){.basket-bond-card{width:100%}}
.basket-bond-card p{margin:0}.basket-bond-card__image{width:100%;position:relative;overflow:hidden;display:flex}.basket-bond-card__image img{height:20rem;min-height:100%;width:100%;max-width:100%;margin:auto;-o-object-fit:cover;object-fit:cover}.basket-bond-card__infos{padding:2rem 2rem 0;display:flex;justify-content:space-between;align-items:center;font-size:1.2rem}.basket-bond-card__infos-date{color:#727981}.basket-bond-card__infos-type{color:#00958f}.basket-bond-card__abstract,.basket-bond-card__title{padding:1.5rem 2rem 0;font-size:1.8rem;font-weight:500;line-height:2.4rem}.basket-bond-card__abstract p,.basket-bond-card__title p{-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.basket-bond-card__abstract a,.basket-bond-card__title a{color:#001924}.basket-bond-card__abstract a:hover,.basket-bond-card__title a:hover{text-decoration:underline}.basket-bond-card__abstract{color:#727981;padding-bottom:2.4rem;font-size:1.5rem;font-weight:400;line-height:2.4rem}.basket-bond-card__abstract p{-webkit-line-clamp:3}.basket-bond-card__socials{flex-grow:1;padding:0 2rem 1.5rem;display:flex;justify-content:flex-end;align-items:flex-end;gap:.6rem}.basket-bond-card__socials span{height:3rem;width:3rem;color:#fff;margin-left:.6rem;display:flex;justify-content:center;align-items:center;font-size:1.4rem;cursor:pointer}.any-questions-block,.funding-block,.page-gallery-block{position:relative;padding:10rem 0}@media screen and (max-width: 767px){.page-gallery-block .swiper-container{padding:0 3rem}}
.page-gallery-block .swiper-slide{height:auto}.page-gallery-block .card{height:100%}.page-gallery-block .page-gallery-block-prev,.page-gallery-block .page-gallery-block-next{transform:translate(0, -50%);background-color:#e5e8ea !important}.page-gallery-block .swiper-pagination-bullet{border:.1rem solid #e5e8ea !important}.page-gallery-block .swiper-pagination-bullet-active{background-color:#e5e8ea !important}.about-us-block .elite-section-caption{margin-top:2rem}.about-us-block .about-us-cards{margin:10rem 0 4rem;gap:3rem}.any-questions-block h2,.any-questions-block .h2{margin-bottom:2rem}.any-questions-block .button{margin-top:2.6rem}.elite-path-block .elite-content-block-no-bg{padding:11rem}@media all and (max-width: 35.9375em){.elite-path-block .elite-content-block-no-bg{padding:5rem 0}}
.elite-path-block .elite-section-caption{padding:4.5rem 10rem 8rem}@media all and (max-width: 35.9375em){.elite-path-block .elite-section-caption{padding:0}}
.elite-twitter-widget{padding:3rem;font-size:1.3rem;position:relative;text-align:center;background-color:#fff;min-height:43.6rem;display:flex}.elite-twitter-widget img{width:7rem}.elite-twitter-widget a{font-weight:500}.elite-twitter-widget-title{font-size:1.9rem;text-transform:uppercase;color:#001924;margin:3rem 0 0}.elite-twitter-widget-link{display:block;margin-bottom:2.5rem}.elite-twitter-widget-message{color:#727981;font-weight:300;margin-bottom:2.5rem}.elite-twitter-widget-date{color:#d1d2d6;font-size:1rem}.elite-twitter-widget-carousel-indicators{position:static;display:flex;justify-content:center;list-style:none;padding:0;margin:2rem 0 0}.elite-twitter-widget-carousel-indicators li{width:1rem;height:1rem;border-radius:50%;background-color:rgba(0,0,0,0);border:2px solid #d1d2d6;margin-right:5px;margin-left:5px}.elite-twitter-widget-carousel-indicators li.active{background-color:#d1d2d6}.elite-twitter-timeline{height:43.6rem;background-color:#fff;overflow-y:auto}.elite-linkedin-widget-new{min-height:30rem;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between}.elite-linkedin-widget-new .elite-linkedin-widget-intro{background:url(/build/website/images/linkedin-bg.461a8812.jpg) no-repeat center;padding:1.5rem;display:flex;flex-direction:row;align-items:flex-end}.elite-linkedin-widget-new .elite-linkedin-widget-intro img{border-radius:.5rem;margin-right:2rem}.elite-linkedin-widget-new .elite-linkedin-widget-intro h2,.elite-linkedin-widget-new .elite-linkedin-widget-intro .h2{color:#fff}.elite-linkedin-widget-new .linkedin-description{padding:1rem;display:flex;align-items:center;flex-direction:column;letter-spacing:-0.5px}.elite-linkedin-widget-new .linkedin-description p{font-size:17px;font-weight:700;text-align:center;margin:0}.elite-linkedin-widget-new .linkedin-description p span{font-weight:400}.elite-linkedin-widget-new .linkedin-button{padding:0 1.5rem 1.5rem;display:flex;flex-direction:row;justify-content:space-between}.elite-linkedin-widget-new .linkedin-button img{width:5rem;margin-right:1rem}.elite-linkedin-widget-new .linkedin-button .btn-linkedin{display:flex;text-transform:initial;color:#fff;font-size:1.5rem;letter-spacing:0;width:100%;padding:0;background-color:#0077b5}.elite-linkedin-widget-new .linkedin-button .btn-linkedin:hover{background-color:#0097cf}.elite-notification-block{border:1px solid #d1d2d6;color:#727981;padding:2.5rem;width:100%;display:flex;justify-content:space-between;align-items:center;flex:1}@media all and (max-width: 35.9375em){.elite-notification-block{flex-direction:column;align-items:flex-start}}
.elite-notification-block .description-column{flex-grow:1;margin-right:2rem}@media all and (max-width: 35.9375em){.elite-notification-block .description-column{width:100%;margin-right:0;margin-bottom:1rem}}
.elite-notification-block .description-column .notification-title{font-size:1.7rem;font-weight:500}.elite-notification-block .description-column .notification-caption{font-size:1.7rem;line-height:2.3rem;margin-bottom:0}.elite-cookie-block{background-color:#cdebf5;font-size:1.3rem;padding:2.5rem 0;line-height:2.2rem}.elite-cookie-block-button{display:flex;align-items:center;justify-content:flex-end}.elite-cookie-block-button a{color:#000 !important}@media all and (max-width: 35.9375em){.elite-cookie-block-button{justify-content:flex-start;margin-top:1rem}}
.modal-wrapper{top:0;bottom:0;left:0;right:0;position:fixed;z-index:9999;overflow-y:auto;padding:5rem}@media screen and (max-width: 767px){.modal-wrapper{padding:1rem}}
.elite-contact-modal-container{width:50rem;margin:0 auto;text-align:center;background-color:#fff;padding:0 7.5rem 7rem;border-radius:1rem;position:relative}@media screen and (max-width: 767px){.elite-contact-modal-container{z-index:1021;width:100%;min-height:100%;text-align:center;background-color:#fff;padding:30% 5% 5%;border-radius:1.5rem}}
.elite-contact-modal-title{color:#0095d1;font-weight:500;font-size:2.3rem;width:70%;margin-left:15%}.elite-contact-modal-close-icon-container{position:absolute;top:3rem;right:0;border:1px solid #d3d3d3;border-radius:100%;font-size:1.2rem;height:3.5rem;width:3.5rem;line-height:.4;padding:.5rem;cursor:pointer;transition:.3s all ease-in-out}.elite-contact-modal-close-icon-container:hover{background-color:#0077b5}.elite-contact-modal-close-icon-container::before{margin:0;color:#a9a9a9;max-width:100%;content:"";font-family:eliteIcons;position:absolute;top:1.5rem;right:0;left:0;text-align:center}.elite-contact-modal-subtext{font-size:1.3rem;color:#a9a9a9}.elite-contact-modal-message-icon{height:10rem;margin:auto}.elite-contact-modal-header{position:relative;padding-top:7rem}@media screen and (max-width: 767px){.elite-contact-modal-header{padding-top:1rem}}
.elite-modal-background{position:fixed;z-index:11;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}@media screen and (max-width: 767px){.messageform{padding:0 !important}}
.elite-private-content-link{cursor:pointer}.elite-private-content-link:hover{text-decoration:underline}.elite-contact-modal-container-custom{position:fixed;top:20rem;left:0;right:0;z-index:12;display:none}.login-modal-container{border:1px solid #ded6d6}@media screen and (max-width: 767px){#eliteTermsAccessModal .elite-contact-modal-container{margin-top:3rem;padding-top:5%;max-width:30rem}}@media screen and (min-width: 767px)and (max-width: 1024px){#eliteTermsAccessModal .elite-contact-modal-container{width:65rem}#eliteTermsAccessModal .elite-contact-modal-container label{line-height:2.5rem}}@media screen and (min-width: 1025px){#eliteTermsAccessModal .elite-contact-modal-container{width:90rem}#eliteTermsAccessModal .elite-contact-modal-container label{line-height:2.5rem}}
#eliteTermsAccessModal .eliteTermsAccessModal-body{font-size:1.3rem;text-align:left}#eliteTermsAccessModal .eliteTermsAccessModal-body input{border:2px solid #d1d2d6;width:2rem;height:2rem;border-radius:0}#eliteTermsAccessModal .eliteTermsAccessModal-body p{text-align:left}#eliteTermsAccessModal .eliteTermsAccessModal-body label{line-height:2.5rem}#eliteTermsAccessModal .eliteTermsAccessModal-body ul{padding-left:1.5rem;text-align:justify}#eliteTermsAccessModal .eliteTermsAccessModal-body #eliteTermsAccessAccessButton:disabled:hover{background:none}#eliteTermsAccessModal .eliteTermsAccessModal-body .terms_box{width:100%;height:15rem;resize:none;border:solid 1px #d1d2d6;color:#727981;font-size:1.3rem;overflow-y:scroll;padding:1.5rem;margin-bottom:1.5rem}@media screen and (max-width: 767px){#eliteTermsAccessModal .eliteTermsAccessModal-body .terms_box{height:30rem}}
#eliteTermsAccessModal .eliteTermsAccessModal-body .terms_box .list_wrapper{display:flex}#eliteTermsAccessModal .eliteTermsAccessModal-body .terms_box .bold{font-weight:bold}#eliteTermsAccessModal .eliteTermsAccessModal-body .terms_box .list_number{min-width:3rem}#eliteTermsAccessModal .eliteTermsAccessModal-body .terms_box .list_number_indent{padding-left:3rem;min-width:5rem}#eliteTermsAccessModal .eliteTermsAccessModal-body .terms_box .list_number_indent_indent{padding-left:5rem;min-width:7rem}#eliteTermsAccessModal .eliteTermsAccessModal-body .terms_box p{text-align:justify}#eliteTermsAccessModal #eliteTermsAccessButton:disabled:hover,#eliteTermsAccessModal #eliteTermsAccessButton :disabled:active{background:#d1d2d6;border:#d1d2d6}.elite-login-modal-input-label{font-size:1.3rem;color:#727981;text-align:left}.elite-login-modal-forgot-password-link{font-size:1.2rem;padding-right:1.5rem;text-decoration:underline;text-align:left}.elite-login-modal-forgot-password-link:first-child{text-align:left}.elite-login-modal-forgot-password-link:last-child{text-align:right}.close-button-position{z-index:999;right:2rem !important}@media all and (max-width: 35.9375em){.close-button-position{top:1rem}}@media all and (max-width: 35.9375em){.close-button-position{right:0}}
.elite-show-password-eye{position:absolute;right:2rem;font-size:1.5rem;top:1.5rem}#hidePasswordEye{display:none}input::-ms-clear,input::-ms-reveal{display:none}.elite-modal-arrow{transform:rotate(180deg);font-size:1.5rem;top:5px;position:absolute;left:-30px}.elite-modal-header-subtitle{font-size:1.5rem;color:#727981}.reset-password-form-container{height:50rem;width:52rem;position:absolute;top:25rem;left:0;right:0;margin:auto;padding:5rem;border-radius:1rem}.elite-reset-password-background-image{height:70rem}.elite-login-service-container{text-decoration:none;border:1px solid #d1d2d6;border-left:5px solid #009dcd;text-align:left;position:relative;padding:1rem 2rem}.elite-login-service-container:nth-child(2){border-left:5px solid rgba(0,157,205,.75)}.elite-login-service-container:nth-child(3){border-left:5px solid rgba(0,157,205,.5)}.elite-login-service-container:nth-child(4){border-left:5px solid rgba(0,157,205,.25)}@media screen and (max-width: 767px){#eliteSelectServiceModal{min-height:inherit}}
#eliteSelectServiceModal .elite-service-list-wrapper div:first-of-type{padding-bottom:3rem}#eliteSelectServiceModal .elite-service-list-wrapper div:first-of-type p{font-size:1.5rem}#eliteSelectServiceModal .elite-service-list-wrapper div:last-of-type{padding-top:3rem;border-top:1px solid #d1d2d6}@media screen and (max-width: 767px){#eliteSelectServiceModal .elite-service-list-wrapper{margin-top:3rem}}
.elite-modal-logout-link{color:#727981;font-size:1.3rem;position:relative}.elite-select-service-modal-link{display:inline-block;padding:0 .5rem;border:none;color:#727981;text-decoration:underline}.elite-select-service-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#009dcd;z-index:1;font-size:1.5rem;color:#fff;text-align:center;display:none}.elite-select-service-modal-title{position:absolute;left:0;right:0;top:40%}.elite-select-service-modal-title-arrow{position:absolute;right:2rem;top:55%}#captcha_container{display:inline-block;padding-top:3rem}div.error{position:relative;margin-top:-5vh;height:5vh}div.error span{color:red;font-size:1.4rem}.elite-newsletter-modal-container{width:50rem;margin:0 auto;text-align:center;background-color:#fff;padding:0 4.5rem 3rem;border-radius:2%;position:fixed;bottom:0;right:0}@media screen and (max-width: 767px){.elite-newsletter-modal-container{z-index:1021;width:100%;min-height:100%;text-align:center;padding:20% 5% 5%;border-radius:1.5rem;position:relative;bottom:auto;right:auto}}
.elite-newsletter-modal-container input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.elite-newsletter-modal-close-icon-container{position:absolute;top:3rem;right:0;border:1px solid #d3d3d3;border-radius:100%;font-size:1.2rem;height:3.5rem;width:3.5rem;line-height:.4;padding:.5rem;cursor:pointer;transition:.3s all ease-in-out}.elite-newsletter-modal-close-icon-container:hover{background-color:#0077b5;border:1px solid #fff}.elite-newsletter-modal-close-icon-container::before{margin:0;color:#a9a9a9;max-width:100%;content:"";font-family:eliteIcons;position:absolute;top:1.5rem;right:0;left:0;text-align:center}.elite-newsletter-modal-close-icon-container:hover::before{color:#fff}.newsletter__terms-and-conditions{font-size:11px;margin-left:1.2rem;height:2rem;line-height:2.2rem}.newsletter__checkbox-block{max-width:none;flex:0 0 100%}.newsletter-thank-you{text-align:center}.newsletter-thank-you h1,.newsletter-thank-you .h1{padding-bottom:.5rem}.newsletter-thank-you__info{margin-bottom:3rem}.workshop-calendar-block{padding:10rem 0;position:relative}.workshop-calendar-block__flex-container{display:flex;flex-direction:column;align-items:center}@media all and (min-width: 48em){.workshop-calendar-block__flex-container{flex-direction:row}}
.workshop-calendar-block__static-info{width:100%;margin-right:0;margin-bottom:1.6rem}@media all and (min-width: 48em){.workshop-calendar-block__static-info{width:40%;margin-right:1.6rem;margin-bottom:0;text-align:start}}
.workshop-calendar-block__static-info-title{color:#009dcd}.workshop-calendar-block__static-info-description{font-size:1.7rem;font-weight:400;line-height:2.9rem;color:#727981}.workshop-calendar-block__static-info>*:not(:first-child){margin-top:1.6rem}.workshop-calendar-block__card-container{width:100%;display:flex;align-items:center}@media all and (min-width: 48em){.workshop-calendar-block__card-container{width:60%}}
.workshop-calendar-block__card-container-arrows{font-size:3.4rem}.workshop-calendar-block__card-list{width:100%;margin-right:3.2rem;overflow:hidden;position:relative;transition:.2s ease-out}.workshop-calendar-block__card-slider{position:relative;padding-right:.8rem;padding-left:.8rem;transition:.2s ease-out}.workshop-calendar-block__underline{height:2px;width:5rem;background:#009dcd}@media all and (max-width: 47.9375em){.workshop-calendar-block__underline{margin-left:auto;margin-right:auto}}
.upcoming-workshop-card{display:flex;align-items:flex-start;background:#fff;padding:2.4rem;transform-origin:center;transform:scale(0.8);transition:.2s ease-out;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.upcoming-workshop-card__date{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-right:2.4rem;text-transform:uppercase}.upcoming-workshop-card__date>*:not(:first-child){margin-top:.8rem}.upcoming-workshop-card__date-month,.upcoming-workshop-card__date-year{font-size:1.7rem;font-weight:400;line-height:2.4rem}.upcoming-workshop-card__date-day{font-size:3.4rem;font-weight:500;line-height:2.4rem;color:#00958f}.upcoming-workshop-card__body{width:100%;display:flex;flex-direction:column;align-items:flex-start}.upcoming-workshop-card__body-title{text-decoration:none;color:#001924;font-size:1.9rem;font-weight:700;line-height:2.4rem}.upcoming-workshop-card__body-description{overflow:hidden;text-align:start;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:4rem}.upcoming-workshop-card__body-description *{margin-bottom:0 !important;font-size:1.3rem !important;line-height:1.9rem !important}.upcoming-workshop-card__body-actions{display:flex;text-transform:uppercase;align-self:flex-end;white-space:nowrap}.upcoming-workshop-card__body-actions>*:not(:first-child){margin-left:1.6rem}.upcoming-workshop-card__body-actions>*{font-size:1.4rem;font-weight:500;line-height:2.4rem;cursor:pointer;color:#009dcd}.upcoming-workshop-card__body-actions>*:hover{color:#009dcd;text-decoration:underline}.upcoming-workshop-card__body-location{color:#727981}.upcoming-workshop-card__body>*:not(:first-child){font-size:1.3rem;font-weight:400;line-height:2.4rem;margin-top:1.6rem;line-height:1.9rem}.carousel-container{padding:0 0 0 2rem;overflow:hidden;flex-wrap:wrap}@media all and (min-width: 768px){.carousel-container{padding:0 0 4rem 8rem;flex-wrap:nowrap}}
.calendar-block{padding:10rem 0;position:relative}@media all and (min-width: 64em){.calendar-block-content{padding-right:7.2rem}}@media screen and (max-width: 767px){.calendar-block-content{margin-bottom:3.2rem}}
.calendar-block-cards>*{border:1px solid #d1d2d6;border-top:none}.calendar-block-cards>*:first-child{border-top:1px solid #d1d2d6}.calendar-block__title{font-size:2.9rem;font-weight:500;line-height:3.2rem;color:#001924;margin-bottom:1.4rem}.calendar-block__subtitle{font-size:1.9rem;font-weight:400;line-height:2.4rem;color:#333;margin-bottom:3rem}.calendar-block__description>p{font-size:1.7rem;font-weight:400;line-height:2.9rem;color:#727981}.calendar-block-card{display:flex;align-items:center;background:#fff;padding:1.6rem}.calendar-block-card__date{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:.4rem;margin-right:2rem}.calendar-block-card__date>*:not(:first-child){margin-top:.4rem}.calendar-block-card__date-month,.calendar-block-card__date-year{text-transform:uppercase}.calendar-block-card__date-month{font-size:1.1rem;font-weight:500;line-height:2.4rem;color:#001924}.calendar-block-card__date-year{font-size:1rem;font-weight:400;line-height:2.4rem;color:#727981;letter-spacing:.1rem}.calendar-block-card__date-day{font-size:3.4rem;font-weight:500;line-height:2.4rem;color:#00958f}.calendar-block-card__body{width:100%;display:flex;flex-direction:column;align-items:flex-start}.calendar-block-card__body-title>p,.calendar-block-card__body-description>p,.calendar-block-card__body-location>p{margin-bottom:0}.calendar-block-card__body-title>p>a,.calendar-block-card__body-description>p>a,.calendar-block-card__body-location>p>a{text-decoration:none}.calendar-block-card__body-title,.calendar-block-card__body-title a{color:#001924;font-size:1.2rem;font-weight:500;line-height:2.4rem}.calendar-block-card__body-description,.calendar-block-card__body-description a{font-size:1.1rem;font-weight:400;line-height:2.4rem;margin-top:.4rem;color:#00958f}.calendar-block-card__body-location,.calendar-block-card__body-location a{color:#727981;font-size:1.1rem;font-weight:400;line-height:2.4rem}.elite-charts-radio{width:24.5rem;height:.2rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#d1d2d6;transform:rotate(90deg) translateY(10.7rem)}.elite-charts__row{display:flex;width:100%;justify-content:space-around;flex-direction:row}.elite-charts__radio-wrapper{display:flex;flex-direction:column}.elite-charts__radio-title{font-size:1.9rem}.elite-charts__radio-container>fieldset{height:26.4rem;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width: 767px){.elite-charts__radio-container{display:flex}}
.elite-charts__radio-option{margin:0;padding:0;font-size:1.5rem;width:100%}.elite-charts__radio-option input[type=radio]{accent-color:#009dcd;width:1.5rem;margin-right:.8rem}.elite-charts__pie-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.elite-charts__pie-title{font-size:2.3rem}.elite-charts__pie-graph{width:55rem;height:30rem}.elite-charts__divider{width:100%;margin-top:4rem;margin-bottom:4rem;display:flex;justify-content:center}.elite-charts__divider-line{width:80%;border-bottom:1px solid #727981}@media screen and (max-width: 1024px){.elite-charts__pie-graph{width:35rem}.elite-charts__row{flex-direction:column}}
.elite-contact-block{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;width:100%;height:66rem;transition:all .2s ease-out;background-position:center;background-repeat:no-repeat;background-size:cover}.elite-contact-block h1,.elite-contact-block .h1{font-size:3.4rem;font-weight:500;line-height:4.9rem}.elite-contact-block h2,.elite-contact-block .h2{font-size:2.9rem;font-weight:400;line-height:3.4rem}.elite-contact-block h3,.elite-contact-block .h3{font-size:2.3rem;font-weight:400;line-height:3.4rem}.elite-contact-block__wrapper-right,.elite-contact-block__wrapper-left{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;background-color:#fff;width:100%;height:100%;color:#727981}.elite-contact-block__wrapper-left{background:#053f38;color:#fff;justify-content:flex-end}.elite-contact-block__left{width:75%;max-width:47rem;margin-right:8rem;color:#fff}.elite-contact-block__left .question{font-size:3.4rem;font-weight:500}.elite-contact-block__left .text{font-size:2.3rem;font-weight:400}.elite-contact-block__left>*{transition:.2s ease-out}.elite-contact-block__left>*:not(:last-child){margin-bottom:3rem}.elite-contact-block__left-button,.elite-contact-block__right-button{font-size:1.9rem;font-weight:500;line-height:2.4rem}.elite-contact-block__right{display:flex;align-items:flex-end;justify-content:flex-start;flex-direction:column;width:75%;max-width:47rem;margin-left:8rem}.elite-contact-block__right .question{color:#001924;font-size:3.4rem;font-weight:500}.elite-contact-block__right .text{color:#727981;font-size:2.3rem;font-weight:400}.elite-contact-block__right>*{transition:.2s ease-out;text-align:end}.elite-contact-block__right>*:not(:last-child){margin-bottom:3rem}.elite-contact-block__right>*:first-child{color:#001924}.elite-contact-block__compressed{height:15rem}.elite-contact-block__compressed h1,.elite-contact-block__compressed .h1,.elite-contact-block__compressed h2,.elite-contact-block__compressed .h2,.elite-contact-block__compressed h3,.elite-contact-block__compressed .h3,.elite-contact-block__compressed h4,.elite-contact-block__compressed .h4,.elite-contact-block__compressed h5,.elite-contact-block__compressed .h5,.elite-contact-block__compressed h6,.elite-contact-block__compressed .h6,.elite-contact-block__compressed p{display:none}@media screen and (max-width: 1024px){.elite-contact-block{flex-direction:column;height:100%}.elite-contact-block .elite-contact-block__wrapper-left,.elite-contact-block .elite-contact-block__wrapper-right{justify-content:center}.elite-contact-block .elite-contact-block__left,.elite-contact-block .elite-contact-block__right{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-left:0;margin-right:0}.elite-contact-block .elite-contact-block__left>*,.elite-contact-block .elite-contact-block__right>*{text-align:center}.elite-contact-block .elite-contact-block__left .question,.elite-contact-block .elite-contact-block__right .question{margin-top:4rem}.elite-contact-block .elite-contact-block__left .btn,.elite-contact-block .elite-contact-block__left .elite-news-download-button,.elite-contact-block .elite-contact-block__right .btn,.elite-contact-block .elite-contact-block__right .elite-news-download-button{margin-bottom:4rem}}
.highlight-partner-block{display:flex;justify-content:center;align-items:center;border-bottom:1px solid #d1d2d6}.highlight-partner-block .container{background:#fff;margin:2.4rem 0}.highlight-partner-block .elite-content-block,.highlight-partner-block .elite-content-block-no-bg{padding:2.4rem}.highlight-partner-block__content{display:flex;width:100%;gap:2.4rem}@media screen and (max-width: 767px){.highlight-partner-block__content{flex-direction:column}}
.highlight-partner-block__description-block{width:100%;display:flex;justify-content:flex-start;flex-direction:column}.highlight-partner-block .btn-primary,.highlight-partner-block .elite-news-download-button{width:-moz-max-content;width:max-content}.highlight-partner-block__description{font-size:1.7rem;line-height:2.9rem;margin-bottom:1.6rem}.highlight-partner-block__description p{text-align:justify;margin:0}.highlight-partner-block__partners-block{width:100%;display:flex;flex-direction:column;gap:2.4rem;font-size:1.5rem;line-height:2.4rem}.highlight-partner-block__partners-viewAll{font-size:1.5rem;line-height:2.3rem;font-weight:600;align-self:flex-end;text-transform:uppercase}@media screen and (max-width: 767px){.highlight-partner-block__partners-viewAll{align-self:flex-start}}
.highlight-partner-block__partner-card{width:100%;display:flex;gap:2.4rem}.highlight-partner-block__partner-card-logo{width:12.6rem;min-width:12.6rem;height:10rem;display:flex;justify-content:center;align-items:center;padding:1rem;border:1px solid #d1d2d6}.highlight-partner-block__partner-card-logo img{max-width:100%;max-height:100%}.highlight-partner-block__partner-card-text{display:flex;justify-content:flex-start;flex-direction:column;gap:.5rem}.highlight-partner-block__partner-card-text p{margin:0;text-align:start;line-break:anywhere}.highlight-partner-block__partner-card-name{font-size:1.8rem;line-height:1.9rem;font-weight:700;color:#001924;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.highlight-partner-block__partner-card-description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.basket-bonds-block__title{margin-bottom:3.6rem;display:flex;flex-direction:row;align-items:center}.basket-bonds-block__title__text{text-align:center;text-transform:uppercase;max-width:85%;padding:0 2rem;font-size:2.9rem}.basket-bonds-block__title__before,.basket-bonds-block__title__after{background-color:#009dcd;height:1px;vertical-align:middle;flex-grow:1}.basket-bonds-block__cards{display:flex;flex-direction:row;justify-content:center;gap:2rem}@media all and (max-width: 47.9375em){.basket-bonds-block__cards{flex-direction:column}}
.basket-bonds-block__advantages{display:flex;flex-direction:column;gap:2.4rem}.basket-bonds-block__advantage{border-radius:1rem;display:flex;flex-direction:row;color:#454d57}.basket-bonds-block__advantage__img-wrapper{height:7rem;width:7rem;background:#fff;border-radius:99px;padding:.5rem;display:flex;justify-content:center;align-items:center;margin-right:2rem}.basket-bonds-block__advantage__img{width:100%;height:100%;border-radius:99px;background-position:center;background-size:contain;background-repeat:no-repeat}.basket-bonds-block__advantage__left{padding:4rem 3rem 4rem 2rem;border-radius:.5rem 0 0 .5rem;font-size:1.9rem;font-weight:700;text-transform:uppercase;display:flex;align-items:center}.basket-bonds-block__advantage__left img{width:7rem;height:7rem;margin-right:2rem}.basket-bonds-block__advantage__left{width:40%}.basket-bonds-block__advantage__left.light-teal{background-color:#e6f4f2}.basket-bonds-block__advantage__left.medium-teal{color:#fff;background-color:#80c6bf}.basket-bonds-block__advantage__left.dark-teal{color:#fff;background-color:#00958f}.basket-bonds-block__advantage__right{padding:2.4rem;font-size:1.5rem;width:60%}.basket-bonds-block__advantage.light-teal{border:2px solid #e6f4f2}.basket-bonds-block__advantage.medium-teal{border:2px solid #80c6bf}.basket-bonds-block__advantage.dark-teal{border:2px solid #00958f}@media all and (max-width: 63.9375em){.basket-bonds-block__advantage{flex-direction:column}.basket-bonds-block__advantage__left,.basket-bonds-block__advantage__right{width:100% !important}.basket-bonds-block__advantage__left{border-radius:.5rem .5rem 0 0}}
.basket-bonds-block__socials{flex-grow:1;padding:3.5rem 1.5rem;display:flex;justify-content:flex-end;align-items:flex-end;gap:.6rem}.basket-bonds-block__socials span{height:3.4rem;width:3.4rem;color:#fff;margin-left:.6rem;display:flex;justify-content:center;align-items:center;font-size:1.4rem;cursor:pointer}.faq__title{text-align:start;padding:2rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-style:solid;border-color:#d1d2d6}.faq__title:not(:last-child){border-width:1px 1px 0}.faq__title:hover{background-color:#bfe3df}.faq__title p{margin:0}.faq__title span{transition:all 200ms ease-in-out}.faq__title.open span{transform:rotate(180deg)}.faq__content{text-align:start;overflow:hidden;height:0;border-style:solid;border-color:#bfe3df;border-width:0 1px}.faq__content:last-child{border-width:0 1px 1px}.faq__content--text{padding:2rem;background-color:#bfe3df;transform:translateY(-100%);transition:all 200ms ease-in-out}.faq__title.open+.faq__content{height:auto}.faq__title.open+.faq__content .faq__content--text{transform:translateY(0%)}.newsletter-form-block{display:flex;position:relative}@media screen and (max-width: 768px){.newsletter-form-block{flex-direction:column;padding:0}}
.newsletter-form-block__section{padding:5rem 0}@media screen and (max-width: 768px){.newsletter-form-block__section{padding:0}}
.newsletter-form-block__description,.newsletter-form-block__submitted{flex:1;background:#00958f;color:#fff;padding:5rem 2.3rem 3rem;line-height:2.3rem;font-size:1.7rem;display:flex;flex-direction:column;gap:5rem}@media screen and (max-width: 768px){.newsletter-form-block__description,.newsletter-form-block__submitted{padding:5rem .9rem 3rem}}
.newsletter-form-block__description p,.newsletter-form-block__submitted p{padding:0;margin:0}.newsletter-form-block__email{align-self:center}.newsletter-form-block__form{flex:1;padding:5rem 2.3rem 3rem;display:flex;flex-direction:column;justify-content:space-between;background:#fff}@media screen and (max-width: 768px){.newsletter-form-block__form{padding:5rem .9rem 3rem}}
.newsletter-form-block__form-inputs{display:grid;grid-template-columns:1fr 1fr;gap:2.4rem}@media screen and (max-width: 768px){.newsletter-form-block__form-inputs{grid-template-columns:1fr}}
.newsletter-form-block__form-title{font-size:2.3rem;line-height:2.3rem;color:#001924;font-weight:700;align-self:center}.newsletter-form-block__form input[type=radio]{accent-color:#00958f;width:1.9rem}.newsletter-form-block__form label{padding-left:1rem;color:#727981}.newsletter-form-block__submitted{position:absolute;height:100%;width:100%;z-index:1;opacity:0;display:none;justify-content:center}.newsletter-form-block__submitted--text{align-self:center}.newsletter-form-block__submitted.fade-in{display:flex;animation:200ms ease-in 50ms fade-in forwards}.newsletter-form-block .error{margin:0;height:auto}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.elite-form .elite-form-title{font-size:2.9rem;font-weight:500;color:#001924}.elite-form .elite-form-subtitle{font-size:1.9rem;font-weight:400;color:#001924;margin-bottom:2rem}.elite-form .form-container{display:flex;gap:2rem 0;flex-flow:row wrap}.elite-form .elite-input{display:inline;padding:1rem}.elite-input{font-size:1.5rem;position:relative}.elite-input ul{list-style-type:none}.elite-input-height-6{height:6.5rem}.elite-input[data-type^=headline]{font-size:1.3rem;font-weight:700}.elite-input-required{position:absolute;margin-right:.5rem;margin-top:.3rem;font-size:1.3rem;color:#fe4d6a}.elite-input-required+label{margin-left:1rem}.elite-input-text input,.elite-input-email input,.elite-input-number input,.elite-input-range input,.elite-input-tel input{background-color:rgba(0,0,0,0);border:0;border-bottom:1px solid #d1d2d6;box-sizing:border-box;width:100%;height:3rem}.elite-input-text[data-type*=headline] label,.elite-input-email[data-type*=headline] label,.elite-input-number[data-type*=headline] label,.elite-input-range[data-type*=headline] label,.elite-input-tel[data-type*=headline] label{font-size:1.4rem}.elite-input-number{border-bottom:1px solid #d1d2d6;display:flex;flex-direction:column}.elite-input-number input{border-bottom:none;text-align:right;max-width:100px;align-self:flex-end}.elite-input-range{display:flex;gap:8px;align-items:center;width:100%;position:relative}.elite-input-range input{flex:1}.elite-input-range label.range-caption::after{content:attr(data-prefix) " " attr(data-value) " " attr(data-suffix);position:absolute;left:calc(50% - 20px);bottom:-20px}.selectr-input{margin:0}.selectr-container.open .selectr-input-container{padding:10px 15px}.elite-input-select input{border:0;border-bottom:1px solid #d1d2d6;background-color:rgba(0,0,0,0);width:100%;height:3rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.elite-input-select input option{padding-left:2rem}.elite-input-select.multiple select{max-height:20rem}.elite-input-select .selectr-container::after{display:block;color:#d1d2d6;position:absolute;pointer-events:none;top:0;right:1.5rem;font-size:1.4rem;z-index:1;font-family:eliteIcons;content:""}.elite-input-select .selectr-container.open::after{display:block;color:#727981;position:absolute;pointer-events:none;top:0;right:1.5rem;font-size:1.4rem;font-family:eliteIcons;content:""}.elite-input-select .selectr-selected .selectr-label{color:#727981}.elite-input-select .selectr-selected-container{border-radius:0}.elite-input-select .selectr-selected{padding:4px 0 0;background-color:rgba(0,0,0,0);border:0;box-sizing:border-box;width:100%;height:3rem;border-bottom:1px solid #d1d2d6;border-radius:0 !important}.elite-input-select .selectr-selected::before{display:none}.elite-input-select .selectr-selected:focus{outline:none}.elite-input-select .selectr-options-container{border-radius:0 !important;border-color:#d1d2d6 !important;border-width:1px !important}.elite-input-select .selectr-options .selectr-option{font-size:13px}.elite-input-select .selectr-options .selectr-option.active{background-color:#009dcd}.elite-custom-select button:focus{outline:0}.elite-custom-select button{text-align:left;border:0;border-bottom:1px solid #d1d2d6;background-color:rgba(0,0,0,0);width:100%}.elite-custom-select button::after{display:block;color:#727981;position:absolute;pointer-events:none;top:-1.5rem;right:1.5rem;font-size:1.4rem;font-family:eliteIcons;content:""}.elite-custom-select ul{border:1px solid #d1d2d6;max-height:15rem;overflow-y:scroll;width:100%;list-style:none}.elite-custom-select ul li{display:block;line-height:2rem;padding-left:2rem}.elite-custom-select ul li:hover{background-color:#f3f7f9}.elite-input-textarea{overflow:hidden}.elite-input-textarea label{word-break:break-word}.elite-input-textarea textarea{padding:1.3rem 1.5rem;background-color:rgba(0,0,0,0);width:100%;height:15rem;border:1px solid #d1d2d6;font-size:1.5rem}.elite-input-checkbox,.elite-input-checkboxMultiple{display:flex;display:flexbox}.elite-input-checkbox label,.elite-input-checkboxMultiple label{margin:0 0 0 1.2rem}.elite-input-checkbox input,.elite-input-checkboxMultiple input{width:20px;height:20px;border:unset;position:relative}.elite-input-checkbox input::after,.elite-input-checkboxMultiple input::after{position:absolute;display:block;content:"";line-height:20px;top:50%;left:50%;transform:translate(-50%, -50%);width:20px;height:20px;border:1px solid #d1d2d6;background:#fff;cursor:pointer}.elite-input-checkbox input:checked::after,.elite-input-checkboxMultiple input:checked::after{font-family:eliteIcons,serif;content:"";text-align:center;color:#fff;background-color:#009dcd;border:#009dcd}::-ms-expand{background-color:rgba(0,0,0,0);border:0}::-ms-value{background-color:rgba(0,0,0,0);border:0}.elite-input-checkbox label{margin:0 0 0 1.6rem;order:2}.elite-input-checkbox input{order:1}.elite-input-checkbox span{left:4rem;top:0}.elite-input-checkboxMultiple{flex-flow:column}.elite-input-checkboxMultiple label{margin:0 0 1.5rem 1rem}.elite-input-checkboxMultiple{width:100%}.elite-input-checkboxMultiple div{display:flex;flex-flow:row;flex-wrap:wrap;align-items:center;margin-bottom:1.5rem}.elite-input-checkboxMultiple div input{margin-bottom:1.5rem;color:-internal-light-dark(white, white)}.elite-input-checkboxMultiple div label{margin-bottom:1.5rem;margin-left:1rem;width:calc(100% - 20px - 1rem)}[class^="elite-input-date col-sm-"]{flex:0 0 50%;min-width:50%}.elite-input-radioButtons label{width:calc(100% - 3.5rem);margin-left:1.5rem;margin-bottom:0 !important;vertical-align:text-bottom}.elite-input-radioButtons label::before{display:none}.elite-input-date-wrapper{padding-top:1rem;display:flex}.elite-input-date-wrapper>.elite-input-select:not(:first-child){margin-left:1rem}.elite-input-date-wrapper select{border:0;border-bottom:1px solid #d1d2d6;background-color:rgba(0,0,0,0);height:3rem;font-size:1.3rem}.elite-input-date-wrapper select:nth-child(2){margin:0 2rem}.elite-input-date-wrapper select option{padding-left:2rem}.elite-input-date-wrapper select option:hover{box-shadow:0 0 10px 100px #f3f7f9 inset}.elite-contact-section-title{font-size:1.3rem;font-weight:700}.grecaptcha-badge{visibility:hidden}.contact-block-theme{background-color:#e5e8ea}.contact-block-theme>.messageform-content{background-color:#e5e8ea}.contact-block-theme div:not(.elite-input-checkbox):not(.elite-input-radioButtons)>.form__label{display:none}.contact-block-theme .form__label.required::before{color:#727981}.contact-block-theme .elite-form-title{font-size:3.1rem;text-transform:uppercase;text-align:center}.contact-block-theme .elite-form-subtitle{font-size:1.9rem;text-align:center;margin-bottom:2rem}.contact-block-theme .elite-input{margin-top:0;padding:0 1rem}.contact-block-theme .elite-input-textarea textarea{background-color:#fff;border:none}.contact-block-theme .elite-input-text input,.contact-block-theme .elite-input-email input,.contact-block-theme .elite-input-number input,.contact-block-theme .elite-input-range input,.contact-block-theme .elite-input-tel input,.contact-block-theme .selectr-selected,.contact-block-theme .elite-input-date-wrapper{background-color:#fff;border:none;height:5rem;padding:1.5rem;border-radius:0}.contact-block-theme .elite-input-date{margin-top:3.5rem}.contact-block-theme .elite-input-date-wrapper label{display:inline}.contact-block-theme .elite-input-date-wrapper select{border-bottom:none}.contact-block-theme .elite-input-select .selectr-container::after{padding-top:1.5rem}.contact-block-theme .elite-input-checkbox{display:flex;align-items:center;justify-content:center;flex-direction:row;margin:0 auto}.contact-block-theme .elite-input-checkbox input{height:1.1rem;width:1.1rem}.contact-block-theme .elite-input-checkbox input::after{border:1px solid #727981;background-color:#fff;font-size:1.1rem;line-height:1.1rem;height:1.1rem;width:1.1rem}.contact-block-theme .elite-input-checkbox input:checked::after{color:#727981}.contact-block-theme .elite-input-checkbox label{margin:0 0 0 1rem}.contact-block-theme .elite-contact-form-submit button:hover{background-color:#009dcd;border-color:#009dcd}.contact-block-theme .selectr-label{color:#001924}.contact-block-theme .centered{display:flex;justify-content:center}.contact-block-theme .form-container{display:flex;gap:2rem 0;flex-flow:row wrap}.contact-block-theme form{font-family:Inter}.contact-block-theme form input{margin-top:0;text-indent:0}.contact-block-theme form textarea{border-radius:0;margin-bottom:0;margin-top:0}.contact-block-theme form button[type=submit]{border-radius:0;vertical-align:middle;background-color:#009dcd;border:1px solid #009dcd;width:auto}.contact-block-theme form button[type=submit]:hover{background-color:#fff;color:#009dcd}.form__label{color:#727981}.form__label.required::before{content:"*";margin-right:.5rem;margin-top:.3rem;font-size:1.3rem;color:#fe4d6a}.form__button.disabled,.form__button:disabled{border-color:#d1d2d6;background:#d1d2d6;color:#fff}.google-recaptcha-terms{text-align:center;color:#727981;font-size:1.1rem}.icon-Twitter.block,.icon-Twitter-X .icon-Linkedin.block{font-size:1.9rem;color:#fff;margin:.5rem;padding:2rem 1rem;display:inline-block;cursor:pointer}@media all and (max-width: 35.9375em){.icon-Twitter.block,.icon-Twitter-X .icon-Linkedin.block{margin:0}}
.icon-Twitter.block,.icon-Twitter-X.block{background-color:#58c2e3}.icon-Linkedin.block{background-color:#0097cf}.social-follow-us{display:flex;min-height:40rem}.social-follow-us .social-title{position:relative;display:flex;justify-content:flex-end;align-items:center}.social-follow-us .social-title h2,.social-follow-us .social-title .h2{max-width:28rem;margin-right:4rem}.social-follow-us .social-title::after{content:"";position:absolute;z-index:1;width:0;height:0;top:50%;right:-3.9rem;border-left:solid 4rem #20344c;border-top:solid 6rem rgba(0,0,0,0);margin-top:-5.9rem;border-right:solid 0 rgba(0,0,0,0);border-bottom:solid 6rem rgba(0,0,0,0)}.social-follow-us .social-item{display:flex;flex-direction:row;align-items:center;padding:1.5rem 15rem;gap:6rem}.social-follow-us .social-item .elite-twitter-timeline{height:30rem}.social-follow-us .social-item .elite-linkedin-widget-news{width:100%;max-width:37rem}.social-follow-us .social-item .elite-twitter-widget-news{width:100%;min-width:27rem;max-width:37rem}@media screen and (max-width: 1200px){.social-follow-us .social-title h2,.social-follow-us .social-title .h2{margin:4rem}.social-follow-us .social-item{padding:1.5rem 7rem;gap:2rem}}@media screen and (max-width: 992px){.social-follow-us{flex-direction:column}.social-follow-us .social-title{justify-content:center;min-height:20rem}.social-follow-us .social-title h2,.social-follow-us .social-title .h2{text-align:center;margin:0;max-width:100%;font-size:3.9rem}.social-follow-us .social-title::after{width:0;height:0;right:50%;top:25.5rem;margin-right:-6rem;border-top:solid 4rem #20344c;border-left:solid 6rem rgba(0,0,0,0);border-right:solid 6rem rgba(0,0,0,0);border-bottom:solid 0 rgba(0,0,0,0)}.social-follow-us .social-item{flex-direction:row;align-items:center;justify-content:center;padding:8rem 3rem 6rem}}@media screen and (max-width: 767px){.social-follow-us .social-item{flex-direction:column;gap:4rem}}
.banner{padding:1rem;width:100%;height:9.5rem;display:flex;align-items:center;justify-content:space-between;flex-direction:row;background:#f4f7f9}.banner__main{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;grid-gap:.5rem}.banner__main span{color:#727981;font-size:1.5rem}.banner__text{display:grid;grid-gap:.5rem}.banner__text h4,.banner__text .h4{font-size:1.3rem;font-weight:700;line-height:1.5rem;color:#001924;margin-right:.5rem}.banner__text small,.banner__text .small{font-size:1rem;font-weight:400;line-height:1.5rem;color:#727981}.banner__logo-app{--dimension: 5rem;width:var(--dimension);height:var(--dimension);-o-object-fit:cover;object-fit:cover}.banner__store{margin:auto;width:11rem}.banner a{height:100%;width:100%;flex-shrink:0;display:flex}.single-training-page .elite-profile-text-full{margin-right:0}.single-training-page .elite-profile-header-image{min-height:30rem;height:auto}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-header-image{height:auto;padding:7rem 0}}
.single-training-page .elite-profile-header-image-full{position:absolute;top:0;left:0}.single-training-page .elite-profile-header-content{width:100%;position:relative;display:flex;z-index:1;top:0;margin-right:1.5rem;margin-left:1.5rem;height:auto;min-height:auto;padding:6rem 0 3rem}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-header-content{top:0;margin:0 auto;flex-direction:column}}
.single-training-page .elite-profile-header-content-wrapper{width:100%;margin:0 1rem}@media all and (max-width: 47.9375em){.single-training-page .elite-profile-header-content-wrapper{margin:0}}
.single-training-page .elite-profile-header-content-title{font-size:3.4rem;margin-top:.75rem;white-space:pre-line}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-header-content-title{font-size:2.9rem}}
.single-training-page .elite-profile-header-content-subtitle-types{display:flex;flex-direction:row;justify-content:space-between}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-header-content-subtitle-types{justify-content:center}}
.single-training-page .elite-profile-header-content-subtitle-types .block{font-size:1.5rem;display:flex;width:50%}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-header-content-subtitle-types .block{margin-top:4rem;width:unset}}
.single-training-page .elite-profile-header-content-subtitle-types .block.mandatory{justify-content:flex-end}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-header-content-subtitle-types .block.mandatory{justify-content:unset;border-left:.1rem solid #fff;padding-left:1rem;margin-left:1rem}}
.single-training-page .elite-profile-header-content-subtitle-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.single-training-page .elite-profile-header-content-subtitle-wrapper .menu-block{display:flex;margin:.4rem 4rem .4rem 0;font-size:1.4rem;line-height:2rem}.single-training-page .elite-profile-header-content-subtitle-wrapper .menu-block .icon-small-Pin{display:flex;width:3.2rem;font-size:1.6rem}.single-training-page .elite-profile-header-content-subtitle-wrapper .menu-block .icomoon-display,.single-training-page .elite-profile-header-content-subtitle-wrapper .menu-block .icon-small-Users{display:flex;width:3.2rem;font-size:1.6rem}.single-training-page .elite-profile-header-content-subtitle-wrapper .menu-block .orginized-by{font-size:1.5rem;margin-left:.4rem;line-height:2rem;font-weight:700}.single-training-page .elite-profile-header-content-subtitle-wrapper .menu-block .orginized-by a{font-size:1.5rem;color:#fff;text-decoration:none}.single-training-page .elite-profile-header-content-subtitle-wrapper .menu-block .orginized-by a:hover{text-decoration:underline}.single-training-page .elite-profile-header-content-subtitle-wrapper .menu-block .organized-by-label{font-size:1.5rem;white-space:nowrap;line-height:2rem;font-weight:300}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-header-content-subtitle-wrapper{flex-direction:column}.single-training-page .elite-profile-header-content-subtitle-wrapper .menu-block{margin:1rem auto;justify-content:center}}
.single-training-page .elite-profile-header-content .elite-profile-header-tab-wrapper{padding:0 5rem 0 0;display:inline-block}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-header-content .elite-profile-header-tab-wrapper{padding:0 5rem;margin:2rem auto}}
.single-training-page .elite-profile-header-content .elite-profile-header-tab-wrapper .company-menu-button{border-color:#009dcd;margin-top:2rem;transition:.2s;background:#009dcd;font-size:1.3rem;padding:1.9rem 3.5rem}.single-training-page .elite-profile-header-content .elite-profile-header-tab-wrapper .company-menu-button span{font-size:1.2rem}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-header-content .elite-profile-header-tab-wrapper .company-menu-button{margin:auto;padding:2rem 4.25rem}}
.single-training-page .elite-profile-header-content .elite-profile-header-tab-wrapper .add-participant{padding:1.8rem !important}.single-training-page .elite-profile-header-content .elite-profile-header-tab-wrapper .add-participant>span{white-space:nowrap}.single-training-page .elite-profile-header-content .elite-profile-header-tab-wrapper .register-btn span{font-size:1.6rem}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-header-content .elite-profile-header-tab-wrapper .register-btn span{font-size:1.3rem}}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-header-content .register-btn-container{padding:0}}
.single-training-page .elite-profile-header-logo-holder{flex-direction:column}.single-training-page .elite-profile-header-logo-holder-month{display:flex;color:#001924;font-size:1.9rem;font-weight:400}.single-training-page .elite-profile-header-logo-holder-day{display:flex;color:#0077b5;font-size:7.1rem}.single-training-page .elite-profile-content{margin-top:-3.75rem}.single-training-page .elite-profile-content-general .elite-profile-section-part{padding-right:4rem}.single-training-page .elite-profile-content-general-info-container .d-sm-flex:first-of-type{margin-top:1rem}.single-training-page .elite-profile-content-general-info-container .d-sm-flex .elite-profile-section-part.short-margin{margin-top:1.5rem}.single-training-page .elite-profile-content-general .d-sm-flex .elite-profile-section-part .elite-profile-top-line .text-dark{margin-top:1.5rem}.single-training-page .elite-profile-content-general .d-sm-flex:last-of-type .elite-profile-section-part .elite-profile-top-line{border-bottom:.1rem solid #d1d2d6;padding-bottom:1rem}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-content-general{margin-top:2rem}.single-training-page .elite-profile-content-general .elite-profile-section-part{padding-right:0}.single-training-page .elite-profile-content-general .d-sm-flex:last-of-type .elite-profile-section-part .elite-profile-top-line{border-bottom:none;padding-bottom:0}.single-training-page .elite-profile-content-general .d-sm-flex:last-of-type .elite-profile-section-part:last-of-type{border-bottom:.1rem solid #d1d2d6;padding-bottom:1rem}}
.single-training-page .elite-profile-content .training-contact-card__container{padding-right:0}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-content .training-contact-card__container{padding-right:1.5rem}}
.single-training-page .elite-profile-content .elite-news-list-navigation-directory{margin:4rem 0 0}.single-training-page .elite-profile-content .elite-news-list-navigation-directory .nav-tabs li{height:4rem}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-content .elite-news-list-navigation-directory .nav-tabs li{margin:0 .5rem}}
.single-training-page .elite-profile-content .elite-news-list-navigation-directory .nav-tabs li a.active{font-weight:700;padding-left:0;padding-right:0}.single-training-page .elite-profile-content-additional{padding-top:1rem}.single-training-page .elite-profile-content .event-location{text-align:center !important}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-content .event-location .elite-profile-content-general{margin-top:0}}
.single-training-page .elite-profile-content .speakers{margin-top:6rem}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-content .speakers{margin-top:0}}
.single-training-page .elite-profile-content .speakers-block{border-top:.1rem solid #d1d2d6;padding:5rem 0 3rem}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-content .speakers-block{padding:2rem 0 0}.single-training-page .elite-profile-content .speakers-block:last-of-type{border-bottom:.1rem solid #d1d2d6}}
.single-training-page .elite-profile-content .speakers-header{display:flex;flex-direction:row;margin-bottom:1.6rem}.single-training-page .elite-profile-content .speakers-header .avatar{width:10rem}.single-training-page .elite-profile-content .speakers-header .avatar img{width:9rem;border-radius:50%;border:.1rem solid #d1d2d6}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-content .speakers-header .avatar img{width:7rem}}
.single-training-page .elite-profile-content .speakers-header .title{flex-direction:column;display:flex}.single-training-page .elite-profile-content .speakers-header .title span{padding:2.4rem 0 .3rem 2rem;font-size:1.9rem;font-weight:500;color:#001924}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-content .speakers-header .title span{padding:1.75rem 0 .3rem 2rem;font-size:1.5rem}}
.single-training-page .elite-profile-content .speakers-header .title span:last-of-type{padding:0 0 0 2rem;font-weight:400;font-size:1.5rem;color:#454d57}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-content .speakers-header .title span:last-of-type{font-size:1.3rem}}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-content .speakers-header .title{width:70%}}
.single-training-page .elite-profile-content .speakers-header .action{flex-basis:3rem;margin-top:2.5rem}.single-training-page .elite-profile-content .speakers-header .action span{font-size:1.5rem}.single-training-page .elite-profile-content .speakers-header .action span:hover{color:#454d57;cursor:pointer}.single-training-page .elite-profile-content .speakers .hidden{display:none}.single-training-page .elite-profile-content .training-contact-card{align-items:center}.single-training-page .elite-profile-content .training-contact-card .avatar{margin:auto;min-width:7rem;width:7rem;height:7rem;border-radius:50%;border:.1rem solid #d1d2d6}.single-training-page .elite-profile-content .training-contact-card .data{margin-left:1rem;flex-grow:1;justify-content:space-between;align-items:center;flex-wrap:wrap}@media all and (max-width: 47.9375em){.single-training-page .elite-profile-content .training-contact-card .data{width:95%}}
.single-training-page .elite-profile-content .training-contact-card .data-right{width:15rem}@media all and (max-width: 47.9375em){.single-training-page .elite-profile-content .training-contact-card .data-right{width:95%}}
.single-training-page .elite-profile-content .training-contact-card .data-right .send_email{white-space:nowrap}.single-training-page .elite-profile-content .training-contact-card .data-left{width:16rem}@media all and (max-width: 47.9375em){.single-training-page .elite-profile-content .training-contact-card .data-left{max-width:95%;width:95%}}
.single-training-page .elite-profile-content .training-contact-card .data-left div{margin:.2rem 0;width:16rem}@media all and (max-width: 47.9375em){.single-training-page .elite-profile-content .training-contact-card .data-left div{max-width:95%}}
.single-training-page .elite-profile-content .training-contact-card .data-left div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.single-training-page .elite-profile-content .event-materials .wrapper{padding-right:0;cursor:pointer}.single-training-page .elite-profile-content .event-materials .file-preview-card{align-items:center;margin-right:0;padding-bottom:2rem;margin-bottom:1.5rem}.single-training-page .elite-profile-content .event-materials .file-preview-card__content{padding:0 0 0 1.5rem;color:#001924;font-weight:500}.single-training-page .elite-profile-content .event-materials .file-preview-card__content__name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.single-training-page .elite-profile-content .event-materials .file-preview-card__content a{text-decoration:none;color:#009dcd}@media all and (max-width: 63.9375em){.single-training-page .elite-profile-content .event-materials .file-preview-card{margin-right:0;padding-left:2rem;padding-right:5rem}}
.single-training-page .elite-profile-text-content.text-center{text-align:center !important}.single-training-page .elite-profile-text-content p{font-size:inherit}.elite-profile-header-image{overflow:hidden;position:relative;width:100%;height:50rem}@media all and (max-width: 63.9375em){.elite-profile-header-image{height:85rem}}
.elite-profile-header-image-full{width:100%;-o-object-fit:contain;object-fit:contain;filter:blur(0.5rem)}@media all and (max-width: 63.9375em){.elite-profile-header-image-full{min-height:100%;min-width:100%}}
.elite-profile-header-image-tight{height:40rem}.elite-profile-header .elite-background-overlay{position:absolute;top:0;left:0;bottom:0;right:0}.elite-profile-header .elite-background-overlay.deep-blue{background:#20344c;opacity:.9}.elite-profile-header-content{display:block;color:#fff;background-color:rgba(0,0,0,0);position:absolute;top:13rem;left:0;right:0;min-height:15rem;height:15rem}@media all and (max-width: 63.9375em){.elite-profile-header-content{padding-left:0;padding-right:0;text-align:center;top:9rem;min-height:0}}
.elite-profile-header-content a,.elite-profile-header-content button{font-size:1.2rem}.elite-profile-header-content a span,.elite-profile-header-content button span{font-size:1.5rem}.elite-profile-header-content-wrapper{overflow:hidden}.elite-profile-header-content-subtitle{display:block;font-size:1.3rem;margin-bottom:.75rem}@media all and (max-width: 63.9375em){.elite-profile-header-content-subtitle{margin-bottom:2rem;margin-top:2rem;color:#d1d2d6}}
.elite-profile-header-content-subtitle.mt-2{margin-top:2rem}.elite-profile-header-content-subtitle.uppercase{font-size:1.2rem}.elite-profile-header-content-subtitle.news-subtitle{font-weight:200;font-size:2.1rem;line-height:1.5}.elite-profile-header-content-title{display:block;font-size:2.9rem;font-weight:500;margin-bottom:.75rem;line-height:1.5;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:70vw}@media all and (max-width: 63.9375em){.elite-profile-header-content-title{overflow:auto;white-space:normal;max-width:unset}}
.elite-profile-header-content-title-center{text-align:center}.elite-profile-header-content .company-menu-button{border:.1rem solid #fff;background:rgba(0,0,0,0);margin-top:1.5rem;margin-right:2rem;letter-spacing:.07rem;display:inline-flex;padding:1.9rem;line-height:0;font-weight:700;transition:.2s;color:#fff;text-decoration:none}@media all and (max-width: 47.9375em){.elite-profile-header-content .company-menu-button{display:block;white-space:normal;padding:.7rem;line-height:initial}}@media all and (max-width: 63.9375em){.elite-profile-header-content .company-menu-button{margin-right:0}}
.elite-profile-header-content .company-menu-button:not([disabled]):not(.disabled){cursor:pointer}.elite-profile-header-content .company-menu-button:hover{text-decoration:none;color:#fff;border-color:#0077b5;background:#0077b5}.elite-profile-header-content .company-menu-button span[class^=icon-]::before{margin-right:.5rem}@media all and (max-width: 63.9375em){.elite-profile-header-content .company-menu-button{display:block;width:100%}}
.elite-profile-header-content .company-menu-button-active{border:.1rem solid #009dcd;background:#009dcd}.elite-profile-header-content .register-btn{width:30rem;display:flex;align-items:center;justify-content:center;flex-direction:row}@media all and (max-width: 63.9375em){.elite-profile-header-content .elite-profile-header-logo-wrapper{margin:0 auto;position:relative;height:15rem;width:15rem}}
.elite-profile-header-content .elite-profile-header-logo-wrapper .elite-profile-header-logo-holder{overflow:hidden;display:flex;align-items:center;justify-content:center;height:15rem;width:15rem;float:left;background-color:#fff;margin-right:4.5rem;border:1rem solid #fff}@media all and (max-width: 63.9375em){.elite-profile-header-content .elite-profile-header-logo-wrapper .elite-profile-header-logo-holder{float:none;margin:0 auto;position:relative}}
.elite-profile-header-content .elite-profile-header-logo-wrapper .elite-profile-header-logo-holder .elite-profile-header-logo-image{width:100%;flex:0 0 auto}.elite-profile-header-content .elite-profile-header-logo-wrapper .growthIcon{order:1;position:absolute;right:1rem;top:9rem;height:6rem}@media all and (max-width: 63.9375em){.elite-profile-header-content .elite-profile-header-logo-wrapper .growthIcon{left:12rem;top:12rem;height:4rem}}
.elite-profile-header-content-error{text-align:center;font-size:1.9rem}.elite-profile-header-content-link-wrapper{position:relative}.elite-profile-header-tab-wrapper{padding:0 5rem 0 0}@media all and (max-width: 63.9375em){.elite-profile-header-tab-wrapper{padding:0 5rem}}
.elite-profile-header .uppercase{text-transform:uppercase}.elite-profile-header .manage-dropdown{float:right;margin-top:-4rem}@media all and (max-width: 63.9375em){.eop-menu .elite-profile-header-image{height:auto;padding:7rem 0}}
.eop-menu .elite-profile-header-image-full{position:absolute;top:0;left:0}.eop-menu .elite-background-overlay{opacity:.9}.eop-menu .elite-profile-header-content{width:100%;position:relative;display:flex;z-index:1;top:8rem;margin-top:4.5rem;margin-right:1.5rem;margin-left:1.5rem;height:auto;min-height:auto}@media all and (max-width: 63.9375em){.eop-menu .elite-profile-header-content{top:0;margin:0 auto;flex-direction:column}}
.eop-menu .elite-profile-header-content .library-manage.dropdown{right:3rem}.eop-menu .elite-profile-header-content .dropdown{position:absolute;right:0;width:10rem;text-align:right}.eop-menu .elite-profile-header-content .dropdown .manage-button{width:10.9rem;background-color:#009dcd;position:absolute;top:-4rem;right:0;text-align:left;height:4rem}@media all and (max-width: 63.9375em){.eop-menu .elite-profile-header-content .dropdown .manage-button{display:none}}
.eop-menu .elite-profile-header-content .dropdown .action-settings{height:3rem;line-height:3rem;font-size:1.8rem;text-align:right}@media all and (min-width: 64em){.eop-menu .elite-profile-header-content .dropdown .action-settings{display:none}}
.eop-menu .elite-profile-header-content .dropdown .icon-ArrowDownSmall::before{position:absolute;top:.4rem;right:1.2rem;font-weight:300}.eop-menu .elite-profile-header-content .elite-profile-header-logo-holder{flex:0 0 auto;margin:0 auto;float:none}.eop-menu .elite-profile-header-content .elite-profile-header-content-wrapper{margin:0 1rem}@media all and (max-width: 63.9375em){.eop-menu .elite-profile-header-content .elite-profile-header-content-wrapper{margin:0}}
.eop-menu .elite-profile-header-content .elite-profile-header-content-wrapper .elite-profile-header-content-title{max-width:70vw}@media all and (max-width: 63.9375em){.eop-menu .elite-profile-header-content .elite-profile-header-content-wrapper .elite-profile-header-content-title{max-width:100%;margin:0 3rem}}@media all and (min-width: 64em){.eop-menu .elite-profile-header-content .elite-profile-header-content-wrapper{margin-left:4.5rem;display:flex;flex-direction:column;justify-content:space-around}}
.eop-menu .elite-profile-header-content .elite-profile-header-tab-wrapper{padding:0 10rem 0 0;margin:0 .1rem;display:inline-block}@media all and (max-width: 63.9375em){.eop-menu .elite-profile-header-content .elite-profile-header-tab-wrapper{padding:0}}
.eop-menu .eop-menu__content{padding:5rem 1rem;background:#fff}@media all and (min-width: 64em){.eop-menu .eop-menu__content{margin-top:-12rem;padding:8.5rem}}
.eop-menu .eop-menu__content__link{color:#66c4e0;margin-top:3rem;display:flex;font-size:1.3rem}.container .elite-profile-content{padding-bottom:4rem;position:relative}.container .elite-profile-content-loader{margin-top:-10rem;padding-bottom:4rem;position:relative;min-height:20rem;background:#fff}@media all and (max-width: 63.9375em){.container .elite-profile-content{margin-top:0;padding-right:0;padding-left:0}}
.container .elite-profile-content .sub-header{font-size:1.4rem;color:#001924;font-weight:500}.container .elite-profile-content-intro{width:100%;padding-right:1.5rem;padding-left:1.5rem}.container .elite-profile-content .uppercase{text-transform:uppercase}.container .elite-profile-content .lowercase{text-transform:lowercase}.container .elite-profile-content-additional{padding-top:6.5rem}@media all and (max-width: 63.9375em){.container .elite-profile-content-additional{margin-top:-10rem}}
.container .elite-profile-content-additional-variant{margin-top:-6.5rem}.container .elite-profile-content-opportunity-profile{margin-top:-12rem}.container .elite-profile-content .elite-shadow-bottom{box-shadow:0 .2rem .5rem #d1d2d6}.container .elite-profile-content .elite-shadow-bottom-blue{box-shadow:0 .2rem .5rem #20344c}@media all and (max-width: 63.9375em){.container .elite-profile-content .elite-shadow-bottom-blue{box-shadow:0 .2rem .5rem #d1d2d6}}
.container .elite-profile-content .elite-background-white{background-color:#fff;padding:6.5rem 8.5rem 8.5rem}@media all and (max-width: 63.9375em){.container .elite-profile-content .elite-background-white{padding:4.5rem 2rem 5.5rem}}
.container .elite-profile-content .elite-background-white-growth{background-color:#fff;padding:1rem 8.5rem}@media all and (max-width: 63.9375em){.container .elite-profile-content .elite-background-white-growth{padding:1rem 2rem}}
.container .elite-profile-content .content{font-size:1.5rem;color:#727981}.container .elite-profile-content .content .elite-profile-text{overflow:hidden;margin-bottom:3rem;margin-top:2.5rem}.container .elite-profile-content .content .elite-profile-text-hidden{max-height:9.6rem}.container .elite-profile-content .content .elite-profile-text-full{min-height:12rem;height:auto}.container .elite-profile-content .content .elite-profile-text-content{font-size:1.5rem;text-align:justify;margin-bottom:0;margin-top:0;line-height:2.4rem}.container .elite-profile-content .content .elite-profile-text-content a{word-break:break-word;font-size:1.5rem;color:#009dcd;text-decoration:underline;background-color:rgba(0,0,0,0)}.container .elite-profile-content .content .elite-profile-strengths{overflow:hidden;margin-bottom:3rem;margin-top:2.5rem}.container .elite-profile-content .content .elite-profile-strengths-hidden{max-height:5rem}.container .elite-profile-content .content .elite-profile-strengths-full{min-height:12rem;height:auto}.container .elite-profile-content .content .elite-profile-strengths-content{font-size:1.5rem;text-align:justify;margin-bottom:0;margin-top:0;line-height:2.4rem}.container .elite-profile-content-text-title{color:#009dcd;font-size:2.3rem}.container .elite-profile-content .elite-show-more-text-holder .elite-show-more-text-button{margin-top:2rem}.container .elite-profile-content .elite-show-more-text-button{cursor:pointer;color:#009dcd;font-weight:700;position:relative}.container .elite-profile-content .elite-show-more-text-button-inner{font-size:1.2rem;text-transform:uppercase}.container .elite-profile-content .elite-show-more-text-button-inner .icon-ArrowDownSmall,.container .elite-profile-content .elite-show-more-text-button-inner .icon-ArrowUpSmall{position:absolute;top:.6rem;margin-left:.5rem;font-size:1.2rem;line-height:0}.container .elite-profile-content .elite-show-more-text-button-inner .icon-ArrowDownSmall.elite-show-more-text-button-fixed,.container .elite-profile-content .elite-show-more-text-button-inner .icon-ArrowUpSmall.elite-show-more-text-button-fixed{position:unset}.container .elite-profile-content .elite-profile-content-general{margin-left:0}@media all and (max-width: 63.9375em){.container .elite-profile-content .elite-profile-content-general{margin-bottom:3rem;margin-right:0}}
.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container{padding-left:0;padding-right:0}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .d-sm-flex{display:flex}@media all and (max-width: 63.9375em){.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .d-sm-flex{display:block}}
.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .d-sm-flex-general-info{display:flex}@media all and (max-width: 47.9375em){.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .d-sm-flex-general-info{display:block}}
.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-top-line{border-top:.1rem solid #d1d2d6}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-top-line-width{width:90%}@media all and (max-width: 63.9375em){.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-top-line-width{width:100%}}
.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-part{margin-top:2.5rem;padding-left:0;display:block}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-part .text-dark{color:#001924;margin-top:2.5rem}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-part h4,.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-part .h4{font-size:1.4rem;font-weight:500;margin-bottom:.5rem}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-part p{font-size:1.5rem;margin-bottom:0;line-height:2.4rem}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-part span{font-size:1.5rem}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-part .elite-profile-website-link{word-break:break-word;font-size:1.5rem;color:#009dcd;text-decoration:underline;background-color:rgba(0,0,0,0)}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-part .financials-table-wrapper{width:100%}@media all and (max-width: 63.9375em){.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-part .financials-table-wrapper{overflow-x:auto}}
.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-part .financials-table th,.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-part .financials-table td{font-family:Inter,arial,-apple-system,blinkmacsystemfont,"Segoe UI","Roboto","Helvetica Neue",sans-serif;font-size:1.2rem;border:none}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-part .financials-table tbody td:nth-child(1){font-weight:700}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-part .financials-table tbody tr:nth-child(odd){background:#f4f7f9}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-part .financials-table tbody tr:nth-child(even){background:#fff}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-part .financials-table tbody tr:last-child{border-bottom:.1rem solid #d1d2d6}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-full{margin-top:2.5rem;padding-left:0;display:block}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-full .text-dark{color:#001924;margin-top:2.5rem}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-full h4,.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-full .h4{font-size:1.4rem;font-weight:500;margin-bottom:.5rem}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-full .elite-profile-text{margin-top:0}.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-full{padding-right:4rem}@media all and (max-width: 63.9375em){.container .elite-profile-content .elite-profile-content-general .elite-profile-content-general-info-container .elite-profile-section-full{padding-right:0}}
.container .elite-profile-content .elite-profile-content-growth{margin-left:0}@media all and (max-width: 63.9375em){.container .elite-profile-content .elite-profile-content-growth{margin-bottom:.5rem;margin-right:0}}
.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container{padding-left:0;padding-right:0}.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .d-sm-flex{display:flex}@media all and (max-width: 63.9375em){.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .d-sm-flex{display:block}}
.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .d-sm-flex-growth{display:flex}@media all and (max-width: 47.9375em){.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .d-sm-flex-growth{display:block}}
.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .elite-profile-section-part{margin-top:2.5rem;padding-left:0;display:block}.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .elite-profile-section-part .text-dark{color:#001924;margin-top:2.5rem}.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .elite-profile-section-part h4,.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .elite-profile-section-part .h4{font-size:1.4rem;font-weight:500;margin-bottom:.5rem}.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .elite-profile-section-part{margin-top:.5rem}@media all and (max-width: 47.9375em){.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .elite-profile-section-part:not(:first-child){margin-top:2.5rem}}
.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .elite-profile-section-part p{font-size:1.5rem;color:#727981;margin-bottom:0;line-height:2.4rem}.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .elite-profile-section-part .text-dark{margin-top:.5rem}.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .elite-profile-section-part h4,.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .elite-profile-section-part .h4{font-weight:700}.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .elite-profile-section-part span{font-size:1.5rem}.container .elite-profile-content .elite-profile-content-growth .elite-profile-content-growth-container .elite-profile-section-part .elite-profile-website-link{word-break:break-word;font-size:1.5rem;color:#009dcd;text-decoration:underline;background-color:rgba(0,0,0,0)}@media screen and (max-width: 35rem){.container .elite-profile-content .space{padding-top:1.5rem}}
.container .elite-profile-content .swiper-container{text-align:center}.container .elite-profile-content .swiper-container .swiper-slide{height:53rem}@media all and (max-width: 47.9375em){.container .elite-profile-content .swiper-container .swiper-slide{height:18rem}}@media all and (min-width: 48em)and (max-width: 71.1875em){.container .elite-profile-content .swiper-container .swiper-slide{height:39rem}}
.container .elite-profile-content .swiper-container .swiper-pagination,.container .elite-profile-content .swiper-container .video_image_gallery-pagination,.container .elite-profile-content .swiper-container .swiper-media-pagination,.container .elite-profile-content .swiper-container .swiper-video-pagination,.container .elite-profile-content .swiper-container .swiper-pagination-inspiring-stories,.container .elite-profile-content .swiper-container .swiper-pagination-media-center,.container .elite-profile-content .swiper-container .swiper-pagination-video{position:relative;padding-top:5rem}.container .elite-profile-content .swiper-container .swiper-pagination-bullet{width:1rem;height:1rem;display:inline-block;border-radius:100%;background-color:rgba(0,0,0,0);border:.1rem solid #d1d2d6;margin-right:.5rem;margin-left:.5rem;opacity:1}.container .elite-profile-content .swiper-container .swiper-pagination-bullet-active{background-color:#d1d2d6}.container .elite-profile-content .swiper-container .swiper-image{max-height:100%;max-width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);flex:0 0 auto}.container .elite-profile-content .company-profile-edit-button{float:right;text-decoration:none;color:#009dcd;font-size:1.4rem;font-weight:500}.container .elite-profile-content .company-profile-edit-button .edit-icon{padding-left:.5rem;font-size:1.4rem;font-weight:500}.elite-member-testimonial{margin-top:2.5rem}@media all and (max-width: 47.9375em){.elite-member-testimonial{margin:4rem auto 0;padding-right:0;padding-left:0}}
.elite-member-testimonial .elite-border-color-light-grey{border:.1rem solid #d1d2d6}.elite-member-testimonial .text-center{text-align:center;word-break:break-word}.elite-member-testimonial .card.card-quote{height:auto;line-height:2rem}.elite-profile-logo{display:flex;justify-content:center;align-items:center}.logo{width:70px}.elite-single-video-iframe{position:relative;width:100%;height:0;padding-top:56.25%}.elite-single-video-iframe>div{height:100%;width:100%;position:absolute;top:0;left:0}.media-bg-color{background-color:#001924}.mejs-container .control-bg-color{background-color:rgba(51,51,51,.5)}.mejs-container .slider-bg-color{stroke:#fff;background-color:#fff}.mejs-container .btn-bg-color{fill:#333;stroke:#fff}.mejs-container .btn-color{fill:#fff;color:#fff}.mejs-container .btn-color-active{fill:#ff126f}.mejs-container .mejs-inner .mejs-layers .mejs-overlay-play>.mejs-overlay-button{margin-top:-7rem;margin-left:-5rem}.mejs-container .mejs-controls{bottom:.2rem}.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total.slider-bg-color{stroke:#fff;background-color:#fff}.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current.components-bg-color{stroke:#ff126f;background-color:#ff126f}.elite-single-video-iframe,.wistia-video{position:relative;width:100%;height:0;padding-top:56.25%}.elite-single-video-iframe iframe,.wistia-video iframe{height:100%;width:100%;position:absolute;top:0;left:0}.generic-video{position:relative;width:100%;height:0;padding-top:56.25%}.generic-video iframe{height:100%;width:100%;position:absolute;top:0;left:0}.deal-details{width:50%}@media all and (max-width: 47.9375em){.deal-details{width:100%}}
.tranche-structure{font-size:1.5rem;margin-bottom:0;line-height:2.4rem}.tab-container{margin:2rem 0;display:flex;justify-content:center}.tab-container>ul>li{color:#001924;font-weight:700;border-bottom:3px solid #009dcd;letter-spacing:.04rem;font-size:1.3rem;text-transform:uppercase;border-right:none !important}.swiper-pagination,.video_image_gallery-pagination,.swiper-media-pagination,.swiper-video-pagination,.swiper-pagination-inspiring-stories,.swiper-pagination-media-center,.swiper-pagination-video{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:1;width:100%;bottom:3rem;left:0;padding:0}.swiper-pagination>.swiper-pagination-bullet,.video_image_gallery-pagination>.swiper-pagination-bullet,.swiper-media-pagination>.swiper-pagination-bullet,.swiper-video-pagination>.swiper-pagination-bullet,.swiper-pagination-inspiring-stories>.swiper-pagination-bullet,.swiper-pagination-media-center>.swiper-pagination-bullet,.swiper-pagination-video>.swiper-pagination-bullet{width:1rem;height:1rem;display:inline-block;border-radius:100%;background-color:rgba(0,0,0,0);border:1px solid #d1d2d6;margin-right:5px;margin-left:5px;opacity:1}.swiper-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active,.video_image_gallery-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-media-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-video-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-pagination-inspiring-stories>.swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-pagination-media-center>.swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-pagination-video>.swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#d1d2d6}.swiper-pagination-relative{position:relative !important;padding-top:5rem}.swiper-container{position:relative;overflow:hidden;list-style:none;padding:0;padding-right:0;padding-left:0;z-index:1}.swiper-navigation-icon{display:none}.modal-tw{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}#modal-background{width:100%;height:100%}.loader{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;background:rgba(110,115,120,.4)}.loader-spinning{width:6rem;top:calc(50% - 3rem);position:absolute;left:calc(50% - 3rem);animation:rotation 1s linear infinite}.loader-spinning path:last-child{animation:colorchange 1s linear infinite}@keyframes colorchange{0%{fill:#00958f}49%{fill:#00958f}50%{fill:#009dcd}100%{fill:#009dcd}}@media all and (max-width: 35.9375em){#eliteHeaderSection{position:fixed;right:0;left:0;border-radius:0;top:0;z-index:11}}
.top-navigation{padding:0;height:7.5rem;background-color:#fff}.top-navigation>.top-navigation-container{height:100%;flex-wrap:nowrap;padding-right:0;padding-left:0}@media only screen and (max-width: 768px){.top-navigation{display:block}}@media only screen and (max-width: 575px){.top-navigation{padding:0;height:6rem;border-bottom:1px solid #d1d2d6}.top-navigation #mobileMenuToggler{color:#727981;font-size:2.3rem;display:flex;align-items:center;height:4rem}}
.top-navigation.top-navigation__zoomed{height:auto}.top-navigation.top-navigation__zoomed .top-navigation-container{flex-wrap:wrap}.top-navigation.top-navigation__zoomed .top-navigation-right-section{overflow:auto}.top-navigation #headerSearchRightIcon{position:relative}.top-navigation #headerSearchRightIcon:focus-visible::before{outline:3px solid #00958f !important}.top-navigation-left-section{display:flex;align-items:center}.top-navigation-right-section{display:flex;align-self:stretch}.top-navigation-right-section button{background:rgba(0,0,0,0);border:none;padding:0;margin:0}.top-navigation-right-section .nav-item{display:flex;align-items:center;justify-content:center;flex-direction:column;text-decoration:none;padding:1.5rem 0;min-width:7rem;height:100%}@media only screen and (max-width: 575px){.top-navigation-right-section .nav-item{padding:1.2rem 0;min-width:4rem;justify-content:center}}
.top-navigation-right-section .nav-item .nav-item-icon{line-height:1;font-size:2.3rem}.top-navigation-right-section .nav-item .nav-item-caption{font-size:1rem;font-weight:700}@media all and (max-width: 35.9375em){.top-navigation-right-section .nav-item .nav-item-caption{display:none}}@media screen and (max-width: 320px){.top-navigation-right-section .nav-item{margin:0 1.2rem}}@media all and (max-width: 35.9375em){.top-navigation-right-section .nav-item.dropdown{position:static}}
.top-navigation-right-section .nav-item.dropdown .language-switcher-block-button{color:#727981;padding:1.5rem 0;background:none;border:0;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%}@media all and (max-width: 35.9375em){.top-navigation-right-section .nav-item.dropdown .language-switcher-block-button{justify-content:center}}
.top-navigation-right-section .nav-item.dropdown .language-switcher-block-button .nav-item-icon>img{width:100%;height:2.2rem;vertical-align:top}.top-navigation-right-section .nav-item.dropdown .dropdown-menu-tw{position:absolute;z-index:1000;min-width:15rem;font-size:.9rem;color:#727981;background-color:#fff;text-align:left;list-style:none;margin:0;border:0;border-radius:0;top:7.5rem;right:0}@media only screen and (max-width: 575px){.top-navigation-right-section .nav-item.dropdown .dropdown-menu-tw{position:fixed;left:0;top:6rem;min-width:100vw}}
.top-navigation-right-section .nav-item.dropdown .dropdown-menu-tw .dropdown-item{color:#727981;font-size:1.3rem;background:none;display:flex;align-items:center;height:6rem;cursor:pointer;padding:0 2rem}.top-navigation-right-section .nav-item.dropdown .dropdown-menu-tw .dropdown-item:not(:last-child){border-bottom:1px solid #d1d2d6}.top-navigation-right-section .nav-item.dropdown .dropdown-menu-tw .dropdown-item img{width:2rem;height:1.5rem;margin-right:1rem}.top-navigation-right-section .nav-item.dropdown .dropdown-menu-tw .dropdown-item:hover{opacity:.7}.top-navigation .login-item{background:#009dcd;color:#fff;margin:0}@media only screen and (max-width: 575px){.top-navigation .login-item{padding:1.2rem}}
.top-navigation li.nav-item{margin:0 1.2rem;font-size:1rem;text-align:center}@media all and (max-width: 35.9375em){.top-navigation li.nav-item.nav-item-sign-in{background:#009dcd}.top-navigation li.nav-item.nav-item-sign-in a{color:#fff}}
.top-navigation li.nav-item a{display:flex;align-items:center;text-decoration:none;height:100%}@media all and (max-width: 35.9375em){.top-navigation li.nav-item .nav-item-caption{display:none}}@media only screen and (min-width: 576px){.top-navigation .mobile-only{display:none}}
.main-navigation{background-color:#009dcd;height:7.5rem}.main-navigation.navbar>.container{flex-wrap:nowrap}.main-navigation .main-navigation_btns{display:flex;gap:2rem;flex:1;justify-content:flex-end;margin-right:2rem}@media only screen and (max-width: 575px){.main-navigation .main-navigation_btns{display:none}}
.main-navigation .main-navigation_btns .btn,.main-navigation .main-navigation_btns .elite-news-download-button{border-width:.2rem}.main-navigation .main-navigation_btns .btn-color-filled-white{border-color:#fff}.main-navigation .main-navigation_btns .btn-outline-secondary:hover,.main-navigation .main-navigation_btns .btn-outline-secondary:active,.main-navigation .main-navigation_btns .btn-outline-secondary:focus{color:#009dcd;background-color:#fff}.main-navigation .main-navigation_btns .btn-color-filled-white:hover,.main-navigation .main-navigation_btns .btn-color-filled-white:active,.main-navigation .main-navigation_btns .btn-color-filled-white:focus{border-color:#fff}@media all and (max-width: 35.9375em){.main-navigation{display:block;height:100%;width:27rem;position:fixed;top:0;left:0;padding:0;list-style:none;z-index:1000;overflow:hidden;transform:translateX(-100%);transition:300ms ease}.main-navigation.reveal{transform:translateX(0%);transition:300ms ease}.main-navigation .mobile-menu-scroller{position:absolute;overflow-y:scroll;width:27rem;height:100%;top:0}}
.main-navigation li.nav-item{padding-left:0}@media all and (max-width: 35.9375em){.main-navigation li.nav-item{width:100%}}
.main-navigation li.nav-item.close-menu-item{display:none}@media all and (max-width: 35.9375em){.main-navigation li.nav-item.close-menu-item{height:6rem;background-color:#20344c;color:#fff;font-size:1.5rem;align-items:center;display:flex;padding:1.7rem;justify-content:flex-end}.main-navigation li.nav-item.close-menu-item #hideMobileMenuButton{cursor:pointer}}
.main-navigation li.nav-item .nav-link{font-size:1.5rem;padding:0 1.5rem;color:#fff;position:relative;height:100%;display:flex;align-items:center;text-transform:uppercase;cursor:pointer}.main-navigation li.nav-item .nav-link.active{font-weight:700}.main-navigation li.nav-item .nav-link.active::after{content:"";position:absolute;height:.3rem;bottom:0;right:0;left:0;font-weight:700;background-color:#fff}@media all and (max-width: 35.9375em){.main-navigation li.nav-item .nav-link{font-size:1.3rem;height:5rem;align-items:center;display:flex}.main-navigation li.nav-item .nav-link span{padding-left:4rem}.main-navigation li.nav-item .nav-link.item-has-children::before{font-family:eliteIcons,serif;content:"";position:absolute;left:1.5rem}.main-navigation li.nav-item .nav-link.item-has-children.active::before{font-family:eliteIcons,serif;content:""}}
.main-navigation li.nav-item .nav-link:hover::after{content:"";position:absolute;height:.3rem;bottom:0;right:0;left:0;font-weight:700;background-color:#fff}.submenu-navigation{height:5rem;display:flex;align-items:center;justify-content:space-between}.submenu-navigation .submenu-logo{max-height:3.5rem}.second-level-navigation{list-style:none;background-color:#fff}@media screen and (min-width: 769px){.second-level-navigation-mobile{display:none !important}}@media all and (max-width: 35.9375em){.second-level-navigation{padding-left:4rem;background-color:#66c4e0}}
.second-level-navigation li.nav-item{font-size:1.5rem}.second-level-navigation li.nav-item .nav-link{padding:0;font-weight:400;color:#727981;display:flex;align-items:center;position:relative;text-transform:none}@media all and (max-width: 35.9375em){.second-level-navigation li.nav-item .nav-link{color:#fff;text-transform:uppercase}}
.second-level-navigation li.nav-item .nav-link.active{font-weight:700}.second-level-navigation li.nav-item .nav-link.active::after{content:"";position:absolute;height:.3rem;bottom:0;right:0;left:0;font-weight:700;background-color:#009dcd}.second-level-navigation li.nav-item .nav-link:hover::after{content:"";position:absolute;height:.3rem;bottom:0;right:0;left:0;font-weight:700;background-color:#009dcd}@media screen and (min-width: 769px){.second-level-navigation li.nav-item:not(:last-child){margin-right:3rem}}@media screen and (max-width: 768px){.second-level-navigation li.nav-item:not(:last-child){width:100%}}@media screen and (max-width: 768px){#subMenuDesktop{display:none}}@media all and (max-width: 35.9375em){#mobileMenuOverlay{position:fixed;display:none;top:0;left:0;right:0;bottom:0;cursor:pointer;background-color:rgba(69,77,87,.6);z-index:990}}
.main-navigation.main-sticky-menu{background:#fff;position:fixed;top:0;width:100%;z-index:2;display:none;border-bottom:1px solid #d1d2d6}.main-navigation.main-sticky-menu .container{justify-content:flex-start;height:100%}.main-navigation.main-sticky-menu .container li.nav-item .nav-link{color:#727981}.main-navigation.main-sticky-menu .container li.nav-item .nav-link.active{font-weight:700}@media screen and (min-width: 769px){.main-navigation.main-sticky-menu .container li.nav-item:not(:last-child){margin-right:2rem}}
.main-navigation.main-sticky-menu .container .nav-item{text-decoration:none}.main-navigation.main-sticky-menu .container .nav-item .nav-item-icon{line-height:1;font-size:2.5rem;margin:0 1.5rem;display:flex}.main-navigation.main-sticky-menu .container .nav-item.login-item{flex-grow:1;display:flex;justify-content:flex-end}.main-navigation.main-sticky-menu .main-navigation_btns{margin-right:0}.main-navigation.main-sticky-menu .btn-outline-secondary{border-color:#009dcd;color:#009dcd;background-color:#fff}.main-navigation.main-sticky-menu .btn-color-filled-white{border-color:#009dcd;background-color:#009dcd;color:#fff}.main-navigation.main-sticky-menu .btn-outline-secondary:hover,.main-navigation.main-sticky-menu .btn-outline-secondary:active,.main-navigation.main-sticky-menu .btn-outline-secondary:focus{color:#fff;background-color:#009dcd}.main-navigation.main-sticky-menu .btn-color-filled-white:hover,.main-navigation.main-sticky-menu .btn-color-filled-white:active,.main-navigation.main-sticky-menu .btn-color-filled-white:focus{background-color:#fff;color:#009dcd;border-color:#009dcd}.main-nav-container{position:relative}.hover-navigation{display:none;position:absolute;top:7.5rem;z-index:20;width:100%;left:0}.sr-only{display:none}@media speech{.sr-only{display:block}}@media screen and (max-width: 768px){.nav-anchor{pointer-events:none}}@media screen and (min-width: 575px){.navbar-nav{flex-direction:row}.icon-HamburgerMedium::before{display:none}}
.search-navigation{display:none}@media all and (max-width: 35.9375em){.search-navigation{display:block}.search-navigation #headerSearchMobileInput{display:flex;width:100%;height:4rem}}
#headerSearchExpanded{display:flex;position:relative;width:40rem;background-color:#f8f8f8}@media all and (max-width: 35.9375em){#headerSearchExpanded{width:0}}
#headerSearchExpanded #headerSearchRightIcon,#headerSearchExpanded span:last-of-type{position:absolute;right:1.5rem;cursor:pointer;top:50%;font-size:1.6em;color:#979797}#headerSearchExpanded form{width:100%}#headerSearchExpanded input{width:100%;background-color:#f8f8f8;border:none;padding:0 5rem;color:#001924;font-size:small;margin-top:3rem}#headerSearchExpanded .icon-LoaderMedium{color:#00958f !important;animation:rotation 1s linear infinite}.search-suggestions-container{display:none;background-color:#fff;position:absolute;top:7.5rem;left:0;z-index:30;width:100%}.search-suggestions-container table{width:100%}.search-suggestions-container table th{padding-left:1.6rem;line-height:15px;font-size:10.5px;color:#fff;height:2.5rem;text-transform:uppercase;background-color:#009dcd}.search-suggestions-container table td{position:relative;height:3.5rem;font-size:13px;font-weight:lighter;letter-spacing:.5px}.search-suggestions-container table td a{display:block;color:inherit;width:100%;padding:.7rem 1.6rem;text-decoration:none}.search-suggestions-container table tr:nth-child(odd){background-color:#f8f8f8}.search-suggestions-container table span:first-child{font-size:1.5rem;cursor:auto}.search-suggestions-container hr{margin-top:0;margin-bottom:0;background-color:#d1d2d6}.search-suggestions-container div:last-of-type{text-align:right;font-size:13px;line-height:20px;letter-spacing:.5px;text-transform:uppercase;font-weight:bold;color:#009dcd}.search-suggestions-container div:last-of-type a{position:relative;padding:1rem 5rem 1rem 1rem;cursor:pointer;float:right;text-decoration:none}.search-suggestions-container div:last-of-type span:first-child{color:#009dcd;font-size:11px;padding-right:6px}@media all and (max-width: 35.9375em){.search-suggestions-container{top:10.7rem}}
#headerSearchMobileExpanded{display:none;width:0}@media all and (max-width: 35.9375em){#headerSearchMobileExpanded{width:100%}}
.search-navigation-desktop{display:flex;width:100%}.search-navigation-desktop span.icon-SearchSmall{z-index:1}.search-navigation-desktop span:first-child{position:absolute;left:1.5rem;top:50%;font-size:1.6em;color:#979797}@media all and (max-width: 35.9375em){.search-navigation-desktop{display:none}}
.search-navigation-mobile{position:relative;border-top:1px solid #eee;width:100%;height:5rem;display:none}@media all and (max-width: 35.9375em){.search-navigation-mobile{display:block}}
.search-navigation-mobile span:first-child{font-size:1.3rem;color:#727981;position:absolute;left:1rem;top:50%}.search-navigation-mobile #headerSearchRightIcon,.search-navigation-mobile span:last-of-type{font-size:1.3rem;color:#727981;position:absolute;right:1rem;top:50%}.search-navigation-mobile input{font-size:1.1rem;letter-spacing:.5px;width:100%;height:100%;border:none;padding:2rem 3rem}.search-navigation-mobile .icon-LoaderMedium{font-size:1.6rem !important;color:#00958f !important;animation:rotation 1s linear infinite}#headerSearchIcon{cursor:pointer;display:none}@media all and (max-width: 35.9375em){#headerSearchIcon{display:flex}}
#headerSearchRightIcon{display:none}.elite-section{position:relative;padding:8rem 0}@media all and (max-width: 35.9375em){.elite-section{padding:4rem 0}}
.elite-section-title h2,.elite-section-title .h2{color:#001924;text-transform:uppercase;margin-bottom:1.5rem;font-size:2.9rem;font-weight:500;line-height:3.2rem}.elite-section-title .elite-section-underline,.elite-section-title .elite-section-underline-white{width:5rem;height:2px;margin:0 auto 4rem;background-color:#009dcd}.elite-section-title .elite-section-underline-white{background-color:#fff}.elite-section-sub-title{color:#001924;font-size:1.7rem;font-weight:400;line-height:2.4rem}.elite-section-caption{font-size:1.9rem;line-height:2.8rem;font-weight:300}.elite-section.company-list-body{padding:7rem 0 10rem}.elite-section.company-list-body .row{--bs-gutter-x: 3rem}@media all and (max-width: 35.9375em){.elite-section.company-list-body{background-color:#fff;padding:0 0 7rem}}
.carousel-block a.btn,.carousel-block a.elite-news-download-button{color:#009dcd;font-size:2.3rem}.carousel-block a.btn .icon-LongArrowRightSmall,.carousel-block a.elite-news-download-button .icon-LongArrowRightSmall{font-size:1.5rem}.carousel-block .description-column{text-align:center}@media screen and (min-width: 767px){.carousel-block .description-column{flex:0 0 32rem;max-width:32rem;text-align:left}}
.carousel-block .swiper-slide{width:auto;transform:none;height:auto}@media screen and (max-width: 767px){.carousel-block .swiper-slide:last-child{display:none}}
.carousel-block .swiper-slide .card{height:100%}.carousel-block .swiper-slide:last-child .card{visibility:hidden;background:rgba(0,0,0,0);width:12rem}@media screen and (max-width: 767px){.carousel-block .swiper-slide:last-child .card{display:none}}
.carousel-block .elite-section-caption{font-size:1.7rem;line-height:2.8rem;font-weight:normal}.carousel-block .elite-section-caption p{margin-bottom:0}@media all and (max-width: 35.9375em){.carousel-block .testimonial-control{display:none}}
.carousel-block .testimonial-control{display:flex;justify-content:flex-end;position:absolute;bottom:3.7rem;right:6.7rem}.carousel-block .testimonial-control a{color:#009dcd;text-decoration:none;margin:0 .5rem}.carousel-block .testimonial-control a .testimonial-control-arrow{background-color:rgba(0,0,0,0);border:1px solid #009dcd;height:3rem;width:3rem;display:flex;justify-content:center;align-items:center;border-radius:50%}@media screen and (min-width: 767px){.carousel-block .swiper-container{width:81%;transform:translateX(15rem)}}
#testimonialBlockSlider .swiper-slide{height:auto}@media all and (max-width: 35.9375em){#testimonialBlockSlider .swiper-slide{width:30rem}}
#testimonialBlockSlider .swiper-slide .card{height:100%}@media all and (max-width: 35.9375em){#testimonialBlockSlider .swiper-slide .card{margin:0}}
.page-gallery-block .page-gallery-block-pagination,.page-gallery-block .testimonial-block-pagination,.company-testimonials-block .page-gallery-block-pagination,.company-testimonials-block .testimonial-block-pagination{text-align:center;margin-top:5rem}.page-gallery-block .page-gallery-block-next,.page-gallery-block .page-gallery-block-prev,.page-gallery-block .testimonial-block-next,.page-gallery-block .testimonial-block-prev,.company-testimonials-block .page-gallery-block-next,.company-testimonials-block .page-gallery-block-prev,.company-testimonials-block .testimonial-block-next,.company-testimonials-block .testimonial-block-prev{position:absolute;top:50%;background-image:none;background-color:#fff;border-radius:50%;padding:1rem;display:flex;justify-content:center;align-items:center;width:4.8rem;height:4.8rem}.page-gallery-block .page-gallery-block-next>span,.page-gallery-block .page-gallery-block-prev>span,.page-gallery-block .testimonial-block-next>span,.page-gallery-block .testimonial-block-prev>span,.company-testimonials-block .page-gallery-block-next>span,.company-testimonials-block .page-gallery-block-prev>span,.company-testimonials-block .testimonial-block-next>span,.company-testimonials-block .testimonial-block-prev>span{color:#001924;font-size:1.9rem;text-align:center}.page-gallery-block .page-gallery-block-next,.page-gallery-block .testimonial-block-next,.company-testimonials-block .page-gallery-block-next,.company-testimonials-block .testimonial-block-next{right:-6rem}.page-gallery-block .page-gallery-block-prev,.page-gallery-block .testimonial-block-prev,.company-testimonials-block .page-gallery-block-prev,.company-testimonials-block .testimonial-block-prev{left:-6rem}.page-gallery-block .swiper-pagination-bullet,.company-testimonials-block .swiper-pagination-bullet{width:1rem;height:1rem;display:inline-block;border-radius:100%;background-color:rgba(0,0,0,0);border:.1rem solid #fff;margin-right:.5rem;margin-left:.5rem;opacity:1}.page-gallery-block .swiper-pagination-bullet-active,.company-testimonials-block .swiper-pagination-bullet-active{background-color:#fff}.elite-numbers-block{color:#fff;line-height:1;background:url(/build/website/images/3d-model.ae86f5a3.png) center no-repeat,#053f38;background-size:cover;padding:6rem 0 3.5rem}.elite-numbers-block-top{display:flex;align-items:center;margin-top:0 !important;flex-wrap:nowrap;width:100%;justify-content:center}.elite-numbers-block-top.margin{margin-top:-1rem !important}@media all and (min-width: 48em){.elite-numbers-block{padding:8rem}.elite-numbers-block .elite-section-content{border-left:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;position:relative}.elite-numbers-block-top.margin{position:absolute;top:-0.5rem}.elite-numbers-block-line-white{height:1px;background-color:#fff;flex:1}}
.elite-numbers-block-title{font-size:2.3rem;font-weight:500;padding:0 3rem}@media all and (min-width: 36em){.elite-numbers-block-title{font-size:2.9rem}}
.elite-numbers-block .elite-numbers-data{font-size:4.9rem;font-weight:500}@media all and (max-width: 35.9375em){.elite-numbers-block .elite-numbers-data{font-size:3.4rem}}
.elite-numbers-block .elite-numbers-caption{font-size:1.5rem;font-weight:400}.elite-numbers-block-primary{text-align:center;padding:5rem 2rem}@media all and (max-width: 35.9375em){.elite-numbers-block-primary{padding:3rem 1rem}}
.elite-numbers-block-primary.min-padding{padding:2rem}.elite-numbers-block-primary .elite-numbers-data{font-size:7.1rem}@media all and (max-width: 35.9375em){.elite-numbers-block-primary .elite-numbers-data{font-size:4.9rem}}
.elite-numbers-block-secondary{padding:3rem 1.5rem;text-align:center;display:flex;flex-wrap:wrap}@media screen and (max-width: 1024px){.elite-numbers-block-secondary{padding:0 1rem}}
.elite-numbers-block-secondary>div{margin-bottom:4rem}@media all and (max-width: 35.9375em){.elite-numbers-block-secondary>div{margin-bottom:2.5rem}}@media screen and (max-width: 1024px){.elite-numbers-block-secondary>div{margin-bottom:2.5rem}}@media all and (max-width: 47.9375em){.elite-numbers-block-wrapper{padding:0}}
.elite-content-block,.elite-content-block-no-bg{padding:8rem;background-color:#fff;position:relative}@media all and (max-width: 35.9375em){.elite-content-block,.elite-content-block-no-bg{padding:5rem 0}}
.elite-content-block .country-card,.elite-content-block-no-bg .country-card{max-width:23%}.elite-content-block-no-bg{background-color:unset}.elite-content-block img,.elite-content-block-no-bg img{max-width:100%;flex:0 0 auto;-o-object-fit:contain;object-fit:contain}.elite-content-block-title{font-size:2.9rem;font-weight:500;color:#001924}@media all and (max-width: 35.9375em){.elite-content-block-title{font-size:1.9rem}}
.elite-content-block-caption{font-size:1.9rem;font-weight:400;color:#454d57}@media all and (max-width: 35.9375em){.elite-content-block-caption{font-size:1.5rem}}
.elite-content-block-content,.elite-content-block-big-content,.elite-content-block-medium-content{font-size:1.5rem;color:#727981}.elite-content-block-content p,.elite-content-block-big-content p,.elite-content-block-medium-content p{margin-bottom:1.6rem;line-height:2.9rem}@media all and (min-width: 48em){.elite-content-block-content p:last-child,.elite-content-block-big-content p:last-child,.elite-content-block-medium-content p:last-child{margin-bottom:0}}
.elite-content-block-content strong,.elite-content-block-big-content strong,.elite-content-block-medium-content strong{color:#001924;font-weight:500}.elite-content-block-medium-content{font-size:1.7rem}.elite-content-block-big-content{font-size:1.7rem}.elite-content-block-big-content p{line-height:2.9rem}.elite-content-block.elite-content-block-bottom-border,.elite-content-block-bottom-border.elite-content-block-no-bg{border-bottom:2px solid #d1d2d6}.elite-content-block .elite-content-block-side-border,.elite-content-block-no-bg .elite-content-block-side-border{position:absolute;width:1.2rem;top:0;bottom:0;left:0;padding:0}@media all and (max-width: 35.9375em){.elite-content-block .elite-content-block-side-border,.elite-content-block-no-bg .elite-content-block-side-border{right:0;bottom:auto;height:1.2rem;width:auto;top:-2px}}
.elite-content-block .elite-content-block-side-border.light-blue-side-border,.elite-content-block-no-bg .elite-content-block-side-border.light-blue-side-border{background-color:#bfe3df}.elite-content-block .elite-content-block-side-border.medium-blue-side-border,.elite-content-block-no-bg .elite-content-block-side-border.medium-blue-side-border{background-color:#80c6bf}.elite-content-block .elite-content-block-side-border.blue-side-border,.elite-content-block-no-bg .elite-content-block-side-border.blue-side-border{background-color:#00958f}.elite-content-block-no-bg.requirements-block .elite-content-block-title,.elite-content-block-no-bg.requirements-block .elite-content-block-big-content{margin-bottom:3rem}.elite-content-block-no-bg.requirements-block .requirements-column-block-wrapper{padding:0 2rem 0 0}.elite-content-block-no-bg.requirements-block .requirements-column-block-wrapper~.requirements-column-block-wrapper{padding-left:2rem}.elite-content-block-no-bg.requirements-block .requirements-column-block-wrapper:last-child{padding-right:0}.about-us-icon-block{height:10rem;width:10rem;border-radius:50%;background:linear-gradient(#66c4e0, #009dcd);color:#fff;display:flex;justify-content:center;align-items:center;margin:0 auto}.about-us-icon-block img{max-height:4.8rem;max-width:4.8rem}.programmes-circle-block{height:15rem;width:15rem;font-size:1.9rem;font-weight:700;display:flex;align-items:center;justify-content:center;background:50% 50% no-repeat;background-size:contain;margin:0 auto;max-width:100%}.programmes-circle-block:hover{text-decoration:none}.programmes-circle-block.get-ready{color:#e6f4f2;background-image:url(/build/website/images/get-ready-oval.ec49622f.svg)}.programmes-circle-block.get-fit{color:#80c6bf;background-image:url(/build/website/images/get-fit-oval.ac160877.svg)}.programmes-circle-block.get-value{color:#00958f;background-image:url(/build/website/images/get-value-oval.a30c60f5.svg)}.requirements-column-block{border:1px solid #fff;background:rgba(248,248,248,.05);color:#fff;font-size:1.5rem;height:100%}.requirements-column-block-header{border-bottom:1px solid #fff;font-weight:700;text-transform:uppercase;text-align:center;height:8rem;display:flex;align-items:center;justify-content:center}.requirements-column-block-content{padding:4rem 4rem 2.5rem}.requirements-column-block-content-title{font-weight:700}.requirements-column-block-content ul{padding:0 0 2.5rem 1.5rem}.requirements-column-block-content ul li{padding-left:1rem}#live-opportunities .container{padding:5.5rem 0 5rem;position:relative}#live-opportunities .swiper-slide{width:auto;transform:none;height:auto}#live-opportunities .opportunity-card{background-color:#fff;height:100%;display:flex;flex-direction:column;padding:2.4rem}#live-opportunities .opportunity-card__header{display:flex}#live-opportunities .opportunity-card__image-container .image__wrapper{width:10rem;height:10rem;background-size:contain}#live-opportunities .opportunity-card__image-container .image__wrapper img{max-width:100%;max-height:100%;flex:0 0 auto}@media all and (min-width: 64em){#live-opportunities .opportunity-card__image-container .image__wrapper{max-width:unset;width:15rem;height:15rem}}
#live-opportunities .opportunity-card__title-block{padding-left:1rem;display:flex;flex-direction:column}#live-opportunities .opportunity-card__title{color:#00958f;font-size:2.3rem;font-weight:bold}#live-opportunities .opportunity-card__subtitle{color:#001924;font-size:1.5rem;font-weight:bold}#live-opportunities .opportunity-card__content{padding-top:.8rem;flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between}#live-opportunities .opportunity-card__text{font-size:1.5rem;font-weight:lighter}#live-opportunities .opportunity-card__static{margin-bottom:1.6rem;font-size:1.1rem;font-weight:bold;color:#001924}#live-opportunities .opportunity-card__static>span{display:inline-block;font-weight:normal;color:#727981}#live-opportunities .opportunity-card__bottom{display:flex;flex-direction:column}#live-opportunities .opportunity-card__button{align-self:flex-start}#live-opportunities .swiper-button-next,#live-opportunities .swiper-button-prev{position:absolute;top:50%;background-image:none;background-color:#fff;border-radius:50%;padding:1rem;display:flex;justify-content:center;align-items:center;width:4.8rem;height:4.8rem}#live-opportunities .swiper-button-next>span,#live-opportunities .swiper-button-prev>span{color:#001924;font-size:1.9rem;text-align:center}#live-opportunities .swiper-button-next{right:-6rem}#live-opportunities .swiper-button-prev{left:-6rem}#live-opportunities .swiper-live-opportunities-pagination{display:flex;justify-content:center}#live-opportunities .swiper-pagination-bullet{width:1rem;height:1rem;display:inline-block;border-radius:100%;background-color:rgba(0,0,0,0);border:.1rem solid #fff;margin-right:.5rem;margin-left:.5rem;opacity:1}#live-opportunities .swiper-pagination-bullet-active{background-color:#fff}.elite-container-swiper{display:flex;justify-content:center}.big-news-slider{padding:0 1rem;margin-bottom:2rem}.big-news-slider .swiper-slide{height:auto}.big-news-slider .swiper-slide .card-news{height:100%}.big-news-slider .swiper-pagination-bullets.swiper-pagination,.big-news-slider .swiper-pagination-bullets.video_image_gallery-pagination,.big-news-slider .swiper-pagination-bullets.swiper-media-pagination,.big-news-slider .swiper-pagination-bullets.swiper-video-pagination,.big-news-slider .swiper-pagination-bullets.swiper-pagination-inspiring-stories,.big-news-slider .swiper-pagination-bullets.swiper-pagination-media-center,.big-news-slider .swiper-pagination-bullets.swiper-pagination-video{position:static !important;margin:3rem 0 !important}.big-news-slider .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet,.big-news-slider .swiper-pagination-bullets.video_image_gallery-pagination .swiper-pagination-bullet,.big-news-slider .swiper-pagination-bullets.swiper-media-pagination .swiper-pagination-bullet,.big-news-slider .swiper-pagination-bullets.swiper-video-pagination .swiper-pagination-bullet,.big-news-slider .swiper-pagination-bullets.swiper-pagination-inspiring-stories .swiper-pagination-bullet,.big-news-slider .swiper-pagination-bullets.swiper-pagination-media-center .swiper-pagination-bullet,.big-news-slider .swiper-pagination-bullets.swiper-pagination-video .swiper-pagination-bullet{border:1px solid #727981 !important}.big-news-slider .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.big-news-slider .swiper-pagination-bullets.video_image_gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.big-news-slider .swiper-pagination-bullets.swiper-media-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.big-news-slider .swiper-pagination-bullets.swiper-video-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.big-news-slider .swiper-pagination-bullets.swiper-pagination-inspiring-stories .swiper-pagination-bullet.swiper-pagination-bullet-active,.big-news-slider .swiper-pagination-bullets.swiper-pagination-media-center .swiper-pagination-bullet.swiper-pagination-bullet-active,.big-news-slider .swiper-pagination-bullets.swiper-pagination-video .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#727981 !important}#LatestInspiringStoriesSlider.big-news-slider{max-width:109rem;width:100%;padding:0 2rem}@media screen and (max-width: 768px){.force-full-width{flex:0 0 100% !important;max-width:100% !important}}@media screen and (max-width: 768px){.header-news-block{flex-direction:column}.header-news-block a{display:flex;margin-bottom:1rem}}
.header-news-block{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-left:1rem}.header-news-block h2,.header-news-block .h2{font-size:2.3rem;text-transform:uppercase}.news-area{padding-right:2rem}@media screen and (max-width: 1026px){.news-area{padding-right:0}}@media screen and (max-width: 1026px){.news-social-area{width:35rem;margin:auto;margin-top:5rem}.news-social-area .elite-twitter-timeline{height:45rem}}
.news-social-area{display:flex;flex-direction:column;justify-content:space-between;background-color:#454d57}.news-social-area .elite-twitter-timeline{height:57rem}#entries .card-news{margin:0 1rem;height:100%}.latest-news{background-color:#e5e8ea;padding-bottom:0;padding-top:4rem}.latest-news .elite-section-title{margin-bottom:4rem;text-align:center}.latest-news .elite-section-title h2,.latest-news .elite-section-title .h2{color:#001924;margin-bottom:1.5rem}.latest-news .row{max-width:110rem;margin:auto}.latest-news .row_inspiring_stories{background:linear-gradient(to top, #f4f7f9 40%, #00958f 40%);max-width:130rem;margin:auto}.podcast,.video_image_gallery{background:#f4f7f9}.podcast__header{display:flex;flex-direction:column;align-items:center;background-repeat:no-repeat;background-size:cover;position:relative}.podcast__header-image-overlay{background:linear-gradient(to right, #053f38, #053f38, #053f38 50%, rgba(255, 255, 255, 0));position:absolute;top:0;left:0;width:100%;height:100%}.podcast__header-content{max-width:110rem;width:100%;margin-top:8rem;margin-bottom:14rem;z-index:0;display:flex;align-items:normal;justify-content:normal;flex-direction:column;gap:2.4rem 0}@media screen and (max-width: 1100px){.podcast__header-content{padding:0 1.5rem}}
.podcast__header-title{color:#fff;font-size:2.9rem;font-weight:500;line-height:4.5rem}.podcast__header-infos{color:#999;display:flex;font-size:1.2rem;font-weight:500;line-height:1.8rem}.podcast__header-duration{margin-left:6.5rem}.podcast__header-duration span{font-size:1rem}.podcast__body{display:flex;align-items:center;justify-content:normal;flex-direction:column}.podcast__body-content{background:#fff;max-width:110rem;width:100%;padding:8rem;margin-top:-6rem;margin-bottom:3.5rem;z-index:0;display:flex;align-items:normal;justify-content:normal;flex-direction:column;gap:1.5rem 0}@media screen and (max-width: 1100px){.podcast__body-content{padding:1.5rem}}
.podcast__body-embedded{width:100%;height:20rem}.podcast__body-embedded .playlist{display:none}.podcast__body-description{color:#727981;margin-top:4rem;font-size:1.7rem;font-weight:400;line-height:2.4rem}.podcast__body-socials{width:100%;padding-bottom:6.4rem;display:flex;justify-content:flex-end;gap:.8rem}.podcast__body-socials span{height:3.4rem;width:3.4rem;font-size:1.5rem;color:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center}.podcast__body-same_series{display:flex;justify-content:center;border-top:2px solid #009dcd}.podcast__body-same_series p{margin:0;padding:1rem 5rem;background:#fff;position:relative;color:#001924;top:-1.8rem;font-size:1.5rem;font-weight:700;line-height:1.5rem}.podcast__body-related-card{padding:1.5rem;width:100%;display:flex;border-bottom:1px solid #d1d2d6;align-items:center}.podcast__body-related-image{height:9rem;width:9rem}.podcast__body-related-text{margin-left:2.5rem;flex-grow:1;color:#333;overflow:hidden}.podcast__body-related-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;font-size:1.9rem;font-weight:500;line-height:1.9rem}.podcast__body-related-infos{color:#999;display:flex;margin-top:1.5rem;font-size:1.2rem;font-weight:500;line-height:1.2rem}.podcast__body-related-duration{margin-left:5rem}.podcast__body-related-duration span{font-size:1rem}.podcast__body-related-play{margin-left:2.5rem;padding:1.5rem}.podcast__body-related-play a{background:#727981;border-radius:50%;height:4rem;width:4rem;display:flex;justify-content:center;align-items:center;cursor:pointer}.podcast__body-related-play span{color:#fff;font-size:2.3rem;position:relative;left:.1rem}@media screen and (max-width: 768px){#podcastSlider,#video_image_gallerySlider{padding:0 2rem}}
.podcast-slider{margin-bottom:5.5rem}.podcast-prev,.video_image_gallery-prev,.podcast-next,.video_image_gallery-next{cursor:pointer;position:absolute;top:45%;background-image:none;background-color:#fff;border-radius:50%;padding:1rem;display:flex;justify-content:center;align-items:center;width:4.8rem;height:4.8rem;font-size:1.4rem;color:#001924}@media screen and (max-width: 992px){.podcast-prev,.video_image_gallery-prev,.podcast-next,.video_image_gallery-next{display:none}}
.podcast-prev,.video_image_gallery-prev{left:-6rem}.podcast-next,.video_image_gallery-next{right:-6rem}#video_image_gallerySlider{margin-top:0}#video_image_gallerySlider #videoSnippetWrapper .scrollholder{height:10vw;width:100%;position:absolute;background:rgba(0,0,0,0);z-index:1}#video_image_gallerySlider #videoSnippetWrapper .scrollholder-up{top:0}#video_image_gallerySlider #videoSnippetWrapper .scrollholder-down{bottom:max(3.2rem,6.5%);top:auto}#video_image_gallerySlider #videoSnippetWrapper .scrollholder-up,#video_image_gallerySlider #videoSnippetWrapper .scrollholder-down{height:auto;aspect-ratio:19/3.3}.video_image_gallery-slider{margin-bottom:5.5rem}.video_image_gallery-slider .swiper-slide{overflow:hidden;display:flex;flex-direction:column;align-items:center}.video_image_gallery-slider .swiper-slide__title{font-weight:700;font-size:1.9rem;margin-top:2rem}.video_image_gallery-image{max-height:60rem}.video_image_gallery-pagination{position:static;margin-top:3rem}.video_image_gallery-pagination .swiper-pagination-bullet{border:1px solid #fff}.video_image_gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff}.elite-header-noimage{width:100%;overflow:hidden;position:relative}@media screen and (min-width: 768px){.elite-header-noimage{height:40rem}}@media screen and (max-width: 767px){.elite-header-noimage{height:20rem}}
.elite-header-noimage .elite-contact-page-titles-container{text-align:center;width:100%;position:absolute;top:4rem}@media screen and (max-width: 767px){.elite-header-noimage .elite-contact-page-titles-container{top:30%}}
.elite-header-noimage .elite-contact-page-title{color:#fff;font-size:4.9rem;display:block;width:100%}@media all and (max-width: 35.9375em){.elite-header-noimage .elite-contact-page-title{font-size:3.4rem}}
.elite-header-noimage .elite-contact-page-subtitle{color:#fff;position:absolute;display:block;width:100%;font-size:2.3rem;font-weight:100}.elite-header-image{width:100%;overflow:hidden;position:relative}.elite-header-image .elite-contact-page-titles-container{text-align:center;width:100%;min-height:30rem;padding:4rem}@media screen and (min-width: 768px){.elite-header-image .elite-contact-page-titles-container.medium-negative-margin{padding-bottom:24rem}.elite-header-image .elite-contact-page-titles-container.small-negative-margin{padding-bottom:9rem}}
.elite-header-image .elite-contact-page-title{color:#fff;font-size:4.9rem;display:block;width:100%;line-height:7.5rem;font-weight:700}@media all and (max-width: 35.9375em){.elite-header-image .elite-contact-page-title{font-size:3.4rem}}
.elite-header-image .elite-contact-page-subtitle{color:#fff;width:100%;font-size:2.3rem;font-weight:100;line-height:3.6rem}.picture-slideshow-block{padding:0}.picture-slideshow-block .swiper-container{height:50rem}.picture-slideshow-block .swiper-container .swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;overflow:hidden}.picture-slideshow-block .swiper-container .swiper-slide img{width:auto;height:auto;min-width:100%;max-width:none;min-height:100%;transform:translate(-50%, -50%);position:absolute;left:50%;top:50%}@media all and (max-width: 35.9375em){.picture-slideshow-block .swiper-container .swiper-slide img{height:100%;width:auto;max-width:none}}
.picture-slideshow-block .swiper-container .swiper-slide .carousel-caption{top:8.3rem;margin:0;padding:0}@media screen and (max-width: 320px){.picture-slideshow-block .swiper-container .swiper-slide .carousel-caption{top:3.3rem}}@media all and (max-width: 35.9375em){.picture-slideshow-block .swiper-container .swiper-slide .carousel-caption{left:2rem;right:2rem}}@media screen and (min-width: 769px){.picture-slideshow-block .swiper-container .swiper-slide .carousel-caption{text-align:left;top:11rem}}
.picture-slideshow-block .swiper-container .swiper-slide .carousel-caption .carousel-title{font-size:5.5rem;font-weight:500}@media all and (max-width: 35.9375em){.picture-slideshow-block .swiper-container .swiper-slide .carousel-caption .carousel-title{font-size:2.9rem;font-weight:500;line-height:4rem;margin:0 auto 1rem}}
.picture-slideshow-block .swiper-container .swiper-slide .carousel-caption .carousel-description{font-weight:400;font-size:2.6rem}@media all and (max-width: 35.9375em){.picture-slideshow-block .swiper-container .swiper-slide .carousel-caption .carousel-description{font-size:1.9rem}}
.picture-slideshow-block .swiper-container .swiper-slide .carousel-caption .carousel-buttons a{min-width:20.5rem}.picture-slideshow-block .swiper-container .swiper-slide .carousel-caption .carousel-buttons .icon-PlayMedium{margin-right:.8rem}.picture-slideshow-block .swiper-container .swiper-button-next,.picture-slideshow-block .swiper-container .swiper-button-prev{position:absolute;top:50%;margin-top:-22px;z-index:1;cursor:pointer;color:#001924;background-color:#fff;height:5rem;width:5rem;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:1.5rem;background-image:none}@media all and (max-width: 35.9375em){.picture-slideshow-block .swiper-container .swiper-button-next,.picture-slideshow-block .swiper-container .swiper-button-prev{display:none}}
.picture-slideshow-block .swiper-container .swiper-button-prev{left:1rem}.picture-slideshow-block .swiper-container .swiper-button-next{right:1rem}.picture-slideshow-block .swiper-container .swiper-pagination>.swiper-pagination-bullet,.picture-slideshow-block .swiper-container .swiper-media-pagination>.swiper-pagination-bullet,.picture-slideshow-block .swiper-container .swiper-video-pagination>.swiper-pagination-bullet,.picture-slideshow-block .swiper-container .swiper-pagination-inspiring-stories>.swiper-pagination-bullet,.picture-slideshow-block .swiper-container .swiper-pagination-media-center>.swiper-pagination-bullet,.picture-slideshow-block .swiper-container .swiper-pagination-video>.swiper-pagination-bullet,.picture-slideshow-block .swiper-container .video_image_gallery-pagination>.swiper-pagination-bullet{border:1px solid #fff}.picture-slideshow-block .swiper-container .swiper-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active,.picture-slideshow-block .swiper-container .swiper-media-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active,.picture-slideshow-block .swiper-container .swiper-video-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active,.picture-slideshow-block .swiper-container .swiper-pagination-inspiring-stories>.swiper-pagination-bullet.swiper-pagination-bullet-active,.picture-slideshow-block .swiper-container .swiper-pagination-media-center>.swiper-pagination-bullet.swiper-pagination-bullet-active,.picture-slideshow-block .swiper-container .swiper-pagination-video>.swiper-pagination-bullet.swiper-pagination-bullet-active,.picture-slideshow-block .swiper-container .video_image_gallery-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff}.journey-slideshow-block{background:url(/build/website/images/journey_background.bae70d7f.png) no-repeat 50% 50%;background-size:cover}.journey-slideshow-block .swiper-container{height:50rem}.journey-slideshow-block .swiper-container .swiper-slide{display:flex;align-items:center;justify-content:center}.journey-slideshow-block .swiper-container .swiper-slide .slider-frame{display:flex;align-items:center}.journey-slideshow-block .swiper-container .swiper-slide .slider-frame .journey-slideshow-item{display:flex;flex-direction:column;justify-content:center;align-items:center}.journey-slideshow-block .swiper-container .swiper-slide .slider-frame .journey-slideshow-item .journey-slideshow-item-icon{margin-bottom:2rem;min-height:16rem;align-items:center;display:flex}.journey-slideshow-block .swiper-container .swiper-slide .slider-frame .journey-slideshow-item .journey-slideshow-item-icon img{max-height:100%;max-width:100%}.journey-slideshow-block .swiper-container .swiper-slide .slider-frame .journey-slideshow-item .journey-slideshow-item-description{color:#fff;font-size:1.5rem;margin-bottom:3rem;max-width:20rem;text-align:center}.journey-slideshow-block .swiper-container .swiper-slide .slider-frame .journey-slideshow-item .journey-slideshow-item-button .btn,.journey-slideshow-block .swiper-container .swiper-slide .slider-frame .journey-slideshow-item .journey-slideshow-item-button .elite-news-download-button{color:#fff}.journey-slideshow-block .swiper-container .swiper-slide .slider-frame .journey-slideshow-delimiter{background-color:rgba(0,25,36,.3);color:#fff;height:5rem;width:5rem;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:1.5rem;position:absolute;right:0}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination,.swiper-container-horizontal>.swiper-pagination-bullets.swiper-media-pagination,.swiper-container-horizontal>.swiper-pagination-bullets.swiper-video-pagination,.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-inspiring-stories,.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-media-center,.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-video,.swiper-container-horizontal>.swiper-pagination-bullets.video_image_gallery-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0, 0, 0);z-index:1;width:100%;bottom:3rem;left:0;padding:0}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet,.swiper-container-horizontal>.swiper-pagination-bullets.swiper-media-pagination .swiper-pagination-bullet,.swiper-container-horizontal>.swiper-pagination-bullets.swiper-video-pagination .swiper-pagination-bullet,.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-inspiring-stories .swiper-pagination-bullet,.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-media-center .swiper-pagination-bullet,.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-video .swiper-pagination-bullet,.swiper-container-horizontal>.swiper-pagination-bullets.video_image_gallery-pagination .swiper-pagination-bullet{width:1rem;height:1rem;display:inline-block;border-radius:100%;background-color:rgba(0,0,0,0);border:1px solid #fff;margin-right:5px;margin-left:5px;opacity:1}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-container-horizontal>.swiper-pagination-bullets.swiper-media-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-container-horizontal>.swiper-pagination-bullets.swiper-video-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-inspiring-stories .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-media-center .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-video .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-container-horizontal>.swiper-pagination-bullets.video_image_gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-relative{position:relative !important;padding-top:5rem}.journey-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet,.journey-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-media-pagination .swiper-pagination-bullet,.journey-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-video-pagination .swiper-pagination-bullet,.journey-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-inspiring-stories .swiper-pagination-bullet,.journey-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-media-center .swiper-pagination-bullet,.journey-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-video .swiper-pagination-bullet,.journey-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.video_image_gallery-pagination .swiper-pagination-bullet,.picture-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet,.picture-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-media-pagination .swiper-pagination-bullet,.picture-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-video-pagination .swiper-pagination-bullet,.picture-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-inspiring-stories .swiper-pagination-bullet,.picture-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-media-center .swiper-pagination-bullet,.picture-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-video .swiper-pagination-bullet,.picture-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.video_image_gallery-pagination .swiper-pagination-bullet{border:1px solid #fff}.journey-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.journey-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-media-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.journey-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-video-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.journey-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-inspiring-stories .swiper-pagination-bullet.swiper-pagination-bullet-active,.journey-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-media-center .swiper-pagination-bullet.swiper-pagination-bullet-active,.journey-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-video .swiper-pagination-bullet.swiper-pagination-bullet-active,.journey-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.video_image_gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.picture-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.picture-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-media-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.picture-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-video-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.picture-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-inspiring-stories .swiper-pagination-bullet.swiper-pagination-bullet-active,.picture-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-media-center .swiper-pagination-bullet.swiper-pagination-bullet-active,.picture-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-video .swiper-pagination-bullet.swiper-pagination-bullet-active,.picture-slideshow-block .swiper-container-horizontal>.swiper-pagination-bullets.video_image_gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff}.elite-twitter-widget .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination,.elite-twitter-widget .swiper-container-horizontal>.swiper-pagination-bullets.swiper-media-pagination,.elite-twitter-widget .swiper-container-horizontal>.swiper-pagination-bullets.swiper-video-pagination,.elite-twitter-widget .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-inspiring-stories,.elite-twitter-widget .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-media-center,.elite-twitter-widget .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-video,.elite-twitter-widget .swiper-container-horizontal>.swiper-pagination-bullets.video_image_gallery-pagination{bottom:0}#eliteVideoModal .modal-body video{height:270px}@media all and (min-width: 48em){.page-wrapper{position:relative;z-index:1}.page-wrapper.small-negative-margin{margin-top:-5rem}.page-wrapper.medium-negative-margin{margin-top:-20rem}}@media all and (min-width: 48em){.elite-header-image.medium-negative-margin .elite-contact-page-titles-container .elite-contact-page-title{font-weight:500}}
footer{font-size:1.3rem;color:#727981}footer .footer-brand-colours .col{height:1rem}footer .footer-brand-colours .col:nth-of-type(1){background-color:#8fd9f7}footer .footer-brand-colours .col:nth-of-type(2){background-color:#00adf0}footer .footer-brand-colours .col:nth-of-type(3){background-color:#00a3a3}footer .footer-brand-colours .col:nth-of-type(4),footer .footer-brand-colours .col:nth-of-type(5){background-color:#008f8f}footer .footer-brand-colours .col:nth-of-type(6){background-color:#00ab4f}footer .footer-brand-colours .col:nth-of-type(7),footer .footer-brand-colours .col:nth-of-type(8){background-color:#008273}footer .footer-brand-colours .col:nth-of-type(9){background-color:#00a34d}footer .footer-brand-colours .col:nth-of-type(10){background-color:#75c25c}footer .nav-link{color:#727981}footer .nav-link:hover{color:#454d57}footer h5,footer .h5{font-weight:500;text-transform:uppercase;color:#fff}footer .social-block .social-icons{text-decoration:none;background-color:#727981;display:inline-flex;padding:7px;margin-right:7px;border-radius:50%}footer .social-block .social-icons [class^=icon-]{line-height:1}footer .social-block .social-icons [class^=icon-]::before{color:#001924;font-size:1.5rem}footer .ios-android-icons{margin-bottom:2rem}footer .primary-footer{padding:4rem 0}footer .primary-footer .nav-link{padding:.25rem}footer .primary-footer .newsletter-block{margin:1.5rem 0}footer .primary-footer .newsletter-block span{color:#727981}footer .primary-footer .newsletter-block span:hover{cursor:pointer;color:#454d57}footer .secondary-footer{font-size:1rem;border-top:1px solid #727981;padding:1rem 0}footer .secondary-footer .row>div:last-child{width:auto;justify-content:flex-end}footer .secondary-footer .nav-link{text-transform:uppercase;padding-right:4rem}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){footer #eliteVideoModal .modal-body video{height:270px}}
.footer__socials{display:flex;flex-direction:column}#ccc-module.ccc-module--slideout{max-width:inherit !important;width:100% !important;height:60% !important}#ccc-module.ccc-module--slideout.ccc-module--left{top:0 !important;animation-name:slide-down !important;animation-duration:0s !important}#ccc-content{overflow-y:scroll !important;padding-right:17px !important}#ccc .ccc-notify-button{border-radius:0 !important;margin:4px 8px 4px 0 !important}#ccc .ccc-content--dark #ccc-notify,#ccc .ccc-content--dark #ccc-notify span{background-color:#16202c !important}#ccc .ccc-content--dark .ccc-button-solid,#ccc .ccc-content--dark .ccc-button-solid span{color:#fff !important;background:#009dcd !important;border-color:#009dcd !important}#ccc-notify-accept{background:#009dcd !important}#ccc-end{display:flex;justify-content:flex-end}#ccc .ccc-notify-buttons{display:flex}#ccc .ccc-notify-buttons #ccc-notify-reject{order:3}#cc-panel p.ccc-intro:nth-of-type(2),#cc-panel p.ccc-intro:nth-of-type(3),#cc-panel p.ccc-intro:nth-of-type(4){display:none}@media(min-width: 1020px){#ccc .ccc-notify-buttons{margin-top:0 !important;flex-direction:column}}
#elitePageWrapper{display:flex;flex-direction:column;position:relative;height:100%;width:100%}#elitePageWrapper #content{flex:1}@media all and (max-width: 35.9375em){#elitePageWrapper #content{margin-top:5.5rem}}
#elitePageWrapper #content>*{height:100%}#elitePageWrapper.elitePageResponse{display:flex;flex-flow:column;justify-content:space-between}#elitePageWrapper.elitePageResponse #content .elite-background-light-grey,#elitePageWrapper.elitePageResponse #content .elite-background-soft-blue{flex-grow:1;display:flex;flex-flow:column;justify-content:center}.banner-open{margin-top:15.5rem !important}.news-index-list{padding-bottom:6rem}.elite-news-header-row{display:flex;justify-content:space-between;align-items:center;max-width:107rem;margin:.7rem auto;padding:0 2rem}.elite-news-header-row.inspiring-stories{margin-bottom:3.5rem;padding:0 3rem}.elite-news-list-navigation{background-color:#fff;height:7rem;display:flex;justify-content:center}@media all and (max-width: 35.9375em){.elite-news-list-navigation{height:5.5rem}}
.elite-news-list-navigation ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;height:100%;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;border:0}.elite-news-list-navigation ul li{flex:0 0 auto;height:100%;margin:0 3.5rem;display:flex;align-items:center}@media all and (max-width: 35.9375em){.elite-news-list-navigation ul li{margin:0 1rem}}
.elite-news-list-navigation ul li>div{cursor:pointer;font-size:1.3rem;color:#727981;text-transform:uppercase;text-decoration:none;padding:1rem;height:100%;vertical-align:middle;display:flex;align-items:center;position:relative}.elite-news-list-navigation ul li>div.active{color:#001924}.elite-news-list-navigation ul li>div.active::after{content:"";width:100%;height:3px;background-color:#009dcd;position:absolute;bottom:0;right:0;left:0}@media all and (min-width: 48em){.elite-news-list-navigation ul li>div:hover{color:#001924}.elite-news-list-navigation ul li>div:hover::after{content:"";width:100%;height:3px;background-color:#009dcd;position:absolute;bottom:0;right:0;left:0}}
.elite-news-list-navigation ul li:last-child{border-right:1rem solid rgba(0,0,0,0)}.elite-news-list-page{background-color:#f4f7f9;padding:7rem 0 10rem}.elite-news-list-title{font-size:2.3rem;font-weight:500;text-transform:uppercase;color:#001924;display:flex;align-items:center}.elite-news-list-title-tab{font-size:1.9rem;font-weight:500;text-transform:uppercase;color:#001924;display:flex;align-items:center}.page-items-loading{color:#727981;text-align:center;margin:16rem 0;position:relative;display:flex}@media all and (max-width: 35.9375em){.page-items-loading{margin-top:5.5rem}}
.page-items-loading-no-margin{margin:3rem 0 0}.page-items-loading .loader-spinning{width:7rem;animation:rotation 1s linear infinite}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.page-items-loading .loader-cover{position:relative;left:calc(50% - .75rem);width:2.5rem;top:.5rem}@media all and (min-width: 48em){.mt-md-47{margin-top:20rem}}
.modal-close-button{z-index:100;opacity:1;font-size:inherit;color:#727981;position:absolute !important;top:-16px;right:-15px;background-color:#fff !important;border-radius:50%;height:3rem;width:3rem;padding:3px 0 0 1px !important;outline:none !important}.modal-close-button:hover{opacity:1 !important;color:#727981 !important}#eliteFirstVisitDesktopModal video{display:none}#eliteFirstVisitDesktopModal video:first-of-type{display:block}#eliteFirstVisitDesktopModal .swiper-pagination,#eliteFirstVisitDesktopModal .swiper-media-pagination,#eliteFirstVisitDesktopModal .swiper-video-pagination,#eliteFirstVisitDesktopModal .swiper-pagination-inspiring-stories,#eliteFirstVisitDesktopModal .swiper-pagination-media-center,#eliteFirstVisitDesktopModal .swiper-pagination-video,#eliteFirstVisitDesktopModal .video_image_gallery-pagination{width:100%;bottom:-3rem}#eliteFirstVisitDesktopModal .swiper-pagination span,#eliteFirstVisitDesktopModal .swiper-media-pagination span,#eliteFirstVisitDesktopModal .swiper-video-pagination span,#eliteFirstVisitDesktopModal .swiper-pagination-inspiring-stories span,#eliteFirstVisitDesktopModal .swiper-pagination-media-center span,#eliteFirstVisitDesktopModal .swiper-pagination-video span,#eliteFirstVisitDesktopModal .video_image_gallery-pagination span{margin:0 .5rem}#eliteFirstVisitDesktopModal .swiper-pagination-bullet-active{background:#fff !important}#eliteFirstVisitDesktopModal .swiper-pagination-bullet{border:1px solid #fff;background:none}#eliteFirstVisitDesktopModal .swiper-button-next,#eliteFirstVisitDesktopModal .swiper-button-prev{position:absolute;top:50%;margin-top:-22px;z-index:10;cursor:pointer;background-color:#fff;color:#001924;height:4rem;width:4rem;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:1.5rem;background-image:none}#eliteFirstVisitDesktopModal .swiper-button-next:hover,#eliteFirstVisitDesktopModal .swiper-button-prev:hover{color:#454d57;background-color:#fff}@media all and (max-width: 35.9375em){#eliteFirstVisitDesktopModal .swiper-button-next,#eliteFirstVisitDesktopModal .swiper-button-prev{display:none}}
#eliteFirstVisitDesktopModal .swiper-button-prev{left:-7rem}#eliteFirstVisitDesktopModal .swiper-button-next{right:-7rem}#eliteFirstVisitDesktopModal .swiper-button-disabled{opacity:0 !important}#eliteFirstVisitDesktopModal .modal-body{padding:0 !important}#eliteFirstVisitDesktopModal .modal-body .modal-sliders{text-align:center;justify-content:center;align-items:center;color:#727981}#eliteFirstVisitDesktopModal .modal-body .modal-sliders p{font-size:1.1rem;line-height:1.7rem}#eliteFirstVisitDesktopModal .modal-body .modal-sliders p:first-child{color:#66c4e0;font-size:1.2rem}#eliteFirstVisitDesktopModal .modal-body .modal-sliders a{margin-top:1rem;padding:12px 3rem 10px;border-radius:1.5rem}#eliteFirstVisitDesktopModal .modal-body .modal-sliders .modal-sliders-content{margin:5rem 5rem 4rem}#eliteFirstVisitMobileModal{display:none;text-align:center;justify-content:center;align-items:center;color:#727981;padding:0}#eliteFirstVisitMobileModal video{width:100%;display:none}#eliteFirstVisitMobileModal video:first-of-type{display:block}#eliteFirstVisitMobileModal .mobile-video{background-color:#001924;width:100%;height:calc(100% - 20rem)}#eliteFirstVisitMobileModal .mobile-bottom{min-height:20rem;width:100%;background-color:#fff;position:relative}#eliteFirstVisitMobileModal .mobile-bottom p{font-size:1.1rem;line-height:1.7rem}#eliteFirstVisitMobileModal .mobile-bottom p:first-child{color:#66c4e0;font-size:1.2rem}#eliteFirstVisitMobileModal .mobile-bottom .modal-sliders-content{margin:3rem 2rem 5rem}#eliteFirstVisitMobileModal .mobile-bottom .swiper-pagination-bullet-active{background:#66c4e0 !important}#eliteFirstVisitMobileModal .mobile-bottom .swiper-pagination-bullet{background:none}#eliteFirstVisitMobileModal .mobile-bottom .button-skip{z-index:999;position:absolute;left:3rem;bottom:3rem}#eliteFirstVisitMobileModal .mobile-bottom .button-next{z-index:999;position:absolute;right:3rem;bottom:3rem}#eliteFirstVisitMobileModal .mobile-bottom #firstVisitMobileButtonNextGetStarted{display:none}.search-categories span{color:#727981;background-color:#f4f7f9;border-radius:12px;padding:1px 6px;margin-left:9px}.box-relative{position:relative}.search-heading-input{padding:8rem 0;text-align:center;background:radial-gradient(circle, rgba(5, 63, 56, 0.8) 40%, rgba(5, 63, 56, 0.99) 90%),url(/build/website/images/search_header_background.0b0587fc.png) right no-repeat;background-position-y:-571px;background-size:100% 1000px}.search-heading-input input{padding:0 7rem;height:7rem;font-size:16px;line-height:2.5rem;letter-spacing:.5px;width:100%;position:relative}.search-heading-input .icon-SearchSmall{position:absolute;color:#727981;top:3.5rem;left:4rem;font-size:2.5rem;z-index:1}.search-heading-input .icon-CloseSmall{top:3.5rem;right:4rem;position:absolute;font-size:1.2rem;color:#727981;cursor:pointer;z-index:1}.search-heading-input p{color:#fff;font-size:1.9rem;line-height:2.8rem;margin-top:4.5rem;margin-bottom:0}.search-page-results{background-color:#d1d2d6;padding:8rem}@media all and (max-width: 47.9375em){.search-page-results{padding:1.6rem}}
.search-page-results h5,.search-page-results .h5{margin-bottom:1rem;color:#001924}.search-page-results .card{margin-bottom:1rem}.search-page-results .card.card-news{margin-left:0;margin-right:0}.search-no-results{color:#727981;text-align:center;margin:14rem 0 9rem;width:100%}.search-no-results p{font-size:1.5rem;line-height:2.5rem;margin-top:2rem}.circle-border{margin-left:1rem;border:1px solid #c1c8ca;color:#001924;border-radius:12px;padding:4px 6px 2px;font-size:11px;line-height:15px}.search-view-all{text-align:right;font-size:1.4rem;font-weight:500;text-transform:uppercase;margin-top:2rem;color:#009dcd}.search-view-all a{text-decoration:none;cursor:pointer}.search-list .card-title,.search-list .card-title-nowrap{font-weight:500 !important;font-size:1.5rem !important}.search-list:not(:first-child){margin-top:6rem}.elite-contact-section-title{font-size:1.3rem;font-weight:700}@media screen and (max-width: 320px){.elite-contact-section-title{top:1rem}}@media screen and (min-width: 768px){.elite-custom-mt--82{margin-top:-20.5rem}}
.messageform-content{background-color:#fff;padding:6rem 14rem}@media screen and (max-width: 768px){.messageform-content{padding:2rem}}
.messageform-title{margin-bottom:2rem}@media screen and (max-width: 767px){.messageform{padding:2rem !important}}@media screen and (min-width: 768px){.messageform{padding:unset;padding-right:15px !important;padding-left:15px !important}}
.elite-single-news-social a{font-size:1.3rem;color:#fff !important;cursor:pointer;display:inline-block;width:100%;white-space:nowrap;overflow:hidden !important;text-overflow:ellipsis}@media screen and (max-width: 767px){.elite-single-news-social{display:block;text-align:center}}
.elite-single-news-social{padding:2rem 3rem;color:gray;font-size:1rem;font-weight:400;display:flex;align-items:center;justify-content:space-between}.elite-single-news-social-icons{display:flex;gap:1rem;justify-content:flex-end}.elite-single-news-social-icons .elite-single-news-social-label{display:inline-block;vertical-align:super;padding-right:1.2rem}@media screen and (max-width: 767px){.elite-single-news-social-icons .elite-single-news-social-label{margin-bottom:1rem;display:block}}
.elite-single-video-iframe{position:relative}.elite-related-news .elite-news-related-line{background-color:#009dcd;display:block;height:1px;position:relative;margin:1rem 15px 3rem}.elite-related-news .elite-news-related-line .elite-related-news-title{color:#001924;font-size:1.5rem;text-align:center;font-weight:500;position:absolute;translate:0 -50%;padding:1rem;left:40%;right:40%;background-color:#e5e8ea}@media screen and (max-width: 767px){.elite-related-news .elite-news-related-line .elite-related-news-title{left:25%;right:25%}}
.elite-related-news .elite-related-news-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;padding-bottom:5rem}@media screen and (max-width: 767px){.elite-related-news .elite-related-news-container{grid-template-columns:1fr;grid-gap:2rem}}
.elite-related-news .elite-related-news-container .card-news{margin:0 2rem}@media screen and (min-width: 767px){.elite-related-news .elite-related-news-container .card-news{margin:0}}
.elite-related-news .elite-related-news-container .card-news .card-title{color:#001924;font-size:1.5rem;font-weight:400;line-height:1.8rem}#singleNewsContainer #form{margin-top:-8rem;margin-bottom:8rem}#singleNewsContainer iframe{position:absolute;top:0;left:0;width:100%;height:100%}#singleNewsContainer .text-center{display:flex;justify-content:center}@media screen and (max-width: 767px){#singleNewsContainer .elite-header-content-info-logo-holder{padding:2px;max-width:10rem;max-height:10rem}}
.icon-LockerSmall{color:#737980}.epw-single-news .epw-single-news_content{position:relative;margin-bottom:8rem;margin-top:-6rem;background:#fff}@media screen and (max-width: 767px){.epw-single-news .epw-single-news_content{margin-top:0;position:relative}}
.epw-single-news .epw-single-news_content .content{font-size:1.7rem;line-height:2.8rem;color:#727981;padding:2rem}@media(min-width: 768px){.epw-single-news .epw-single-news_content .content{padding:8rem}}
.epw-single-news .epw-single-news_content .content strong:not(a *){color:#454d57}.epw-single-news .epw-single-news_content .content img{max-width:100%;width:auto;height:auto}.epw-single-news .epw-single-news_content .boilerplate{background-color:#e5e8ea;text-align:center;padding:2.5rem 0}.epw-single-news .epw-single-news_content .boilerplate p{padding:0 5em}@media screen and (max-width: 767px){.epw-single-news .epw-single-news_content .boilerplate p{padding:3rem}}
.epw-single-news .elite-single-news-footer{display:flex;flex-flow:column;align-items:center;margin-top:5rem}@media screen and (max-width: 767px){.epw-single-news .elite-single-news-footer{margin-top:3rem}}
.epw-single-news .elite-single-news-footer>*{background-color:#e5e8ea;width:100%}.epw-single-news .elite-single-news-footer .buttons-container{display:flex;flex-flow:row;align-items:center;justify-content:space-between;padding:2.5rem}.epw-single-news .elite-single-news-footer .buttons-container a{font-size:1.5rem}.epw-single-news .elite-single-news-footer .elite-single-news-social-icons{gap:1.45rem}.epw-single-news__new-member{margin-bottom:.4rem}.epw-single-news__new-member-form{position:relative;display:flex;flex-direction:column;align-items:center;margin-top:10rem}.epw-single-news__new-member-form-title{font-weight:500}.epw-single-news #new-member-form{position:absolute;top:-15rem}@media screen and (max-width: 767px){.epw-single-news .elite-header{padding-bottom:0}}
figure.image{padding:1rem 0}.elite-inspiring-news-social-icons{position:absolute;margin:2rem;right:0}.elite-inspiring-news-contact{margin-top:5rem;background-color:#e5e8ea;display:flex;justify-content:space-between;align-items:center;color:#727981;font-size:1.7rem;padding:2.5rem}.elite-inspiring-news-contact p{padding:0}@media all and (max-width: 47.9375em){.elite-inspiring-news-contact{flex-direction:column}}
.message-box-left{width:100%;padding:0 3rem 1rem 0;margin-bottom:1rem}@media screen and (max-width: 400px){.message-box-left{padding:.5rem 2rem .5rem 0}}
.message-box-left .message-content-body{max-width:100%;display:table;background-color:#bfe3df;padding:.5rem 1.5rem;border-radius:.5rem;color:#454d57}.message-box-left .message-content-body pre i{font-size:1.3rem}.message-box-left .message-content-body pre u{font-size:1.3rem}.message-box-right{display:flex;justify-content:flex-end;width:100%;padding:0 0 1rem 3rem;margin-bottom:1rem}@media screen and (max-width: 400px){.message-box-right{padding:.5rem 0 .5rem 2rem}}
.message-box-right .message-content-body{width:100%;display:table;background-color:#e5e8ea;padding:.5rem 1.5rem;border-radius:.5rem;color:#454d57}.message-box-right .message-content-body pre i{font-size:1.3rem}.message-box-right .message-content-body pre u{font-size:1.3rem}.elite-company-profile-text-title{color:#001924;font-size:2.3rem;font-weight:500}.elite-single-video-iframe .elite-company-profile-wistia-embed{height:529px}.elite-company-profile-wistia-embed{aspect-ratio:16/9}.elite-company-profile-general-info-container{margin-top:4rem;display:block;padding-right:0 !important;padding-left:0 !important}@media screen and (max-width: 767px){.elite-company-profile-top-line{margin:0 auto;width:90%}}
.elite-company-profile-top-line{font-size:1.7rem;color:#727981}.elite-company-profile-top-line h4,.elite-company-profile-top-line .h4{font-size:1.5rem;color:#001924 !important}.elite-company-text-hidden{overflow:hidden;max-height:9.5rem;-moz-column-width:90vw;column-width:90vw}.elite-company-strengths-hidden{overflow:hidden;max-height:5rem}.elite-company-text-full{overflow:hidden;min-height:12rem;height:auto}.elite-show-more-text-button{cursor:pointer;color:#009dcd;font-weight:bold;font-size:1.3rem;position:relative}.elite-show-more-text-button .icon-ArrowDownSmall{position:absolute;top:.6rem}.elite-company-profile-website-link{font-size:1.7rem !important}#companySlidesSlider{text-align:center}#companySlidesSlider .swiper-slide{overflow:hidden;align-self:center}#companySlidesSlider .swiper-slide img{max-width:100%;max-height:100%}.eg-access-section{overflow:hidden}@media screen and (min-width: 481px){.eg-access-section img{width:106%}}
.eg-access-section:hover{cursor:pointer}.partner-single .partner-details-container{position:relative;margin-top:-6rem;margin-bottom:8rem}@media all and (max-width: 47.9375em){.partner-single .partner-details-container{margin-top:0}}
.partner-single .partner-container{box-shadow:0 2px 5px #d1d2d6;margin-top:.45rem;padding:8rem;background-color:#fff}@media all and (max-width: 47.9375em){.partner-single .partner-container{padding:1.6rem}}
.partner-single .partner-container .content{font-size:1.7rem;color:#727981}.partner-single .partner-container .read-more{margin-top:4rem}.partner-single .elite-header-content .elite-header-content-info .elite-header-content-info-abstract{font-size:1.7rem}.partner-single .elite-header-content .elite-header-content-info .elite-header-content-info-title{font-weight:700}.elite-company-partner-title{display:block;font-size:2.9rem;font-weight:500}@media all and (max-width: 35.9375em){.elite-company-partner-title{font-size:1.5rem}}
.elite-company-partner-top-line{border-top:2px solid #d1d2d6;padding-left:0 !important}@media all and (max-width: 35.9375em){.elite-company-partner-top-line{padding-left:15px !important}}
.elite-partner-shadow-bottom{box-shadow:0 2px 5px #d1d2d6}.elite-partner-cell-title{color:#001924}.video-play-button{background-image:url(/build/website/images/video-play-button.76d1317f.png);background-repeat:no-repeat;background-position:center;background-size:contain;height:7rem;width:7rem;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;cursor:pointer;pointer-events:none}._4me-content-wrapper{width:100%;height:100%;position:relative;text-align:center;overflow:hidden}._4me-content-wrapper>._4me-media-container{text-align:center}._4me-media-container{height:100%;width:100%;position:absolute;top:0;left:0;float:left;clear:left;text-align:center;font-size:0}._4me-content-wrapper *{box-sizing:content-box}.elite-404-button{border-radius:2rem;min-width:100px}.elite-404-bg-image{height:100%;width:100%}.elite-404-bg-image-forbidden{width:inherit}@media screen and (max-width: 767px){.elite-404-bg-image-forbidden{width:auto}}
.elite-404-container{position:relative;max-height:60rem;overflow:hidden;text-align:center;width:100%}.elite-404-container-forbidden{max-height:none}.elite-404-text-container{position:absolute;top:33%;color:#fff;text-align:center;margin:auto;left:0;right:0}@media screen and (max-width: 767px){.elite-404-text-container{top:3rem}}
.elite-404-text-container-forbidden{top:33%}@media screen and (max-width: 767px){.elite-404-text-container-forbidden{top:33%}}@media screen and (max-width: 320px){.elite-404-text-container{top:1.5rem}}
.elite-404-title{display:block;font-size:4.9rem;font-weight:500}@media screen and (max-width: 767px){.elite-404-title{font-size:2.9rem}}
.elite-404-subtitle{font-size:1.9rem;display:block}@media screen and (max-width: 767px){.elite-404-subtitle{font-size:1.4rem}}@media screen and (max-width: 320px){.elite-404-subtitle{font-size:1.2rem}}
.elite-breadcrumb{margin-top:2rem;font-size:1rem;color:#d1d2d6;display:flex;justify-content:space-between}.elite-breadcrumb .elite-breadcrumb-inactive,.elite-breadcrumb .elite-breadcrumb-inactive__last{font-size:1rem;color:#d1d2d6;word-spacing:.5rem}@media screen and (max-width: 767px){.elite-breadcrumb .elite-breadcrumb-inactive,.elite-breadcrumb .elite-breadcrumb-inactive__last{display:none}}
.elite-breadcrumb .elite-breadcrumb-inactive a,.elite-breadcrumb .elite-breadcrumb-inactive__last a{text-decoration:none;color:#d1d2d6}.elite-breadcrumb .elite-breadcrumb-inactive a:hover,.elite-breadcrumb .elite-breadcrumb-inactive__last a:hover{text-decoration:none;color:#d1d2d6}@media screen and (max-width: 767px){.elite-breadcrumb .elite-breadcrumb-inactive__last{display:inline}}
.elite-breadcrumb .elite-breadcrumb-active{color:#fff;font-size:1rem;font-weight:700}@media screen and (max-width: 767px){.elite-breadcrumb .elite-breadcrumb-active{display:none}}
.elite-breadcrumb .breadcrumb-arrow::after{content:"";font-family:eliteIcons;display:inline-block;transform:rotate(270deg);margin:0 .5rem}@media screen and (max-width: 767px){.elite-breadcrumb .breadcrumb-arrow::after{display:none}}
.elite-breadcrumb .breadcrumb-arrow__last::after{content:"";font-family:eliteIcons;display:inline-block;transform:rotate(270deg);margin:0 .5rem}@media screen and (max-width: 767px){.elite-breadcrumb .breadcrumb-arrow__last::after{transform:rotate(90deg);margin-left:1.5rem}}
.elite-breadcrumb .breadcrumb-arrow-left::after{content:"";font-family:eliteIcons;display:inline-block;transform:rotate(90deg)}@media screen and (max-width: 767px){.elite-breadcrumb .breadcrumb-arrow-left::after{display:none}}
.elite-breadcrumb .elite-breadcrumb-date{font-size:1.3rem;color:#fff}@media screen and (max-width: 767px){.elite-breadcrumb .elite-breadcrumb-date{display:none}}
.elite-header{position:relative;overflow:hidden;padding-bottom:14rem}@media screen and (max-width: 767px){.elite-header{padding-bottom:6rem}}
.elite-header-content{position:relative;display:block;color:#fff;background-color:rgba(0,0,0,0);min-height:15rem}.elite-header-content a{font-size:1.5rem}.elite-header-content a span{font-size:1.5rem}@media screen and (max-width: 767px){.elite-header-content{text-align:center;display:flex;flex-direction:column;justify-content:center}}
.elite-header-content .elite-header-content-info{padding-top:8rem}@media screen and (max-width: 767px){.elite-header-content .elite-header-content-info{padding:4rem}}
.elite-header-content .elite-header-content-info-container{display:flex;justify-content:space-between;flex-direction:column;min-height:100%}.elite-header-content .elite-header-content-info .elite-header-content-info-title{font-size:2.9rem;font-weight:500;-webkit-box-orient:vertical;display:box;display:-webkit-box;hyphens:auto;-webkit-line-clamp:3;overflow:hidden;word-break:break-word}.elite-header-content .elite-header-content-info .elite-header-content-info-abstract{font-size:2.1rem}.elite-header-content .elite-header-content-info .elite-header-content-info-date-mobile{display:none;font-size:1.3rem;color:#fff;padding:2rem}@media screen and (max-width: 767px){.elite-header-content .elite-header-content-info .elite-header-content-info-date-mobile{display:block}}
.elite-header-content .elite-header-content-info .elite-header-content-info-logo-holder{height:17rem;width:17rem;align-items:center;justify-content:center;flex:0 0 12.6rem;padding:1rem;float:left;background-color:#fff;margin-right:4.5rem;display:flex;overflow:hidden}@media screen and (max-width: 767px){.elite-header-content .elite-header-content-info .elite-header-content-info-logo-holder{float:none;margin-left:auto;margin-right:auto;height:10rem;width:10rem;padding:2px}}
.elite-header-content .elite-header-content-info .elite-header-content-info-logo-holder .elite-header-content-info-logo-image{max-height:100%;max-width:100%}@media screen and (min-width: 768px){.elite-header-content .elite-header-content-info.new-member-news{height:25rem}.elite-header-content .elite-header-content-info #newsTitle{height:100%;display:flex;flex-direction:column;justify-content:space-between}}
.elite-header-content .elite-header-content-info .new-member-news__company-info{font-size:1.4rem;font-weight:300;line-height:2rem;color:#fff;margin:0}.elite-header-content .elite-header-content-info .new-member-news__company-info-container{margin-top:2rem}.elite-header-content .elite-header-content-info .new-member-news__company-info span{font-weight:500}.elite-header-content .elite-header-content-info .new-member-news__company-info:not(:last-child){margin-bottom:.8rem}.elite-header-content .elite-header-buttons{display:flex;gap:2rem}.companies-list-filter .companies-filter-header{font-weight:500;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d1d2d6;padding-bottom:1rem}.companies-list-filter .companies-filter-header-title.title-mobile{display:none}.companies-list-filter .companies-filter-header-title{font-size:1.9rem;color:#001924}.companies-list-filter .companies-filter-header-clearall{font-size:1rem;color:#727981;text-transform:uppercase;cursor:pointer}.companies-list-filter .companies-filter-body-block{padding:2.5rem 0;border-bottom:1px solid #d1d2d6}.companies-list-filter .companies-filter-body-block-title{font-weight:500;font-size:1.3rem;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.companies-list-filter .companies-filter-body-block-title .companies-filter-body-block-title-icon::before{content:"";font-family:eliteIcons,serif;color:#727981}.companies-list-filter .companies-filter-body-block-title.collapsed .companies-filter-body-block-title-icon::before{content:"";font-family:eliteIcons,serif;color:#727981}.companies-list-filter .companies-filter-body-block-content .filter-search-wrapper{font-size:1.5rem;color:#727981;width:100%;position:relative;display:flex;align-items:center;margin:1.6rem 0 2.6rem}.companies-list-filter .companies-filter-body-block-content .filter-search-wrapper .companies-filter-body-block-content-search{color:#727981;border:none;width:100%;padding:1rem 1rem 1rem 5.5rem;font-size:1.3rem}.companies-list-filter .companies-filter-body-block-content .filter-search-wrapper span{position:absolute;left:2rem;font-size:1.5rem}.companies-list-filter .companies-filter-body-block-content .filter-content-wrapper{max-height:18rem;overflow-y:auto}.companies-list-filter .companies-filter-body-block-content .filter-content-wrapper::-webkit-scrollbar{width:5px}.companies-list-filter .companies-filter-body-block-content .filter-content-wrapper::-webkit-scrollbar-thumb{background:#d1d2d6}.companies-list-filter .companies-filter-body-block-content .filter-selectbox-wrapper{margin:1.6rem 0 2.6rem}.companies-list-filter .companies-filter-body-block-content .filter-selectbox-wrapper .selectr-container{display:flex;align-items:center}.companies-list-filter .companies-filter-body-block-content .filter-selectbox-wrapper .selectr-container::after{height:100%;display:flex;align-items:center;font-size:1.3rem;color:#727981}.companies-list-filter .companies-filter-body-block-content .filter-selectbox-wrapper .selectr-container .selectr-selected{background-color:#fff;padding:1rem 2rem;border:none;height:auto;font-size:1.3rem;color:#727981}.companies-list-filter .companies-filter-body-block-content .elite-input{margin-top:1.5rem}.companies-list-filter .companies-filter-body-block-content .elite-input label{font-weight:500;color:#727981}.companies-list-filter .companies-filter-body-block-content .elite-input label .companies-filter-result-counter{font-weight:300}.companies-list-filter .companies-filter-body-button{width:100%;margin-top:2rem}@media all and (max-width: 35.9375em){.companies-list-filter{border-bottom:1px solid #d1d2d6;padding:0}.companies-list-filter .companies-filter-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 1.5rem;font-weight:700;font-size:1.3rem;color:#001924;text-transform:uppercase;border:0;cursor:pointer}.companies-list-filter .companies-filter-header-title{font-size:1.2rem}.companies-list-filter .companies-filter-header-title.title-desktop{display:none}.companies-list-filter .companies-filter-header-title.title-mobile{display:block}.companies-list-filter .companies-filter-header-clearall{margin-right:1.5rem}.companies-list-filter .companies-filter-header .companies-filter-header-icon::before{color:#727981;content:"";font-family:eliteIcons,serif}.companies-list-filter .companies-filter-header.collapsed .companies-filter-header-icon::before{content:"";font-family:eliteIcons,serif;color:#727981}.companies-list-filter .companies-filter-body{padding:0 1.5rem}.companies-list-filter .companies-filter-body-block{padding:2.5rem 0;border-bottom:1px solid #d1d2d6}.companies-list-filter .companies-filter-body-block:first-child{border-top:1px solid #d1d2d6}.companies-list-filter .companies-filter-body-block:last-child{border-bottom:0}.companies-list-filter .companies-filter-body-block-title{font-weight:500;font-size:1.3rem;text-transform:uppercase;display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end;cursor:pointer}.companies-list-filter .companies-filter-body-block-title .companies-filter-body-block-title-icon::before{content:"";font-family:eliteIcons,serif;color:#727981;margin-right:1rem}.companies-list-filter .companies-filter-body-block-title.collapsed .companies-filter-body-block-title-icon::before{content:"";font-family:eliteIcons,serif;color:#727981}.companies-list-filter .companies-filter-body-block-content{padding:0 2.5rem}.companies-list-filter .companies-filter-body-block-content .filter-search-wrapper{font-size:1.5rem;color:#727981;width:100%;position:relative;display:flex;align-items:center;margin:1.6rem 0 2.6rem}.companies-list-filter .companies-filter-body-block-content .filter-search-wrapper .companies-filter-body-block-content-search{color:#727981;width:100%;padding:1rem 1rem 1rem 5.5rem;font-size:1.3rem;border:1px solid #727981}.companies-list-filter .companies-filter-body-block-content .filter-search-wrapper span{position:absolute;left:2rem;font-size:1.5rem}.companies-list-filter .companies-filter-body-block-content .filter-content-wrapper{max-height:18rem;overflow-y:auto}.companies-list-filter .companies-filter-body-block-content .filter-content-wrapper::-webkit-scrollbar{width:5px}.companies-list-filter .companies-filter-body-block-content .filter-content-wrapper::-webkit-scrollbar-thumb{background:#d1d2d6}.companies-list-filter .companies-filter-body-block-content .filter-selectbox-wrapper{margin:1.6rem 0 2.6rem}.companies-list-filter .companies-filter-body-block-content .filter-selectbox-wrapper .selectr-container{display:flex;align-items:center}.companies-list-filter .companies-filter-body-block-content .filter-selectbox-wrapper .selectr-container::after{height:100%;display:flex;align-items:center}.companies-list-filter .companies-filter-body-block-content .filter-selectbox-wrapper .selectr-container .selectr-selected{background-color:#fff;padding:1rem 2rem;border:1px solid #d1d2d6;height:auto}.companies-list-filter .companies-filter-body-block-content .elite-input{margin-top:1.5rem}.companies-list-filter .companies-filter-body-block-content .elite-input label{font-weight:500;color:#727981}.companies-list-filter .companies-filter-body-block-content .elite-input label .companies-filter-result-counter{font-weight:300}.companies-list-filter .companies-filter-body-button-wrapper{padding:2.5rem 0}.companies-list-filter .companies-filter-body-button-wrapper .btn,.companies-list-filter .companies-filter-body-button-wrapper .elite-news-download-button{width:100%}.companies-list-filter .companies-filter-body-button-wrapper .btn.clear-all,.companies-list-filter .companies-filter-body-button-wrapper .clear-all.elite-news-download-button{padding:2.4rem 4.2rem;color:#727981;margin-top:1rem}}
.companies-list-header{padding:8rem 0;background:radial-gradient(circle, rgba(5, 63, 56, 0.8) 40%, rgba(5, 63, 56, 0.99) 90%),url(/build/website/images/hands.a37d3852.jpg) right no-repeat;background-size:cover;display:flex;flex-direction:column;align-items:center;position:relative}@media all and (max-width: 35.9375em){.companies-list-header{padding:4rem 0}}
.companies-list-header-wrapper{display:flex;flex-direction:column;align-items:center}.companies-list-header-wrapper h1,.companies-list-header-wrapper .h1{font-weight:500;font-size:2.9rem;color:#fff;margin:0 0 3rem}@media all and (max-width: 35.9375em){.companies-list-header-wrapper h1,.companies-list-header-wrapper .h1{margin:2.5rem 0 3rem;font-size:1.9rem}}
.companies-list-header-wrapper p{font-size:1.9rem;color:#fff;margin:4rem 0 0}@media all and (max-width: 35.9375em){.companies-list-header-wrapper p{font-size:1.5rem;margin:2.4rem 0}}
.companies-list-header-wrapper .company-search-wrapper{color:#727981;width:100%;position:relative;display:flex;align-items:center}.companies-list-header-wrapper .company-search-wrapper #companiesListGlobalSearch{height:7rem;width:100%;padding-left:7.6rem;color:#727981;font-size:1.5rem}@media all and (max-width: 35.9375em){.companies-list-header-wrapper .company-search-wrapper #companiesListGlobalSearch{height:5rem;font-size:1.3rem}}
.companies-list-header-wrapper .company-search-wrapper span{position:absolute;left:3rem;font-size:2.3rem}@media all and (max-width: 35.9375em){.companies-list-header-wrapper .company-search-wrapper span{font-size:1.5rem}}
.companies-list-header-wrapper .company-search-wrapper .icon-CloseSmall{right:3rem;left:auto;cursor:pointer}.companies-list-result .card{margin-bottom:1rem}.company-profile__logo{height:22rem !important;width:22rem !important;min-height:22rem;min-width:22rem}.company-profile .elite-header-content-info{padding-top:0;margin-top:8rem;height:22rem;display:flex;width:100%}@media all and (max-width: 71.1875em){.company-profile .elite-header-content-info{height:auto;flex-direction:column;align-items:center}.company-profile .elite-header-content-info .elite-header-content-info-logo-holder{margin-left:0;margin-right:0}}
.company-profile__header{width:100%;height:100%;display:flex;flex-direction:column}@media all and (max-width: 71.1875em){.company-profile__header{margin-top:2.4rem;align-items:center}}
.company-profile__tag{font-size:1.2rem;font-weight:400;line-height:1.4rem}.company-profile__title{font-size:2.9rem;font-weight:500;line-height:150%;flex:1}@media all and (max-width: 71.1875em){.company-profile__title{margin-bottom:2.4rem}}
.company-profile__buttons{display:flex;justify-content:center;width:-moz-fit-content;width:fit-content;gap:1.6rem;margin-bottom:2.4rem}@media all and (max-width: 71.1875em){.company-profile__buttons{flex-direction:column}}
.company-profile__tabs{width:100%;border-top:1px solid #fff;padding-top:1.6rem;display:flex;gap:10rem}.company-profile__tabs span{font-size:2.3rem;font-weight:400;line-height:2.3rem}.company-profile__tabs a{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;font-size:1.3rem;font-weight:700;line-height:2rem;gap:1rem !important;padding:0 !important;cursor:pointer;border:none;color:#fff;background:none;height:4rem !important;text-transform:uppercase;border-bottom:2px solid rgba(0,0,0,0);text-decoration:none}.company-profile__tabs a:hover{background:none;color:#fff;border:none;border-bottom:2px solid #fff}.company-profile__tabs a.selected{border-bottom:2px solid #fff}.company-profile button[type=submit]{height:4rem;padding-top:.9rem;padding-bottom:.9rem}.company-profile a[href="#form"]{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:1rem;height:4rem;padding:.9rem}.company-profile__block-container{position:relative;top:-6rem;display:flex;flex-direction:column;gap:.45rem;align-items:center}.company-profile__block-container a{width:-moz-fit-content;width:fit-content;padding-left:3.2rem !important;padding-right:3.2rem !important}.company-profile__block-container a.m-t-4{margin-top:4rem}.company-profile__block-container a.m-b-8{margin-bottom:8rem}.company-profile__block,.company-profile__first-block{padding:8rem;width:100%;background:#fff;color:#001924;display:flex;flex-direction:column;gap:4rem}@media all and (max-width: 71.1875em){.company-profile__block,.company-profile__first-block{padding:2rem !important}}
.company-profile__block.fading,.fading.company-profile__first-block{height:54rem;-webkit-mask-image:linear-gradient(to bottom, black 0%, transparent 100%);mask-image:linear-gradient(to bottom, black 0%, transparent 100%)}.company-profile__first-block{border:1px solid #009dcd;padding:2rem 8rem;gap:2rem}.company-profile__first-block p{font-size:1.7rem;font-weight:400;line-height:2.7rem;color:#727981}.company-profile__first-block a{align-self:center}.company-profile__block-title{font-size:2.3rem;font-weight:500;line-height:150%;text-align:start}.company-profile__block-subtitle{font-size:1.4rem;font-weight:500;line-height:1.7rem;color:#001924}.company-profile__block-content{font-size:1.4rem;font-weight:400;line-height:150%;color:#727981}.company-profile__block-description{-webkit-box-orient:vertical;display:box;display:-webkit-box;hyphens:auto;-webkit-line-clamp:3;overflow:hidden;word-break:break-word;font-size:1.7rem;font-weight:400;line-height:2.7rem;color:#727981}.company-profile .blurred{filter:blur(6px)}.company-profile__company-members-grid,.company-profile__company-infos-grid,.company-profile__company-shareholders-grid{display:grid;gap:2rem;grid-template-columns:repeat(3, 1fr)}@media all and (max-width: 71.1875em){.company-profile__company-members-grid,.company-profile__company-infos-grid,.company-profile__company-shareholders-grid{grid-template-columns:repeat(2, 1fr)}}@media all and (max-width: 35.9375em){.company-profile__company-members-grid,.company-profile__company-infos-grid,.company-profile__company-shareholders-grid{grid-template-columns:1fr}}
.company-profile__company-infos-grid>*,.company-profile__company-shareholders-grid>*{justify-self:flex-start}.company-profile__company-infos-grid .company-profile__country,.company-profile__company-shareholders-grid .company-profile__country{grid-column:1/3}.company-profile__company-infos-grid .company-profile__country p:first-child,.company-profile__company-shareholders-grid .company-profile__country p:first-child{text-transform:uppercase}@media all and (max-width: 71.1875em){.company-profile__company-infos-grid .company-profile__country,.company-profile__company-shareholders-grid .company-profile__country{grid-column:1/2}}
.company-profile__company-infos-grid>div p:first-child,.company-profile__company-shareholders-grid>div p:first-child{font-size:1.5rem;font-weight:500;line-height:1.9rem;color:#001924}.company-profile__company-infos-grid>div p:last-child,.company-profile__company-shareholders-grid>div p:last-child{font-size:1.5rem;font-weight:400;line-height:1.9rem;color:#727981}@media all and (max-width: 35.9375em){.company-profile__company-infos-grid,.company-profile__company-shareholders-grid{grid-template-columns:repeat(2, 1fr)}}
.company-profile__company-shareholders-grid{grid-template-columns:repeat(2, 1fr)}.company-profile #form{padding-top:4rem}@media all and (max-width: 35.9375em){.company-profile .messageform{padding:0 !important}}
.company-profile .messageform .text-center{display:flex;justify-content:center}.company-profile p{text-align:start}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-slide,.swiper-cube-shadow{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top,.swiper-slide-shadow-bottom,.swiper-slide-shadow,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top,.swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible{.swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}body{overflow:hidden}input::-ms-clear{display:none}textarea:focus,input:focus,select:focus,button:focus{outline:none !important}*:focus{outline:none}.row{--bs-gutter-x: 0}@media screen and (max-width: 768px){.row{padding-left:1.2rem;padding-right:1.2rem}}
a{text-decoration:inherit}.container,.container-fluid,.container-sm,.container-md,.container-lg{padding:0}.two-columns-bottom-cards{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:1fr;gap:3.2rem}@media screen and (max-width: 768px){.two-columns-bottom-cards{grid-template-columns:auto}}
.two-columns-bottom-cards .card-footer a,.two-columns-bottom-cards .card-footer span{font-weight:700}.two-columns .icon-ArrowRightSmall{font-size:.9rem}.two-columns .icon-ArrowDownSmall::before,.two-columns .icon-ArrowRightSmall::before{margin-left:1rem}
