@charset "UTF-8";

:root {
	--bs-black: #000;
	--bs-black-rgb: 0, 0, 0;
	--bs-blue: #0d6efd;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-body-color: #fff; /*Updated*/
	--bs-body-color-rgb: 24, 24, 53; /*Updated*/
	--bs-body-font-family: "Neue Montreal", "Helvetica Neue", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /*updated*/
	--bs-body-font-size: 1rem; /*1.125rem;*/
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-border-color: #cfcfcf; /*updated*/
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.8rem; /*updated*/
	--bs-border-radius-2xl: 2rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-pill: 50rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-style: solid;
	--bs-border-width: 1px;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-xxl: 1400px;
	--bs-btn-active-border-color: rgba(0, 0, 0, 0.1); /*updated*/
	--bs-btn-border-radius: 0.8rem; /*updated*/
	--bs-btn-font-weight: 600;
	--bs-code-color: #d63384;
	--bs-cyan: #0dcaf0;
	--bs-danger: #cd1424;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-danger-rgb: 205, 20, 36;
	--bs-danger-text-emphasis: #58151c;
	--bs-dark: #212529;
	--bs-dark-bg-subtle: #ced4da;
	--bs-dark-border-subtle: #adb5bd;
	--bs-dark-rgb: 44, 62, 80;
	--bs-dark-text-emphasis: #495057;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-width: 0.25rem;
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--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-form-invalid-border-color: #dc3545;
	--bs-form-invalid-color: #dc3545;
	--bs-form-valid-border-color: #198754;
	--bs-form-valid-color: #198754;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-gray: #939598;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #939598;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-gray-dark: #343a40;
	--bs-green: #198754;
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	--bs-heading-color: #fff;
	--bs-headline-font-family: "Neue Montreal", "Helvetica Neue", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /*updated*/
	--bs-highlight-bg: #fff3cd;
	--bs-highlight-color: #212529;
	--bs-indigo: #6610f2;
	--bs-info: #0dcaf0;
	--bs-info-bg-subtle: #cff4fc;
	--bs-info-border-subtle: #9eeaf9;
	--bs-info-rgb: 13, 202, 240;
	--bs-info-text-emphasis: #055160;
	--bs-light: #f8f9fa;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-light-border-subtle: #e9ecef;
	--bs-light-rgb: 248, 249, 250;
	--bs-light-text-emphasis: #495057;
	--bs-link-color: #3D542D;
	--bs-link-color-rgb: 13, 110, 253;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 61, 84, 45;
	--bs-menu-width: 360px;
	--bs-menu-width-small: 280px;
	--bs-navbar-toggler-padding-x: 0px; /*updated*/
	--bs-navbar-toggler-padding-y: 0px; /*updated*/
	--bs-orange: #fd7e14;
	--bs-pink: #d63384;
	--bs-primary: rgb(44, 62, 80); /*Updated*/
	--bs-primary-bg-subtle: #cdabae;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-primary-gradient: linear-gradient(22deg, rgb(24, 36, 47), rgb(62, 82, 101) 48%); /*Updated*/
	--bs-primary-rgb: 44, 62, 80;
	--bs-primary-text-emphasis: #052c65;
	--bs-purple: #6f42c1;
	--bs-red: #dc3545;
	--bs-secondary: #6c757d;
	--bs-secondary-bg: #cbcbcb;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-secondary-color: rgba(33, 37, 41, 0.75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success: #198754;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-success-border-subtle: #a3cfbb;
	--bs-success-rgb: 25, 135, 84;
	--bs-success-text-emphasis: #0a3622;
	--bs-teal: #20c997;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-warning: #ffc107;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-warning-border-subtle: #ffe69c;
	--bs-warning-rgb: 255, 193, 7;
	--bs-warning-text-emphasis: #664d03;
	--bs-white: #fff;
	--bs-white-rgb: 255, 255, 255;
	--bs-yellow: #ffc107;
	--bs-dropdown-link-color: #f00 /*toast*/
	--bs-toast-bg: rgba(255, 255, 255, 1);
	--bs-toast-border-color: rgba(0, 0, 0, 0.175);
	--bs-toast-border-radius: 0.8rem;
	--bs-toast-border-width: 1px;
	--bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-toast-color: #000;
	--bs-toast-font-size: 0.875rem;
	--bs-toast-header-bg: transparent;
	--bs-toast-header-border-color: rgba(0, 0, 0, 0.175);
	--bs-toast-header-color: #2c3e50;
	--bs-toast-max-width: 350px;
	--bs-toast-padding-x: 0.75rem;
	--bs-toast-padding-y: 0.5rem;
	--bs-toast-spacing: 1.5rem;
	--bs-toast-zindex: 1090;
}

@font-face {
	font-family: 'Neue Montreal';
	src: url('../fonts/PPNeueMontreal-Variable.ttf') format('truetype');
	font-weight: 1 999;
	font-display: swap;
	font-stretch: normal
}

