@charset "UTF-8";
:root {
	--theme-color-prime: #13a89e;
	--theme-color-prime-rgb: 19, 168, 158;
	--theme-color-prime-darker: #0b9188;
	--theme-color-prime-lighter: #1cbeb3;
	--theme-color-sec: #1d65a2;
	--theme-color-sec-rgb: 29, 101, 162;
	--theme-color-sec-darker: #155890;
	--theme-color-sec-lighter: #3079b7;
	--theme-color-solid: #0d2b44;
	--theme-color-pale: #d1eeff;
	--theme-color-gray: #dfdfdf;
	--theme-color-gray-lt: #f9f9f9;
	--theme-color-whatsapp: #25d366;
	--theme-color-whatsapp-dark: #21b557;
	--theme-txt-color: #000;
	--viewport-top-gap: 70px;
	--dx-adm-main: #305ca5;
	--dx-adm-sec: #000;
}

body {
	overflow-x: hidden;
	direction: rtl;
	background-color: #fff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--theme-txt-color);
}

a {
	color: var(--theme-color-prime);
	text-decoration: var(--theme-link-decoration);
}


/*
 * DX Good stuff
 */
.adm-pos-tr {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
.adm-pos-tl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.adm-pos-br {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.adm-pos-bl {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.btn-adm, a.btn-adm {
	position: relative;
	display: inline-block;
	direction: rtl;
	min-width: 30px;
	height: 30px;
	padding: 0 4px;
	background-color: #c5c7ca;
	line-height: 30px;
	text-align: center;
	color: #3d3833;
	font-size: 18px;
	text-decoration: none;
	border: none;
	transition: all 0.4s ease 0s;
}
.btn-adm .on-label {
	display: inline-block;
	padding: 0;
}
.btn-adm * {
	position: relative;
	z-index: 3;
}
.btn-adm::before,
.btn-adm::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--dx-adm-sec);
	z-index: 0;
	content: "";
	transition: all 0.4s ease 0s;
}
.btn-adm::after {
	background-color: var(--dx-adm-main);
	z-index: 1;
}
.btn-adm:hover {
	color: #fff;
}
.btn-adm:hover::before {
	width: 100%;
}
.btn-adm:hover::after {
	width: 4px;
}
.btn-adm.sm {
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
}
.hide-adm-ui .btn-adm,
.hide-adm-ui .adm-cont {
	display: none;
}

.form-error-msg {
	display: none;
	padding-top: 4px;
	font-size: 14px;
	color: #d00;
}
.form-error-msg.vis {
	display: block;
}
.form-error-msg.inline.vis {
	display: inline;
}

.dx-g-recaptcha {
	display: none;
}
.dx-recaptcha-notice {
	color: var(--theme-txt-color);
	font-size: 14px;
}
.dx-recaptcha-notice a {
	color: var(--theme-txt-color);
	text-decoration: underline;
}
.dx-recaptcha-notice a:hover {
	color: var(--theme-dark-color);
}

.read-audio-player {
	display: flex;
	position: relative;
	min-height: 86px;
	margin: 0 0 30px;
	padding: 10px;
	background-color: #f0f0f0;
	line-height: 1.5;
	font-size: 13px;
	color: #333;
	border: 1px solid #666;
	border-radius: 44px;
	align-items: center;
}
.read-audio-player .waveform-container {
	flex: 1 1 auto;
}
.read-audio-player .controls {
	margin: 0 10px 0 0;
}
.read-audio-player .controls .play-btn {
	position: relative;
	width: 48px;
	height: 48px;
	background-color: transparent;
	border: 3px solid #333;
	border-radius: 50%;
	cursor: pointer;
}
.read-audio-player .controls .play-btn::after {
	position: absolute;
	top: 6px;
	right: 4px;
	width: 30px;
	height: 30px;
	background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDMwIDMwIj48cG9seWdvbiBmaWxsPSIjMzMzIiBwb2ludHM9IjI5Ljk4LDE1IDQsMCA0LDMwICIvPjwvc3ZnPg") scroll 50% 50% no-repeat;
	content: "";
}
.read-audio-player .controls .play-btn.paused::after {
	background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDMwIDMwIiBmaWxsPSIjMzMzIj48cmVjdCB4PSIzIiB5PSIyIiB3aWR0aD0iNyIgaGVpZ2h0PSIyNiIvPjxyZWN0IHg9IjE1IiB5PSIyIiB3aWR0aD0iNyIgaGVpZ2h0PSIyNiIvPjwvc3ZnPg") scroll 50% 50% no-repeat;
}
.read-audio-player .status-line {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.read-audio-player .status-line.head {
	font-size: 20px;
}
.read-audio-player audio {
	display: none;
}
.read-audio-player.fallback {
	display: block;
	min-height: auto;
	padding: 0;
	background-color: transparent;
	font-size: 16px;
	border: 0;
}
.read-audio-player.fallback .controls,
.read-audio-player.fallback .waveform-container {
	display: none;
}
.read-audio-player.fallback .status-line {
	position: static;
	top: auto;
	right: auto;
	margin-bottom: 5px;
	transform: none;
}
.read-audio-player.fallback audio {
	display: block;
	width: 100%;
}

.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
.fw-100 {
	font-weight: 100;
}
.fw-200 {
	font-weight: 200;
}
.fw-300 {
	font-weight: 300;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.fw-800 {
	font-weight: 800;
}
.fw-900 {
	font-weight: 900;
}
.fw-lighter {
	font-weight: lighter;
}
.fw-normal {
	font-weight: normal;
}
.fw-bold {
	font-weight: bold;
}
.fw-bolder {
	font-weight: bolder;
}

.w-50px {
	width: 50px;
}
.w-70px {
	width: 70px;
}
.w-80px {
	width: 80px;
}
.w-100px {
	width: 100px;
}
.w-200px {
	width: 200px;
}
.min-vh-25 {
	min-height: 25vh !important;
}
.min-vh-33 {
	min-height: 33vh !important;
}
.min-vh-50 {
	min-height: 50vh !important;
}
.min-h400px {
	min-height: 400px !important;
}

.aspect-16x9 {
	aspect-ratio: 16/9;
}
.aspect-9x16 {
	aspect-ratio: 9/16;
}
.aspect-4x3 {
	aspect-ratio: 4/3;
}
.aspect-1x1 {
	aspect-ratio: 1/1;
}

.mt-50px,.my-50px{margin-top:50px!important}.mb-50px,.my-50px{margin-bottom:50px!important}.mt-80px,.my-80px{margin-top:80px!important}.mb-80px,.my-80px{margin-bottom:80px!important}.mt-100px,.my-100px{margin-top:100px!important}.mb-100px,.my-100px{margin-bottom:100px!important}.mt-120px,.my-120px{margin-top:120px!important}.mb-120px,.my-120px{margin-bottom:120px!important}.mt-150px,.my-150px{margin-top:150px!important}.mb-150px,.mb-180px,.my-150px,.my-180px{margin-bottom:150px!important}.mt-180px,.my-180px{margin-top:180px!important}.pt-50px,.py-50px{padding-top:50px!important}.pb-50px,.py-50px{padding-bottom:50px!important}.pt-80px,.py-80px{padding-top:80px!important}.pb-80px,.py-80px{padding-bottom:80px!important}.pt-100px,.py-100px{padding-top:100px!important}.pb-100px,.py-100px{padding-bottom:100px!important}.pt-120px,.py-120px{padding-top:120px!important}.pb-120px,.py-120px{padding-bottom:120px!important}@media (min-width:576px){.mt-sm-50px,.my-sm-50px{margin-top:50px!important}.mb-sm-50px,.my-sm-50px{margin-bottom:50px!important}.mt-sm-80px,.my-sm-80px{margin-top:80px!important}.mb-sm-80px,.my-sm-80px{margin-bottom:80px!important}.mt-sm-100px,.my-sm-100px{margin-top:100px!important}.mb-sm-100px,.my-sm-100px{margin-bottom:100px!important}.mt-sm-120px,.my-sm-120px{margin-top:120px!important}.mb-sm-120px,.my-sm-120px{margin-bottom:120px!important}.mt-sm-150px,.my-sm-150px{margin-top:150px!important}.mb-sm-150px,.mb-sm-180px,.my-sm-150px,.my-sm-180px{margin-bottom:150px!important}.mt-sm-180px,.my-sm-180px{margin-top:180px!important}.pt-sm-50px,.py-sm-50px{padding-top:50px!important}.pb-sm-50px,.py-sm-50px{padding-bottom:50px!important}.pt-sm-80px,.py-sm-80px{padding-top:80px!important}.pb-sm-80px,.py-sm-80px{padding-bottom:80px!important}.pt-sm-100px,.py-sm-100px{padding-top:100px!important}.pb-sm-100px,.py-sm-100px{padding-bottom:100px!important}.pt-sm-120px,.py-sm-120px{padding-top:120px!important}.pb-sm-120px,.py-sm-120px{padding-bottom:120px!important}}@media (min-width:768px){.mt-md-50px,.my-md-50px{margin-top:50px!important}.mb-md-50px,.my-md-50px{margin-bottom:50px!important}.mt-md-80px,.my-md-80px{margin-top:80px!important}.mb-md-80px,.my-md-80px{margin-bottom:80px!important}.mt-md-100px,.my-md-100px{margin-top:100px!important}.mb-md-100px,.my-md-100px{margin-bottom:100px!important}.mt-md-120px,.my-md-120px{margin-top:120px!important}.mb-md-120px,.my-md-120px{margin-bottom:120px!important}.mt-md-150px,.my-md-150px{margin-top:150px!important}.mb-md-150px,.mb-md-180px,.my-md-150px,.my-md-180px{margin-bottom:150px!important}.mt-md-180px,.my-md-180px{margin-top:180px!important}.pt-md-50px,.py-md-50px{padding-top:50px!important}.pb-md-50px,.py-md-50px{padding-bottom:50px!important}.pt-md-80px,.py-md-80px{padding-top:80px!important}.pb-md-80px,.py-md-80px{padding-bottom:80px!important}.pt-md-100px,.py-md-100px{padding-top:100px!important}.pb-md-100px,.py-md-100px{padding-bottom:100px!important}.pt-md-120px,.py-md-120px{padding-top:120px!important}.pb-md-120px,.py-md-120px{padding-bottom:120px!important}}@media (min-width:992px){.mt-lg-50px,.my-lg-50px{margin-top:50px!important}.mb-lg-50px,.my-lg-50px{margin-bottom:50px!important}.mt-lg-80px,.my-lg-80px{margin-top:80px!important}.mb-lg-80px,.my-lg-80px{margin-bottom:80px!important}.mt-lg-100px,.my-lg-100px{margin-top:100px!important}.mb-lg-100px,.my-lg-100px{margin-bottom:100px!important}.mt-lg-120px,.my-lg-120px{margin-top:120px!important}.mb-lg-120px,.my-lg-120px{margin-bottom:120px!important}.mt-lg-150px,.my-lg-150px{margin-top:150px!important}.mb-lg-150px,.mb-lg-180px,.my-lg-150px,.my-lg-180px{margin-bottom:150px!important}.mt-lg-180px,.my-lg-180px{margin-top:180px!important}.pt-lg-50px,.py-lg-50px{padding-top:50px!important}.pb-lg-50px,.py-lg-50px{padding-bottom:50px!important}.pt-lg-80px,.py-lg-80px{padding-top:80px!important}.pb-lg-80px,.py-lg-80px{padding-bottom:80px!important}.pt-lg-100px,.py-lg-100px{padding-top:100px!important}.pb-lg-100px,.py-lg-100px{padding-bottom:100px!important}.pt-lg-120px,.py-lg-120px{padding-top:120px!important}.pb-lg-120px,.py-lg-120px{padding-bottom:120px!important}}@media (min-width:1200px){.mt-xl-50px,.my-xl-50px{margin-top:50px!important}.mb-xl-50px,.my-xl-50px{margin-bottom:50px!important}.mt-xl-80px,.my-xl-80px{margin-top:80px!important}.mb-xl-80px,.my-xl-80px{margin-bottom:80px!important}.mt-xl-100px,.my-xl-100px{margin-top:100px!important}.mb-xl-100px,.my-xl-100px{margin-bottom:100px!important}.mt-xl-120px,.my-xl-120px{margin-top:120px!important}.mb-xl-120px,.my-xl-120px{margin-bottom:120px!important}.mt-xl-150px,.my-xl-150px{margin-top:150px!important}.mb-xl-150px,.mb-xl-180px,.my-xl-150px,.my-xl-180px{margin-bottom:150px!important}.mt-xl-180px,.my-xl-180px{margin-top:180px!important}.pt-xl-50px,.py-xl-50px{padding-top:50px!important}.pb-xl-50px,.py-xl-50px{padding-bottom:50px!important}.pt-xl-80px,.py-xl-80px{padding-top:80px!important}.pb-xl-80px,.py-xl-80px{padding-bottom:80px!important}.pt-xl-100px,.py-xl-100px{padding-top:100px!important}.pb-xl-100px,.py-xl-100px{padding-bottom:100px!important}.pt-xl-120px,.py-xl-120px{padding-top:120px!important}.pb-xl-120px,.py-xl-120px{padding-bottom:120px!important}}@media (min-width:1400px){.mt-xxl-50px,.my-xxl-50px{margin-top:50px!important}.mb-xxl-50px,.my-xxl-50px{margin-bottom:50px!important}.mt-xxl-80px,.my-xxl-80px{margin-top:80px!important}.mb-xxl-80px,.my-xxl-80px{margin-bottom:80px!important}.mt-xxl-100px,.my-xxl-100px{margin-top:100px!important}.mb-xxl-100px,.my-xxl-100px{margin-bottom:100px!important}.mt-xxl-120px,.my-xxl-120px{margin-top:120px!important}.mb-xxl-120px,.my-xxl-120px{margin-bottom:120px!important}.mt-xxl-150px,.my-xxl-150px{margin-top:150px!important}.mb-xxl-150px,.mb-xxl-180px,.my-xxl-150px,.my-xxl-180px{margin-bottom:150px!important}.mt-xxl-180px,.my-xxl-180px{margin-top:180px!important}.pt-xxl-50px,.py-xxl-50px{padding-top:50px!important}.pb-xxl-50px,.py-xxl-50px{padding-bottom:50px!important}.pt-xxl-80px,.py-xxl-80px{padding-top:80px!important}.pb-xxl-80px,.py-xxl-80px{padding-bottom:80px!important}.pt-xxl-100px,.py-xxl-100px{padding-top:100px!important}.pb-xxl-100px,.py-xxl-100px{padding-bottom:100px!important}.pt-xxl-120px,.py-xxl-120px{padding-top:120px!important}.pb-xxl-120px,.py-xxl-120px{padding-bottom:120px!important}}

.mt-grand-resp, .my-grand-resp {
	margin-top: 80px;
}
.mb-grand-resp, .my-grand-resp {
	margin-bottom: 80px;
}
.pt-grand-resp, .py-grand-resp {
	padding-top: 80px;
}
.pb-grand-resp, .py-grand-resp {
	padding-bottom: 80px;
}
@media (min-width: 992px){
	.mt-grand-resp, .my-grand-resp {
		margin-top: 100px;
	}
	.mb-grand-resp, .my-grand-resp {
		margin-bottom: 100px;
	}
	.pt-grand-resp, .py-grand-resp {
		padding-top: 100px;
	}
	.pb-grand-resp, .py-grand-resp {
		padding-bottom: 100px;
	}
}
@media (min-width: 1200px){
	.mt-grand-resp, .my-grand-resp {
		margin-top: 120px;
	}
	.mb-grand-resp, .my-grand-resp {
		margin-bottom: 120px;
	}
	.pt-grand-resp, .py-grand-resp {
		padding-top: 120px;
	}
	.pb-grand-resp, .py-grand-resp {
		padding-bottom: 120px;
	}
}

.text-body {
	color: var(--theme-txt-color) !important;
}
.text-theme {
	color: var(--theme-color-prime) !important;
}
.text-theme-alt {
	color: var(--theme-color-sec) !important;
}
.text-solid {
	color: var(--theme-color-solid) !important;
}
.text-gray {
	color: var(--theme-color-gray) !important;
}
.text-current {
	color: currentColor !important;
}
.bg-theme {
	background-color: var(--theme-color-prime) !important;
}
.bg-theme-alt {
	background-color: var(--theme-color-sec) !important;
}
.bg-solid {
	background-color: var(--theme-color-solid) !important;
}
.bg-pale {
	background-color: var(--theme-color-pale) !important;
}
.bg-gray {
	background-color: var(--theme-color-gray) !important;
}
.bg-gray-lt {
	background-color: var(--theme-color-gray-lt) !important;
}

.btn-theme {
	--theme-cri-bg: var(--theme-color-prime);
	--theme-cri-border-color: var(--theme-color-prime);
	--theme-crt-bg: var(--theme-color-prime-darker);
	--theme-crt-border-color: var(--theme-color-prime-darker);
	--theme-cri-color: #fff;
	--theme-crt-color: #fff;
	--bs-btn-color: var(--theme-cri-color);
	--bs-btn-bg: var(--theme-cri-bg);
	--bs-btn-border-color: var(--theme-cri-border-color);
	--bs-btn-hover-color: var(--theme-crt-color);
	--bs-btn-hover-bg: var(--theme-crt-bg);
	--bs-btn-hover-border-color: var(--theme-crt-bg);
	--bs-btn-focus-box-shadow: none;
	--bs-btn-active-color: var(--theme-crt-color);
	--bs-btn-active-bg: var(--theme-crt-bg);
	--bs-btn-active-border-color: var(--theme-crt-bg);
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: var(--theme-cri-color);
	--bs-btn-disabled-bg: var(--theme-cri-bg);
	--bs-btn-disabled-border-color: var(--theme-cri-bg);
}
.btn-theme.alt {
	--theme-cri-bg: var(--theme-color-sec);
	--theme-cri-border-color: var(--theme-color-sec);
	--theme-crt-bg: var(--theme-color-sec-darker);
	--theme-crt-border-color: var(--theme-color-sec-darker);
}
.btn-theme.black {
	--theme-cri-bg: #000;
	--theme-cri-border-color: #000;
	--theme-crt-bg: #262626;
	--theme-crt-border-color: #262626;
}
.btn-theme.whatsapp {
	--theme-cri-bg: var(--theme-color-whatsapp);
	--theme-cri-border-color: var(--theme-color-whatsapp);
	--theme-crt-bg: var(--theme-color-whatsapp-dark);
	--theme-crt-border-color: var(--theme-color-whatsapp-dark);
	--theme-cri-color: #000;
	--theme-crt-color: #000;
}

.btn-theme.special {
	--theme-cri-bg: var(--theme-color-prime);
	--theme-cri-border-color: var(--theme-color-prime);
	--theme-crt-bg: var(--theme-color-sec);
	--theme-crt-border-color: var(--theme-color-sec);
	--theme-cri-color: #fff;
	--theme-crt-color: #fff;
	font-weight: 600;
	border-radius: 24px;
}
.btn-theme.special.btn-lg {
	padding: 6px 12px;
}
.btn-theme.special.bullet {
	--btn-bullet-bg: #fff;
	--btn-bullet-bg-hover: var(--theme-color-prime);
	--btn-bullet-color: var(--theme-color-prime);
	--btn-bullet-color-hover: #fff;
	display: inline-flex;
	padding: 3px 3px 3px 12px;
	column-gap: .5rem;
	align-items: center;
}
.btn-theme.special.rev {
	--theme-cri-bg: var(--theme-color-sec);
	--theme-cri-border-color: var(--theme-color-sec);
	--theme-crt-bg: var(--theme-color-prime);
	--theme-crt-border-color: var(--theme-color-prime);
}
.btn-theme.special.rev.bullet {
	--btn-bullet-bg-hover: var(--theme-color-sec);
	--btn-bullet-color: var(--theme-color-sec);
}
.btn-theme.special.solid {
	--theme-cri-bg: var(--theme-color-solid);
	--theme-cri-border-color: var(--theme-color-solid);
	--theme-crt-bg: var(--theme-color-prime);
	--theme-crt-border-color: var(--theme-color-prime);
}
.btn-theme.special.solid.bullet {
	--btn-bullet-bg-hover: var(--theme-color-solid);
	--btn-bullet-color: var(--theme-color-solid);
}
.btn-theme.special.bullet .icn {
	width: 30px;
	height: 30px;
	background-color: var(--btn-bullet-bg);
	line-height: 30px;
	color: var(--btn-bullet-color);
	border-radius: 50%;
	transition: background-color .4s ease, color .4s ease;
}
.btn-theme.special.bullet:hover .icn {
	background-color: var(--btn-bullet-bg-hover);
	color: var(--btn-bullet-color-hover);
}
.btn-theme.special.bullet.cust-board {
	padding-left: 3px;
}
.btn-theme.special.bullet.cust-board .icn {
	background-color: transparent;
	color: #fff;
}
.btn-theme.special.bullet.cust-board .lb {
	display: none;
}
.btn-theme.special.bullet.btn-lg {
	padding: 6px 6px 6px 16px;
}
.btn-theme.special.bullet.btn-lg .icn {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
@media (min-width: 576px){
	.btn-theme.special.bullet.cust-board .icn {
		background-color: var(--btn-bullet-bg);
		color: var(--btn-bullet-color);
	}
	.btn-theme.special.bullet.cust-board {
		padding-left: 12px;
	}
	.btn-theme.special.bullet.cust-board:hover .icn {
		background-color: var(--btn-bullet-bg-hover);
		color: var(--btn-bullet-color-hover);
	}
	.btn-theme.special.bullet.cust-board .lb {
		display: block;
	}
}

.lt-link {
	--theme-cri-color: var(--bs-white);
	--theme-crt-color: var(--theme-color-prime);
}
.lt-link.alt {
	--theme-crt-color: var(--theme-color-sec);
}
.lt-link.inv {
	--theme-cri-color: var(--theme-color-prime);
	--theme-crt-color: var(--bs-white);
}
.lt-link.alt.inv {
	--theme-cri-color: var(--theme-color-sec);
}
.thm-link, .xlink {
	--theme-cri-color: var(--theme-color-prime);
	--theme-crt-color: var(--bs-black);
}
.drk-link {
	--theme-cri-color: var(--bs-black);
	--theme-crt-color: var(--theme-color-prime);
}
.lt-link, .thm-link, .drk-link, .xlink {
	color: var(--theme-cri-color);
	transition: color 0.5s ease;
}
.lt-link:hover, .lt-link:focus,
.lt-link.alt:hover, .lt-link.alt:focus,
.thm-link:hover, .thm-link:focus,
.drk-link:hover, .drk-link:focus,
.xlink:hover, .xlink:focus {
	color: var(--theme-crt-color);
}

.cr-shift {
	--theme-cri-bg: var(--theme-color-prime);
	--theme-cri-color: var(--bs-white);
	--theme-cri-border-color: var(--theme-color-prime);
	--theme-crt-bg: var(--theme-color-sec);
	--theme-crt-color: var(--bs-white);
	--theme-crt-border-color: var(--theme-color-sec);
	background-color: var(--theme-cri-bg);
	color: var(--theme-cri-color);
	transition: all 0.3s ease-in-out;
}
.xfrom-bg-none {
	--theme-cri-bg: transparent;
}
.xfrom-bg-theme {
	--theme-cri-bg: var(--theme-color-prime);
}
.xfrom-bg-theme-alt {
	--theme-cri-bg: var(--theme-color-sec);
}
.xfrom-bg-pale {
	--theme-cri-bg: var(--theme-color-pale);
}
.xfrom-bg-black {
	--theme-cri-bg: var(--bs-black);
}
.xfrom-bg-dark {
	--theme-cri-bg: var(--theme-dark-color);
}
.xfrom-bg-white {
	--theme-cri-bg: var(--bs-white);
}
.xto-bg-none {
	--theme-crt-bg: transparent;
}
.xto-bg-theme-alt {
	--theme-crt-bg: var(--theme-color-sec);
}
.xto-bg-pale {
	--theme-crt-bg: var(--theme-color-pale);
}
.xto-bg-black {
	--theme-crt-bg: var(--bs-black);
}
.xto-bg-dark {
	--theme-crt-bg: var(--theme-dark-color);
}
.xto-bg-white {
	--theme-crt-bg: var(--bs-white);
}
.xfrom-border-theme {
	--theme-cri-border-color: var(--theme-color-prime);
}
.xfrom-border-theme-alt {
	--theme-cri-border-color: var(--theme-color-sec);
}
.xfrom-border-pale {
	--theme-cri-border-color: var(--theme-color-pale);
}
.xfrom-border-black {
	--theme-cri-border-color: var(--bs-black);
}
.xfrom-border-dark {
	--theme-cri-border-color: var(--theme-dark-color);
}
.xfrom-border-white {
	--theme-cri-border-color: var(--bs-white);
}
.xto-border-theme-alt {
	--theme-crt-border-color: var(--theme-color-sec);
}
.xto-border-pale {
	--theme-crt-border-color: var(--theme-color-pale);
}
.xto-border-black {
	--theme-crt-border-color: var(--bs-black);
}
.xto-border-dark {
	--theme-crt-border-color: var(--theme-dark-color);
}
.xto-border-white {
	--theme-crt-border-color: var(--bs-white);
}
.xfrom-color-theme {
	--theme-cri-color: var(--theme-color-prime);
}
.xfrom-color-theme-alt {
	--theme-cri-color: var(--theme-color-sec);
}
.xfrom-color-pale {
	--theme-cri-color: var(--theme-color-pale);
}
.xfrom-color-black {
	--theme-cri-color: var(--bs-black);
}
.xfrom-color-dark {
	--theme-cri-color: var(--theme-dark-color);
}
.xfrom-color-white {
	--theme-cri-color: var(--bs-white);
}
.xto-color-theme-alt {
	--theme-crt-color: var(--theme-color-sec);
}
.xto-color-pale {
	--theme-crt-color: var(--theme-color-pale);
}
.xto-color-black {
	--theme-crt-color: var(--bs-black);
}
.xto-color-dark {
	--theme-crt-color: var(--theme-dark-color);
}
.xto-color-white {
	--theme-crt-color: var(--bs-white);
}
.cr-shift:hover {
	background-color: var(--theme-crt-bg);
	color: var(--theme-crt-color);
	border-color: var(--theme-crt-border-color);
}

.form-floating.theme,
.form-control.theme,
.form-select.theme {
	--bs-body-bg: #fff;
	--bs-border-color: var(--theme-color-gray);
}
.form-control.theme:focus,
.form-select.theme:focus {
	border-color: var(--theme-color-prime);
	box-shadow: none;
}

.form-control.error,
.form-select.error,
.form-control.error:focus,
.form-select.error:focus {
	color: #d00;
	border-color: #d00;
}

.form-control.preheight {
	min-height: 150px;
}

.form-check.theme {
	--thm-bs-ui-color: var(--theme-color-prime);
	--thm-bs-ui-color2: var(--theme-color-prime-darker);
}
.form-check.theme.black {
	--thm-bs-ui-color: #000;
	--thm-bs-ui-color2: #000;
}
.form-check.theme .form-check-input:checked {
	background-color: var(--thm-bs-ui-color);
	border-color: var(--thm-bs-ui-color2);
}
.form-check.theme .form-check-input:focus {
	border-color: var(--thm-bs-ui-color2);
}
.form-check.theme .form-check-input:focus {
	box-shadow: none;
}
.form-check.rounded-0 .form-check-input[type="checkbox"] {
	border-radius: 0;
}

.border-theme {
	--bs-border-opacity: 1;
	border-color: rgba(var(--theme-color-prime-rgb),var(--bs-border-opacity)) !important;
}
.border-theme-alt {
	--bs-border-opacity: 1;
	border-color: rgba(var(--theme-color-sec-rgb),var(--bs-border-opacity)) !important;
}

.social-list,
.top-social-list {
	--sclst-color: #fff;
	--sclst-target: var(--theme-color-solid);
	display: flex;
	padding: 0;
	margin: 0;
	gap: .5rem;
	list-style: none;
}
.social-list .item,
.top-social-list .item {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: transparent;
	color: var(--sclst-color);
	border-radius: 3px;
	transition: background-color .4s ease, color .4s ease, border-color .4s ease;
}
.top-social-list .item:hover {
	background-color: var(--sclst-color);
	color: var(--sclst-target);
}
.social-list .item {
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-color: transparent;
	font-size: 18px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 5px;
}
.social-list .item:hover {
	border-color: #fff;
}

.wcont {
	width: 100%;
	margin: 0 auto;
}
.site-main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 900;
	background-color: transparent;
	transition: transform .4s ease, opacity .4s ease;
}
.site-main-header.slack {
	position: absolute;
}
.site-main-header.bordered {
	border-bottom: 1px solid var(--theme-color-gray);
}
.site-main-header.above {
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}
.site-main-header.smart.adrift {
	opacity: 0;
	transform: translateY(-100%);
}
.site-main-header.adrift.up {
	opacity: 1;
	transform: none;
}
.site-main-header.adrift.slack {
	position: fixed;
	animation: .3s ease 1 nice-drop;
}
.site-main-header.adrift.slack .main-topbar {
	display: none;
}
.site-main-header .mobile-menu-btn {
	position: relative;
	width: 24px;
	height: 20px;
	background-color: transparent;
	border: 0;
	border-top: 2px solid var(--theme-color-prime);
	border-bottom: 2px solid var(--theme-color-prime);
}
.site-main-header .mobile-menu-btn::after {
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--theme-color-prime);
	content: "";
}

.site-main-header .main-topbar {
	--topbat-bg: var(--theme-color-prime);
	--topbat-color: #fff;
	display: none;
	width: 100%;
	height: 44px;
	padding: 10px .75rem;
	background-color: var(--topbat-bg);
	line-height: 24px;
	color: var(--topbat-color);
}
.site-main-header .main-topbar .top-social-list {
	--sclst-color: var(--topbat-color);
	--sclst-target: var(--topbat-bg);
}

.site-main-header .logo-bearer {
	width: 150px;
}
.site-main-header .logo-bearer .logo {
	max-width: 100%;
}
.site-main-header .main-board {
	--brd-bg-color: #fff;
	--brd-color: #000;
	--brd-menu-hover: var(--theme-color-prime);
	--brd-menu-bg-hover: #f0f0f0;
	--brd-placeholder-color: #666;
	display: flex;
	position: relative;
	height: 70px;
	margin: 0 auto;
	padding: 0 .75rem;
	align-items: center;
	background-color: var(--brd-bg-color);
	color: var(--brd-color);
	transition: background-color .4s ease;
}
.site-main-header .main-board.dark {
	--brd-bg-color: #000;
	--brd-color: #fff;
	--brd-menu-hover: var(--theme-color-prime);
	--brd-menu-bg-hover: #222;
	--brd-placeholder-color: #aaa;
}
.app-nav {
	visibility: hidden;
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	width: calc(100% - 15px);
	min-height: 100%;
	min-height: 100vh;
	min-height: 100svh;
	flex-direction: column;
	background-color: #fff;
	z-index: 10;
	box-shadow: -3px 0 5px rgba(0, 0, 0, .1);
	transform: translateX(100%);
	transition: transform .3s ease-out, visibility .3s ease-out;
}
.app-nav.exp {
	visibility: visible;
	transform: translateX(0);
}
.app-nav .pane-top {
	display: flex;
	padding: 10px 15px;
	justify-content: space-between;
	align-items: start;
}
.app-nav .pane-top .logo-img {
	width: auto;
	max-width: 130px;
	height: auto;
	max-height: 40px;
	margin: auto 0;
}
.app-nav .pane-top .shut-btn {
	padding: 0;
	background-color: transparent;
	line-height: 1;
	font-size: 36px;
	border: 0;
	cursor: pointer;
}
.app-nav .pane-body {
	flex: 1 1 auto;
	height: 0;
	padding: 0 15px;
	overflow-y: auto;
}
.app-nav .menu {
	display: block;
	margin-bottom: 0;
	padding: 0;
}
.app-nav .menu li {
	display: block;
	position: relative;
	padding: 5px 10px;
}
.app-nav .menu > li {
	border-bottom: 1px solid #d3d3d3;
}
.app-nav .menu li.has-sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.site-main-header .main-board .app-nav .menu > li,
.site-main-header .main-board .app-nav .menu > li > a {
	color: var(--brd-color);
	transition: color .6s ease;
}
.site-main-header .main-board .app-nav .menu > li > a:hover,
.site-main-header .main-board .app-nav .menu > li.active,
.site-main-header .main-board .app-nav .menu > li.active > a {
	color: var(--brd-menu-hover);
}
.app-nav .menu li.has-sub .mbt {
	display: block;
	position: relative;
	margin: 2px 4px 0 0;
	width: 18px;
	height: 18px;
	order: 1;
}
.app-nav .menu li.has-sub .mbt::after {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	content: "";
	transform: rotate(45deg);
	transform-origin: 50% 50%;
	transition: transform .3s ease;
}
.app-nav .menu  li > a .icon {
	display: none;
}
.app-nav .menu li.has-sub.expanded > .mbt::after {
	transform: rotate(-45deg);
}
.app-nav .menu li .submenu {
	display: none;
	width: 100%;
	padding: 0 10px 0 0;
	order: 2;
}
.app-nav .menu li .submenu a {
	color: var(--brd-color);
	transition: color .3s ease;
}
.app-nav .menu li .submenu a:hover {
	color: var(--brd-menu-hover);
}
.app-nav .menu li .submenu.reveal {
	display: block;
}
.app-nav .menu .anc-plus {
	display: flex;
	align-items: center;
}
.app-nav .menu .anc-plus .pim {
	display: flex;
	width: 40px;
	height: 40px;
	margin-left: 8px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.app-nav .menu .anc-plus .pim .img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

@media (min-width: 330px) {
	.app-nav {
		width: 310px;
	}
}
@media (min-width: 360px) {
	.site-main-header .logo-bearer {
		width: 180px;
	}
}
@media (min-width: 576px) {
	.site-main-header .logo-bearer {
		width: 250px;
	}
}
@media (min-width: 1200px) {
	:root {
		--viewport-top-gap: 114px;
	}
	.site-main-header .main-topbar {
		display: block;
	}
	.mobile-menu-btn {
		display: none;
	}
	.user-connect-block {
		margin-right: 15px;
	}
	.site-main-header .logo-bearer {
		width: 220px;
	}
	.logo-slot {
		display: flex;
		width: auto;
		max-width: 180px;
		height: 80px;
		margin: 0;
		align-items: center;
		justify-content: center;
	}
	.app-nav {
		visibility: visible;
		display: block;
		position: static;
		width: auto;
		height: 100%;
		min-height: auto;
		margin-left: auto;
		margin-right: auto;
		background-color: transparent;
		box-shadow: none;
		transform: none;
	}
	.app-nav .pane-top {
		display: none;
	}
	.app-nav .pane-body {
		height: 100%;
		padding: 0;
		overflow: visible;
	}
	.app-nav .menu {
		display: flex;
		flex-wrap: wrap;
		height: 100%;
	}
	.app-nav .menu li {
		display: block;
	}
	.app-nav .menu > li {
		border-bottom: 0;
	}
	.app-nav .menu .anc-plus {
		display: block;
	}
	.app-nav .menu .anc-plus .pim {
		display: none;
	}
	.app-nav .menu > li,
	.app-nav .menu > li.has-sub {
		display: flex;
		height: 100%;
		align-items: center;
		padding: 0;
	}
	.app-nav .menu li.has-sub .mbt,
	.app-nav .menu > li.mega > .submenu > li > a.mbt {
		display: none;
	}
	.app-nav .menu > li.has-sub > a::after {
		display: inline-block;
		width: 7px;
		height: 7px;
		margin: 0 6px 3px 0;
		border-left: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(-45deg);
		content: "";
	}
	.app-nav .menu > li + li {
		margin-right: 20px;
	}
	.app-nav .menu li.mega > .submenu {
		border: 1px solid #ddd;
	}
	.app-nav .menu li .submenu {
		visibility: hidden;
		display: block;
		position: absolute;
		top: 100%;
		right: 0;
		min-width: 200px;
		padding-right: 0;
		opacity: 0;
		z-index: -1;
		background-color: var(--brd-bg-color);
		color: var(--brd-color);
		border-top: 2px solid var(--theme-color-prime);
		border-bottom: 1px solid var(--theme-color-gray);
		transform: translateY(-10px) scaleY(.9);
		transform-origin: 50% 0;
		transition: opacity .3s ease, transform .3s ease;
	}
	.app-nav .menu li:hover > .submenu {
		visibility: visible;
		opacity: 1;
		z-index: 10;
		box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
		transform: translateY(0) scaleY(1);
	}
	.app-nav .menu > li .submenu > li.has-sub {
		padding-left: 20px;
	}
	.app-nav .menu > li .submenu > li.has-sub::after {
		position: absolute;
		bottom: 16px;
		left: 6px;
		width: 8px;
		height: 8px;
		border-left: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		content: "";
		transform: rotate(45deg);
	}
	.app-nav .menu li.mega > .submenu > li.has-sub::after {
		transform: rotate(-45deg);
	}
	.app-nav .menu li.mega > .submenu > li.has-sub > .submenu {
		top: 100%;
		right: 0;
	}
	.app-nav .menu .submenu > li {
		padding: 10px 15px;
		transition: background-color .4s ease;
	}
	.app-nav .menu .submenu > li:hover {
		background-color: var(--brd-menu-bg-hover);
		color: var(--brd-menu-hover);
	}
	.app-nav .menu .submenu > li > .submenu {
		top: 0;
		right: 100%;
	}
	.app-nav .menu > li.mega {
		position: static;
	}
	.app-nav .menu > li.mega > .submenu {
		display: flex;
		justify-content: center;
		right: 0;
		left: 0;
		padding: 0 30px;
	}
	.app-nav .menu > li.mega > .submenu > li:hover {
		background-color: transparent;
	}
	.app-nav .menu > li.mega > .submenu > li > a {
		display: flex;
		height: 100%;
		flex-direction: column;
		align-items: center;
	}
	.app-nav .menu > li.mega > .submenu > li > a .icon {
		display: flex;
		width: 80px;
		height: 80px;
		margin-bottom: 10px;
		overflow: hidden;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
	}
	.app-nav .menu > li.mega > .submenu > li > a .icon img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}
	.app-nav .menu > li.mega > .submenu > li > a .label {
		margin-top: auto;
	}
}
@media (min-width: 1500px) {
	.wcont {
		max-width: 1400px;
	}
	.site-main-header .logo-bearer {
		width: 250px;
	}
	.app-nav .menu > li + li {
		margin-right: 30px;
	}
}

@keyframes nice-drop {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

.viewport {
	padding-top: var(--viewport-top-gap);
}

.res-title {
	margin-bottom: .5rem;
	line-height: 1.2;
	font-size: calc(1.325rem + .9vw);
	font-weight: 800;
	color: var(--theme-color-solid);
}
@media (min-width: 1200px){
	.res-title {
		font-size: 2rem;
	}
}
@media (min-width: 1400px){
	.res-title {
		font-size: 2.5rem;
	}
}
.res-title.easy span {
	color: var(--theme-color-prime);
}

.screen-box {
	--scrbox-height: 100vh;
	height: var(--scrbox-height);
	min-height: var(--scrbox-height);
}
.screen-box.minus {
	--scrbox-height: calc(100vh - var(--viewport-top-gap));
}

.ovly {
	--overlay-opacity: .5;
	--overlay-rgb: 0, 0, 0;
	position: relative;
}
.ovly::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background-color: rgba(var(--overlay-rgb), var(--overlay-opacity));
	content: "";
}
.ovly.o-prime {
	--overlay-rgb: var(--theme-color-prime-rgb);
}
.ovly.o-prime-alt {
	--overlay-rgb: var(--theme-color-sec-rgb);
}
.ovly.o1 {
	--overlay-opacity: .1;
}
.ovly.o2 {
	--overlay-opacity: .2;
}
.ovly.o3 {
	--overlay-opacity: .3;
}
.ovly.o4 {
	--overlay-opacity: .4;
}
.ovly.o6 {
	--overlay-opacity: .6;
}
.ovly.o7 {
	--overlay-opacity: .7;
}
.ovly.o8 {
	--overlay-opacity: .8;
}
.ovly.o89 {
	--overlay-opacity: .9;
}

.bg-i {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.bg-i-fixed {
	background-attachment: fixed;
}
.bg-i.pos-t{background-position:50% 0}.bg-i.pos-tl{background-position:0 0}.bg-i.pos-tr{background-position:100% 0}.bg-i.pos-l{background-position:0 50%}.bg-i.pos-r{background-position:100% 50%}.bg-i.pos-b{background-position:50% 100%}.bg-i.pos-bl{background-position:0 100%}.bg-i.pos-br{background-position:100% 100%}@media (min-width:576px){.bg-i.pos-sm-t{background-position:50% 0}.bg-i.pos-sm-tl{background-position:0 0}.bg-i.pos-sm-tr{background-position:100% 0}.bg-i.pos-sm-l{background-position:0 50%}.bg-i.pos-sm-r{background-position:100% 50%}.bg-i.pos-sm-b{background-position:50% 100%}.bg-i.pos-sm-bl{background-position:0 100%}.bg-i.pos-sm-br{background-position:100% 100%}}@media (min-width:768px){.bg-i.pos-md-t{background-position:50% 0}.bg-i.pos-md-tl{background-position:0 0}.bg-i.pos-md-tr{background-position:100% 0}.bg-i.pos-md-l{background-position:0 50%}.bg-i.pos-md-r{background-position:100% 50%}.bg-i.pos-md-b{background-position:50% 100%}.bg-i.pos-md-bl{background-position:0 100%}.bg-i.pos-md-br{background-position:100% 100%}}@media (min-width:992px){.bg-i.pos-lg-t{background-position:50% 0}.bg-i.pos-lg-tl{background-position:0 0}.bg-i.pos-lg-tr{background-position:100% 0}.bg-i.pos-lg-l{background-position:0 50%}.bg-i.pos-lg-r{background-position:100% 50%}.bg-i.pos-lg-b{background-position:50% 100%}.bg-i.pos-lg-bl{background-position:0 100%}.bg-i.pos-lg-br{background-position:100% 100%}}@media (min-width:1200px){.bg-i.pos-xl-t{background-position:50% 0}.bg-i.pos-xl-tl{background-position:0 0}.bg-i.pos-xl-tr{background-position:100% 0}.bg-i.pos-xl-l{background-position:0 50%}.bg-i.pos-xl-r{background-position:100% 50%}.bg-i.pos-xl-b{background-position:50% 100%}.bg-i.pos-xl-bl{background-position:0 100%}.bg-i.pos-xl-br{background-position:100% 100%}}@media (min-width:1400px){.bg-i.pos-xxl-t{background-position:50% 0}.bg-i.pos-xxl-tl{background-position:0 0}.bg-i.pos-xxl-tr{background-position:100% 0}.bg-i.pos-xxl-l{background-position:0 50%}.bg-i.pos-xxl-r{background-position:100% 50%}.bg-i.pos-xxl-b{background-position:50% 100%}.bg-i.pos-xxl-bl{background-position:0 100%}.bg-i.pos-xxl-br{background-position:100% 100%}}
.bg-i.mh {
	background-image: url("/assets/images/default/bg-pat1.jpg");
}

.head-txt-layer {
	position: relative;
}
.head-txt-layer .breadcrumb {
	--bs-breadcrumb-item-active-color: currentColor;
	--bs-breadcrumb-divider-color: currentColor;
	margin-bottom: 0;
}

.pagination.theme {
	--bs-pagination-color: var(--theme-txt-color);
	--bs-pagination-hover-color: var(--theme-txt-color);
	--bs-pagination-focus-color: var(--theme-txt-color);
	--bs-pagination-active-color: var(--theme-txt-color);
	--bs-pagination-border-radius: .5rem;
	--bs-pagination-padding-x: 1rem;
	--bs-pagination-padding-y: .5rem;
	gap: .5rem;
}
.pagination.theme .page-item .page-link {
	border-radius: var(--bs-pagination-border-radius);
}
.pagination.theme .page-link {
	background-color: #eee;
	border: 0;
}
.pagination.theme .page-link:focus {
	box-shadow: none;
}
.pagination.theme .page-link.active,
.pagination.theme .page-link:hover {
	background-color: var(--theme-color-prime);
}

.accordion.theme {
	--bs-accordion-color: var(--theme-txt-color);
	--bs-accordion-bg: #f1feef;
	--bs-accordion-border-radius: 10px;
	--bs-accordion-inner-border-radius: 10px;
	--bs-accordion-btn-color: var(--theme-color-prime);
	--bs-accordion-btn-bg: var(--theme-color-sec);
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230b3d4c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c9fa00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-focus-border-color: var(--bs-border-color);
	--bs-accordion-btn-focus-box-shadow: none;
	--bs-accordion-active-color: var(--theme-color-sec);
	--bs-accordion-active-bg: var(--theme-color-prime);
}
.accordion.nobg {
	--bs-accordion-bg: transparent;
	--bs-accordion-active-bg: transparent;
}
.accordion.noxguts {
	--bs-accordion-btn-padding-x: 0;
}
.accordion.theme.pluses {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%230b3d4c' d='M14,7.5H8.5V2c0-0.276-0.224-0.5-0.5-0.5S7.5,1.724,7.5,2v5.5H2C1.724,7.5,1.5,7.724,1.5,8S1.724,8.5,2,8.5h5.5V14c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5V8.5H14c0.276,0,0.5-0.224,0.5-0.5S14.276,7.5,14,7.5z'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23c9fa00' d='M1.5,8c0-0.276,0.224-0.5,0.5-0.5h12c0.276,0,0.5,0.224,0.5,0.5S14.276,8.5,14,8.5H2C1.724,8.5,1.5,8.276,1.5,8z'/%3e%3c/svg%3e");
	--bs-accordion-btn-icon-transform: none;
}
.accordion.theme .accordion-item {
	border: 0;
}
.accordion.theme .accordion-item + .accordion-item {
	margin-top: 20px;
	border-top: 0;
}
.accordion.theme.pluses .accordion-bgbutton {
	font-size: 18px;
	font-weight: 700;
	color: var(--theme-color-prime);
}
.accordion.theme.pluses .accordion-button::after {
	background-size: 20px 20px;
	background-position: 50%;
}

.checklist {
	--thm-cl-chk-color: currentColor;
	--thm-cl-bg-color: var(--theme-color-prime);
	--thm-cl-check-dim: 1.5em;
	padding: 0;
	list-style: outside none;
	line-height: 1.5em;
}
.checklist.theme {
	--thm-cl-chk-color: var(--theme-color-prime);
}
.checklist.theme-alt {
	--thm-cl-chk-color: var(--theme-color-sec);
}
.checklist > li {
	position: relative;
	padding-right: 1.2em;
	line-height: inherit;
}
.checklist > li::before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	color: var(--thm-cl-chk-color);
	content: "\f00c"
}
.checklist.round {
	--thm-cl-chk-color: var(--theme-color-sec);
	line-height: calc(1.25 * var(--thm-cl-check-dim));
}
.checklist.round > li {
	padding-right: calc(1.25 * var(--thm-cl-check-dim));
}
.checklist.round > li::before {
	width: var(--thm-cl-check-dim);
	text-align: center;
}
.checklist.round > li::after {
	position: absolute;
	top: calc(.125 * var(--thm-cl-check-dim));
	right: 0;
	width: var(--thm-cl-check-dim);
	height: var(--thm-cl-check-dim);
	z-index: 0;
	background-color: var(--thm-cl-bg-color);
	border-radius: 50%;
	content: "";
}
.checklist.round.inv {
	--thm-cl-chk-color: var(--theme-color-prime);
	--thm-cl-bg-color: var(--theme-color-sec);
}

.container-nsa {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}
.container-wide {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.mono-wide {
	width: 100%;
	max-width: calc(100% - 15px);
	margin-right: 0;
	margin-left: auto;
	padding-left: 15px;
}
.mono-wide.right {
	margin-right: auto;
	margin-left: 0;
	padding-right: 15px;
	padding-left: 0;
}
@media (min-width: 576px){
	.container-nsa {
		max-width: 540px;
	}
	.container-wide {
		width: 576px;
	}
	.mono-wide {
		max-width: calc(50% + 288px);
	}
	.container.semi-left {
		margin-right: 0;
	}
	.container.semi-right {
		margin-left: 0;
	}
	.container.semi-left,
	.container.semi-right {
		max-width: calc(50% + 270px);
	}
}
@media (min-width: 768px){
	.container-nsa {
		max-width: 720px;
	}
	.container-wide {
		width: 738px;
	}
	.mono-wide {
		max-width: calc(50% + 369px);
	}
	.container.semi-left,
	.container.semi-right {
		max-width: calc(50% + 360px);
	}
}
@media (min-width: 992px){
	.container-nsa {
		max-width: 960px;
	}
	.container-wide {
		width: 962px;
	}
	.mono-wide, .container-wide.tipend {
		max-width: calc(50% + 481px);
	}
	.container-wide.tipend {
		margin-right: 0;
		padding-right: 0;
	}
	.container.semi-left,
	.container.semi-right {
		max-width: calc(50% + 480px);
	}
}
@media (min-width: 1200px){
	.container-nsa {
		max-width: 1140px;
	}
	.container-wide {
		width: 95%;
	}
	.mono-wide, .container-wide.tipend {
		max-width: 97.5%;
	}
	.container.semi-left,
	.container.semi-right {
		max-width: calc(50% + 570px);
	}
}
@media (min-width: 1400px){
	.container-nsa {
		max-width: 1320px;
	}
	.container.semi-left,
	.container.semi-right {
		max-width: calc(50% + 660px);
	}
}
@media (min-width: 1600px){
	.container-nsa {
		max-width: 1544px;
	}
}
@media (min-width: 1750px){
	.container-wide {
		width: 1750px;
	}
	.mono-wide, .container-wide.tipend {
		max-width: calc(50% + 875px);
	}
}
@media (min-width: 2000px){
	.w2k {
		max-width: 2000px;
		margin-right: auto;
		margin-left: auto;
	}
}

.drop-shadow {
	box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.hp-main-slider {
	--hp-slider-min-height: 100vh;
}
.screen-box.minus .hp-main-slider {
	--hp-slider-min-height: calc(100vh - var(--viewport-top-gap));
}
.hp-main-slider .item {
	position: relative;
	display: flex;
	background-color: var(--theme-color-pale);
	height: var(--hp-slider-min-height);
	min-height: var(--hp-slider-min-height);
}
.hp-main-slider .item .img-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.hp-main-slider .item .txt-base {
	position: relative;
	display: flex;
	min-height: var(--hp-slider-min-height);
	z-index: 1;
}
.hp-main-slider .item .content-layer {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: var(--hp-slider-min-height);
	overflow: hidden;
	color: var(--theme-txt-color);
	z-index: 1;
	justify-content: center;
	align-items: center;
}
.hp-main-slider .content-layer .heading {
	font-size: 34px;
}
.hp-main-slider .item .content-layer img {
	display: inline-block;
	width: auto;
}
.hp-main-slider .item .hotspot {
	z-index: 8;
}
@media (min-width: 576px){
	.hp-main-slider .content-layer .heading {
		font-size: 40px;
	}
}
@media (min-width: 768px){
	.hp-main-slider .content-layer .heading {
		font-size: 58px;
	}
}
@media (min-width: 1300px){
	.hp-main-slider .content-layer .heading {
		font-size: 64px;
	}
}

.owl-nsa {
	--dot-color: var(--theme-color-prime);
	--nav-bottom: 10px;
}
.owl-nsa .owl-dots {
	display: flex;
	position: absolute;
	left: 0;
	bottom: var(--nav-bottom);
	width: 100%;
	margin: 0;
	z-index: 10;
	justify-content: center;
	pointer-events: none;
}
.owl-nsa.dot-alt {
	--dot-color: var(--theme-color-sec);
}
.owl-nsa.pushout {
	--nav-bottom: -30px;
}
.owl-nsa .owl-dots .owl-dot {
	pointer-events: all;
}
.owl-nsa .owl-dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 6px 8px;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid var(--dot-color);
	transition: background-color .2s ease, opacity .2s ease;
}
.owl-nsa .owl-dots .owl-dot.active span,
.owl-nsa .owl-dots .owl-dot:hover span {
	background-color: var(--dot-color);
}

.owl-carousel.owl-nsa {
	--owl-nav-dim: 32px;
	--owl-nav-off: 15px;
}
.owl-carousel.owl-nsa.pushout {
	--owl-nav-off: -10px;
}
.owl-carousel.owl-nsa .owl-nav .owl-prev,
.owl-carousel.owl-nsa .owl-nav .owl-next {
	display: flex;
	position: absolute;
	top: calc(50% - calc(var(--owl-nav-dim) / 2));
	width: var(--owl-nav-dim);
	height: var(--owl-nav-dim);
	justify-content: center;
	align-items: center;
	background-color: var(--theme-color-mark);
	border-radius: 50%;
}
.owl-carousel.owl-nsa .owl-nav .owl-prev,
.owl-carousel.owl-nsa.owl-rtl .owl-nav .owl-next {
	right: var(--owl-nav-off);
	left: auto;
}
.owl-carousel.owl-nsa .owl-nav .owl-next,
.owl-carousel.owl-nsa.owl-rtl .owl-nav .owl-prev {
	left: var(--owl-nav-off);
	right: auto;
}
.owl-carousel.owl-nsa .owl-nav .owl-prev > span,
.owl-carousel.owl-nsa .owl-nav .owl-next > span {
	display: none;
}
.owl-carousel.owl-nsa .owl-nav .owl-prev::after,
.owl-carousel.owl-nsa .owl-nav .owl-next::after {
	width: 50%;
	height: 50%;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='%23284923'%3e%3cpolygon points='30,14.5 1.87921,14.5 14.68964,1.68958 14,1 0,15 14,29 14.68964,28.31036 1.87921,15.5 30,15.5'/%3e%3c/svg%3e") scroll 50% 50% no-repeat;
	content: "";
}
.owl-carousel.owl-nsa .owl-nav .owl-prev::after,
.owl-carousel.owl-nsa.owl-rtl .owl-nav .owl-next::after {
	transform: scaleX(-1);
}
.owl-carousel.owl-nsa.owl-rtl .owl-nav .owl-prev::after {
	transform: none;
}
@media (min-width: 576px){
	.owl-carousel.owl-nsa.pushout {
		--owl-nav-off: -20px;
	}
}
@media (min-width: 992px){
	.owl-carousel.owl-nsa {
		--owl-nav-dim: 42px;
	}
}
@media (min-width: 1600px){
	.owl-carousel.owl-nsa {
		--owl-nav-dim: 60px;
		--owl-nav-off: 30px;
	}
}

.cslot {
	position: relative;
	overflow: hidden;
}
.cslot.plain {
	overflow: visible;
}
.cslot .ani {
	display: inline-block;
	transform: translateY(100%);
	transition: transform 1s ease;
}
.cslot .ani-pop {
	opacity: 0;
	transform: scale(.2);
	transition: transform .4s cubic-bezier(.68,-0.55,.27,1.55), opacity .3s ease;
}
.cslot .ani-appear {
	display: inline-block;
	opacity: 0;
	transition: opacity 1s ease;
}
.owl-item.active .cslot .ani {
	transform: translate(0);
}
.owl-item.active .cslot .ani-pop {
	opacity: 1;
	transform: scale(1);
}
.owl-item.active .cslot .ani-appear {
	opacity: 1;
}
.cslot.run .ani, .cslot.animate__animated .ani,
.owl-item.active .cslot .ani {
	transform: translate(0);
}
.cslot.run .ani-pop, .cslot.animate__animated .ani-pop,
.owl-item.active .cslot .ani-pop {
	opacity: 1;
	transform: scale(1);
}
.cslot.run .ani-appear, .cslot.animate__animated .ani-appear,
.owl-item.active .cslot .ani-appear {
	opacity: 1;
}
.cslot .d1{transition-delay:.1s}.cslot .d2{transition-delay:.2s}.cslot .d3{transition-delay:.3s}.cslot .d4{transition-delay:.4s}.cslot .d5, .cslot .dh1{transition-delay:.5s}.cslot .d6{transition-delay:.6s}.cslot .d7{transition-delay:.7s}.cslot .d8{transition-delay:.8s}.cslot .d9{transition-delay:.9s}.cslot .d10, .cslot .dh2{transition-delay:1s}.cslot .dh3{transition-delay:1.5s}.cslot .dh4{transition-delay:2s}.cslot .dh5{transition-delay:2.5s}

.csl-item-view .heading {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 500;
}
.csl-item-view .price {
	margin: 0;
	font-size: 18px;
}
.csl-item-view .price .orig {
	font-size: 90%;
	font-weight: 300;
	color: #666;
	text-decoration: line-through;
}
@media (min-width: 992px){
	.csl-item-view .heading {
		font-size: 22px;
	}
	.csl-item-view .price {
		font-size: 20px;
	}
}
@media (min-width: 1400px){
	.csl-item-view .heading {
		font-size: 24px;
	}
}

.hotspot {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.media-bullet {
	display: flex;
	padding: 1.5rem;
	align-items: center;
	background-color: #fff;
	border: 1px solid var(--theme-color-gray);
	border-radius: 1rem;
}
.media-bullet .bullet {
	display: flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	background-color: var(--theme-color-prime);
	color: #fff;
	border-radius: 50px;
}
@media (min-width: 992px){
	.media-bullet .bullet {
		width: 64px;
		height: 64px;
	}
}
@media (min-width: 1200px){
	.media-bullet .bullet {
		width: 70px;
		height: 70px;
	}
}

.master-vid-pos {
	position: absolute;
	bottom: 1.5rem;
	right: 1rem;
	z-index: 60;
}

.scroll-top {
	visibility: hidden;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 45px;
	height: 50px;
	width: 50px;
	z-index: 999;
	opacity: 0;
	border-radius: 50px;
	cursor: pointer;
	transform: translateY(25px);
	transition: opacity .3s ease, visibility .3s linear, transform .3s ease;
}
.scroll-top::after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	z-index: 1;
	text-align: center;
	line-height: 50px;
	font-family: "Font Awesome 7 Free";
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	border: 2px solid var(--theme-color-solid);
	border-radius: 50%;
	box-shadow: none;
	content: "\f077";
}
.scroll-top svg {
	color: var(--theme-color-solid);
	border-radius: 50%;
	background-color: var(--theme-color-solid);
}
.scroll-top svg path {
	fill: none;
}
.scroll-top .progress-circle path {
	stroke: #fff;
	stroke-width: 15px;
	box-sizing: border-box;
}
.scroll-top.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.social-list {

}

.footer-bottom {
	--bs-border-color: rgba(255, 255, 255, .5);
}

.with-loader {
	position: relative;
}
.with-loader.busy::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: var(--theme-color-prime);
	z-index: 10;
	transform-origin: 100% 0;
	animation: underswipe 1s linear infinite;
	content: "";
}
@keyframes underswipe {
	0% {
		transform: translateX(0) scaleX(0);
	}
	50% {
		transform: translateX(0) scaleX(1);
	}
	100% {
		transform: translateX(-100%) scaleX(0);
	}
}

.xcontent-modal ul {
	padding-right: 2rem;
	list-style: outside disc;
}
.xcontent-modal ul li {
	list-style-type: disc;
	line-height: 1.4;
}

.fixed-cookies-notice {
	display: none;
	position: fixed;
	direction: rtl;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 15px 5px 60px;
	z-index: 1035;
	background-color: #305ca5;
	line-height: 1.4;
	font-size: 12px;
	color: #fff;
	border-top: 1px solid #fff
}
@media (min-width: 480px){
	.fixed-cookies-notice {
		padding-left: 100px;
	}
}
@media (min-width: 1200px){
	.fixed-cookies-notice {
		padding-left: 200px;
	}
}

.fixed-cookies-notice a {
	font-size: 14px;
	color: #fff;
	text-decoration: underline
}

.show-cookies-notice .fixed-cookies-notice {
	display: block
}

.fixed-cookies-notice .btn-solid {
	margin-right: 5px;
	padding: 5px 10px;
	background-color: #fff;
	color: #305ca5;
	font-weight: 500;
	border: 0;
	border-radius: 0
}

.show-cookies-notice .c-butt {
	padding-bottom: 40px;
}

/*body.show-cookies-notice.trigger-position-right #enable-toolbar-trigger .keyboard-shorcut {
	top: -15px !important;
	right: 0;
}*/