@font-face {
	font-family: 'editorial-old';
	src: url('../fonts/PPEditorialOld-Variable.woff');
	font-weight: 100 900;
	font-display: swap;
	font-style: normal;
}

html, body {
	/*min-height: 100vh;*/
}

body {
	min-height: 100dvh;
	min-height: -moz-available;
	min-height: -webkit-fill-available;
	min-height: fill-available;
	background-color: var(--bs-primary);
	/*background: rgb(255, 255, 255);
	background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 236, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 236, 1) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 236, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e9e9ec", GradientType=1);
	background-attachment: fixed;*/
	overflow-x: hidden;
	font-variation-settings: "wght"400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: var(--bs-headline-font-family);
}

h1 {
	font-size: calc(2.8rem + 1.6vw);
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 2rem;
	font-variation-settings: "wght"800;
}

h2 {
}

h3 {
	font-size: calc(2rem + .6vw);
	line-height: 1.3em;
	font-weight: bold;
	font-variation-settings: "wght"800;
}

	h3.line:after {
		content: ' ';
		display: block;
		border: 1px solid rgba(255, 255, 255, 0.44);
		border: 0.1px solid rgba(255, 255, 255, 0.44);
		width: 30%;
		margin-top: 0.4em;
	}

h4 {
	font-size: 1.4rem;
	line-height: 1.3em;
	font-weight: medium;
	font-variation-settings: "wght"700;
	margin-bottom: 2rem;
}

h6 {
	font-weight: 400;
	font-variation-settings: "wght"450;
}

p {
	line-height: 1.5;
	font-weight: 400;
	font-variation-settings: "wght"450;
}

	p.subheading {
		font-size: 95% !important;
		line-height: 1.4em !important;
		font-weight: 200 !important;
		font-variation-settings: "wght"300 !important;
		margin: 0 0 0.25em;
	}

hr {
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0;
	transition: filter 1.5s;
}

svg:not(:root) {
	overflow: hidden
}

canvas {
	line-height: 1.4em !important;
}

figure {
	margin: 1em 40px
}

hr {
	color: rgba(var(--bs-dark-rgb));
	margin-bottom: 2rem;
	width: 60%;
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

	button[disabled], html input[disabled] {
		cursor: default
	}

	button::-moz-focus-inner, input::-moz-focus-inner {
		padding: 0;
		border: 0
	}

input {
	line-height: normal
}

	input[type=checkbox], input[type=radio] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0
	}

	input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
		height: auto
	}

	input[type=search] {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		-webkit-appearance: textfield
	}

		input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
			-webkit-appearance: none
		}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td, th {
	padding: 0
}

ul {
	list-style: none;
}

.number-heading, .disc-heading {
	font-weight: 400;
	margin: 0.6em 0;
}

ul.disc, ul.check {
	-webkit-padding-start: 20px;
	list-style-image: none;
	list-style: none;
	margin: 0 0.7em 2em;
	line-height: 1.3em;
}

ol.number {
	list-style: decimal;
	margin: 0 1em 2em;
	line-height: 1.3em;
}

ul.disc li, ol.disc li, ul.check li, ol.check li {
	font-weight: 300;
	font-variation-settings: "wght"300;
	margin-bottom: 1em;
}

	ul.disc li:before {
		content: "•";
		padding-right: 8px;
		margin-left: -14px;
	}

	ul.check li:before {
		content: "✓";
		padding-right: 8px;
		margin-left: -14px;
	}

	ul.disc li > ul.disc li:before {
		color: #676e76
	}

	ul.disc li > ul.disc li {
		color: #070e16
	}

	ul.disc li > ul.disc {
		margin: 10px 0.7em 14px;
	}

ul.dics.lg, ol.number.lg {
	font-size: 15px;
	line-height: 1.5em;
}

@keyframes fadeIn {
	0% {
		/*transform: translateY(100%);*/
		opacity: 0;
	}

	100% {
		/*transform: translateY(0%);*/
		opacity: 1;
	}
}

video {
	background-color: #000;
	background-image: url("../images/elements/video-back.jpg");
	background-position: 50% 50%;
	background-size: cover;
	width: 100%;
	aspect-ratio: 16/9;
	margin: 0 auto;
}

.video-hide-bg {
	background-color: transparent;
	background-image: none;
	background-position: 50% 50%;
	background-size: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	margin: 0 auto;
}

canvas {
	width: 100%;
	aspect-ratio: 16/9;
	display: block;
	background-color: #000;
	margin: 0 auto;
}

.fadeIn-animation {
	animation: 1.5s fadeIn;
}

.modal iframe, .modal object, .modal embed, .public iframe, .public object, .public embed, .coach .message-content iframe, .user .message-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6, .modal p, .modal ol, .modal li {
	color: rgb(var(--bs-body-color-rgb));
}

.modal p {
	font-variation-settings: "wght"300;
}

.modal-header {
	border-bottom: none;
}

.spiner-example {
	height: 200px;
	padding-top: 70px;
}

.disin {
	display: inline !important;
}

.disinblo {
	display: inline-block !important
}

.disblo {
	display: block !important
}

.po-re {
	position: relative !important
}

.po-ab {
	position: absolute !important
}

.po-fi {
	position: fixed !important
}

.z1 {
	z-index: 1 !important;
}

.z5 {
	z-index: 5 !important;
}

.z10 {
	z-index: 10 !important;
}

.z20 {
	z-index: 20 !important;
}

.z50 {
	z-index: 50 !important;
}

.z100 {
	z-index: 100 !important;
}

.z200 {
	z-index: 200 !important;
}

.z500 {
	z-index: 500 !important;
}

.italic {
	font-style: italic;
}

.normal {
	font-style: normal;
}

@media (max-width:768px) {
	.mt-n1 {
		margin-top: -.25rem !important
	}

	.mt-n2 {
		margin-top: -.5rem !important
	}

	.mt-n3 {
		margin-top: -1rem !important
	}

	.mt-n4 {
		margin-top: -1.5rem !important
	}

	.mt-n5 {
		margin-top: -3rem !important
	}
}

.py-8 {
	padding-bottom: 4.5rem !important;
	padding-top: 4.5rem !important
}

@media(min-width:576px) {
	.py-sm-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important
	}
}

@media(min-width:768px) {
	.py-md-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important
	}
}

@media(min-width:992px) {
	.py-lg-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important
	}
}

@media(min-width:1200px) {
	.py-xl-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important
	}
}

@media(min-width:1400px) {
	.py-xxl-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important
	}
}

.w10 {
	width: 10px !important
}

.w20 {
	width: 20px !important
}

.w50 {
	width: 50px !important
}

.w60 {
	width: 60px !important
}

.w70 {
	width: 70px !important
}

.w80 {
	width: 80px !important
}

.w90 {
	width: 90px !important
}

.w100 {
	width: 100px !important
}

.w110 {
	width: 110px !important
}

.w120 {
	width: 120px !important
}

.w130 {
	width: 130px !important
}

.w150 {
	width: 150px !important
}

.w160 {
	width: 160px !important
}

.w180 {
	width: 180px !important
}

.w200 {
	width: 200px !important
}

.w220 {
	width: 220px !important
}

.w240 {
	width: 240px !important
}

.w300 {
	width: 300px !important
}

.w320 {
	width: 320px !important
}

.w5p {
	width: 5% !important
}

.w10p {
	width: 10% !important
}

.w15p {
	width: 15% !important
}

.w20p {
	width: 20% !important
}

.w25p {
	width: 25% !important
}

.w30p {
	width: 30% !important
}

.w40p {
	width: 40% !important
}

.w50p {
	width: 50% !important
}

.w60p {
	width: 60% !important
}

.w65p {
	width: 65% !important
}

.w70p {
	width: 70% !important
}

.w75p {
	width: 75% !important
}

.w80p {
	width: 80% !important
}

.w85p {
	width: 85% !important
}

.w90p {
	width: 90% !important
}

.w100p {
	width: 100% !important
}

.mw20 {
	max-width: 20px !important
}

.mw50 {
	max-width: 50px !important
}

.mw80 {
	max-width: 80px !important
}

.mw100 {
	max-width: 100px !important
}

.mw120 {
	max-width: 120px !important
}

.mw130 {
	max-width: 130px !important
}

.mw160 {
	width: auto;
	max-width: 160px !important
}

.mw180 {
	width: auto;
	max-width: 180px !important
}

.mw200 {
	max-width: 200px !important
}

.mw240 {
	max-width: 240px !important
}

.mw250 {
	max-width: 240px !important
}

.mw260 {
	max-width: 240px !important
}

.mw300 {
	max-width: 300px !important
}

.mw400 {
	max-width: 400px !important
}

.mw500 {
	max-width: 500px !important
}

.mw600 {
	max-width: 600px !important
}

.mw10p {
	max-width: 10% !important
}

.mw20p {
	max-width: 20% !important
}

.mw25p {
	max-width: 25% !important
}

.mw30p {
	max-width: 30% !important
}

.mw40p {
	max-width: 40% !important
}

.mw50p {
	max-width: 50% !important
}

.mw60p {
	max-width: 60% !important
}

.mw70p {
	max-width: 70% !important
}

.mw75p {
	max-width: 75% !important
}

.mw80p {
	max-width: 80% !important
}

.mw90p {
	max-width: 90% !important
}

.mw100p {
	max-width: 100% !important
}

.h0 {
	height: 0px !important
}

.h10 {
	height: 10px !important
}

.h15 {
	height: 15px !important
}

.h20 {
	height: 20px !important
}

.h30 {
	height: 30px !important
}

.h40 {
	height: 40px !important
}

.h50 {
	height: 50px !important
}

.h60 {
	height: 60px !important
}

.h70 {
	height: 70px !important
}

.h80 {
	height: 80px !important
}

.h90 {
	height: 90px !important
}

.h100 {
	height: 100px !important
}

.h110 {
	height: 110px !important
}

.h120 {
	height: 120px !important
}

.h130 {
	height: 130px !important
}

.h140 {
	height: 140px !important
}

.h150 {
	height: 150px !important
}

.h160 {
	height: 160px !important
}

.h170 {
	height: 170px !important
}

.h180 {
	height: 180px !important
}

.h190 {
	height: 190px !important
}

.h200 {
	height: 200px !important
}

.h220 {
	height: 220px !important
}

.h250 {
	height: 250px !important
}

.h260 {
	height: 260px !important
}

.h270 {
	height: 270px !important
}

.h280 {
	height: 280px !important
}

.h290 {
	height: 290px !important
}

.h300 {
	height: 300px !important
}

.h320 {
	height: 320px !important
}

.h5p {
	height: 5% !important
}

.h10p {
	height: 10% !important
}

.h15p {
	height: 15% !important
}

.h20p {
	height: 20% !important
}

.h25p {
	height: 25% !important
}

.h30p {
	height: 30% !important
}

.h40p {
	height: 40% !important
}

.h50p {
	height: 50% !important
}

.h60p {
	height: 60% !important
}

.h65p {
	height: 65% !important
}

.h70p {
	height: 70% !important
}

.h75p {
	height: 75% !important
}

.h80p {
	height: 80% !important
}

.h85p {
	height: 85% !important
}

.h90p {
	height: 90% !important
}

.h100p {
	height: 100% !important
}

.mh10 {
	height: auto;
	max-height: 10px !important
}

.mh15 {
	height: auto;
	max-height: 15px !important
}

.mh20 {
	height: auto;
	max-height: 20px !important
}

.mh30 {
	height: auto;
	max-height: 30px !important
}

.mh40 {
	height: auto;
	max-height: 40px !important
}

.mh50 {
	height: auto;
	max-height: 50px !important
}

.mh60 {
	height: auto;
	max-height: 60px !important
}

.mh70 {
	height: auto;
	max-height: 70px !important
}

.mh80 {
	height: auto;
	max-height: 80px !important
}

.mh90 {
	height: auto;
	max-height: 90px !important
}

.mh100 {
	height: auto;
	max-height: 100px !important
}

.mh200 {
	height: auto;
	max-height: 200px !important
}

.mh300 {
	height: auto;
	max-height: 300px !important
}

.mh400 {
	height: auto;
	max-height: 400px !important
}

.mh450 {
	height: auto;
	max-height: 450px !important
}

.mh500 {
	height: auto;
	max-height: 500px !important
}

.minh10 {
	min-height: 10px !important
}

.minh15 {
	min-height: 15px !important
}

.minh20 {
	min-height: 20px !important
}

.minh30 {
	min-height: 30px !important
}

.minh40 {
	min-height: 40px !important
}

.minh50 {
	min-height: 50px !important
}

.minh60 {
	min-height: 60px !important
}

.minh70 {
	min-height: 70px !important
}

.minh80 {
	min-height: 80px !important
}

.minh90 {
	min-height: 90px !important
}

.minh100 {
	min-height: 100px !important
}

.minh120 {
	min-height: 120px !important
}

.minh200 {
	min-height: 200px !important
}

.minh300 {
	min-height: 300px !important
}

.minh400 {
	min-height: 400px !important
}

.minh450 {
	min-height: 450px !important
}

.minh500 {
	min-height: 500px !important
}

.overflow-auto {
	overflow: auto;
}

.overflow-h {
	overflow: hidden;
}

.overflow-v {
	overflow: visible;
}

.underline {
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(7, 14, 22, 0.2);
	text-decoration-color: rgba(7, 14, 22, 0.2);
}

.small {
	font-size: 85% !important;
	line-height: 1.4em !important;
	margin: 0 0 0.725em;
}

.smaller {
	font-size: 75% !important;
	line-height: 1.4em !important;
	margin: 0 0 0.725em;
}

.smallest {
	font-size: 65% !important;
	line-height: 1.3em !important;
	margin: 0 0 0.725em;
}

.has-bg-img {
	background-size: cover;
	background-position: 50% 50%;
}

.fw100 {
	font-weight: 100 !important;
	font-variation-settings: "wght"200 !important;
}

.fw200 {
	font-weight: 200 !important;
	font-variation-settings: "wght"300 !important;
}

.fw300 {
	font-weight: 300 !important;
	font-variation-settings: "wght"400 !important;
}

.fw400 {
	font-weight: 400 !important;
	font-variation-settings: "wght"450 !important;
}

.fw500 {
	font-weight: 500 !important;
	font-variation-settings: "wght"530 !important;
}

.fw600 {
	font-weight: 600 !important;
	font-variation-settings: "wght"620 !important;
}

.fw700 {
	font-weight: 700 !important;
	font-variation-settings: "wght"700 !important;
}

.fw800 {
	font-weight: 800 !important;
	font-variation-settings: "wght"800 !important;
}

.fw900 {
}

.clickable {
	cursor: pointer;
}

	.clickable.hover:hover {
		text-decoration: underline;
	}

.text-shadow h1, .text-shadow h2, .text-shadow h3, .text-shadow h4, .text-shadow h5, .text-shadow h6, .text-shadow p, .text-shadow {
	/*text-shadow: 0px 1px 2px rgba(0, 0, 0, .1);*/
}

.min-dvh-100 {
	min-height: 100dvh;
	-moz-min-height: 100vh;
}

.box-pulse {
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	animation: box-pulse 2s infinite;
}

	.box-pulse:hover, .box-pulse:active {
		animation: none;
	}

@keyframes box-pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	}

	70% {
		-moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.box-pulse-dark {
	box-shadow: 0 0 0 rgba(60, 47, 99, 0.5);
	animation: box-pulse-dark 2s infinite;
}

	.box-pulse-dark:hover, .box-pulse-dark:active {
		animation: none;
	}

@keyframes box-pulse-dark {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(60, 47, 99, 0.4);
		box-shadow: 0 0 0 0 rgba(60, 47, 99, 0.4);
	}

	70% {
		-moz-box-shadow: 0 0 0 15px rgba(60, 47, 99, 0);
		box-shadow: 0 0 0 15px rgba(60, 47, 99, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(60, 47, 99, 0);
		box-shadow: 0 0 0 0 rgba(60, 47, 99, 0);
	}
}

.button-pulse {
	box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	animation: button-pulse 1s ease-out infinite;
}

@keyframes button-pulse {
	0% {
		-moz-box-shadow: 0 0 0 rgba(0, 0, 0, .6);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .6);
	}

	70% {
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .0);
		box-shadow: 0 0 10px rgba(0, 0, 0, .0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
	}
}

.btn {
	font-weight: 500;
	font-variation-settings: "wght"530;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .04);
}

.btn-group-sm > .btn, .btn-sm {
	--bs-btn-border-radius: 10px;
}

.btn-primary {
	--bs-btn-bg: #3391ac;
	--bs-btn-border-color: #3391ac;
	--bs-btn-hover-bg: #3b5782;
	--bs-btn-hover-border-color: #3a5580;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #3b6e82;
	--bs-btn-active-border-color: #38697c;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--bs-primary);
	--bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-light {
	--bs-btn-color: rgb(44, 62, 80);
	;
	--bs-btn-bg: #fff;
	--bs-btn-border-color: rgb(198, 198, 198);
	--bs-btn-hover-color: rgb(44, 62, 80);
	;
	--bs-btn-hover-bg: #d3d4d5;
	--bs-btn-hover-border-color: #c6c7c8;
	--bs-btn-focus-shadow-rgb: 211, 212, 213;
	--bs-btn-active-color: rgb(44, 62, 80);
	;
	--bs-btn-active-bg: #c6c7c8;
	--bs-btn-active-border-color: #babbbc;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: rgb(44, 62, 80);
	;
	--bs-btn-disabled-bg: #f8f9fa;
	--bs-btn-disabled-border-color: #f8f9fa;
}

.btn-linkedin {
	color: #fff;
	background-color: rgb(10, 102, 194);
	text-shadow: 0px 2px 3px rgba(0, 0, 0, .3);
	border: none;
	transition: all .3s ease-in-out
}

	.btn-linkedin:hover {
		color: #fff;
		background-color: rgb(73, 144, 214);
		text-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
		border-color: var(--bs-btn-active-border-color);
	}

.btn-alpha {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	text-shadow: 0px 2px 4px rgba(0, 0, 0, .15);
	border: none;
	transition: all .3s ease-in-out
}

.btn-footer i {
	opacity: 0;
}

.btn-footer:hover i {
	opacity: 1;
}

.btn-alpha:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .2);
	text-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
	border-color: var(--bs-btn-active-border-color);
}

.btn-alpha:active {
	transform: scale(0.98);
}

.btn-login {
	line-height: 3rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: var(--bs-border-radius);
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), var(--bs-box-shadow);*/
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	cursor: not-allowed;
	pointer-events: all !important;
	opacity: 0.5;
}

.btn-ani-glow {
	animation: glow 2s infinite;
}

@keyframes glow {
	0% {
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 0 0 rgba(44, 62, 80, 0.8);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 0 0 rgba(44, 62, 80, 0.8);
	}

	70% {
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 0 15px rgba(44, 62, 80, 0);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 0 15px rgba(44, 62, 80, 0);
	}

	100% {
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 0 0 rgba(44, 62, 80, 0);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 0 0 rgba(93, 136, 1790, 0);
	}
}

.badge i, .btn i, .nav-link i {
	margin-right: .35rem !important
}

.navbar-scrolled {
	/*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
	border-bottom: 0.25px solid #cfcfcf !important;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 1);*/
	z-index: 1032;
	transition: all 0.5s ease;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.pace-inactive {
	display: none
}

.pace .pace-progress {
	background: #3b6e82;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 4px
}

body #navbar-top {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	display: block;
	transform: translateY(-90px);
	transition: transform 0s cubic-bezier(.215, .61, .355, 1);
	z-index: 1001;
}

body .navbar-brand {
	margin-left: .875rem;
}

body.active .navbar-brand {
	margin-left: calc(.875rem + var(--bs-menu-width-small));
}

@media (min-width: 576px) {
	body.active .navbar-brand {
		margin-left: calc(.875rem + var(--bs-menu-width));
	}
}

html.is-ready #navbar-top {
	transform: none;
	transition-duration: .6s;
	transition-delay: .2s
}

.navbar-toggler {
	width: 34px;
	height: 34px;
	--bs-btn-hover-bg: #3b5782;
	--bs-btn-hover-border-color: #3a5580;
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	cursor: pointer;
	outline: 0 !important;
	border: none;
	padding: 2px 6px 3px;
	border-radius: 50%;
	transition: all .3s ease-in-out
}

	.navbar-toggler:hover {
	}

	.navbar-toggler span {
		width: 17px;
		height: 1px;
		display: block;
		transform: none;
		opacity: 1;
		margin: 5px auto;
		transition: transform .4s cubic-bezier(.81, -.33, .345, 1.375);
	}

body:not(.active) .navbar-toggler span {
	background-color: #fff;
}

body:not(.active) .navbar-toggler, body:not(.active).unscrolled .navbar-toggler:hover {
	width: 34px;
	height: 34px;
}

	body:not(.active) .navbar-toggler:hover, body:not(.active).unscrolled .navbar-toggler {
		background-color: rgba(var(--bs-primary-rgb), .8);
	}

body.active .navbar-toggler span {
	background-color: var(--bs-white);
	margin: 0 auto;
}

body.active .navbar-toggler {
	border-radius: 50%;
}

	body.active .navbar-toggler span:first-of-type {
		transform: rotate(45deg) translate(1px, 1px);
	}

	body.active .navbar-toggler span:last-of-type {
		transform: rotate(-45deg) translate(1px, -1px);
	}

	body.active .navbar-toggler span:nth-of-type(2) {
		opacity: 0;
		transition: opacity .1 linear;
	}

#main, #sidebar-nav, .navbar-brand {
	-webkit-transition: margin .3s ease-in-out, opacity .3s linear, blur .5s ease-in-out;
	-moz-transition: margin .3s ease-in-out, opacity .3s linear, blur .5s ease-in-out;
	-o-transition: margin .3s ease-in-out, opacity .3s linear, blur .5s ease-in-out;
	transition: margin .3s ease-in-out, opacity .3s linear, blur .5s ease-in-out;
}

#sidebar-nav {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	background-color: var(--bs-primary);
	background-image: var(--bs-primary-gradient);
	z-index: 1000;
	border-right: .25px solid rgba(0, 0, 0, 0.33);
	box-shadow: inset -10px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

body.active #sidebar-nav {
	margin-left: 0
}

body.active #main {
	margin: 0 calc(-1*var(--bs-menu-width-small)) 0 var(--bs-menu-width-small);
	opacity: .8;
	cursor: pointer;
	pointer-events: none;
	overflow: hidden;
	filter: blur(3px);
}

@media (min-width:576px) {
	body.active #main {
		margin: 0 calc(-1*var(--bs-menu-width)) 0 var(--bs-menu-width);
	}
}

body.active {
	overflow-x: hidden;
	overflow-y: hidden;
	touch-action: none;
}

@media (max-width: 576px) {
}

.dropdown-toggle.active, button.dropdown-toggle {
	border-color: rgba(255, 255, 255, 0) !important;
}

.dropdown-toggle::after {
	display: none
}

.dropdown-toggle img {
	height: 26px;
	width: 26px;
	padding: .025rem !important;
	vertical-align: middle;
	box-shadow: var(--bs-box-shadow-sm) !important;
}

.dropdown-toggle i {
	font-size: 1.2em;
	color: #cbcbcb;
	vertical-align: middle;
}

.dropdown-toggle:last-child {
	padding-rigth: 50px
}

.dropdown-menu {
	padding: 1rem 0.875rem;
	border: 0.25px solid #ebebeb;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}

.dropdown-menu-tip-ne::after {
	top: calc(-.25rem - 1px);
	right: 1.2rem;
	transform: rotate(-45deg);
}

[class*="dropdown-menu-tip-"]::after {
	content: '';
	position: absolute;
	width: .5rem;
	height: .5rem;
	background-color: #fff;
	border: 0.25px solid #ebebeb;
	border-bottom: none;
	border-left: none;
}

.dropdown-item {
	color: var(--bs-primary);
	font-weight: 300 !important;
	font-variation-settings: "wght"400 !important;
	border-radius: 5px;
}

	.dropdown-item:focus, .dropdown-item:hover {
		background-color: var(--bs-primary);
	}

	.dropdown-item img {
		border: 1px solid #fff;
		box-shadow: var(--bs-box-shadow-sm) !important;
		vertical-align: text-bottom;
		margin-bottom: 1px;
	}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > label {
	color: rgb(var(--bs-body-color-rgb));
	padding: 1.15rem 1.5rem;
	margin-bottom: -1px;
	font-variation-settings: "wght"450;
	border-radius: 0;
}

.form-floating > .form-select {
	color: rgb(var(--bs-body-color-rgb));
	padding-left: 20px;
	/* margin-bottom: -1px; */
	font-variation-settings: "wght"450;
	/* border-radius: 0; */
}

.form-floating > .form-control.first {
	border-top-right-radius: var(--bs-border-radius);
	border-top-left-radius: var(--bs-border-radius)
}

.form-floating > .form-control.last {
	margin-bottom: 0px;
	border-bottom-right-radius: var(--bs-border-radius);
	border-bottom-left-radius: var(--bs-border-radius)
}

.form-control {
	border-color: none;
}

	.form-control:focus {
		border-color: #d7d7d7;
		box-shadow: var(--bs-box-shadow), rgba(0, 0, 0, 0.1) 0px 3px 6px inset !important
	}

label {
	font-size: 0.875rem;
	font-variation-settings: "wght"450;
}

	label.form-check-label {
		cursor: pointer
	}

.input-group .form-floating input {
	border-right: none;
}

.form-floating > label {
	color: var(--bs-gray-600);
	text-shadow: none;
}

.form-check-input:checked {
	background-color: #667a82;
	border-color: #667a82;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .6875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.input-group-text {
	cursor: pointer;
	color: var(--bs-gray-600);
	background-color: var(--bs-body-bg);
	border-left: none;
}

.upper.input-group-text {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
}

.lower.input-group-text {
	border-top-right-radius: 0
}

.disabled .input-group-text {
	color: var(--bs-gray-700);
	background-color: var(--bs-secondary-bg)
}

.steps-progress-container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	z-index: 2000;
}

.steps-progress-bar {
	height: 100%;
	/*width: 0%;*/
	transition: all .6s ease-out;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

	.steps-progress-bar.active {
		background-color: #fff;
	}

.steps {
	position: fixed;
	bottom: 12px;
	left: 0;
	z-index: 2000;
	font-size: 11px;
	background-color: rgba(0, 0, 0, .2);
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	letter-spacing: 1px;
	padding: 0.2rem 0.4rem;
	margin-left: calc(var(--bs-gutter-x) * .675);
	border-radius: 0.5rem;
}

.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-title-color: rgb(var(--bs-body-color-rgb));
	--bs-card-subtitle-color: rgb(var(--bs-body-color-rgb));
	--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	color: rgb(var(--bs-body-color-rgb));
	border: none;
}

.card-title {
	color: var(--bs-card-title-color);
}

.multi-tenant {
}

	.multi-tenant > div > .card {
		box-shadow: 0 .4rem 1.1rem rgba(0, 0, 0, .15) !important;
		-webkit-transition: all .3s ease-out;
	}

		.multi-tenant > div > .card:hover {
			transform: scale(97%);
			box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .25) !important;
		}

	.multi-tenant .card-body {
		padding: 0;
		text-align: center;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		min-height: 120px;
	}

	.multi-tenant img {
		max-height: 80px;
		max-width: 90%;
		padding: 1rem !important;
		margin: auto;
	}

	.multi-tenant .card-title {
		/*min-height: 36px;*/
		margin: 0 1rem;
		text-shadow: none;
		line-height: 1.2em
	}

.host-circle {
	width: 30px;
	height: 30px;
	position: relative;
	right: -70%;
	bottom: 40px;
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
	border-radius: 50% !important;
	padding: .25rem !important;
}

.host-name {
	position: relative;
	top: -30px;
	margin-bottom: -16px;
}

.toast {
	width: var(--bs-toast-max-width);
	max-width: 100%;
	font-size: var(--bs-toast-font-size);
	color: #fff;
	pointer-events: auto;
	background-color: #2c3e50;
	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-header {
	color: var(--bs-toast-color);
	background-color: transparent;
	border: none
}

.toast-body {
	font-weight: 300 !important;
	font-variation-settings: "wght"400 !important;
	display: inline-grid;
	justify-content: space-between;
	grid-template-columns: 25% calc(75% - 10px);
	grid-gap: 10px;
}

body .gradient-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0vh;
	user-select: none;
	webkit-user-select: none;
	opacity: 0;
	transition: opacity 150ms ease-in-out;
	z-index: 990;
}

body.fixed .gradient-top {
	height: 15vh;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	opacity: 1;
}

#lock-container {
	height: 65px;
}

body .key-wrapper {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	aspect-ratio: 1 / 1;
	margin: -40px auto 0;
	z-index: 1000;
}

body.fixed .key-wrapper {
	position: fixed;
	top: 75px;
	left: 0;
	right: 0;
	width: 70px;
	height: 70px;
	transition: all 150ms ease-in-out;
}

body .key {
	--bs-shadow-color-large: rgba(205, 20, 36, 0.8);
	--bs-shadow-color-small: rgba(205, 20, 36, 0);
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(247, 247, 247, 1) 100%);
	border: 8px solid #fff;
	border-radius: 50%;
	margin: 0;
	animation: box-pulse-dark 1.5s infinite;
}

body.approved .key {
	--bs-shadow-color-large: rgba(20, 207, 18, 0.8);
	--bs-shadow-color-small: rgba(20, 207, 18, 0);
}

@keyframes box-pulse-dark {
	0% {
		box-shadow: 0 0 0 0 var(--bs-shadow-color-large);
	}

	70% {
		box-shadow: 0 0 0 32px var(--bs-shadow-color-small);
	}

	100% {
		box-shadow: 0 0 0 0 var(--bs-shadow-color-small);
	}
}

.key .loader {
	aspect-ratio: 1 / 1;
}

	.key .loader svg {
		width: 100%;
		height: 100%;
		margin: auto;
		fill: rgba(0, 0, 0, 0.075);
	}

body.approved .key .loader svg {
	opacity: 0;
}

.key .loader-overlay {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

	.key .loader-overlay svg {
		width: 20%;
		margin: auto;
		fill: rgba(var(--bs-danger-rgb));
	}

body.approved .key .loader-overlay svg {
	fill: rgba(48, 167, 47, 1);
}
/* Countdown Button */
.countdown-btn {
	position: relative;
	overflow: hidden;
}

	.countdown-btn:disabled {
		border-color: var(--bs-btn-border-color);
		opacity: 1;
		background: #fff;
	}

.progress-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(112, 94, 94, 0.07);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform linear;
}

.countdown-btn span {
	position: relative;
	z-index: 2;
}

.countdown-btn:disabled span, .countdown-btn:disabled i {
	opacity: 0.5;
}
/* Accordion Styling */
.accordion {
	--bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27212529%27 class=%27bi bi-plus%27%3E%3Cpath d=%27M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z%27/%3E%3C/svg%3E");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27052c65%27 class=%27bi bi-dash%27%3E%3Cpath d=%27M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z%27/%3E%3C/svg%3E");
}

.accordion-item {
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%271%27 height=%271%27 viewBox=%270 0 1 1%27%3E%3Crect width=%271%27 height=%271%27 fill=%27%23e9e9e9%27/%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-position: top left;
}

.accordion-header {
	line-height: 0;
}

.accordion-button {
	background-color: transparent;
	color: rgba(var(--bs-dark-rgb));
	padding: 0 var(--bs-accordion-btn-padding-y) 0 0;
	display: inline-grid;
	justify-content: space-between;
	grid-template-columns: 20% calc(77% - 60px) 20px;
	grid-gap: 10px;
}

	.accordion-button .accordion-button-image {
		background-color: #3b5782;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		height: 100%;
		max-width: 100%;
		aspect-ratio: 1 / 1;
	}

.accordion-item:last-of-type {
	border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius) !important;
	overflow: hidden;
}

.accordion-button .accordion-button-text {
	padding: 1rem 0;
}

	.accordion-button .accordion-button-text p {
		margin-bottom: 0;
		font-weight: 600 !important;
		font-variation-settings: "wght"620 !important;
	}

		.accordion-button .accordion-button-text p:first-of-type {
			/*color: rgba(var(--bs-secondary-rgb));*/
			font-size: 0.875rem;
			font-weight: 300 !important;
			font-variation-settings: "wght"300 !important;
		}

		.accordion-button .accordion-button-text p:last-of-type {
			font-size: clamp(.875rem, 2vw, 1.3rem);
		}

.accordion-body {
	--bs-accordion-body-padding-x: 1.5rem;
	--bs-accordion-body-padding-y: 2rem;
	font-size: var(--bs-body-font-size);
	line-height: 1.5;
	font-weight: 400;
	font-variation-settings: "wght"450;
	/*padding-left: calc(66px + 1.5rem);*/
	color: rgba(var(--bs-dark-rgb));
	background-color: rgb(240, 246, 247);
}

@media (min-width: 768px) {
	.accordion-button {
		--bs-accordion-btn-padding-y: 32px;
	}

	.accordion-body {
		--bs-accordion-body-padding-x: 3rem;
		--bs-accordion-body-padding-y: 2rem;
	}
}

.accordion-button:not(.collapsed) {
	box-shadow: none;
}

.accordion-button:hover {
	color: #fff !important;
	background-color: #3b5782;
}

	.accordion-button:hover::after {
		filter: invert(100%);
	}

	.accordion-button:hover .accordion-button-image {
		opacity: 0.5;
		filter: grayscale(1);
	}

	.accordion-button:hover .accordion-button-text p:first-of-type {
		color: #fff !important;
	}
