
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-regular, .fa-solid, .fab, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before {
	content: var(--fa);
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
	font-family: "Font Awesome 6 Free";
}

.fa-brands, .fab {
	font-family: "Font Awesome 6 Brands";
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-2xs {
	font-size: .625em;
	line-height: .1em;
	vertical-align: .225em;
}

.fa-xs {
	font-size: .75em;
	line-height: .08333em;
	vertical-align: .125em;
}

.fa-sm {
	font-size: .875em;
	line-height: .07143em;
	vertical-align: .05357em;
}

.fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em;
}

.fa-xl {
	font-size: 1.5em;
	line-height: .04167em;
	vertical-align: -.125em;
}

.fa-2xl {
	font-size: 2em;
	line-height: .03125em;
	vertical-align: -.1875em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: var(--fa-li-margin, 2.5em);
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: calc(var(--fa-li-width, 2em) * -1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit;
}

.fa-border {
	border-radius: var(--fa-border-radius, .1em);
	border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
	padding: var(--fa-border-padding, .2em .25em .15em);
}

.fa-pull-left {
	float: left;
	margin-right: var(--fa-pull-margin, .3em);
}

.fa-pull-right {
	float: right;
	margin-left: var(--fa-pull-margin, .3em);
}

.fa-beat {
	animation-name: fa-beat;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
	animation-name: fa-bounce;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
}

.fa-fade {
	animation-name: fa-fade;
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-beat-fade, .fa-fade {
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
	animation-name: fa-beat-fade;
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-flip {
	animation-name: fa-flip;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
	animation-name: fa-shake;
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake, .fa-spin {
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
	animation-name: fa-spin;
	animation-duration: var(--fa-animation-duration, 2s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
	--fa-animation-direction: reverse;
}

.fa-pulse, .fa-spin-pulse {
	animation-name: fa-spin;
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion:reduce) {
	.fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
		animation-delay: -1ms;
		animation-duration: 1ms;
		animation-iteration-count: 1;
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

@keyframes fa-beat {
	0%, 90% {
		transform: scale(1);
	}
	
	45% {
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@keyframes fa-bounce {
	0% {
		transform: scale(1) translateY(0);
	}
	
	10% {
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
	}
	
	30% {
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		transform: scale(1) translateY(0);
	}
	
	to {
		transform: scale(1) translateY(0);
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@keyframes fa-beat-fade {
	0%, to {
		opacity: var(--fa-beat-fade-opacity, .4);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@keyframes fa-flip {
	50% {
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@keyframes fa-shake {
	0% {
		transform: rotate(-15deg);
	}
	
	4% {
		transform: rotate(15deg);
	}
	
	8%, 24% {
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		transform: rotate(18deg);
	}
	
	16% {
		transform: rotate(-22deg);
	}
	
	20% {
		transform: rotate(22deg);
	}
	
	32% {
		transform: rotate(-12deg);
	}
	
	36% {
		transform: rotate(12deg);
	}
	
	40%, to {
		transform: rotate(0deg);
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	transform: rotate(90deg);
}

.fa-rotate-180 {
	transform: rotate(180deg);
}

.fa-rotate-270 {
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	transform: scaleX(-1);
}

.fa-flip-vertical {
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1);
}

.fa-rotate-by {
	transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: var(--fa-inverse, #fff);
}

.fa-0 {
	--fa: "0";
}

.fa-1 {
	--fa: "1";
}

.fa-2 {
	--fa: "2";
}

.fa-3 {
	--fa: "3";
}

.fa-4 {
	--fa: "4";
}

.fa-5 {
	--fa: "5";
}

.fa-6 {
	--fa: "6";
}

.fa-7 {
	--fa: "7";
}

.fa-8 {
	--fa: "8";
}

.fa-9 {
	--fa: "9";
}

.fa-fill-drip {
	--fa: "";
}

.fa-arrows-to-circle {
	--fa: "";
}

.fa-chevron-circle-right, .fa-circle-chevron-right {
	--fa: "";
}

.fa-at {
	--fa: "@";
}

.fa-trash-alt, .fa-trash-can {
	--fa: "";
}

.fa-text-height {
	--fa: "";
}

.fa-user-times, .fa-user-xmark {
	--fa: "";
}

.fa-stethoscope {
	--fa: "";
}

.fa-comment-alt, .fa-message {
	--fa: "";
}

.fa-info {
	--fa: "";
}

.fa-compress-alt, .fa-down-left-and-up-right-to-center {
	--fa: "";
}

.fa-explosion {
	--fa: "";
}

.fa-file-alt, .fa-file-lines, .fa-file-text {
	--fa: "";
}

.fa-wave-square {
	--fa: "";
}

.fa-ring {
	--fa: "";
}

.fa-building-un {
	--fa: "";
}

.fa-dice-three {
	--fa: "";
}

.fa-calendar-alt, .fa-calendar-days {
	--fa: "";
}

.fa-anchor-circle-check {
	--fa: "";
}

.fa-building-circle-arrow-right {
	--fa: "";
}

.fa-volleyball, .fa-volleyball-ball {
	--fa: "";
}

.fa-arrows-up-to-line {
	--fa: "";
}

.fa-sort-desc, .fa-sort-down {
	--fa: "";
}

.fa-circle-minus, .fa-minus-circle {
	--fa: "";
}

.fa-door-open {
	--fa: "";
}

.fa-right-from-bracket, .fa-sign-out-alt {
	--fa: "";
}

.fa-atom {
	--fa: "";
}

.fa-soap {
	--fa: "";
}

.fa-heart-music-camera-bolt, .fa-icons {
	--fa: "";
}

.fa-microphone-alt-slash, .fa-microphone-lines-slash {
	--fa: "";
}

.fa-bridge-circle-check {
	--fa: "";
}

.fa-pump-medical {
	--fa: "";
}

.fa-fingerprint {
	--fa: "";
}

.fa-hand-point-right {
	--fa: "";
}

.fa-magnifying-glass-location, .fa-search-location {
	--fa: "";
}

.fa-forward-step, .fa-step-forward {
	--fa: "";
}

.fa-face-smile-beam, .fa-smile-beam {
	--fa: "";
}

.fa-flag-checkered {
	--fa: "";
}

.fa-football, .fa-football-ball {
	--fa: "";
}

.fa-school-circle-exclamation {
	--fa: "";
}

.fa-crop {
	--fa: "";
}

.fa-angle-double-down, .fa-angles-down {
	--fa: "";
}

.fa-users-rectangle {
	--fa: "";
}

.fa-people-roof {
	--fa: "";
}

.fa-people-line {
	--fa: "";
}

.fa-beer, .fa-beer-mug-empty {
	--fa: "";
}

.fa-diagram-predecessor {
	--fa: "";
}

.fa-arrow-up-long, .fa-long-arrow-up {
	--fa: "";
}

.fa-burn, .fa-fire-flame-simple {
	--fa: "";
}

.fa-male, .fa-person {
	--fa: "";
}

.fa-laptop {
	--fa: "";
}

.fa-file-csv {
	--fa: "";
}

.fa-menorah {
	--fa: "";
}

.fa-truck-plane {
	--fa: "";
}

.fa-record-vinyl {
	--fa: "";
}

.fa-face-grin-stars, .fa-grin-stars {
	--fa: "";
}

.fa-bong {
	--fa: "";
}

.fa-pastafarianism, .fa-spaghetti-monster-flying {
	--fa: "";
}

.fa-arrow-down-up-across-line {
	--fa: "";
}

.fa-spoon, .fa-utensil-spoon {
	--fa: "";
}

.fa-jar-wheat {
	--fa: "";
}

.fa-envelopes-bulk, .fa-mail-bulk {
	--fa: "";
}

.fa-file-circle-exclamation {
	--fa: "";
}

.fa-circle-h, .fa-hospital-symbol {
	--fa: "";
}

.fa-pager {
	--fa: "";
}

.fa-address-book, .fa-contact-book {
	--fa: "";
}

.fa-strikethrough {
	--fa: "";
}

.fa-k {
	--fa: "K";
}

.fa-landmark-flag {
	--fa: "";
}

.fa-pencil, .fa-pencil-alt {
	--fa: "";
}

.fa-backward {
	--fa: "";
}

.fa-caret-right {
	--fa: "";
}

.fa-comments {
	--fa: "";
}

.fa-file-clipboard, .fa-paste {
	--fa: "";
}

.fa-code-pull-request {
	--fa: "";
}

.fa-clipboard-list {
	--fa: "";
}

.fa-truck-loading, .fa-truck-ramp-box {
	--fa: "";
}

.fa-user-check {
	--fa: "";
}

.fa-vial-virus {
	--fa: "";
}

.fa-sheet-plastic {
	--fa: "";
}

.fa-blog {
	--fa: "";
}

.fa-user-ninja {
	--fa: "";
}

.fa-person-arrow-up-from-line {
	--fa: "";
}

.fa-scroll-torah, .fa-torah {
	--fa: "";
}

.fa-broom-ball, .fa-quidditch, .fa-quidditch-broom-ball {
	--fa: "";
}

.fa-toggle-off {
	--fa: "";
}

.fa-archive, .fa-box-archive {
	--fa: "";
}

.fa-person-drowning {
	--fa: "";
}

.fa-arrow-down-9-1, .fa-sort-numeric-desc, .fa-sort-numeric-down-alt {
	--fa: "";
}

.fa-face-grin-tongue-squint, .fa-grin-tongue-squint {
	--fa: "";
}

.fa-spray-can {
	--fa: "";
}

.fa-truck-monster {
	--fa: "";
}

.fa-w {
	--fa: "W";
}

.fa-earth-africa, .fa-globe-africa {
	--fa: "";
}

.fa-rainbow {
	--fa: "";
}

.fa-circle-notch {
	--fa: "";
}

.fa-tablet-alt, .fa-tablet-screen-button {
	--fa: "";
}

.fa-paw {
	--fa: "";
}

.fa-cloud {
	--fa: "";
}

.fa-trowel-bricks {
	--fa: "";
}

.fa-face-flushed, .fa-flushed {
	--fa: "";
}

.fa-hospital-user {
	--fa: "";
}

.fa-tent-arrow-left-right {
	--fa: "";
}

.fa-gavel, .fa-legal {
	--fa: "";
}

.fa-binoculars {
	--fa: "";
}

.fa-microphone-slash {
	--fa: "";
}

.fa-box-tissue {
	--fa: "";
}

.fa-motorcycle {
	--fa: "";
}

.fa-bell-concierge, .fa-concierge-bell {
	--fa: "";
}

.fa-pen-ruler, .fa-pencil-ruler {
	--fa: "";
}

.fa-people-arrows, .fa-people-arrows-left-right {
	--fa: "";
}

.fa-mars-and-venus-burst {
	--fa: "";
}

.fa-caret-square-right, .fa-square-caret-right {
	--fa: "";
}

.fa-cut, .fa-scissors {
	--fa: "";
}

.fa-sun-plant-wilt {
	--fa: "";
}

.fa-toilets-portable {
	--fa: "";
}

.fa-hockey-puck {
	--fa: "";
}

.fa-table {
	--fa: "";
}

.fa-magnifying-glass-arrow-right {
	--fa: "";
}

.fa-digital-tachograph, .fa-tachograph-digital {
	--fa: "";
}

.fa-users-slash {
	--fa: "";
}

.fa-clover {
	--fa: "";
}

.fa-mail-reply, .fa-reply {
	--fa: "";
}

.fa-star-and-crescent {
	--fa: "";
}

.fa-house-fire {
	--fa: "";
}

.fa-minus-square, .fa-square-minus {
	--fa: "";
}

.fa-helicopter {
	--fa: "";
}

.fa-compass {
	--fa: "";
}

.fa-caret-square-down, .fa-square-caret-down {
	--fa: "";
}

.fa-file-circle-question {
	--fa: "";
}

.fa-laptop-code {
	--fa: "";
}

.fa-swatchbook {
	--fa: "";
}

.fa-prescription-bottle {
	--fa: "";
}

.fa-bars, .fa-navicon {
	--fa: "";
}

.fa-people-group {
	--fa: "";
}

.fa-hourglass-3, .fa-hourglass-end {
	--fa: "";
}

.fa-heart-broken, .fa-heart-crack {
	--fa: "";
}

.fa-external-link-square-alt, .fa-square-up-right {
	--fa: "";
}

.fa-face-kiss-beam, .fa-kiss-beam {
	--fa: "";
}

.fa-film {
	--fa: "";
}

.fa-ruler-horizontal {
	--fa: "";
}

.fa-people-robbery {
	--fa: "";
}

.fa-lightbulb {
	--fa: "";
}

.fa-caret-left {
	--fa: "";
}

.fa-circle-exclamation, .fa-exclamation-circle {
	--fa: "";
}

.fa-school-circle-xmark {
	--fa: "";
}

.fa-arrow-right-from-bracket, .fa-sign-out {
	--fa: "";
}

.fa-chevron-circle-down, .fa-circle-chevron-down {
	--fa: "";
}

.fa-unlock-alt, .fa-unlock-keyhole {
	--fa: "";
}

.fa-cloud-showers-heavy {
	--fa: "";
}

.fa-headphones-alt, .fa-headphones-simple {
	--fa: "";
}

.fa-sitemap {
	--fa: "";
}

.fa-circle-dollar-to-slot, .fa-donate {
	--fa: "";
}

.fa-memory {
	--fa: "";
}

.fa-road-spikes {
	--fa: "";
}

.fa-fire-burner {
	--fa: "";
}

.fa-flag {
	--fa: "";
}

.fa-hanukiah {
	--fa: "";
}

.fa-feather {
	--fa: "";
}

.fa-volume-down, .fa-volume-low {
	--fa: "";
}

.fa-comment-slash {
	--fa: "";
}

.fa-cloud-sun-rain {
	--fa: "";
}

.fa-compress {
	--fa: "";
}

.fa-wheat-alt, .fa-wheat-awn {
	--fa: "";
}

.fa-ankh {
	--fa: "";
}

.fa-hands-holding-child {
	--fa: "";
}

.fa-asterisk {
	--fa: "*";
}

.fa-check-square, .fa-square-check {
	--fa: "";
}

.fa-peseta-sign {
	--fa: "";
}

.fa-header, .fa-heading {
	--fa: "";
}

.fa-ghost {
	--fa: "";
}

.fa-list, .fa-list-squares {
	--fa: "";
}

.fa-phone-square-alt, .fa-square-phone-flip {
	--fa: "";
}

.fa-cart-plus {
	--fa: "";
}

.fa-gamepad {
	--fa: "";
}

.fa-circle-dot, .fa-dot-circle {
	--fa: "";
}

.fa-dizzy, .fa-face-dizzy {
	--fa: "";
}

.fa-egg {
	--fa: "";
}

.fa-house-medical-circle-xmark {
	--fa: "";
}

.fa-campground {
	--fa: "";
}

.fa-folder-plus {
	--fa: "";
}

.fa-futbol, .fa-futbol-ball, .fa-soccer-ball {
	--fa: "";
}

.fa-paint-brush, .fa-paintbrush {
	--fa: "";
}

.fa-lock {
	--fa: "";
}

.fa-gas-pump {
	--fa: "";
}

.fa-hot-tub, .fa-hot-tub-person {
	--fa: "";
}

.fa-map-location, .fa-map-marked {
	--fa: "";
}

.fa-house-flood-water {
	--fa: "";
}

.fa-tree {
	--fa: "";
}

.fa-bridge-lock {
	--fa: "";
}

.fa-sack-dollar {
	--fa: "";
}

.fa-edit, .fa-pen-to-square {
	--fa: "";
}

.fa-car-side {
	--fa: "";
}

.fa-share-alt, .fa-share-nodes {
	--fa: "";
}

.fa-heart-circle-minus {
	--fa: "";
}

.fa-hourglass-2, .fa-hourglass-half {
	--fa: "";
}

.fa-microscope {
	--fa: "";
}

.fa-sink {
	--fa: "";
}

.fa-bag-shopping, .fa-shopping-bag {
	--fa: "";
}

.fa-arrow-down-z-a, .fa-sort-alpha-desc, .fa-sort-alpha-down-alt {
	--fa: "";
}

.fa-mitten {
	--fa: "";
}

.fa-person-rays {
	--fa: "";
}

.fa-users {
	--fa: "";
}

.fa-eye-slash {
	--fa: "";
}

.fa-flask-vial {
	--fa: "";
}

.fa-hand, .fa-hand-paper {
	--fa: "";
}

.fa-om {
	--fa: "";
}

.fa-worm {
	--fa: "";
}

.fa-house-circle-xmark {
	--fa: "";
}

.fa-plug {
	--fa: "";
}

.fa-chevron-up {
	--fa: "";
}

.fa-hand-spock {
	--fa: "";
}

.fa-stopwatch {
	--fa: "";
}

.fa-face-kiss, .fa-kiss {
	--fa: "";
}

.fa-bridge-circle-xmark {
	--fa: "";
}

.fa-face-grin-tongue, .fa-grin-tongue {
	--fa: "";
}

.fa-chess-bishop {
	--fa: "";
}

.fa-face-grin-wink, .fa-grin-wink {
	--fa: "";
}

.fa-deaf, .fa-deafness, .fa-ear-deaf, .fa-hard-of-hearing {
	--fa: "";
}

.fa-road-circle-check {
	--fa: "";
}

.fa-dice-five {
	--fa: "";
}

.fa-rss-square, .fa-square-rss {
	--fa: "";
}

.fa-land-mine-on {
	--fa: "";
}

.fa-i-cursor {
	--fa: "";
}

.fa-stamp {
	--fa: "";
}

.fa-stairs {
	--fa: "";
}

.fa-i {
	--fa: "I";
}

.fa-hryvnia, .fa-hryvnia-sign {
	--fa: "";
}

.fa-pills {
	--fa: "";
}

.fa-face-grin-wide, .fa-grin-alt {
	--fa: "";
}

.fa-tooth {
	--fa: "";
}

.fa-v {
	--fa: "V";
}

.fa-bangladeshi-taka-sign {
	--fa: "";
}

.fa-bicycle {
	--fa: "";
}

.fa-rod-asclepius, .fa-rod-snake, .fa-staff-aesculapius, .fa-staff-snake {
	--fa: "";
}

.fa-head-side-cough-slash {
	--fa: "";
}

.fa-ambulance, .fa-truck-medical {
	--fa: "";
}

.fa-wheat-awn-circle-exclamation {
	--fa: "";
}

.fa-snowman {
	--fa: "";
}

.fa-mortar-pestle {
	--fa: "";
}

.fa-road-barrier {
	--fa: "";
}

.fa-school {
	--fa: "";
}

.fa-igloo {
	--fa: "";
}

.fa-joint {
	--fa: "";
}

.fa-angle-right {
	--fa: "";
}

.fa-horse {
	--fa: "";
}

.fa-q {
	--fa: "Q";
}

.fa-g {
	--fa: "G";
}

.fa-notes-medical {
	--fa: "";
}

.fa-temperature-2, .fa-temperature-half, .fa-thermometer-2, .fa-thermometer-half {
	--fa: "";
}

.fa-dong-sign {
	--fa: "";
}

.fa-capsules {
	--fa: "";
}

.fa-poo-bolt, .fa-poo-storm {
	--fa: "";
}

.fa-face-frown-open, .fa-frown-open {
	--fa: "";
}

.fa-hand-point-up {
	--fa: "";
}

.fa-money-bill {
	--fa: "";
}

.fa-bookmark {
	--fa: "";
}

.fa-align-justify {
	--fa: "";
}

.fa-umbrella-beach {
	--fa: "";
}

.fa-helmet-un {
	--fa: "";
}

.fa-bullseye {
	--fa: "";
}

.fa-bacon {
	--fa: "";
}

.fa-hand-point-down {
	--fa: "";
}

.fa-arrow-up-from-bracket {
	--fa: "";
}

.fa-folder, .fa-folder-blank {
	--fa: "";
}

.fa-file-medical-alt, .fa-file-waveform {
	--fa: "";
}

.fa-radiation {
	--fa: "";
}

.fa-chart-simple {
	--fa: "";
}

.fa-mars-stroke {
	--fa: "";
}

.fa-vial {
	--fa: "";
}

.fa-dashboard, .fa-gauge, .fa-gauge-med, .fa-tachometer-alt-average {
	--fa: "";
}

.fa-magic-wand-sparkles, .fa-wand-magic-sparkles {
	--fa: "";
}

.fa-e {
	--fa: "E";
}

.fa-pen-alt, .fa-pen-clip {
	--fa: "";
}

.fa-bridge-circle-exclamation {
	--fa: "";
}

.fa-user {
	--fa: "";
}

.fa-school-circle-check {
	--fa: "";
}

.fa-dumpster {
	--fa: "";
}

.fa-shuttle-van, .fa-van-shuttle {
	--fa: "";
}

.fa-building-user {
	--fa: "";
}

.fa-caret-square-left, .fa-square-caret-left {
	--fa: "";
}

.fa-highlighter {
	--fa: "";
}

.fa-key {
	--fa: "";
}

.fa-bullhorn {
	--fa: "";
}

.fa-globe {
	--fa: "";
}

.fa-synagogue {
	--fa: "";
}

.fa-person-half-dress {
	--fa: "";
}

.fa-road-bridge {
	--fa: "";
}

.fa-location-arrow {
	--fa: "";
}

.fa-c {
	--fa: "C";
}

.fa-tablet-button {
	--fa: "";
}

.fa-building-lock {
	--fa: "";
}

.fa-pizza-slice {
	--fa: "";
}

.fa-money-bill-wave {
	--fa: "";
}

.fa-area-chart, .fa-chart-area {
	--fa: "";
}

.fa-house-flag {
	--fa: "";
}

.fa-person-circle-minus {
	--fa: "";
}

.fa-ban, .fa-cancel {
	--fa: "";
}

.fa-camera-rotate {
	--fa: "";
}

.fa-air-freshener, .fa-spray-can-sparkles {
	--fa: "";
}

.fa-star {
	--fa: "";
}

.fa-repeat {
	--fa: "";
}

.fa-cross {
	--fa: "";
}

.fa-box {
	--fa: "";
}

.fa-venus-mars {
	--fa: "";
}

.fa-arrow-pointer, .fa-mouse-pointer {
	--fa: "";
}

.fa-expand-arrows-alt, .fa-maximize {
	--fa: "";
}

.fa-charging-station {
	--fa: "";
}

.fa-shapes, .fa-triangle-circle-square {
	--fa: "";
}

.fa-random, .fa-shuffle {
	--fa: "";
}

.fa-person-running, .fa-running {
	--fa: "";
}

.fa-mobile-retro {
	--fa: "";
}

.fa-grip-lines-vertical {
	--fa: "";
}

.fa-spider {
	--fa: "";
}

.fa-hands-bound {
	--fa: "";
}

.fa-file-invoice-dollar {
	--fa: "";
}

.fa-plane-circle-exclamation {
	--fa: "";
}

.fa-x-ray {
	--fa: "";
}

.fa-spell-check {
	--fa: "";
}

.fa-slash {
	--fa: "";
}

.fa-computer-mouse, .fa-mouse {
	--fa: "";
}

.fa-arrow-right-to-bracket, .fa-sign-in {
	--fa: "";
}

.fa-shop-slash, .fa-store-alt-slash {
	--fa: "";
}

.fa-server {
	--fa: "";
}

.fa-virus-covid-slash {
	--fa: "";
}

.fa-shop-lock {
	--fa: "";
}

.fa-hourglass-1, .fa-hourglass-start {
	--fa: "";
}

.fa-blender-phone {
	--fa: "";
}

.fa-building-wheat {
	--fa: "";
}

.fa-person-breastfeeding {
	--fa: "";
}

.fa-right-to-bracket, .fa-sign-in-alt {
	--fa: "";
}

.fa-venus {
	--fa: "";
}

.fa-passport {
	--fa: "";
}

.fa-thumb-tack-slash, .fa-thumbtack-slash {
	--fa: "";
}

.fa-heart-pulse, .fa-heartbeat {
	--fa: "";
}

.fa-people-carry, .fa-people-carry-box {
	--fa: "";
}

.fa-temperature-high {
	--fa: "";
}

.fa-microchip {
	--fa: "";
}

.fa-crown {
	--fa: "";
}

.fa-weight-hanging {
	--fa: "";
}

.fa-xmarks-lines {
	--fa: "";
}

.fa-file-prescription {
	--fa: "";
}

.fa-weight, .fa-weight-scale {
	--fa: "";
}

.fa-user-friends, .fa-user-group {
	--fa: "";
}

.fa-arrow-up-a-z, .fa-sort-alpha-up {
	--fa: "";
}

.fa-chess-knight {
	--fa: "";
}

.fa-face-laugh-squint, .fa-laugh-squint {
	--fa: "";
}

.fa-wheelchair {
	--fa: "";
}

.fa-arrow-circle-up, .fa-circle-arrow-up {
	--fa: "";
}

.fa-toggle-on {
	--fa: "";
}

.fa-person-walking, .fa-walking {
	--fa: "";
}

.fa-l {
	--fa: "L";
}

.fa-fire {
	--fa: "";
}

.fa-bed-pulse, .fa-procedures {
	--fa: "";
}

.fa-shuttle-space, .fa-space-shuttle {
	--fa: "";
}

.fa-face-laugh, .fa-laugh {
	--fa: "";
}

.fa-folder-open {
	--fa: "";
}

.fa-heart-circle-plus {
	--fa: "";
}

.fa-code-fork {
	--fa: "";
}

.fa-city {
	--fa: "";
}

.fa-microphone-alt, .fa-microphone-lines {
	--fa: "";
}

.fa-pepper-hot {
	--fa: "";
}

.fa-unlock {
	--fa: "";
}

.fa-colon-sign {
	--fa: "";
}

.fa-headset {
	--fa: "";
}

.fa-store-slash {
	--fa: "";
}

.fa-road-circle-xmark {
	--fa: "";
}

.fa-user-minus {
	--fa: "";
}

.fa-mars-stroke-up, .fa-mars-stroke-v {
	--fa: "";
}

.fa-champagne-glasses, .fa-glass-cheers {
	--fa: "";
}

.fa-clipboard {
	--fa: "";
}

.fa-house-circle-exclamation {
	--fa: "";
}

.fa-file-arrow-up, .fa-file-upload {
	--fa: "";
}

.fa-wifi, .fa-wifi-3, .fa-wifi-strong {
	--fa: "";
}

.fa-bath, .fa-bathtub {
	--fa: "";
}

.fa-underline {
	--fa: "";
}

.fa-user-edit, .fa-user-pen {
	--fa: "";
}

.fa-signature {
	--fa: "";
}

.fa-stroopwafel {
	--fa: "";
}

.fa-bold {
	--fa: "";
}

.fa-anchor-lock {
	--fa: "";
}

.fa-building-ngo {
	--fa: "";
}

.fa-manat-sign {
	--fa: "";
}

.fa-not-equal {
	--fa: "";
}

.fa-border-style, .fa-border-top-left {
	--fa: "";
}

.fa-map-location-dot, .fa-map-marked-alt {
	--fa: "";
}

.fa-jedi {
	--fa: "";
}

.fa-poll, .fa-square-poll-vertical {
	--fa: "";
}

.fa-mug-hot {
	--fa: "";
}

.fa-battery-car, .fa-car-battery {
	--fa: "";
}

.fa-gift {
	--fa: "";
}

.fa-dice-two {
	--fa: "";
}

.fa-chess-queen {
	--fa: "";
}

.fa-glasses {
	--fa: "";
}

.fa-chess-board {
	--fa: "";
}

.fa-building-circle-check {
	--fa: "";
}

.fa-person-chalkboard {
	--fa: "";
}

.fa-mars-stroke-h, .fa-mars-stroke-right {
	--fa: "";
}

.fa-hand-back-fist, .fa-hand-rock {
	--fa: "";
}

.fa-caret-square-up, .fa-square-caret-up {
	--fa: "";
}

.fa-cloud-showers-water {
	--fa: "";
}

.fa-bar-chart, .fa-chart-bar {
	--fa: "";
}

.fa-hands-bubbles, .fa-hands-wash {
	--fa: "";
}

.fa-less-than-equal {
	--fa: "";
}

.fa-train {
	--fa: "";
}

.fa-eye-low-vision, .fa-low-vision {
	--fa: "";
}

.fa-crow {
	--fa: "";
}

.fa-sailboat {
	--fa: "";
}

.fa-window-restore {
	--fa: "";
}

.fa-plus-square, .fa-square-plus {
	--fa: "";
}

.fa-torii-gate {
	--fa: "";
}

.fa-frog {
	--fa: "";
}

.fa-bucket {
	--fa: "";
}

.fa-image {
	--fa: "";
}

.fa-microphone {
	--fa: "";
}

.fa-cow {
	--fa: "";
}

.fa-caret-up {
	--fa: "";
}

.fa-screwdriver {
	--fa: "";
}

.fa-folder-closed {
	--fa: "";
}

.fa-house-tsunami {
	--fa: "";
}

.fa-square-nfi {
	--fa: "";
}

.fa-arrow-up-from-ground-water {
	--fa: "";
}

.fa-glass-martini-alt, .fa-martini-glass {
	--fa: "";
}

.fa-square-binary {
	--fa: "";
}

.fa-rotate-back, .fa-rotate-backward, .fa-rotate-left, .fa-undo-alt {
	--fa: "";
}

.fa-columns, .fa-table-columns {
	--fa: "";
}

.fa-lemon {
	--fa: "";
}

.fa-head-side-mask {
	--fa: "";
}

.fa-handshake {
	--fa: "";
}

.fa-gem {
	--fa: "";
}

.fa-dolly, .fa-dolly-box {
	--fa: "";
}

.fa-smoking {
	--fa: "";
}

.fa-compress-arrows-alt, .fa-minimize {
	--fa: "";
}

.fa-monument {
	--fa: "";
}

.fa-snowplow {
	--fa: "";
}

.fa-angle-double-right, .fa-angles-right {
	--fa: "";
}

.fa-cannabis {
	--fa: "";
}

.fa-circle-play, .fa-play-circle {
	--fa: "";
}

.fa-tablets {
	--fa: "";
}

.fa-ethernet {
	--fa: "";
}

.fa-eur, .fa-euro, .fa-euro-sign {
	--fa: "";
}

.fa-chair {
	--fa: "";
}

.fa-check-circle, .fa-circle-check {
	--fa: "";
}

.fa-circle-stop, .fa-stop-circle {
	--fa: "";
}

.fa-compass-drafting, .fa-drafting-compass {
	--fa: "";
}

.fa-plate-wheat {
	--fa: "";
}

.fa-icicles {
	--fa: "";
}

.fa-person-shelter {
	--fa: "";
}

.fa-neuter {
	--fa: "";
}

.fa-id-badge {
	--fa: "";
}

.fa-marker {
	--fa: "";
}

.fa-face-laugh-beam, .fa-laugh-beam {
	--fa: "";
}

.fa-helicopter-symbol {
	--fa: "";
}

.fa-universal-access {
	--fa: "";
}

.fa-chevron-circle-up, .fa-circle-chevron-up {
	--fa: "";
}

.fa-lari-sign {
	--fa: "";
}

.fa-volcano {
	--fa: "";
}

.fa-person-walking-dashed-line-arrow-right {
	--fa: "";
}

.fa-gbp, .fa-pound-sign, .fa-sterling-sign {
	--fa: "";
}

.fa-viruses {
	--fa: "";
}

.fa-square-person-confined {
	--fa: "";
}

.fa-user-tie {
	--fa: "";
}

.fa-arrow-down-long, .fa-long-arrow-down {
	--fa: "";
}

.fa-tent-arrow-down-to-line {
	--fa: "";
}

.fa-certificate {
	--fa: "";
}

.fa-mail-reply-all, .fa-reply-all {
	--fa: "";
}

.fa-suitcase {
	--fa: "";
}

.fa-person-skating, .fa-skating {
	--fa: "";
}

.fa-filter-circle-dollar, .fa-funnel-dollar {
	--fa: "";
}

.fa-camera-retro {
	--fa: "";
}

.fa-arrow-circle-down, .fa-circle-arrow-down {
	--fa: "";
}

.fa-arrow-right-to-file, .fa-file-import {
	--fa: "";
}

.fa-external-link-square, .fa-square-arrow-up-right {
	--fa: "";
}

.fa-box-open {
	--fa: "";
}

.fa-scroll {
	--fa: "";
}

.fa-spa {
	--fa: "";
}

.fa-location-pin-lock {
	--fa: "";
}

.fa-pause {
	--fa: "";
}

.fa-hill-avalanche {
	--fa: "";
}

.fa-temperature-0, .fa-temperature-empty, .fa-thermometer-0, .fa-thermometer-empty {
	--fa: "";
}

.fa-bomb {
	--fa: "";
}

.fa-registered {
	--fa: "";
}

.fa-address-card, .fa-contact-card, .fa-vcard {
	--fa: "";
}

.fa-balance-scale-right, .fa-scale-unbalanced-flip {
	--fa: "";
}

.fa-subscript {
	--fa: "";
}

.fa-diamond-turn-right, .fa-directions {
	--fa: "";
}

.fa-burst {
	--fa: "";
}

.fa-house-laptop, .fa-laptop-house {
	--fa: "";
}

.fa-face-tired, .fa-tired {
	--fa: "";
}

.fa-money-bills {
	--fa: "";
}

.fa-smog {
	--fa: "";
}

.fa-crutch {
	--fa: "";
}

.fa-cloud-arrow-up, .fa-cloud-upload, .fa-cloud-upload-alt {
	--fa: "";
}

.fa-palette {
	--fa: "";
}

.fa-arrows-turn-right {
	--fa: "";
}

.fa-vest {
	--fa: "";
}

.fa-ferry {
	--fa: "";
}

.fa-arrows-down-to-people {
	--fa: "";
}

.fa-seedling, .fa-sprout {
	--fa: "";
}

.fa-arrows-alt-h, .fa-left-right {
	--fa: "";
}

.fa-boxes-packing {
	--fa: "";
}

.fa-arrow-circle-left, .fa-circle-arrow-left {
	--fa: "";
}

.fa-group-arrows-rotate {
	--fa: "";
}

.fa-bowl-food {
	--fa: "";
}

.fa-candy-cane {
	--fa: "";
}

.fa-arrow-down-wide-short, .fa-sort-amount-asc, .fa-sort-amount-down {
	--fa: "";
}

.fa-cloud-bolt, .fa-thunderstorm {
	--fa: "";
}

.fa-remove-format, .fa-text-slash {
	--fa: "";
}

.fa-face-smile-wink, .fa-smile-wink {
	--fa: "";
}

.fa-file-word {
	--fa: "";
}

.fa-file-powerpoint {
	--fa: "";
}

.fa-arrows-h, .fa-arrows-left-right {
	--fa: "";
}

.fa-house-lock {
	--fa: "";
}

.fa-cloud-arrow-down, .fa-cloud-download, .fa-cloud-download-alt {
	--fa: "";
}

.fa-children {
	--fa: "";
}

.fa-blackboard, .fa-chalkboard {
	--fa: "";
}

.fa-user-alt-slash, .fa-user-large-slash {
	--fa: "";
}

.fa-envelope-open {
	--fa: "";
}

.fa-handshake-alt-slash, .fa-handshake-simple-slash {
	--fa: "";
}

.fa-mattress-pillow {
	--fa: "";
}

.fa-guarani-sign {
	--fa: "";
}

.fa-arrows-rotate, .fa-refresh, .fa-sync {
	--fa: "";
}

.fa-fire-extinguisher {
	--fa: "";
}

.fa-cruzeiro-sign {
	--fa: "";
}

.fa-greater-than-equal {
	--fa: "";
}

.fa-shield-alt, .fa-shield-halved {
	--fa: "";
}

.fa-atlas, .fa-book-atlas {
	--fa: "";
}

.fa-virus {
	--fa: "";
}

.fa-envelope-circle-check {
	--fa: "";
}

.fa-layer-group {
	--fa: "";
}

.fa-arrows-to-dot {
	--fa: "";
}

.fa-archway {
	--fa: "";
}

.fa-heart-circle-check {
	--fa: "";
}

.fa-house-chimney-crack, .fa-house-damage {
	--fa: "";
}

.fa-file-archive, .fa-file-zipper {
	--fa: "";
}

.fa-square {
	--fa: "";
}

.fa-glass-martini, .fa-martini-glass-empty {
	--fa: "";
}

.fa-couch {
	--fa: "";
}

.fa-cedi-sign {
	--fa: "";
}

.fa-italic {
	--fa: "";
}

.fa-table-cells-column-lock {
	--fa: "";
}

.fa-church {
	--fa: "";
}

.fa-comments-dollar {
	--fa: "";
}

.fa-democrat {
	--fa: "";
}

.fa-z {
	--fa: "Z";
}

.fa-person-skiing, .fa-skiing {
	--fa: "";
}

.fa-road-lock {
	--fa: "";
}

.fa-a {
	--fa: "A";
}

.fa-temperature-arrow-down, .fa-temperature-down {
	--fa: "";
}

.fa-feather-alt, .fa-feather-pointed {
	--fa: "";
}

.fa-p {
	--fa: "P";
}

.fa-snowflake {
	--fa: "";
}

.fa-newspaper {
	--fa: "";
}

.fa-ad, .fa-rectangle-ad {
	--fa: "";
}

.fa-arrow-circle-right, .fa-circle-arrow-right {
	--fa: "";
}

.fa-filter-circle-xmark {
	--fa: "";
}

.fa-locust {
	--fa: "";
}

.fa-sort, .fa-unsorted {
	--fa: "";
}

.fa-list-1-2, .fa-list-numeric, .fa-list-ol {
	--fa: "";
}

.fa-person-dress-burst {
	--fa: "";
}

.fa-money-check-alt, .fa-money-check-dollar {
	--fa: "";
}

.fa-vector-square {
	--fa: "";
}

.fa-bread-slice {
	--fa: "";
}

.fa-language {
	--fa: "";
}

.fa-face-kiss-wink-heart, .fa-kiss-wink-heart {
	--fa: "";
}

.fa-filter {
	--fa: "";
}

.fa-question {
	--fa: "?";
}

.fa-file-signature {
	--fa: "";
}

.fa-arrows-alt, .fa-up-down-left-right {
	--fa: "";
}

.fa-house-chimney-user {
	--fa: "";
}

.fa-hand-holding-heart {
	--fa: "";
}

.fa-puzzle-piece {
	--fa: "";
}

.fa-money-check {
	--fa: "";
}

.fa-star-half-alt, .fa-star-half-stroke {
	--fa: "";
}

.fa-code {
	--fa: "";
}

.fa-glass-whiskey, .fa-whiskey-glass {
	--fa: "";
}

.fa-building-circle-exclamation {
	--fa: "";
}

.fa-magnifying-glass-chart {
	--fa: "";
}

.fa-arrow-up-right-from-square, .fa-external-link {
	--fa: "";
}

.fa-cubes-stacked {
	--fa: "";
}

.fa-krw, .fa-won, .fa-won-sign {
	--fa: "";
}

.fa-virus-covid {
	--fa: "";
}

.fa-austral-sign {
	--fa: "";
}

.fa-f {
	--fa: "F";
}

.fa-leaf {
	--fa: "";
}

.fa-road {
	--fa: "";
}

.fa-cab, .fa-taxi {
	--fa: "";
}

.fa-person-circle-plus {
	--fa: "";
}

.fa-chart-pie, .fa-pie-chart {
	--fa: "";
}

.fa-bolt-lightning {
	--fa: "";
}

.fa-sack-xmark {
	--fa: "";
}

.fa-file-excel {
	--fa: "";
}

.fa-file-contract {
	--fa: "";
}

.fa-fish-fins {
	--fa: "";
}

.fa-building-flag {
	--fa: "";
}

.fa-face-grin-beam, .fa-grin-beam {
	--fa: "";
}

.fa-object-ungroup {
	--fa: "";
}

.fa-poop {
	--fa: "";
}

.fa-location-pin, .fa-map-marker {
	--fa: "";
}

.fa-kaaba {
	--fa: "";
}

.fa-toilet-paper {
	--fa: "";
}

.fa-hard-hat, .fa-hat-hard, .fa-helmet-safety {
	--fa: "";
}

.fa-eject {
	--fa: "";
}

.fa-arrow-alt-circle-right, .fa-circle-right {
	--fa: "";
}

.fa-plane-circle-check {
	--fa: "";
}

.fa-face-rolling-eyes, .fa-meh-rolling-eyes {
	--fa: "";
}

.fa-object-group {
	--fa: "";
}

.fa-chart-line, .fa-line-chart {
	--fa: "";
}

.fa-mask-ventilator {
	--fa: "";
}

.fa-arrow-right {
	--fa: "";
}

.fa-map-signs, .fa-signs-post {
	--fa: "";
}

.fa-cash-register {
	--fa: "";
}

.fa-person-circle-question {
	--fa: "";
}

.fa-h {
	--fa: "H";
}

.fa-tarp {
	--fa: "";
}

.fa-screwdriver-wrench, .fa-tools {
	--fa: "";
}

.fa-arrows-to-eye {
	--fa: "";
}

.fa-plug-circle-bolt {
	--fa: "";
}

.fa-heart {
	--fa: "";
}

.fa-mars-and-venus {
	--fa: "";
}

.fa-home-user, .fa-house-user {
	--fa: "";
}

.fa-dumpster-fire {
	--fa: "";
}

.fa-house-crack {
	--fa: "";
}

.fa-cocktail, .fa-martini-glass-citrus {
	--fa: "";
}

.fa-face-surprise, .fa-surprise {
	--fa: "";
}

.fa-bottle-water {
	--fa: "";
}

.fa-circle-pause, .fa-pause-circle {
	--fa: "";
}

.fa-toilet-paper-slash {
	--fa: "";
}

.fa-apple-alt, .fa-apple-whole {
	--fa: "";
}

.fa-kitchen-set {
	--fa: "";
}

.fa-r {
	--fa: "R";
}

.fa-temperature-1, .fa-temperature-quarter, .fa-thermometer-1, .fa-thermometer-quarter {
	--fa: "";
}

.fa-cube {
	--fa: "";
}

.fa-bitcoin-sign {
	--fa: "";
}

.fa-shield-dog {
	--fa: "";
}

.fa-solar-panel {
	--fa: "";
}

.fa-lock-open {
	--fa: "";
}

.fa-elevator {
	--fa: "";
}

.fa-money-bill-transfer {
	--fa: "";
}

.fa-money-bill-trend-up {
	--fa: "";
}

.fa-house-flood-water-circle-arrow-right {
	--fa: "";
}

.fa-poll-h, .fa-square-poll-horizontal {
	--fa: "";
}

.fa-circle {
	--fa: "";
}

.fa-backward-fast, .fa-fast-backward {
	--fa: "";
}

.fa-recycle {
	--fa: "";
}

.fa-user-astronaut {
	--fa: "";
}

.fa-plane-slash {
	--fa: "";
}

.fa-trademark {
	--fa: "";
}

.fa-basketball, .fa-basketball-ball {
	--fa: "";
}

.fa-satellite-dish {
	--fa: "";
}

.fa-arrow-alt-circle-up, .fa-circle-up {
	--fa: "";
}

.fa-mobile-alt, .fa-mobile-screen-button {
	--fa: "";
}

.fa-volume-high, .fa-volume-up {
	--fa: "";
}

.fa-users-rays {
	--fa: "";
}

.fa-wallet {
	--fa: "";
}

.fa-clipboard-check {
	--fa: "";
}

.fa-file-audio {
	--fa: "";
}

.fa-burger, .fa-hamburger {
	--fa: "";
}

.fa-wrench {
	--fa: "";
}

.fa-bugs {
	--fa: "";
}

.fa-rupee, .fa-rupee-sign {
	--fa: "";
}

.fa-file-image {
	--fa: "";
}

.fa-circle-question, .fa-question-circle {
	--fa: "";
}

.fa-plane-departure {
	--fa: "";
}

.fa-handshake-slash {
	--fa: "";
}

.fa-book-bookmark {
	--fa: "";
}

.fa-code-branch {
	--fa: "";
}

.fa-hat-cowboy {
	--fa: "";
}

.fa-bridge {
	--fa: "";
}

.fa-phone-alt, .fa-phone-flip {
	--fa: "";
}

.fa-truck-front {
	--fa: "";
}

.fa-cat {
	--fa: "";
}

.fa-anchor-circle-exclamation {
	--fa: "";
}

.fa-truck-field {
	--fa: "";
}

.fa-route {
	--fa: "";
}

.fa-clipboard-question {
	--fa: "";
}

.fa-panorama {
	--fa: "";
}

.fa-comment-medical {
	--fa: "";
}

.fa-teeth-open {
	--fa: "";
}

.fa-file-circle-minus {
	--fa: "";
}

.fa-tags {
	--fa: "";
}

.fa-wine-glass {
	--fa: "";
}

.fa-fast-forward, .fa-forward-fast {
	--fa: "";
}

.fa-face-meh-blank, .fa-meh-blank {
	--fa: "";
}

.fa-parking, .fa-square-parking {
	--fa: "";
}

.fa-house-signal {
	--fa: "";
}

.fa-bars-progress, .fa-tasks-alt {
	--fa: "";
}

.fa-faucet-drip {
	--fa: "";
}

.fa-cart-flatbed, .fa-dolly-flatbed {
	--fa: "";
}

.fa-ban-smoking, .fa-smoking-ban {
	--fa: "";
}

.fa-terminal {
	--fa: "";
}

.fa-mobile-button {
	--fa: "";
}

.fa-house-medical-flag {
	--fa: "";
}

.fa-basket-shopping, .fa-shopping-basket {
	--fa: "";
}

.fa-tape {
	--fa: "";
}

.fa-bus-alt, .fa-bus-simple {
	--fa: "";
}

.fa-eye {
	--fa: "";
}

.fa-face-sad-cry, .fa-sad-cry {
	--fa: "";
}

.fa-audio-description {
	--fa: "";
}

.fa-person-military-to-person {
	--fa: "";
}

.fa-file-shield {
	--fa: "";
}

.fa-user-slash {
	--fa: "";
}

.fa-pen {
	--fa: "";
}

.fa-tower-observation {
	--fa: "";
}

.fa-file-code {
	--fa: "";
}

.fa-signal, .fa-signal-5, .fa-signal-perfect {
	--fa: "";
}

.fa-bus {
	--fa: "";
}

.fa-heart-circle-xmark {
	--fa: "";
}

.fa-home-lg, .fa-house-chimney {
	--fa: "";
}

.fa-window-maximize {
	--fa: "";
}

.fa-face-frown, .fa-frown {
	--fa: "";
}

.fa-prescription {
	--fa: "";
}

.fa-shop, .fa-store-alt {
	--fa: "";
}

.fa-floppy-disk, .fa-save {
	--fa: "";
}

.fa-vihara {
	--fa: "";
}

.fa-balance-scale-left, .fa-scale-unbalanced {
	--fa: "";
}

.fa-sort-asc, .fa-sort-up {
	--fa: "";
}

.fa-comment-dots, .fa-commenting {
	--fa: "";
}

.fa-plant-wilt {
	--fa: "";
}

.fa-diamond {
	--fa: "";
}

.fa-face-grin-squint, .fa-grin-squint {
	--fa: "";
}

.fa-hand-holding-dollar, .fa-hand-holding-usd {
	--fa: "";
}

.fa-chart-diagram {
	--fa: "";
}

.fa-bacterium {
	--fa: "";
}

.fa-hand-pointer {
	--fa: "";
}

.fa-drum-steelpan {
	--fa: "";
}

.fa-hand-scissors {
	--fa: "";
}

.fa-hands-praying, .fa-praying-hands {
	--fa: "";
}

.fa-arrow-right-rotate, .fa-arrow-rotate-forward, .fa-arrow-rotate-right, .fa-redo {
	--fa: "";
}

.fa-biohazard {
	--fa: "";
}

.fa-location, .fa-location-crosshairs {
	--fa: "";
}

.fa-mars-double {
	--fa: "";
}

.fa-child-dress {
	--fa: "";
}

.fa-users-between-lines {
	--fa: "";
}

.fa-lungs-virus {
	--fa: "";
}

.fa-face-grin-tears, .fa-grin-tears {
	--fa: "";
}

.fa-phone {
	--fa: "";
}

.fa-calendar-times, .fa-calendar-xmark {
	--fa: "";
}

.fa-child-reaching {
	--fa: "";
}

.fa-head-side-virus {
	--fa: "";
}

.fa-user-cog, .fa-user-gear {
	--fa: "";
}

.fa-arrow-up-1-9, .fa-sort-numeric-up {
	--fa: "";
}

.fa-door-closed {
	--fa: "";
}

.fa-shield-virus {
	--fa: "";
}

.fa-dice-six {
	--fa: "";
}

.fa-mosquito-net {
	--fa: "";
}

.fa-file-fragment {
	--fa: "";
}

.fa-bridge-water {
	--fa: "";
}

.fa-person-booth {
	--fa: "";
}

.fa-text-width {
	--fa: "";
}

.fa-hat-wizard {
	--fa: "";
}

.fa-pen-fancy {
	--fa: "";
}

.fa-digging, .fa-person-digging {
	--fa: "";
}

.fa-trash {
	--fa: "";
}

.fa-gauge-simple, .fa-gauge-simple-med, .fa-tachometer-average {
	--fa: "";
}

.fa-book-medical {
	--fa: "";
}

.fa-poo {
	--fa: "";
}

.fa-quote-right, .fa-quote-right-alt {
	--fa: "";
}

.fa-shirt, .fa-t-shirt, .fa-tshirt {
	--fa: "";
}

.fa-cubes {
	--fa: "";
}

.fa-divide {
	--fa: "";
}

.fa-tenge, .fa-tenge-sign {
	--fa: "";
}

.fa-headphones {
	--fa: "";
}

.fa-hands-holding {
	--fa: "";
}

.fa-hands-clapping {
	--fa: "";
}

.fa-republican {
	--fa: "";
}

.fa-arrow-left {
	--fa: "";
}

.fa-person-circle-xmark {
	--fa: "";
}

.fa-ruler {
	--fa: "";
}

.fa-align-left {
	--fa: "";
}

.fa-dice-d6 {
	--fa: "";
}

.fa-restroom {
	--fa: "";
}

.fa-j {
	--fa: "J";
}

.fa-users-viewfinder {
	--fa: "";
}

.fa-file-video {
	--fa: "";
}

.fa-external-link-alt, .fa-up-right-from-square {
	--fa: "";
}

.fa-table-cells, .fa-th {
	--fa: "";
}

.fa-file-pdf {
	--fa: "";
}

.fa-bible, .fa-book-bible {
	--fa: "";
}

.fa-o {
	--fa: "O";
}

.fa-medkit, .fa-suitcase-medical {
	--fa: "";
}

.fa-user-secret {
	--fa: "";
}

.fa-otter {
	--fa: "";
}

.fa-female, .fa-person-dress {
	--fa: "";
}

.fa-comment-dollar {
	--fa: "";
}

.fa-briefcase-clock, .fa-business-time {
	--fa: "";
}

.fa-table-cells-large, .fa-th-large {
	--fa: "";
}

.fa-book-tanakh, .fa-tanakh {
	--fa: "";
}

.fa-phone-volume, .fa-volume-control-phone {
	--fa: "";
}

.fa-hat-cowboy-side {
	--fa: "";
}

.fa-clipboard-user {
	--fa: "";
}

.fa-child {
	--fa: "";
}

.fa-lira-sign {
	--fa: "";
}

.fa-satellite {
	--fa: "";
}

.fa-plane-lock {
	--fa: "";
}

.fa-tag {
	--fa: "";
}

.fa-comment {
	--fa: "";
}

.fa-birthday-cake, .fa-cake, .fa-cake-candles {
	--fa: "";
}

.fa-envelope {
	--fa: "";
}

.fa-angle-double-up, .fa-angles-up {
	--fa: "";
}

.fa-paperclip {
	--fa: "";
}

.fa-arrow-right-to-city {
	--fa: "";
}

.fa-ribbon {
	--fa: "";
}

.fa-lungs {
	--fa: "";
}

.fa-arrow-up-9-1, .fa-sort-numeric-up-alt {
	--fa: "";
}

.fa-litecoin-sign {
	--fa: "";
}

.fa-border-none {
	--fa: "";
}

.fa-circle-nodes {
	--fa: "";
}

.fa-parachute-box {
	--fa: "";
}

.fa-indent {
	--fa: "";
}

.fa-truck-field-un {
	--fa: "";
}

.fa-hourglass, .fa-hourglass-empty {
	--fa: "";
}

.fa-mountain {
	--fa: "";
}

.fa-user-doctor, .fa-user-md {
	--fa: "";
}

.fa-circle-info, .fa-info-circle {
	--fa: "";
}

.fa-cloud-meatball {
	--fa: "";
}

.fa-camera, .fa-camera-alt {
	--fa: "";
}

.fa-square-virus {
	--fa: "";
}

.fa-meteor {
	--fa: "";
}

.fa-car-on {
	--fa: "";
}

.fa-sleigh {
	--fa: "";
}

.fa-arrow-down-1-9, .fa-sort-numeric-asc, .fa-sort-numeric-down {
	--fa: "";
}

.fa-hand-holding-droplet, .fa-hand-holding-water {
	--fa: "";
}

.fa-water {
	--fa: "";
}

.fa-calendar-check {
	--fa: "";
}

.fa-braille {
	--fa: "";
}

.fa-prescription-bottle-alt, .fa-prescription-bottle-medical {
	--fa: "";
}

.fa-landmark {
	--fa: "";
}

.fa-truck {
	--fa: "";
}

.fa-crosshairs {
	--fa: "";
}

.fa-person-cane {
	--fa: "";
}

.fa-tent {
	--fa: "";
}

.fa-vest-patches {
	--fa: "";
}

.fa-check-double {
	--fa: "";
}

.fa-arrow-down-a-z, .fa-sort-alpha-asc, .fa-sort-alpha-down {
	--fa: "";
}

.fa-money-bill-wheat {
	--fa: "";
}

.fa-cookie {
	--fa: "";
}

.fa-arrow-left-rotate, .fa-arrow-rotate-back, .fa-arrow-rotate-backward, .fa-arrow-rotate-left, .fa-undo {
	--fa: "";
}

.fa-hard-drive, .fa-hdd {
	--fa: "";
}

.fa-face-grin-squint-tears, .fa-grin-squint-tears {
	--fa: "";
}

.fa-dumbbell {
	--fa: "";
}

.fa-list-alt, .fa-rectangle-list {
	--fa: "";
}

.fa-tarp-droplet {
	--fa: "";
}

.fa-house-medical-circle-check {
	--fa: "";
}

.fa-person-skiing-nordic, .fa-skiing-nordic {
	--fa: "";
}

.fa-calendar-plus {
	--fa: "";
}

.fa-plane-arrival {
	--fa: "";
}

.fa-arrow-alt-circle-left, .fa-circle-left {
	--fa: "";
}

.fa-subway, .fa-train-subway {
	--fa: "";
}

.fa-chart-gantt {
	--fa: "";
}

.fa-indian-rupee, .fa-indian-rupee-sign, .fa-inr {
	--fa: "";
}

.fa-crop-alt, .fa-crop-simple {
	--fa: "";
}

.fa-money-bill-1, .fa-money-bill-alt {
	--fa: "";
}

.fa-left-long, .fa-long-arrow-alt-left {
	--fa: "";
}

.fa-dna {
	--fa: "";
}

.fa-virus-slash {
	--fa: "";
}

.fa-minus, .fa-subtract {
	--fa: "";
}

.fa-chess {
	--fa: "";
}

.fa-arrow-left-long, .fa-long-arrow-left {
	--fa: "";
}

.fa-plug-circle-check {
	--fa: "";
}

.fa-street-view {
	--fa: "";
}

.fa-franc-sign {
	--fa: "";
}

.fa-volume-off {
	--fa: "";
}

.fa-american-sign-language-interpreting, .fa-asl-interpreting, .fa-hands-american-sign-language-interpreting, .fa-hands-asl-interpreting {
	--fa: "";
}

.fa-cog, .fa-gear {
	--fa: "";
}

.fa-droplet-slash, .fa-tint-slash {
	--fa: "";
}

.fa-mosque {
	--fa: "";
}

.fa-mosquito {
	--fa: "";
}

.fa-star-of-david {
	--fa: "";
}

.fa-person-military-rifle {
	--fa: "";
}

.fa-cart-shopping, .fa-shopping-cart {
	--fa: "";
}

.fa-vials {
	--fa: "";
}

.fa-plug-circle-plus {
	--fa: "";
}

.fa-place-of-worship {
	--fa: "";
}

.fa-grip-vertical {
	--fa: "";
}

.fa-hexagon-nodes {
	--fa: "";
}

.fa-arrow-turn-up, .fa-level-up {
	--fa: "";
}

.fa-u {
	--fa: "U";
}

.fa-square-root-alt, .fa-square-root-variable {
	--fa: "";
}

.fa-clock, .fa-clock-four {
	--fa: "";
}

.fa-backward-step, .fa-step-backward {
	--fa: "";
}

.fa-pallet {
	--fa: "";
}

.fa-faucet {
	--fa: "";
}

.fa-baseball-bat-ball {
	--fa: "";
}

.fa-s {
	--fa: "S";
}

.fa-timeline {
	--fa: "";
}

.fa-keyboard {
	--fa: "";
}

.fa-caret-down {
	--fa: "";
}

.fa-clinic-medical, .fa-house-chimney-medical {
	--fa: "";
}

.fa-temperature-3, .fa-temperature-three-quarters, .fa-thermometer-3, .fa-thermometer-three-quarters {
	--fa: "";
}

.fa-mobile-android-alt, .fa-mobile-screen {
	--fa: "";
}

.fa-plane-up {
	--fa: "";
}

.fa-piggy-bank {
	--fa: "";
}

.fa-battery-3, .fa-battery-half {
	--fa: "";
}

.fa-mountain-city {
	--fa: "";
}

.fa-coins {
	--fa: "";
}

.fa-khanda {
	--fa: "";
}

.fa-sliders, .fa-sliders-h {
	--fa: "";
}

.fa-folder-tree {
	--fa: "";
}

.fa-network-wired {
	--fa: "";
}

.fa-map-pin {
	--fa: "";
}

.fa-hamsa {
	--fa: "";
}

.fa-cent-sign {
	--fa: "";
}

.fa-flask {
	--fa: "";
}

.fa-person-pregnant {
	--fa: "";
}

.fa-wand-sparkles {
	--fa: "";
}

.fa-ellipsis-v, .fa-ellipsis-vertical {
	--fa: "";
}

.fa-ticket {
	--fa: "";
}

.fa-power-off {
	--fa: "";
}

.fa-long-arrow-alt-right, .fa-right-long {
	--fa: "";
}

.fa-flag-usa {
	--fa: "";
}

.fa-laptop-file {
	--fa: "";
}

.fa-teletype, .fa-tty {
	--fa: "";
}

.fa-diagram-next {
	--fa: "";
}

.fa-person-rifle {
	--fa: "";
}

.fa-house-medical-circle-exclamation {
	--fa: "";
}

.fa-closed-captioning {
	--fa: "";
}

.fa-hiking, .fa-person-hiking {
	--fa: "";
}

.fa-venus-double {
	--fa: "";
}

.fa-images {
	--fa: "";
}

.fa-calculator {
	--fa: "";
}

.fa-people-pulling {
	--fa: "";
}

.fa-n {
	--fa: "N";
}

.fa-cable-car, .fa-tram {
	--fa: "";
}

.fa-cloud-rain {
	--fa: "";
}

.fa-building-circle-xmark {
	--fa: "";
}

.fa-ship {
	--fa: "";
}

.fa-arrows-down-to-line {
	--fa: "";
}

.fa-download {
	--fa: "";
}

.fa-face-grin, .fa-grin {
	--fa: "";
}

.fa-backspace, .fa-delete-left {
	--fa: "";
}

.fa-eye-dropper, .fa-eye-dropper-empty, .fa-eyedropper {
	--fa: "";
}

.fa-file-circle-check {
	--fa: "";
}

.fa-forward {
	--fa: "";
}

.fa-mobile, .fa-mobile-android, .fa-mobile-phone {
	--fa: "";
}

.fa-face-meh, .fa-meh {
	--fa: "";
}

.fa-align-center {
	--fa: "";
}

.fa-book-dead, .fa-book-skull {
	--fa: "";
}

.fa-drivers-license, .fa-id-card {
	--fa: "";
}

.fa-dedent, .fa-outdent {
	--fa: "";
}

.fa-heart-circle-exclamation {
	--fa: "";
}

.fa-home, .fa-home-alt, .fa-home-lg-alt, .fa-house {
	--fa: "";
}

.fa-calendar-week {
	--fa: "";
}

.fa-laptop-medical {
	--fa: "";
}

.fa-b {
	--fa: "B";
}

.fa-file-medical {
	--fa: "";
}

.fa-dice-one {
	--fa: "";
}

.fa-kiwi-bird {
	--fa: "";
}

.fa-arrow-right-arrow-left, .fa-exchange {
	--fa: "";
}

.fa-redo-alt, .fa-rotate-forward, .fa-rotate-right {
	--fa: "";
}

.fa-cutlery, .fa-utensils {
	--fa: "";
}

.fa-arrow-up-wide-short, .fa-sort-amount-up {
	--fa: "";
}

.fa-mill-sign {
	--fa: "";
}

.fa-bowl-rice {
	--fa: "";
}

.fa-skull {
	--fa: "";
}

.fa-broadcast-tower, .fa-tower-broadcast {
	--fa: "";
}

.fa-truck-pickup {
	--fa: "";
}

.fa-long-arrow-alt-up, .fa-up-long {
	--fa: "";
}

.fa-stop {
	--fa: "";
}

.fa-code-merge {
	--fa: "";
}

.fa-upload {
	--fa: "";
}

.fa-hurricane {
	--fa: "";
}

.fa-mound {
	--fa: "";
}

.fa-toilet-portable {
	--fa: "";
}

.fa-compact-disc {
	--fa: "";
}

.fa-file-arrow-down, .fa-file-download {
	--fa: "";
}

.fa-caravan {
	--fa: "";
}

.fa-shield-cat {
	--fa: "";
}

.fa-bolt, .fa-zap {
	--fa: "";
}

.fa-glass-water {
	--fa: "";
}

.fa-oil-well {
	--fa: "";
}

.fa-vault {
	--fa: "";
}

.fa-mars {
	--fa: "";
}

.fa-toilet {
	--fa: "";
}

.fa-plane-circle-xmark {
	--fa: "";
}

.fa-cny, .fa-jpy, .fa-rmb, .fa-yen, .fa-yen-sign {
	--fa: "";
}

.fa-rouble, .fa-rub, .fa-ruble, .fa-ruble-sign {
	--fa: "";
}

.fa-sun {
	--fa: "";
}

.fa-guitar {
	--fa: "";
}

.fa-face-laugh-wink, .fa-laugh-wink {
	--fa: "";
}

.fa-horse-head {
	--fa: "";
}

.fa-bore-hole {
	--fa: "";
}

.fa-industry {
	--fa: "";
}

.fa-arrow-alt-circle-down, .fa-circle-down {
	--fa: "";
}

.fa-arrows-turn-to-dots {
	--fa: "";
}

.fa-florin-sign {
	--fa: "";
}

.fa-arrow-down-short-wide, .fa-sort-amount-desc, .fa-sort-amount-down-alt {
	--fa: "";
}

.fa-less-than {
	--fa: "<";
}

.fa-angle-down {
	--fa: "";
}

.fa-car-tunnel {
	--fa: "";
}

.fa-head-side-cough {
	--fa: "";
}

.fa-grip-lines {
	--fa: "";
}

.fa-thumbs-down {
	--fa: "";
}

.fa-user-lock {
	--fa: "";
}

.fa-arrow-right-long, .fa-long-arrow-right {
	--fa: "";
}

.fa-anchor-circle-xmark {
	--fa: "";
}

.fa-ellipsis, .fa-ellipsis-h {
	--fa: "";
}

.fa-chess-pawn {
	--fa: "";
}

.fa-first-aid, .fa-kit-medical {
	--fa: "";
}

.fa-person-through-window {
	--fa: "";
}

.fa-toolbox {
	--fa: "";
}

.fa-hands-holding-circle {
	--fa: "";
}

.fa-bug {
	--fa: "";
}

.fa-credit-card, .fa-credit-card-alt {
	--fa: "";
}

.fa-automobile, .fa-car {
	--fa: "";
}

.fa-hand-holding-hand {
	--fa: "";
}

.fa-book-open-reader, .fa-book-reader {
	--fa: "";
}

.fa-mountain-sun {
	--fa: "";
}

.fa-arrows-left-right-to-line {
	--fa: "";
}

.fa-dice-d20 {
	--fa: "";
}

.fa-truck-droplet {
	--fa: "";
}

.fa-file-circle-xmark {
	--fa: "";
}

.fa-temperature-arrow-up, .fa-temperature-up {
	--fa: "";
}

.fa-medal {
	--fa: "";
}

.fa-bed {
	--fa: "";
}

.fa-h-square, .fa-square-h {
	--fa: "";
}

.fa-podcast {
	--fa: "";
}

.fa-temperature-4, .fa-temperature-full, .fa-thermometer-4, .fa-thermometer-full {
	--fa: "";
}

.fa-bell {
	--fa: "";
}

.fa-superscript {
	--fa: "";
}

.fa-plug-circle-xmark {
	--fa: "";
}

.fa-star-of-life {
	--fa: "";
}

.fa-phone-slash {
	--fa: "";
}

.fa-paint-roller {
	--fa: "";
}

.fa-hands-helping, .fa-handshake-angle {
	--fa: "";
}

.fa-location-dot, .fa-map-marker-alt {
	--fa: "";
}

.fa-file {
	--fa: "";
}

.fa-greater-than {
	--fa: ">";
}

.fa-person-swimming, .fa-swimmer {
	--fa: "";
}

.fa-arrow-down {
	--fa: "";
}

.fa-droplet, .fa-tint {
	--fa: "";
}

.fa-eraser {
	--fa: "";
}

.fa-earth, .fa-earth-america, .fa-earth-americas, .fa-globe-americas {
	--fa: "";
}

.fa-person-burst {
	--fa: "";
}

.fa-dove {
	--fa: "";
}

.fa-battery-0, .fa-battery-empty {
	--fa: "";
}

.fa-socks {
	--fa: "";
}

.fa-inbox {
	--fa: "";
}

.fa-section {
	--fa: "";
}

.fa-gauge-high, .fa-tachometer-alt, .fa-tachometer-alt-fast {
	--fa: "";
}

.fa-envelope-open-text {
	--fa: "";
}

.fa-hospital, .fa-hospital-alt, .fa-hospital-wide {
	--fa: "";
}

.fa-wine-bottle {
	--fa: "";
}

.fa-chess-rook {
	--fa: "";
}

.fa-bars-staggered, .fa-reorder, .fa-stream {
	--fa: "";
}

.fa-dharmachakra {
	--fa: "";
}

.fa-hotdog {
	--fa: "";
}

.fa-blind, .fa-person-walking-with-cane {
	--fa: "";
}

.fa-drum {
	--fa: "";
}

.fa-ice-cream {
	--fa: "";
}

.fa-heart-circle-bolt {
	--fa: "";
}

.fa-fax {
	--fa: "";
}

.fa-paragraph {
	--fa: "";
}

.fa-check-to-slot, .fa-vote-yea {
	--fa: "";
}

.fa-star-half {
	--fa: "";
}

.fa-boxes, .fa-boxes-alt, .fa-boxes-stacked {
	--fa: "";
}

.fa-chain, .fa-link {
	--fa: "";
}

.fa-assistive-listening-systems, .fa-ear-listen {
	--fa: "";
}

.fa-tree-city {
	--fa: "";
}

.fa-play {
	--fa: "";
}

.fa-font {
	--fa: "";
}

.fa-table-cells-row-lock {
	--fa: "";
}

.fa-rupiah-sign {
	--fa: "";
}

.fa-magnifying-glass, .fa-search {
	--fa: "";
}

.fa-ping-pong-paddle-ball, .fa-table-tennis, .fa-table-tennis-paddle-ball {
	--fa: "";
}

.fa-diagnoses, .fa-person-dots-from-line {
	--fa: "";
}

.fa-trash-can-arrow-up, .fa-trash-restore-alt {
	--fa: "";
}

.fa-naira-sign {
	--fa: "";
}

.fa-cart-arrow-down {
	--fa: "";
}

.fa-walkie-talkie {
	--fa: "";
}

.fa-file-edit, .fa-file-pen {
	--fa: "";
}

.fa-receipt {
	--fa: "";
}

.fa-pen-square, .fa-pencil-square, .fa-square-pen {
	--fa: "";
}

.fa-suitcase-rolling {
	--fa: "";
}

.fa-person-circle-exclamation {
	--fa: "";
}

.fa-chevron-down {
	--fa: "";
}

.fa-battery, .fa-battery-5, .fa-battery-full {
	--fa: "";
}

.fa-skull-crossbones {
	--fa: "";
}

.fa-code-compare {
	--fa: "";
}

.fa-list-dots, .fa-list-ul {
	--fa: "";
}

.fa-school-lock {
	--fa: "";
}

.fa-tower-cell {
	--fa: "";
}

.fa-down-long, .fa-long-arrow-alt-down {
	--fa: "";
}

.fa-ranking-star {
	--fa: "";
}

.fa-chess-king {
	--fa: "";
}

.fa-person-harassing {
	--fa: "";
}

.fa-brazilian-real-sign {
	--fa: "";
}

.fa-landmark-alt, .fa-landmark-dome {
	--fa: "";
}

.fa-arrow-up {
	--fa: "";
}

.fa-television, .fa-tv, .fa-tv-alt {
	--fa: "";
}

.fa-shrimp {
	--fa: "";
}

.fa-list-check, .fa-tasks {
	--fa: "";
}

.fa-jug-detergent {
	--fa: "";
}

.fa-circle-user, .fa-user-circle {
	--fa: "";
}

.fa-user-shield {
	--fa: "";
}

.fa-wind {
	--fa: "";
}

.fa-car-burst, .fa-car-crash {
	--fa: "";
}

.fa-y {
	--fa: "Y";
}

.fa-person-snowboarding, .fa-snowboarding {
	--fa: "";
}

.fa-shipping-fast, .fa-truck-fast {
	--fa: "";
}

.fa-fish {
	--fa: "";
}

.fa-user-graduate {
	--fa: "";
}

.fa-adjust, .fa-circle-half-stroke {
	--fa: "";
}

.fa-clapperboard {
	--fa: "";
}

.fa-circle-radiation, .fa-radiation-alt {
	--fa: "";
}

.fa-baseball, .fa-baseball-ball {
	--fa: "";
}

.fa-jet-fighter-up {
	--fa: "";
}

.fa-diagram-project, .fa-project-diagram {
	--fa: "";
}

.fa-copy {
	--fa: "";
}

.fa-volume-mute, .fa-volume-times, .fa-volume-xmark {
	--fa: "";
}

.fa-hand-sparkles {
	--fa: "";
}

.fa-grip, .fa-grip-horizontal {
	--fa: "";
}

.fa-share-from-square, .fa-share-square {
	--fa: "";
}

.fa-child-combatant, .fa-child-rifle {
	--fa: "";
}

.fa-gun {
	--fa: "";
}

.fa-phone-square, .fa-square-phone {
	--fa: "";
}

.fa-add, .fa-plus {
	--fa: "+";
}

.fa-expand {
	--fa: "";
}

.fa-computer {
	--fa: "";
}

.fa-close, .fa-multiply, .fa-remove, .fa-times, .fa-xmark {
	--fa: "";
}

.fa-arrows, .fa-arrows-up-down-left-right {
	--fa: "";
}

.fa-chalkboard-teacher, .fa-chalkboard-user {
	--fa: "";
}

.fa-peso-sign {
	--fa: "";
}

.fa-building-shield {
	--fa: "";
}

.fa-baby {
	--fa: "";
}

.fa-users-line {
	--fa: "";
}

.fa-quote-left, .fa-quote-left-alt {
	--fa: "";
}

.fa-tractor {
	--fa: "";
}

.fa-trash-arrow-up, .fa-trash-restore {
	--fa: "";
}

.fa-arrow-down-up-lock {
	--fa: "";
}

.fa-lines-leaning {
	--fa: "";
}

.fa-ruler-combined {
	--fa: "";
}

.fa-copyright {
	--fa: "";
}

.fa-equals {
	--fa: "=";
}

.fa-blender {
	--fa: "";
}

.fa-teeth {
	--fa: "";
}

.fa-ils, .fa-shekel, .fa-shekel-sign, .fa-sheqel, .fa-sheqel-sign {
	--fa: "";
}

.fa-map {
	--fa: "";
}

.fa-rocket {
	--fa: "";
}

.fa-photo-film, .fa-photo-video {
	--fa: "";
}

.fa-folder-minus {
	--fa: "";
}

.fa-hexagon-nodes-bolt {
	--fa: "";
}

.fa-store {
	--fa: "";
}

.fa-arrow-trend-up {
	--fa: "";
}

.fa-plug-circle-minus {
	--fa: "";
}

.fa-sign, .fa-sign-hanging {
	--fa: "";
}

.fa-bezier-curve {
	--fa: "";
}

.fa-bell-slash {
	--fa: "";
}

.fa-tablet, .fa-tablet-android {
	--fa: "";
}

.fa-school-flag {
	--fa: "";
}

.fa-fill {
	--fa: "";
}

.fa-angle-up {
	--fa: "";
}

.fa-drumstick-bite {
	--fa: "";
}

.fa-holly-berry {
	--fa: "";
}

.fa-chevron-left {
	--fa: "";
}

.fa-bacteria {
	--fa: "";
}

.fa-hand-lizard {
	--fa: "";
}

.fa-notdef {
	--fa: "";
}

.fa-disease {
	--fa: "";
}

.fa-briefcase-medical {
	--fa: "";
}

.fa-genderless {
	--fa: "";
}

.fa-chevron-right {
	--fa: "";
}

.fa-retweet {
	--fa: "";
}

.fa-car-alt, .fa-car-rear {
	--fa: "";
}

.fa-pump-soap {
	--fa: "";
}

.fa-video-slash {
	--fa: "";
}

.fa-battery-2, .fa-battery-quarter {
	--fa: "";
}

.fa-radio {
	--fa: "";
}

.fa-baby-carriage, .fa-carriage-baby {
	--fa: "";
}

.fa-traffic-light {
	--fa: "";
}

.fa-thermometer {
	--fa: "";
}

.fa-vr-cardboard {
	--fa: "";
}

.fa-hand-middle-finger {
	--fa: "";
}

.fa-percent, .fa-percentage {
	--fa: "%";
}

.fa-truck-moving {
	--fa: "";
}

.fa-glass-water-droplet {
	--fa: "";
}

.fa-display {
	--fa: "";
}

.fa-face-smile, .fa-smile {
	--fa: "";
}

.fa-thumb-tack, .fa-thumbtack {
	--fa: "";
}

.fa-trophy {
	--fa: "";
}

.fa-person-praying, .fa-pray {
	--fa: "";
}

.fa-hammer {
	--fa: "";
}

.fa-hand-peace {
	--fa: "";
}

.fa-rotate, .fa-sync-alt {
	--fa: "";
}

.fa-spinner {
	--fa: "";
}

.fa-robot {
	--fa: "";
}

.fa-peace {
	--fa: "";
}

.fa-cogs, .fa-gears {
	--fa: "";
}

.fa-warehouse {
	--fa: "";
}

.fa-arrow-up-right-dots {
	--fa: "";
}

.fa-splotch {
	--fa: "";
}

.fa-face-grin-hearts, .fa-grin-hearts {
	--fa: "";
}

.fa-dice-four {
	--fa: "";
}

.fa-sim-card {
	--fa: "";
}

.fa-transgender, .fa-transgender-alt {
	--fa: "";
}

.fa-mercury {
	--fa: "";
}

.fa-arrow-turn-down, .fa-level-down {
	--fa: "";
}

.fa-person-falling-burst {
	--fa: "";
}

.fa-award {
	--fa: "";
}

.fa-ticket-alt, .fa-ticket-simple {
	--fa: "";
}

.fa-building {
	--fa: "";
}

.fa-angle-double-left, .fa-angles-left {
	--fa: "";
}

.fa-qrcode {
	--fa: "";
}

.fa-clock-rotate-left, .fa-history {
	--fa: "";
}

.fa-face-grin-beam-sweat, .fa-grin-beam-sweat {
	--fa: "";
}

.fa-arrow-right-from-file, .fa-file-export {
	--fa: "";
}

.fa-shield, .fa-shield-blank {
	--fa: "";
}

.fa-arrow-up-short-wide, .fa-sort-amount-up-alt {
	--fa: "";
}

.fa-comment-nodes {
	--fa: "";
}

.fa-house-medical {
	--fa: "";
}

.fa-golf-ball, .fa-golf-ball-tee {
	--fa: "";
}

.fa-chevron-circle-left, .fa-circle-chevron-left {
	--fa: "";
}

.fa-house-chimney-window {
	--fa: "";
}

.fa-pen-nib {
	--fa: "";
}

.fa-tent-arrow-turn-left {
	--fa: "";
}

.fa-tents {
	--fa: "";
}

.fa-magic, .fa-wand-magic {
	--fa: "";
}

.fa-dog {
	--fa: "";
}

.fa-carrot {
	--fa: "";
}

.fa-moon {
	--fa: "";
}

.fa-wine-glass-alt, .fa-wine-glass-empty {
	--fa: "";
}

.fa-cheese {
	--fa: "";
}

.fa-yin-yang {
	--fa: "";
}

.fa-music {
	--fa: "";
}

.fa-code-commit {
	--fa: "";
}

.fa-temperature-low {
	--fa: "";
}

.fa-biking, .fa-person-biking {
	--fa: "";
}

.fa-broom {
	--fa: "";
}

.fa-shield-heart {
	--fa: "";
}

.fa-gopuram {
	--fa: "";
}

.fa-earth-oceania, .fa-globe-oceania {
	--fa: "";
}

.fa-square-xmark, .fa-times-square, .fa-xmark-square {
	--fa: "";
}

.fa-hashtag {
	--fa: "#";
}

.fa-expand-alt, .fa-up-right-and-down-left-from-center {
	--fa: "";
}

.fa-oil-can {
	--fa: "";
}

.fa-t {
	--fa: "T";
}

.fa-hippo {
	--fa: "";
}

.fa-chart-column {
	--fa: "";
}

.fa-infinity {
	--fa: "";
}

.fa-vial-circle-check {
	--fa: "";
}

.fa-person-arrow-down-to-line {
	--fa: "";
}

.fa-voicemail {
	--fa: "";
}

.fa-fan {
	--fa: "";
}

.fa-person-walking-luggage {
	--fa: "";
}

.fa-arrows-alt-v, .fa-up-down {
	--fa: "";
}

.fa-cloud-moon-rain {
	--fa: "";
}

.fa-calendar {
	--fa: "";
}

.fa-trailer {
	--fa: "";
}

.fa-bahai, .fa-haykal {
	--fa: "";
}

.fa-sd-card {
	--fa: "";
}

.fa-dragon {
	--fa: "";
}

.fa-shoe-prints {
	--fa: "";
}

.fa-circle-plus, .fa-plus-circle {
	--fa: "";
}

.fa-face-grin-tongue-wink, .fa-grin-tongue-wink {
	--fa: "";
}

.fa-hand-holding {
	--fa: "";
}

.fa-plug-circle-exclamation {
	--fa: "";
}

.fa-chain-broken, .fa-chain-slash, .fa-link-slash, .fa-unlink {
	--fa: "";
}

.fa-clone {
	--fa: "";
}

.fa-person-walking-arrow-loop-left {
	--fa: "";
}

.fa-arrow-up-z-a, .fa-sort-alpha-up-alt {
	--fa: "";
}

.fa-fire-alt, .fa-fire-flame-curved {
	--fa: "";
}

.fa-tornado {
	--fa: "";
}

.fa-file-circle-plus {
	--fa: "";
}

.fa-book-quran, .fa-quran {
	--fa: "";
}

.fa-anchor {
	--fa: "";
}

.fa-border-all {
	--fa: "";
}

.fa-angry, .fa-face-angry {
	--fa: "";
}

.fa-cookie-bite {
	--fa: "";
}

.fa-arrow-trend-down {
	--fa: "";
}

.fa-feed, .fa-rss {
	--fa: "";
}

.fa-draw-polygon {
	--fa: "";
}

.fa-balance-scale, .fa-scale-balanced {
	--fa: "";
}

.fa-gauge-simple-high, .fa-tachometer, .fa-tachometer-fast {
	--fa: "";
}

.fa-shower {
	--fa: "";
}

.fa-desktop, .fa-desktop-alt {
	--fa: "";
}

.fa-m {
	--fa: "M";
}

.fa-table-list, .fa-th-list {
	--fa: "";
}

.fa-comment-sms, .fa-sms {
	--fa: "";
}

.fa-book {
	--fa: "";
}

.fa-user-plus {
	--fa: "";
}

.fa-check {
	--fa: "";
}

.fa-battery-4, .fa-battery-three-quarters {
	--fa: "";
}

.fa-house-circle-check {
	--fa: "";
}

.fa-angle-left {
	--fa: "";
}

.fa-diagram-successor {
	--fa: "";
}

.fa-truck-arrow-right {
	--fa: "";
}

.fa-arrows-split-up-and-left {
	--fa: "";
}

.fa-fist-raised, .fa-hand-fist {
	--fa: "";
}

.fa-cloud-moon {
	--fa: "";
}

.fa-briefcase {
	--fa: "";
}

.fa-person-falling {
	--fa: "";
}

.fa-image-portrait, .fa-portrait {
	--fa: "";
}

.fa-user-tag {
	--fa: "";
}

.fa-rug {
	--fa: "";
}

.fa-earth-europe, .fa-globe-europe {
	--fa: "";
}

.fa-cart-flatbed-suitcase, .fa-luggage-cart {
	--fa: "";
}

.fa-rectangle-times, .fa-rectangle-xmark, .fa-times-rectangle, .fa-window-close {
	--fa: "";
}

.fa-baht-sign {
	--fa: "";
}

.fa-book-open {
	--fa: "";
}

.fa-book-journal-whills, .fa-journal-whills {
	--fa: "";
}

.fa-handcuffs {
	--fa: "";
}

.fa-exclamation-triangle, .fa-triangle-exclamation, .fa-warning {
	--fa: "";
}

.fa-database {
	--fa: "";
}

.fa-mail-forward, .fa-share {
	--fa: "";
}

.fa-bottle-droplet {
	--fa: "";
}

.fa-mask-face {
	--fa: "";
}

.fa-hill-rockslide {
	--fa: "";
}

.fa-exchange-alt, .fa-right-left {
	--fa: "";
}

.fa-paper-plane {
	--fa: "";
}

.fa-road-circle-exclamation {
	--fa: "";
}

.fa-dungeon {
	--fa: "";
}

.fa-align-right {
	--fa: "";
}

.fa-money-bill-1-wave, .fa-money-bill-wave-alt {
	--fa: "";
}

.fa-life-ring {
	--fa: "";
}

.fa-hands, .fa-sign-language, .fa-signing {
	--fa: "";
}

.fa-calendar-day {
	--fa: "";
}

.fa-ladder-water, .fa-swimming-pool, .fa-water-ladder {
	--fa: "";
}

.fa-arrows-up-down, .fa-arrows-v {
	--fa: "";
}

.fa-face-grimace, .fa-grimace {
	--fa: "";
}

.fa-wheelchair-alt, .fa-wheelchair-move {
	--fa: "";
}

.fa-level-down-alt, .fa-turn-down {
	--fa: "";
}

.fa-person-walking-arrow-right {
	--fa: "";
}

.fa-envelope-square, .fa-square-envelope {
	--fa: "";
}

.fa-dice {
	--fa: "";
}

.fa-bowling-ball {
	--fa: "";
}

.fa-brain {
	--fa: "";
}

.fa-band-aid, .fa-bandage {
	--fa: "";
}

.fa-calendar-minus {
	--fa: "";
}

.fa-circle-xmark, .fa-times-circle, .fa-xmark-circle {
	--fa: "";
}

.fa-gifts {
	--fa: "";
}

.fa-hotel {
	--fa: "";
}

.fa-earth-asia, .fa-globe-asia {
	--fa: "";
}

.fa-id-card-alt, .fa-id-card-clip {
	--fa: "";
}

.fa-magnifying-glass-plus, .fa-search-plus {
	--fa: "";
}

.fa-thumbs-up {
	--fa: "";
}

.fa-user-clock {
	--fa: "";
}

.fa-allergies, .fa-hand-dots {
	--fa: "";
}

.fa-file-invoice {
	--fa: "";
}

.fa-window-minimize {
	--fa: "";
}

.fa-coffee, .fa-mug-saucer {
	--fa: "";
}

.fa-brush {
	--fa: "";
}

.fa-file-half-dashed {
	--fa: "";
}

.fa-mask {
	--fa: "";
}

.fa-magnifying-glass-minus, .fa-search-minus {
	--fa: "";
}

.fa-ruler-vertical {
	--fa: "";
}

.fa-user-alt, .fa-user-large {
	--fa: "";
}

.fa-train-tram {
	--fa: "";
}

.fa-user-nurse {
	--fa: "";
}

.fa-syringe {
	--fa: "";
}

.fa-cloud-sun {
	--fa: "";
}

.fa-stopwatch-20 {
	--fa: "";
}

.fa-square-full {
	--fa: "";
}

.fa-magnet {
	--fa: "";
}

.fa-jar {
	--fa: "";
}

.fa-note-sticky, .fa-sticky-note {
	--fa: "";
}

.fa-bug-slash {
	--fa: "";
}

.fa-arrow-up-from-water-pump {
	--fa: "";
}

.fa-bone {
	--fa: "";
}

.fa-table-cells-row-unlock {
	--fa: "";
}

.fa-user-injured {
	--fa: "";
}

.fa-face-sad-tear, .fa-sad-tear {
	--fa: "";
}

.fa-plane {
	--fa: "";
}

.fa-tent-arrows-down {
	--fa: "";
}

.fa-exclamation {
	--fa: "!";
}

.fa-arrows-spin {
	--fa: "";
}

.fa-print {
	--fa: "";
}

.fa-try, .fa-turkish-lira, .fa-turkish-lira-sign {
	--fa: "";
}

.fa-dollar, .fa-dollar-sign, .fa-usd {
	--fa: "$";
}

.fa-x {
	--fa: "X";
}

.fa-magnifying-glass-dollar, .fa-search-dollar {
	--fa: "";
}

.fa-users-cog, .fa-users-gear {
	--fa: "";
}

.fa-person-military-pointing {
	--fa: "";
}

.fa-bank, .fa-building-columns, .fa-institution, .fa-museum, .fa-university {
	--fa: "";
}

.fa-umbrella {
	--fa: "";
}

.fa-trowel {
	--fa: "";
}

.fa-d {
	--fa: "D";
}

.fa-stapler {
	--fa: "";
}

.fa-masks-theater, .fa-theater-masks {
	--fa: "";
}

.fa-kip-sign {
	--fa: "";
}

.fa-hand-point-left {
	--fa: "";
}

.fa-handshake-alt, .fa-handshake-simple {
	--fa: "";
}

.fa-fighter-jet, .fa-jet-fighter {
	--fa: "";
}

.fa-share-alt-square, .fa-square-share-nodes {
	--fa: "";
}

.fa-barcode {
	--fa: "";
}

.fa-plus-minus {
	--fa: "";
}

.fa-video, .fa-video-camera {
	--fa: "";
}

.fa-graduation-cap, .fa-mortar-board {
	--fa: "";
}

.fa-hand-holding-medical {
	--fa: "";
}

.fa-person-circle-check {
	--fa: "";
}

.fa-level-up-alt, .fa-turn-up {
	--fa: "";
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

:host, :root {
	--fa-style-family-brands: "Font Awesome 6 Brands";
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fa-brands, .fab {
	font-weight: 400;
}

.fa-monero {
	--fa: "";
}

.fa-hooli {
	--fa: "";
}

.fa-yelp {
	--fa: "";
}

.fa-cc-visa {
	--fa: "";
}

.fa-lastfm {
	--fa: "";
}

.fa-shopware {
	--fa: "";
}

.fa-creative-commons-nc {
	--fa: "";
}

.fa-aws {
	--fa: "";
}

.fa-redhat {
	--fa: "";
}

.fa-yoast {
	--fa: "";
}

.fa-cloudflare {
	--fa: "";
}

.fa-ups {
	--fa: "";
}

.fa-pixiv {
	--fa: "";
}

.fa-wpexplorer {
	--fa: "";
}

.fa-dyalog {
	--fa: "";
}

.fa-bity {
	--fa: "";
}

.fa-stackpath {
	--fa: "";
}

.fa-buysellads {
	--fa: "";
}

.fa-first-order {
	--fa: "";
}

.fa-modx {
	--fa: "";
}

.fa-guilded {
	--fa: "";
}

.fa-vnv {
	--fa: "";
}

.fa-js-square, .fa-square-js {
	--fa: "";
}

.fa-microsoft {
	--fa: "";
}

.fa-qq {
	--fa: "";
}

.fa-orcid {
	--fa: "";
}

.fa-java {
	--fa: "";
}

.fa-invision {
	--fa: "";
}

.fa-creative-commons-pd-alt {
	--fa: "";
}

.fa-centercode {
	--fa: "";
}

.fa-glide-g {
	--fa: "";
}

.fa-drupal {
	--fa: "";
}

.fa-jxl {
	--fa: "";
}

.fa-dart-lang {
	--fa: "";
}

.fa-hire-a-helper {
	--fa: "";
}

.fa-creative-commons-by {
	--fa: "";
}

.fa-unity {
	--fa: "";
}

.fa-whmcs {
	--fa: "";
}

.fa-rocketchat {
	--fa: "";
}

.fa-vk {
	--fa: "";
}

.fa-untappd {
	--fa: "";
}

.fa-mailchimp {
	--fa: "";
}

.fa-css3-alt {
	--fa: "";
}

.fa-reddit-square, .fa-square-reddit {
	--fa: "";
}

.fa-vimeo-v {
	--fa: "";
}

.fa-contao {
	--fa: "";
}

.fa-square-font-awesome {
	--fa: "";
}

.fa-deskpro {
	--fa: "";
}

.fa-brave {
	--fa: "";
}

.fa-sistrix {
	--fa: "";
}

.fa-instagram-square, .fa-square-instagram {
	--fa: "";
}

.fa-battle-net {
	--fa: "";
}

.fa-the-red-yeti {
	--fa: "";
}

.fa-hacker-news-square, .fa-square-hacker-news {
	--fa: "";
}

.fa-edge {
	--fa: "";
}

.fa-threads {
	--fa: "";
}

.fa-napster {
	--fa: "";
}

.fa-snapchat-square, .fa-square-snapchat {
	--fa: "";
}

.fa-google-plus-g {
	--fa: "";
}

.fa-artstation {
	--fa: "";
}

.fa-markdown {
	--fa: "";
}

.fa-sourcetree {
	--fa: "";
}

.fa-google-plus {
	--fa: "";
}

.fa-diaspora {
	--fa: "";
}

.fa-foursquare {
	--fa: "";
}

.fa-stack-overflow {
	--fa: "";
}

.fa-github-alt {
	--fa: "";
}

.fa-phoenix-squadron {
	--fa: "";
}

.fa-pagelines {
	--fa: "";
}

.fa-algolia {
	--fa: "";
}

.fa-red-river {
	--fa: "";
}

.fa-creative-commons-sa {
	--fa: "";
}

.fa-safari {
	--fa: "";
}

.fa-google {
	--fa: "";
}

.fa-font-awesome-alt, .fa-square-font-awesome-stroke {
	--fa: "";
}

.fa-atlassian {
	--fa: "";
}

.fa-linkedin-in {
	--fa: "";
}

.fa-digital-ocean {
	--fa: "";
}

.fa-nimblr {
	--fa: "";
}

.fa-chromecast {
	--fa: "";
}

.fa-evernote {
	--fa: "";
}

.fa-hacker-news {
	--fa: "";
}

.fa-creative-commons-sampling {
	--fa: "";
}

.fa-adversal {
	--fa: "";
}

.fa-creative-commons {
	--fa: "";
}

.fa-watchman-monitoring {
	--fa: "";
}

.fa-fonticons {
	--fa: "";
}

.fa-weixin {
	--fa: "";
}

.fa-shirtsinbulk {
	--fa: "";
}

.fa-codepen {
	--fa: "";
}

.fa-git-alt {
	--fa: "";
}

.fa-lyft {
	--fa: "";
}

.fa-rev {
	--fa: "";
}

.fa-windows {
	--fa: "";
}

.fa-wizards-of-the-coast {
	--fa: "";
}

.fa-square-viadeo, .fa-viadeo-square {
	--fa: "";
}

.fa-meetup {
	--fa: "";
}

.fa-centos {
	--fa: "";
}

.fa-adn {
	--fa: "";
}

.fa-cloudsmith {
	--fa: "";
}

.fa-opensuse {
	--fa: "";
}

.fa-pied-piper-alt {
	--fa: "";
}

.fa-dribbble-square, .fa-square-dribbble {
	--fa: "";
}

.fa-codiepie {
	--fa: "";
}

.fa-node {
	--fa: "";
}

.fa-mix {
	--fa: "";
}

.fa-steam {
	--fa: "";
}

.fa-cc-apple-pay {
	--fa: "";
}

.fa-scribd {
	--fa: "";
}

.fa-debian {
	--fa: "";
}

.fa-openid {
	--fa: "";
}

.fa-instalod {
	--fa: "";
}

.fa-files-pinwheel {
	--fa: "";
}

.fa-expeditedssl {
	--fa: "";
}

.fa-sellcast {
	--fa: "";
}

.fa-square-twitter, .fa-twitter-square {
	--fa: "";
}

.fa-r-project {
	--fa: "";
}

.fa-delicious {
	--fa: "";
}

.fa-freebsd {
	--fa: "";
}

.fa-vuejs {
	--fa: "";
}

.fa-accusoft {
	--fa: "";
}

.fa-ioxhost {
	--fa: "";
}

.fa-fonticons-fi {
	--fa: "";
}

.fa-app-store {
	--fa: "";
}

.fa-cc-mastercard {
	--fa: "";
}

.fa-itunes-note {
	--fa: "";
}

.fa-golang {
	--fa: "";
}

.fa-kickstarter, .fa-square-kickstarter {
	--fa: "";
}

.fa-grav {
	--fa: "";
}

.fa-weibo {
	--fa: "";
}

.fa-uncharted {
	--fa: "";
}

.fa-firstdraft {
	--fa: "";
}

.fa-square-youtube, .fa-youtube-square {
	--fa: "";
}

.fa-wikipedia-w {
	--fa: "";
}

.fa-rendact, .fa-wpressr {
	--fa: "";
}

.fa-angellist {
	--fa: "";
}

.fa-galactic-republic {
	--fa: "";
}

.fa-nfc-directional {
	--fa: "";
}

.fa-skype {
	--fa: "";
}

.fa-joget {
	--fa: "";
}

.fa-fedora {
	--fa: "";
}

.fa-stripe-s {
	--fa: "";
}

.fa-meta {
	--fa: "";
}

.fa-laravel {
	--fa: "";
}

.fa-hotjar {
	--fa: "";
}

.fa-bluetooth-b {
	--fa: "";
}

.fa-square-letterboxd {
	--fa: "";
}

.fa-sticker-mule {
	--fa: "";
}

.fa-creative-commons-zero {
	--fa: "";
}

.fa-hips {
	--fa: "";
}

.fa-css {
	--fa: "";
}

.fa-behance {
	--fa: "";
}

.fa-reddit {
	--fa: "";
}

.fa-discord {
	--fa: "";
}

.fa-chrome {
	--fa: "";
}

.fa-app-store-ios {
	--fa: "";
}

.fa-cc-discover {
	--fa: "";
}

.fa-wpbeginner {
	--fa: "";
}

.fa-confluence {
	--fa: "";
}

.fa-shoelace {
	--fa: "";
}

.fa-mdb {
	--fa: "";
}

.fa-dochub {
	--fa: "";
}

.fa-accessible-icon {
	--fa: "";
}

.fa-ebay {
	--fa: "";
}

.fa-amazon {
	--fa: "";
}

.fa-unsplash {
	--fa: "";
}

.fa-yarn {
	--fa: "";
}

.fa-square-steam, .fa-steam-square {
	--fa: "";
}

.fa-500px {
	--fa: "";
}

.fa-square-vimeo, .fa-vimeo-square {
	--fa: "";
}

.fa-asymmetrik {
	--fa: "";
}

.fa-font-awesome, .fa-font-awesome-flag, .fa-font-awesome-logo-full {
	--fa: "";
}

.fa-gratipay {
	--fa: "";
}

.fa-apple {
	--fa: "";
}

.fa-hive {
	--fa: "";
}

.fa-gitkraken {
	--fa: "";
}

.fa-keybase {
	--fa: "";
}

.fa-apple-pay {
	--fa: "";
}

.fa-padlet {
	--fa: "";
}

.fa-amazon-pay {
	--fa: "";
}

.fa-github-square, .fa-square-github {
	--fa: "";
}

.fa-stumbleupon {
	--fa: "";
}

.fa-fedex {
	--fa: "";
}

.fa-phoenix-framework {
	--fa: "";
}

.fa-shopify {
	--fa: "";
}

.fa-neos {
	--fa: "";
}

.fa-square-threads {
	--fa: "";
}

.fa-hackerrank {
	--fa: "";
}

.fa-researchgate {
	--fa: "";
}

.fa-swift {
	--fa: "";
}

.fa-angular {
	--fa: "";
}

.fa-speakap {
	--fa: "";
}

.fa-angrycreative {
	--fa: "";
}

.fa-y-combinator {
	--fa: "";
}

.fa-empire {
	--fa: "";
}

.fa-envira {
	--fa: "";
}

.fa-google-scholar {
	--fa: "";
}

.fa-gitlab-square, .fa-square-gitlab {
	--fa: "";
}

.fa-studiovinari {
	--fa: "";
}

.fa-pied-piper {
	--fa: "";
}

.fa-wordpress {
	--fa: "";
}

.fa-product-hunt {
	--fa: "";
}

.fa-firefox {
	--fa: "";
}

.fa-linode {
	--fa: "";
}

.fa-goodreads {
	--fa: "";
}

.fa-odnoklassniki-square, .fa-square-odnoklassniki {
	--fa: "";
}

.fa-jsfiddle {
	--fa: "";
}

.fa-sith {
	--fa: "";
}

.fa-themeisle {
	--fa: "";
}

.fa-page4 {
	--fa: "";
}

.fa-hashnode {
	--fa: "";
}

.fa-react {
	--fa: "";
}

.fa-cc-paypal {
	--fa: "";
}

.fa-squarespace {
	--fa: "";
}

.fa-cc-stripe {
	--fa: "";
}

.fa-creative-commons-share {
	--fa: "";
}

.fa-bitcoin {
	--fa: "";
}

.fa-keycdn {
	--fa: "";
}

.fa-opera {
	--fa: "";
}

.fa-itch-io {
	--fa: "";
}

.fa-umbraco {
	--fa: "";
}

.fa-galactic-senate {
	--fa: "";
}

.fa-ubuntu {
	--fa: "";
}

.fa-draft2digital {
	--fa: "";
}

.fa-stripe {
	--fa: "";
}

.fa-houzz {
	--fa: "";
}

.fa-gg {
	--fa: "";
}

.fa-dhl {
	--fa: "";
}

.fa-pinterest-square, .fa-square-pinterest {
	--fa: "";
}

.fa-xing {
	--fa: "";
}

.fa-blackberry {
	--fa: "";
}

.fa-creative-commons-pd {
	--fa: "";
}

.fa-playstation {
	--fa: "";
}

.fa-quinscape {
	--fa: "";
}

.fa-less {
	--fa: "";
}

.fa-blogger-b {
	--fa: "";
}

.fa-opencart {
	--fa: "";
}

.fa-vine {
	--fa: "";
}

.fa-signal-messenger {
	--fa: "";
}

.fa-paypal {
	--fa: "";
}

.fa-gitlab {
	--fa: "";
}

.fa-typo3 {
	--fa: "";
}

.fa-reddit-alien {
	--fa: "";
}

.fa-yahoo {
	--fa: "";
}

.fa-dailymotion {
	--fa: "";
}

.fa-affiliatetheme {
	--fa: "";
}

.fa-pied-piper-pp {
	--fa: "";
}

.fa-bootstrap {
	--fa: "";
}

.fa-odnoklassniki {
	--fa: "";
}

.fa-nfc-symbol {
	--fa: "";
}

.fa-mintbit {
	--fa: "";
}

.fa-ethereum {
	--fa: "";
}

.fa-speaker-deck {
	--fa: "";
}

.fa-creative-commons-nc-eu {
	--fa: "";
}

.fa-patreon {
	--fa: "";
}

.fa-avianex {
	--fa: "";
}

.fa-ello {
	--fa: "";
}

.fa-gofore {
	--fa: "";
}

.fa-bimobject {
	--fa: "";
}

.fa-brave-reverse {
	--fa: "";
}

.fa-facebook-f {
	--fa: "";
}

.fa-google-plus-square, .fa-square-google-plus {
	--fa: "";
}

.fa-web-awesome {
	--fa: "";
}

.fa-mandalorian {
	--fa: "";
}

.fa-first-order-alt {
	--fa: "";
}

.fa-osi {
	--fa: "";
}

.fa-google-wallet {
	--fa: "";
}

.fa-d-and-d-beyond {
	--fa: "";
}

.fa-periscope {
	--fa: "";
}

.fa-fulcrum {
	--fa: "";
}

.fa-cloudscale {
	--fa: "";
}

.fa-forumbee {
	--fa: "";
}

.fa-mizuni {
	--fa: "";
}

.fa-schlix {
	--fa: "";
}

.fa-square-xing, .fa-xing-square {
	--fa: "";
}

.fa-bandcamp {
	--fa: "";
}

.fa-wpforms {
	--fa: "";
}

.fa-cloudversify {
	--fa: "";
}

.fa-usps {
	--fa: "";
}

.fa-megaport {
	--fa: "";
}

.fa-magento {
	--fa: "";
}

.fa-spotify {
	--fa: "";
}

.fa-optin-monster {
	--fa: "";
}

.fa-fly {
	--fa: "";
}

.fa-square-bluesky {
	--fa: "";
}

.fa-aviato {
	--fa: "";
}

.fa-itunes {
	--fa: "";
}

.fa-cuttlefish {
	--fa: "";
}

.fa-blogger {
	--fa: "";
}

.fa-flickr {
	--fa: "";
}

.fa-viber {
	--fa: "";
}

.fa-soundcloud {
	--fa: "";
}

.fa-digg {
	--fa: "";
}

.fa-tencent-weibo {
	--fa: "";
}

.fa-letterboxd {
	--fa: "";
}

.fa-symfony {
	--fa: "";
}

.fa-maxcdn {
	--fa: "";
}

.fa-etsy {
	--fa: "";
}

.fa-facebook-messenger {
	--fa: "";
}

.fa-audible {
	--fa: "";
}

.fa-think-peaks {
	--fa: "";
}

.fa-bilibili {
	--fa: "";
}

.fa-erlang {
	--fa: "";
}

.fa-x-twitter {
	--fa: "";
}

.fa-cotton-bureau {
	--fa: "";
}

.fa-dashcube {
	--fa: "";
}

.fa-42-group, .fa-innosoft {
	--fa: "";
}

.fa-stack-exchange {
	--fa: "";
}

.fa-elementor {
	--fa: "";
}

.fa-pied-piper-square, .fa-square-pied-piper {
	--fa: "";
}

.fa-creative-commons-nd {
	--fa: "";
}

.fa-palfed {
	--fa: "";
}

.fa-superpowers {
	--fa: "";
}

.fa-resolving {
	--fa: "";
}

.fa-xbox {
	--fa: "";
}

.fa-square-web-awesome-stroke {
	--fa: "";
}

.fa-searchengin {
	--fa: "";
}

.fa-tiktok {
	--fa: "";
}

.fa-facebook-square, .fa-square-facebook {
	--fa: "";
}

.fa-renren {
	--fa: "";
}

.fa-linux {
	--fa: "";
}

.fa-glide {
	--fa: "";
}

.fa-linkedin {
	--fa: "";
}

.fa-hubspot {
	--fa: "";
}

.fa-deploydog {
	--fa: "";
}

.fa-twitch {
	--fa: "";
}

.fa-flutter {
	--fa: "";
}

.fa-ravelry {
	--fa: "";
}

.fa-mixer {
	--fa: "";
}

.fa-lastfm-square, .fa-square-lastfm {
	--fa: "";
}

.fa-vimeo {
	--fa: "";
}

.fa-mendeley {
	--fa: "";
}

.fa-uniregistry {
	--fa: "";
}

.fa-figma {
	--fa: "";
}

.fa-creative-commons-remix {
	--fa: "";
}

.fa-cc-amazon-pay {
	--fa: "";
}

.fa-dropbox {
	--fa: "";
}

.fa-instagram {
	--fa: "";
}

.fa-cmplid {
	--fa: "";
}

.fa-upwork {
	--fa: "";
}

.fa-facebook {
	--fa: "";
}

.fa-gripfire {
	--fa: "";
}

.fa-jedi-order {
	--fa: "";
}

.fa-uikit {
	--fa: "";
}

.fa-fort-awesome-alt {
	--fa: "";
}

.fa-phabricator {
	--fa: "";
}

.fa-ussunnah {
	--fa: "";
}

.fa-earlybirds {
	--fa: "";
}

.fa-trade-federation {
	--fa: "";
}

.fa-autoprefixer {
	--fa: "";
}

.fa-whatsapp {
	--fa: "";
}

.fa-square-upwork {
	--fa: "";
}

.fa-slideshare {
	--fa: "";
}

.fa-google-play {
	--fa: "";
}

.fa-viadeo {
	--fa: "";
}

.fa-line {
	--fa: "";
}

.fa-google-drive {
	--fa: "";
}

.fa-servicestack {
	--fa: "";
}

.fa-simplybuilt {
	--fa: "";
}

.fa-bitbucket {
	--fa: "";
}

.fa-imdb {
	--fa: "";
}

.fa-deezer {
	--fa: "";
}

.fa-raspberry-pi {
	--fa: "";
}

.fa-jira {
	--fa: "";
}

.fa-docker {
	--fa: "";
}

.fa-screenpal {
	--fa: "";
}

.fa-bluetooth {
	--fa: "";
}

.fa-gitter {
	--fa: "";
}

.fa-d-and-d {
	--fa: "";
}

.fa-microblog {
	--fa: "";
}

.fa-cc-diners-club {
	--fa: "";
}

.fa-gg-circle {
	--fa: "";
}

.fa-pied-piper-hat {
	--fa: "";
}

.fa-kickstarter-k {
	--fa: "";
}

.fa-yandex {
	--fa: "";
}

.fa-readme {
	--fa: "";
}

.fa-html5 {
	--fa: "";
}

.fa-sellsy {
	--fa: "";
}

.fa-square-web-awesome {
	--fa: "";
}

.fa-sass {
	--fa: "";
}

.fa-wirsindhandwerk, .fa-wsh {
	--fa: "";
}

.fa-buromobelexperte {
	--fa: "";
}

.fa-salesforce {
	--fa: "";
}

.fa-octopus-deploy {
	--fa: "";
}

.fa-medapps {
	--fa: "";
}

.fa-ns8 {
	--fa: "";
}

.fa-pinterest-p {
	--fa: "";
}

.fa-apper {
	--fa: "";
}

.fa-fort-awesome {
	--fa: "";
}

.fa-waze {
	--fa: "";
}

.fa-bluesky {
	--fa: "";
}

.fa-cc-jcb {
	--fa: "";
}

.fa-snapchat, .fa-snapchat-ghost {
	--fa: "";
}

.fa-fantasy-flight-games {
	--fa: "";
}

.fa-rust {
	--fa: "";
}

.fa-wix {
	--fa: "";
}

.fa-behance-square, .fa-square-behance {
	--fa: "";
}

.fa-supple {
	--fa: "";
}

.fa-webflow {
	--fa: "";
}

.fa-rebel {
	--fa: "";
}

.fa-css3 {
	--fa: "";
}

.fa-staylinked {
	--fa: "";
}

.fa-kaggle {
	--fa: "";
}

.fa-space-awesome {
	--fa: "";
}

.fa-deviantart {
	--fa: "";
}

.fa-cpanel {
	--fa: "";
}

.fa-goodreads-g {
	--fa: "";
}

.fa-git-square, .fa-square-git {
	--fa: "";
}

.fa-square-tumblr, .fa-tumblr-square {
	--fa: "";
}

.fa-trello {
	--fa: "";
}

.fa-creative-commons-nc-jp {
	--fa: "";
}

.fa-get-pocket {
	--fa: "";
}

.fa-perbyte {
	--fa: "";
}

.fa-grunt {
	--fa: "";
}

.fa-weebly {
	--fa: "";
}

.fa-connectdevelop {
	--fa: "";
}

.fa-leanpub {
	--fa: "";
}

.fa-black-tie {
	--fa: "";
}

.fa-themeco {
	--fa: "";
}

.fa-python {
	--fa: "";
}

.fa-android {
	--fa: "";
}

.fa-bots {
	--fa: "";
}

.fa-free-code-camp {
	--fa: "";
}

.fa-hornbill {
	--fa: "";
}

.fa-js {
	--fa: "";
}

.fa-ideal {
	--fa: "";
}

.fa-git {
	--fa: "";
}

.fa-dev {
	--fa: "";
}

.fa-sketch {
	--fa: "";
}

.fa-yandex-international {
	--fa: "";
}

.fa-cc-amex {
	--fa: "";
}

.fa-uber {
	--fa: "";
}

.fa-github {
	--fa: "";
}

.fa-php {
	--fa: "";
}

.fa-alipay {
	--fa: "";
}

.fa-youtube {
	--fa: "";
}

.fa-skyatlas {
	--fa: "";
}

.fa-firefox-browser {
	--fa: "";
}

.fa-replyd {
	--fa: "";
}

.fa-suse {
	--fa: "";
}

.fa-jenkins {
	--fa: "";
}

.fa-twitter {
	--fa: "";
}

.fa-rockrms {
	--fa: "";
}

.fa-pinterest {
	--fa: "";
}

.fa-buffer {
	--fa: "";
}

.fa-npm {
	--fa: "";
}

.fa-yammer {
	--fa: "";
}

.fa-btc {
	--fa: "";
}

.fa-dribbble {
	--fa: "";
}

.fa-stumbleupon-circle {
	--fa: "";
}

.fa-internet-explorer {
	--fa: "";
}

.fa-stubber {
	--fa: "";
}

.fa-telegram, .fa-telegram-plane {
	--fa: "";
}

.fa-old-republic {
	--fa: "";
}

.fa-odysee {
	--fa: "";
}

.fa-square-whatsapp, .fa-whatsapp-square {
	--fa: "";
}

.fa-node-js {
	--fa: "";
}

.fa-edge-legacy {
	--fa: "";
}

.fa-slack, .fa-slack-hash {
	--fa: "";
}

.fa-medrt {
	--fa: "";
}

.fa-usb {
	--fa: "";
}

.fa-tumblr {
	--fa: "";
}

.fa-vaadin {
	--fa: "";
}

.fa-quora {
	--fa: "";
}

.fa-square-x-twitter {
	--fa: "";
}

.fa-reacteurope {
	--fa: "";
}

.fa-medium, .fa-medium-m {
	--fa: "";
}

.fa-amilia {
	--fa: "";
}

.fa-mixcloud {
	--fa: "";
}

.fa-flipboard {
	--fa: "";
}

.fa-viacoin {
	--fa: "";
}

.fa-critical-role {
	--fa: "";
}

.fa-sitrox {
	--fa: "";
}

.fa-discourse {
	--fa: "";
}

.fa-joomla {
	--fa: "";
}

.fa-mastodon {
	--fa: "";
}

.fa-airbnb {
	--fa: "";
}

.fa-wolf-pack-battalion {
	--fa: "";
}

.fa-buy-n-large {
	--fa: "";
}

.fa-gulp {
	--fa: "";
}

.fa-creative-commons-sampling-plus {
	--fa: "";
}

.fa-strava {
	--fa: "";
}

.fa-ember {
	--fa: "";
}

.fa-canadian-maple-leaf {
	--fa: "";
}

.fa-teamspeak {
	--fa: "";
}

.fa-pushed {
	--fa: "";
}

.fa-wordpress-simple {
	--fa: "";
}

.fa-nutritionix {
	--fa: "";
}

.fa-wodu {
	--fa: "";
}

.fa-google-pay {
	--fa: "";
}

.fa-intercom {
	--fa: "";
}

.fa-zhihu {
	--fa: "";
}

.fa-korvue {
	--fa: "";
}

.fa-pix {
	--fa: "";
}

.fa-steam-symbol {
	--fa: "";
}

:host, :root {
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

.fa-regular, .far {
	font-weight: 400;
}

:host, :root {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

.fa-solid, .fas {
	font-weight: 900;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
	transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
	transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
	transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
	transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
	transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
	transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
	transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
	transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
	transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
	transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
	transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
	transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
	transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
	transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
	transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
	transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
	transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
	transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
	transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
	transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
	transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
	transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
	transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
	transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
	transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
	transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
	transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
	transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
	transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
	transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
	transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
	transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
	transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
	transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
	transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
	transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
	transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
	transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
	transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
	transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
	transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
	transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
	transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
	transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
	transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
	transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
	transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
	transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
	transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
	transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
	transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
	transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
	transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
	transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
	transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
	transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
	transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
	transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
	transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
	transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
	transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
	transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
	transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
	transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
	transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
	transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
	transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
	transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
	transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
	transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
	transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
	transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
	transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
	transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
	transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
	transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
	transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
	transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
	transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
	transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
	transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
	transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
	transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
	transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
	transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
	transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
	transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
	transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
	transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
	transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
	transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
	transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
	transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
	transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
	transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
	transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
	transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
	transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
	transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
	transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
	transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
	transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
	transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
	transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
	transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
	transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
	transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
	transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
	transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
	transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
	transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
	transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
	transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
	transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
	transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
	transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
	transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
	transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
	transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .25, .75, .75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
	transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
	transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
	transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
	transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
	transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	transform: translateZ(0);
}

[data-aos=fade-up] {
	transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
	transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
	transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
	transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
	transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
	transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
	transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
	transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
	transform: scale(.6);
}

[data-aos=zoom-in-up] {
	transform: translate3d(0, 100px, 0) scale(.6);
}

[data-aos=zoom-in-down] {
	transform: translate3d(0, -100px, 0) scale(.6);
}

[data-aos=zoom-in-right] {
	transform: translate3d(-100px, 0, 0) scale(.6);
}

[data-aos=zoom-in-left] {
	transform: translate3d(100px, 0, 0) scale(.6);
}

[data-aos=zoom-out] {
	transform: scale(1.2);
}

[data-aos=zoom-out-up] {
	transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
	transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
	transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
	transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
	transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
	transform: translateZ(0);
}

[data-aos=slide-up] {
	transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
	transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
	transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
	transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
	backface-visibility: hidden;
	transition-property: transform;
}

[data-aos=flip-left] {
	transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
	transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
	transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
	transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
	transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
	transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
	transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
	transform: perspective(2500px) rotateX(0);
}
/*# sourceMappingURL=bootstrap.min.css.map */

@charset "UTF-8";

/*!
 * Bootstrap  v5.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root, [data-bs-theme=light] {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #cfe2ff;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, .75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, .5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 13, 110, 253;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, .175);
	--bs-border-radius: .375rem;
	--bs-border-radius-sm: .25rem;
	--bs-border-radius-lg: .5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
	--bs-focus-ring-width: .25rem;
	--bs-focus-ring-opacity: .25;
	--bs-focus-ring-color: rgba(13, 110, 253, .25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
	color-scheme: dark;
	--bs-body-color: #dee2e6;
	--bs-body-color-rgb: 222, 226, 230;
	--bs-body-bg: #212529;
	--bs-body-bg-rgb: 33, 37, 41;
	--bs-emphasis-color: #fff;
	--bs-emphasis-color-rgb: 255, 255, 255;
	--bs-secondary-color: rgba(222, 226, 230, .75);
	--bs-secondary-color-rgb: 222, 226, 230;
	--bs-secondary-bg: #343a40;
	--bs-secondary-bg-rgb: 52, 58, 64;
	--bs-tertiary-color: rgba(222, 226, 230, .5);
	--bs-tertiary-color-rgb: 222, 226, 230;
	--bs-tertiary-bg: #2b3035;
	--bs-tertiary-bg-rgb: 43, 48, 53;
	--bs-primary-text-emphasis: #6ea8fe;
	--bs-secondary-text-emphasis: #a7acb1;
	--bs-success-text-emphasis: #75b798;
	--bs-info-text-emphasis: #6edff6;
	--bs-warning-text-emphasis: #ffda6a;
	--bs-danger-text-emphasis: #ea868f;
	--bs-light-text-emphasis: #f8f9fa;
	--bs-dark-text-emphasis: #dee2e6;
	--bs-primary-bg-subtle: #031633;
	--bs-secondary-bg-subtle: #161719;
	--bs-success-bg-subtle: #051b11;
	--bs-info-bg-subtle: #032830;
	--bs-warning-bg-subtle: #332701;
	--bs-danger-bg-subtle: #2c0b0e;
	--bs-light-bg-subtle: #343a40;
	--bs-dark-bg-subtle: #1a1d20;
	--bs-primary-border-subtle: #084298;
	--bs-secondary-border-subtle: #41464b;
	--bs-success-border-subtle: #0f5132;
	--bs-info-border-subtle: #087990;
	--bs-warning-border-subtle: #997404;
	--bs-danger-border-subtle: #842029;
	--bs-light-border-subtle: #495057;
	--bs-dark-border-subtle: #343a40;
	--bs-heading-color: inherit;
	--bs-link-color: #6ea8fe;
	--bs-link-hover-color: #8bb9fe;
	--bs-link-color-rgb: 110, 168, 254;
	--bs-link-hover-color-rgb: 139, 185, 254;
	--bs-code-color: #e685b5;
	--bs-border-color: #495057;
	--bs-border-color-translucent: rgba(255, 255, 255, .15);
	--bs-form-valid-color: #75b798;
	--bs-form-valid-border-color: #75b798;
	--bs-form-invalid-color: #ea868f;
	--bs-form-invalid-border-color: #ea868f;
}

*, ::after, ::before {
	box-sizing: border-box;
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: var(--bs-border-width) solid;
	opacity: .25;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--bs-heading-color);
}

.h1, h1 {
	font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
	.h1, h1 {
		font-size: 2.5rem;
	}
}

.h2, h2 {
	font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
	.h2, h2 {
		font-size: 2rem;
	}
}

.h3, h3 {
	font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
	.h3, h3 {
		font-size: 1.75rem;
	}
}

.h4, h4 {
	font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
	.h4, h4 {
		font-size: 1.5rem;
	}
}

.h5, h5 {
	font-size: 1.25rem;
}

.h6, h6 {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol, ul {
	padding-left: 2rem;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

.small, small {
	font-size: .875em;
}

.mark, mark {
	padding: .1875em;
	background-color: var(--bs-highlight-bg);
}

sub, sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: underline;
}

a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

code, kbd, pre, samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: .875em;
	color: var(--bs-code-color);
	word-wrap: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: .1875rem .375rem;
	font-size: .875em;
	color: var(--bs-body-bg);
	background-color: var(--bs-body-color);
	border-radius: .25rem;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
}

figure {
	margin: 0 0 1rem;
}

img, svg {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: var(--bs-secondary-color);
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit;
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem;
	}
}

legend+* {
	clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

::file-selector-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: .875em;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote>:last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "— ";
}

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

.img-thumbnail {
	padding: .25rem;
	background-color: var(--bs-body-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: .875em;
	color: var(--bs-secondary-color);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto;
}

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

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

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

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

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

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

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

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

.col {
	flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	
	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.66666667%;
	}
	
	.g-sm-0, .gx-sm-0 {
		--bs-gutter-x: 0;
	}
	
	.g-sm-0, .gy-sm-0 {
		--bs-gutter-y: 0;
	}
	
	.g-sm-1, .gx-sm-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-sm-1, .gy-sm-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-sm-2, .gx-sm-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-sm-2, .gy-sm-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-sm-3, .gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-sm-3, .gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-sm-4, .gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-sm-4, .gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-sm-5, .gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-sm-5, .gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:768px) {
	.col-md {
		flex: 1 0 0%;
	}
	
	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.66666667%;
	}
	
	.g-md-0, .gx-md-0 {
		--bs-gutter-x: 0;
	}
	
	.g-md-0, .gy-md-0 {
		--bs-gutter-y: 0;
	}
	
	.g-md-1, .gx-md-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-md-1, .gy-md-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-md-2, .gx-md-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-md-2, .gy-md-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-md-3, .gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-md-3, .gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-md-4, .gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-md-4, .gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-md-5, .gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-md-5, .gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	
	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
	
	.g-lg-0, .gx-lg-0 {
		--bs-gutter-x: 0;
	}
	
	.g-lg-0, .gy-lg-0 {
		--bs-gutter-y: 0;
	}
	
	.g-lg-1, .gx-lg-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-lg-1, .gy-lg-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-lg-2, .gx-lg-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-lg-2, .gy-lg-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-lg-3, .gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-lg-3, .gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-lg-4, .gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-lg-4, .gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-lg-5, .gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-lg-5, .gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	
	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
	
	.g-xl-0, .gx-xl-0 {
		--bs-gutter-x: 0;
	}
	
	.g-xl-0, .gy-xl-0 {
		--bs-gutter-y: 0;
	}
	
	.g-xl-1, .gx-xl-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-xl-1, .gy-xl-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xl-2, .gx-xl-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xl-2, .gy-xl-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-xl-3, .gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-xl-3, .gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-xl-4, .gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-xl-4, .gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-xl-5, .gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-xl-5, .gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	
	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xxl-0 {
		margin-left: 0;
	}
	
	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-xxl-3 {
		margin-left: 25%;
	}
	
	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-xxl-6 {
		margin-left: 50%;
	}
	
	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-xxl-9 {
		margin-left: 75%;
	}
	
	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}
	
	.g-xxl-0, .gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	
	.g-xxl-0, .gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	
	.g-xxl-1, .gx-xxl-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-xxl-1, .gy-xxl-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xxl-2, .gx-xxl-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xxl-2, .gy-xxl-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-xxl-3, .gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-xxl-3, .gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-xxl-4, .gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-xxl-4, .gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-xxl-5, .gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-xxl-5, .gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

.table {
	--bs-table-color-type: initial;
	--bs-table-bg-type: initial;
	--bs-table-color-state: initial;
	--bs-table-bg-state: initial;
	--bs-table-color: var(--bs-body-color);
	--bs-table-bg: var(--bs-body-bg);
	--bs-table-border-color: var(--bs-border-color);
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-body-color);
	--bs-table-striped-bg: rgba(0, 0, 0, .05);
	--bs-table-active-color: var(--bs-body-color);
	--bs-table-active-bg: rgba(0, 0, 0, .1);
	--bs-table-hover-color: var(--bs-body-color);
	--bs-table-hover-bg: rgba(0, 0, 0, .075);
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
	border-color: var(--bs-table-border-color);
}

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
	background-color: var(--bs-table-bg);
	border-bottom-width: var(--bs-border-width);
	box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table>tbody {
	vertical-align: inherit;
}

.table>thead {
	vertical-align: bottom;
}

.table-group-divider {
	border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
	caption-side: top;
}

.table-sm>:not(caption)>*>* {
	padding: .25rem .25rem;
}

.table-bordered>:not(caption)>* {
	border-width: var(--bs-border-width) 0;
}

.table-bordered>:not(caption)>*>* {
	border-width: 0 var(--bs-border-width);
}

.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0;
}

.table-borderless>:not(:first-child) {
	border-top-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n) {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
	--bs-table-color-state: var(--bs-table-active-color);
	--bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover>tbody>tr:hover>* {
	--bs-table-color-state: var(--bs-table-hover-color);
	--bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
	--bs-table-color: #000;
	--bs-table-bg: #cfe2ff;
	--bs-table-border-color: #bacbe6;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-secondary {
	--bs-table-color: #000;
	--bs-table-bg: #e2e3e5;
	--bs-table-border-color: #cbccce;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-success {
	--bs-table-color: #000;
	--bs-table-bg: #d1e7dd;
	--bs-table-border-color: #bcd0c7;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-info {
	--bs-table-color: #000;
	--bs-table-bg: #cff4fc;
	--bs-table-border-color: #badce3;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-warning {
	--bs-table-color: #000;
	--bs-table-bg: #fff3cd;
	--bs-table-border-color: #e6dbb9;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-danger {
	--bs-table-color: #000;
	--bs-table-bg: #f8d7da;
	--bs-table-border-color: #dfc2c4;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-light {
	--bs-table-color: #000;
	--bs-table-bg: #f8f9fa;
	--bs-table-border-color: #dfe0e1;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-dark {
	--bs-table-color: #fff;
	--bs-table-bg: #212529;
	--bs-table-border-color: #373b3e;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.form-label {
	margin-bottom: .5rem;
}

.col-form-label {
	padding-top: calc(.375rem + var(--bs-border-width));
	padding-bottom: calc(.375rem + var(--bs-border-width));
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + var(--bs-border-width));
	padding-bottom: calc(.5rem + var(--bs-border-width));
	font-size: 1.25rem;
}

.col-form-label-sm {
	padding-top: calc(.25rem + var(--bs-border-width));
	padding-bottom: calc(.25rem + var(--bs-border-width));
	font-size: .875rem;
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: var(--bs-secondary-color);
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none;
	}
}

.form-control[type=file] {
	overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::-webkit-date-and-time-value {
	min-width: 85px;
	height: 1.5em;
	margin: 0;
}

.form-control::-webkit-datetime-edit {
	display: block;
	padding: 0;
}

.form-control::-moz-placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
}

.form-control::placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
}

.form-control:disabled {
	background-color: var(--bs-secondary-bg);
	opacity: 1;
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: var(--bs-body-color);
	background-color: var(--bs-tertiary-bg);
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: var(--bs-border-width);
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: var(--bs-body-color);
	background-color: var(--bs-tertiary-bg);
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: var(--bs-border-width);
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}
	
	.form-control::file-selector-button {
		transition: none;
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: var(--bs-body-color);
	background-color: transparent;
	border: solid transparent;
	border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
	outline: 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem;
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem;
}

.form-control-lg {
	min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}

textarea.form-control {
	min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
	min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
	width: 3rem;
	height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
	padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control-color::-moz-color-swatch {
	border: 0 !important;
	border-radius: var(--bs-border-radius);
}

.form-control-color::-webkit-color-swatch {
	border: 0 !important;
	border-radius: var(--bs-border-radius);
}

.form-control-color.form-control-sm {
	height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
	height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'m2 5 6 6 6-6\'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-select {
		transition: none;
	}
}

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
	padding-right: .75rem;
	background-image: none;
}

.form-select[multiple].nitro-lazy, .form-select[size]:not([size="1"]).nitro-lazy {
	background-image: none !important;
}

.form-select:disabled {
	background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
	border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
	border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23dee2e6\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'m2 5 6 6 6-6\'/%3e%3c/svg%3e");
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem;
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}

.form-check-reverse {
	padding-right: 1.5em;
	padding-left: 0;
	text-align: right;
}

.form-check-reverse .form-check-input {
	float: right;
	margin-right: -1.5em;
	margin-left: 0;
}

.form-check-input {
	--bs-form-check-bg: var(--bs-body-bg);
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-form-check-bg);
	background-image: var(--bs-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
	border-radius: .25em;
}

.form-check-input[type=radio] {
	border-radius: 50%;
}

.form-check-input:active {
	filter: brightness(90%);
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'m6 10 3 3 6-6\'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'2\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10h8\'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5;
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
	cursor: default;
	opacity: .5;
}

.form-switch {
	padding-left: 2.5em;
}

.form-switch .form-check-input {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'rgba%280, 0, 0, 0.25%29\'/%3e%3c/svg%3e");
	width: 2em;
	margin-left: -2.5em;
	background-image: var(--bs-form-switch-bg);
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}

.form-switch .form-check-input:focus {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%2386b7fe\'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
	background-position: right center;
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
	padding-right: 2.5em;
	padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
	margin-right: -2.5em;
	margin-left: 0;
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.btn-check:disabled+.btn, .btn-check[disabled]+.btn {
	pointer-events: none;
	filter: none;
	opacity: .65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'rgba%28255, 255, 255, 0.25%29\'/%3e%3c/svg%3e");
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
}

.form-range:focus {
	outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-range::-moz-focus-outer {
	border: 0;
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	-webkit-appearance: none;
	appearance: none;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: var(--bs-tertiary-bg);
	border-color: transparent;
	border-radius: 1rem;
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	-moz-appearance: none;
	appearance: none;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}

.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe;
}

.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: var(--bs-tertiary-bg);
	border-color: transparent;
	border-radius: 1rem;
}

.form-range:disabled {
	pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
	background-color: var(--bs-secondary-color);
}

.form-floating {
	position: relative;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	line-height: 1.25;
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	padding: 1rem .75rem;
	overflow: hidden;
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: var(--bs-border-width) solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-floating>label {
		transition: none;
	}
}

.form-floating>.form-control, .form-floating>.form-control-plaintext {
	padding: 1rem .75rem;
}

.form-floating>.form-control-plaintext::-moz-placeholder, .form-floating>.form-control::-moz-placeholder {
	color: transparent;
}

.form-floating>.form-control-plaintext::placeholder, .form-floating>.form-control::placeholder {
	color: transparent;
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown), .form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-control-plaintext:-webkit-autofill, .form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	color: rgba(var(--bs-body-color-rgb), .65);
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
	color: rgba(var(--bs-body-color-rgb), .65);
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label::after {
	position: absolute;
	inset: 1rem .375rem;
	z-index: -1;
	height: 1.5em;
	content: "";
	background-color: var(--bs-body-bg);
	border-radius: var(--bs-border-radius);
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
	position: absolute;
	inset: 1rem .375rem;
	z-index: -1;
	height: 1.5em;
	content: "";
	background-color: var(--bs-body-bg);
	border-radius: var(--bs-border-radius);
}

.form-floating>.form-control:-webkit-autofill~label {
	color: rgba(var(--bs-body-color-rgb), .65);
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control-plaintext~label {
	border-width: var(--bs-border-width) 0;
}

.form-floating>.form-control:disabled~label, .form-floating>:disabled~label {
	color: #6c757d;
}

.form-floating>.form-control:disabled~label::after, .form-floating>:disabled~label::after {
	background-color: var(--bs-secondary-bg);
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus {
	z-index: 5;
}

.input-group .btn {
	position: relative;
	z-index: 2;
}

.input-group .btn:focus {
	z-index: 5;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--bs-tertiary-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
}

.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: var(--bs-border-radius-lg);
}

.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: var(--bs-border-radius-sm);
}

.input-group-lg>.form-select, .input-group-sm>.form-select {
	padding-right: 3rem;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4), .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control, .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select, .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: calc(var(--bs-border-width) * -1);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.form-floating:not(:first-child)>.form-control, .input-group>.form-floating:not(:first-child)>.form-select {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: var(--bs-form-valid-color);
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: var(--bs-success);
	border-radius: var(--bs-border-radius);
}

.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {
	display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
	border-color: var(--bs-form-valid-border-color);
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid.nitro-lazy, .was-validated .form-control:valid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.form-select.is-valid, .was-validated .form-select:valid {
	border-color: var(--bs-form-valid-border-color);
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");
	padding-right: 4.125rem;
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.form-control-color.is-valid, .was-validated .form-control-color:valid {
	width: calc(3rem + calc(1.5em + .75rem));
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: var(--bs-form-valid-border-color);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: var(--bs-form-valid-color);
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
	box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
	color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input~.valid-feedback {
	margin-left: .5em;
}

.input-group>.form-control:not(:focus).is-valid, .input-group>.form-floating:not(:focus-within).is-valid, .input-group>.form-select:not(:focus).is-valid, .was-validated .input-group>.form-control:not(:focus):valid, .was-validated .input-group>.form-floating:not(:focus-within):valid, .was-validated .input-group>.form-select:not(:focus):valid {
	z-index: 3;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: var(--bs-danger);
	border-radius: var(--bs-border-radius);
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
	display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: var(--bs-form-invalid-border-color);
	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 + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid.nitro-lazy, .was-validated .form-control:invalid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.form-select.is-invalid, .was-validated .form-select:invalid {
	border-color: var(--bs-form-invalid-border-color);
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%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");
	padding-right: 4.125rem;
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
	width: calc(3rem + calc(1.5em + .75rem));
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
	border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
	background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
	box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
	color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input~.invalid-feedback {
	margin-left: .5em;
}

.input-group>.form-control:not(:focus).is-invalid, .input-group>.form-floating:not(:focus-within).is-invalid, .input-group>.form-select:not(:focus).is-invalid, .was-validated .input-group>.form-control:not(:focus):invalid, .was-validated .input-group>.form-floating:not(:focus-within):invalid, .was-validated .input-group>.form-select:not(:focus):invalid {
	z-index: 4;
}

.btn {
	--bs-btn-padding-x: .75rem;
	--bs-btn-padding-y: .375rem;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-width: var(--bs-border-width);
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	--bs-btn-disabled-opacity: .65;
	--bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
}

.btn-check+.btn:hover {
	color: var(--bs-btn-color);
	background-color: var(--bs-btn-bg);
	border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible+.btn {
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible {
	box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	color: var(--bs-btn-disabled-color);
	pointer-events: none;
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #0d6efd;
	--bs-btn-border-color: #0d6efd;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0b5ed7;
	--bs-btn-hover-border-color: #0a58ca;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0a58ca;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #6c757d;
	--bs-btn-border-color: #6c757d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #5c636a;
	--bs-btn-hover-border-color: #565e64;
	--bs-btn-focus-shadow-rgb: 130, 138, 145;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #565e64;
	--bs-btn-active-border-color: #51585e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #6c757d;
	--bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
	--bs-btn-color: #fff;
	--bs-btn-bg: #198754;
	--bs-btn-border-color: #198754;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #157347;
	--bs-btn-hover-border-color: #146c43;
	--bs-btn-focus-shadow-rgb: 60, 153, 110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #146c43;
	--bs-btn-active-border-color: #13653f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #198754;
	--bs-btn-disabled-border-color: #198754;
}

.btn-info {
	--bs-btn-color: #000;
	--bs-btn-bg: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #31d2f2;
	--bs-btn-hover-border-color: #25cff2;
	--bs-btn-focus-shadow-rgb: 11, 172, 204;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #3dd5f3;
	--bs-btn-active-border-color: #25cff2;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #0dcaf0;
	--bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
	--bs-btn-color: #000;
	--bs-btn-bg: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffca2c;
	--bs-btn-hover-border-color: #ffc720;
	--bs-btn-focus-shadow-rgb: 217, 164, 6;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffcd39;
	--bs-btn-active-border-color: #ffc720;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #ffc107;
	--bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
	--bs-btn-color: #fff;
	--bs-btn-bg: #dc3545;
	--bs-btn-border-color: #dc3545;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #bb2d3b;
	--bs-btn-hover-border-color: #b02a37;
	--bs-btn-focus-shadow-rgb: 225, 83, 97;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #b02a37;
	--bs-btn-active-border-color: #a52834;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #dc3545;
	--bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
	--bs-btn-color: #000;
	--bs-btn-bg: #f8f9fa;
	--bs-btn-border-color: #f8f9fa;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #d3d4d5;
	--bs-btn-hover-border-color: #c6c7c8;
	--bs-btn-focus-shadow-rgb: 211, 212, 213;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #c6c7c8;
	--bs-btn-active-border-color: #babbbc;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #f8f9fa;
	--bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
	--bs-btn-color: #fff;
	--bs-btn-bg: #212529;
	--bs-btn-border-color: #212529;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #424649;
	--bs-btn-hover-border-color: #373b3e;
	--bs-btn-focus-shadow-rgb: 66, 70, 73;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #4d5154;
	--bs-btn-active-border-color: #373b3e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #212529;
	--bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
	--bs-btn-color: #0d6efd;
	--bs-btn-border-color: #0d6efd;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0d6efd;
	--bs-btn-hover-border-color: #0d6efd;
	--bs-btn-focus-shadow-rgb: 13, 110, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0d6efd;
	--bs-btn-active-border-color: #0d6efd;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #0d6efd;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0d6efd;
	--bs-gradient: none;
}

.btn-outline-secondary {
	--bs-btn-color: #6c757d;
	--bs-btn-border-color: #6c757d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #6c757d;
	--bs-btn-hover-border-color: #6c757d;
	--bs-btn-focus-shadow-rgb: 108, 117, 125;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #6c757d;
	--bs-btn-active-border-color: #6c757d;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #6c757d;
	--bs-gradient: none;
}

.btn-outline-success {
	--bs-btn-color: #198754;
	--bs-btn-border-color: #198754;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #198754;
	--bs-btn-hover-border-color: #198754;
	--bs-btn-focus-shadow-rgb: 25, 135, 84;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #198754;
	--bs-btn-active-border-color: #198754;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #198754;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #198754;
	--bs-gradient: none;
}

.btn-outline-info {
	--bs-btn-color: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #0dcaf0;
	--bs-btn-hover-border-color: #0dcaf0;
	--bs-btn-focus-shadow-rgb: 13, 202, 240;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #0dcaf0;
	--bs-btn-active-border-color: #0dcaf0;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #0dcaf0;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0dcaf0;
	--bs-gradient: none;
}

.btn-outline-warning {
	--bs-btn-color: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffc107;
	--bs-btn-hover-border-color: #ffc107;
	--bs-btn-focus-shadow-rgb: 255, 193, 7;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffc107;
	--bs-btn-active-border-color: #ffc107;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #ffc107;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #ffc107;
	--bs-gradient: none;
}

.btn-outline-danger {
	--bs-btn-color: #dc3545;
	--bs-btn-border-color: #dc3545;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #dc3545;
	--bs-btn-hover-border-color: #dc3545;
	--bs-btn-focus-shadow-rgb: 220, 53, 69;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #dc3545;
	--bs-btn-active-border-color: #dc3545;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #dc3545;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #dc3545;
	--bs-gradient: none;
}

.btn-outline-light {
	--bs-btn-color: #f8f9fa;
	--bs-btn-border-color: #f8f9fa;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #f8f9fa;
	--bs-btn-hover-border-color: #f8f9fa;
	--bs-btn-focus-shadow-rgb: 248, 249, 250;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #f8f9fa;
	--bs-btn-active-border-color: #f8f9fa;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #f8f9fa;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #f8f9fa;
	--bs-gradient: none;
}

.btn-outline-dark {
	--bs-btn-color: #212529;
	--bs-btn-border-color: #212529;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #212529;
	--bs-btn-hover-border-color: #212529;
	--bs-btn-focus-shadow-rgb: 33, 37, 41;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #212529;
	--bs-btn-active-border-color: #212529;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #212529;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #212529;
	--bs-gradient: none;
}

.btn-link {
	--bs-btn-font-weight: 400;
	--bs-btn-color: var(--bs-link-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-color: transparent;
	--bs-btn-hover-color: var(--bs-link-hover-color);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-active-color: var(--bs-link-hover-color);
	--bs-btn-active-border-color: transparent;
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-border-color: transparent;
	--bs-btn-box-shadow: 0 0 0 #000;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	text-decoration: underline;
}

.btn-link:focus-visible {
	color: var(--bs-btn-color);
}

.btn-link:hover {
	color: var(--bs-btn-hover-color);
}

.btn-group-lg>.btn, .btn-lg {
	--bs-btn-padding-y: .5rem;
	--bs-btn-padding-x: 1rem;
	--bs-btn-font-size: 1.25rem;
	--bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-group-sm>.btn, .btn-sm {
	--bs-btn-padding-y: .25rem;
	--bs-btn-padding-x: .5rem;
	--bs-btn-font-size: .875rem;
	--bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none;
	}
}

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing.collapse-horizontal {
		transition: none;
	}
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: .5rem;
	--bs-dropdown-spacer: .125rem;
	--bs-dropdown-font-size: 1rem;
	--bs-dropdown-color: var(--bs-body-color);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-border-radius: var(--bs-border-radius);
	--bs-dropdown-border-width: var(--bs-border-width);
	--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-divider-margin-y: .5rem;
	--bs-dropdown-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	--bs-dropdown-link-color: var(--bs-body-color);
	--bs-dropdown-link-hover-color: var(--bs-body-color);
	--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #0d6efd;
	--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: .25rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: .5rem;
	position: absolute;
	z-index: var(--bs-dropdown-zindex);
	display: none;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	margin: 0;
	font-size: var(--bs-dropdown-font-size);
	color: var(--bs-dropdown-color);
	text-align: left;
	list-style: none;
	background-color: var(--bs-dropdown-bg);
	background-clip: padding-box;
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
	--bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0;
}

.dropdown-menu-end {
	--bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto;
}

@media (min-width:576px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}
	
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-sm-end {
		--bs-position: end;
	}
	
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}
	
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-md-end {
		--bs-position: end;
	}
	
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}
	
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-lg-end {
		--bs-position: end;
	}
	
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}
	
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xl-end {
		--bs-position: end;
	}
	
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}
	
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xxl-end {
		--bs-position: end;
	}
	
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-toggle::after {
	vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropstart .dropdown-toggle::after {
	display: none;
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: var(--bs-dropdown-divider-margin-y) 0;
	overflow: hidden;
	border-top: 1px solid var(--bs-dropdown-divider-bg);
	opacity: 1;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	clear: both;
	font-weight: 400;
	color: var(--bs-dropdown-link-color);
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item:focus, .dropdown-item:hover {
	color: var(--bs-dropdown-link-hover-color);
	background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: var(--bs-dropdown-link-disabled-color);
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
	margin-bottom: 0;
	font-size: .875rem;
	color: var(--bs-dropdown-header-color);
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
	--bs-dropdown-color: #dee2e6;
	--bs-dropdown-bg: #343a40;
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-link-color: #dee2e6;
	--bs-dropdown-link-hover-color: #fff;
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #0d6efd;
	--bs-dropdown-link-disabled-color: #adb5bd;
	--bs-dropdown-header-color: #adb5bd;
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	flex: 1 1 auto;
}

.btn-group-vertical>.btn-check:checked+.btn, .btn-group-vertical>.btn-check:focus+.btn, .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn-check:checked+.btn, .btn-group>.btn-check:focus+.btn, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group {
	border-radius: var(--bs-border-radius);
}

.btn-group>.btn-group:not(:first-child), .btn-group>:not(.btn-check:first-child)+.btn {
	margin-left: calc(var(--bs-border-width) * -1);
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn.dropdown-toggle-split:first-child, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
	margin-top: calc(var(--bs-border-width) * -1);
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn~.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-padding-y: .5rem;
	--bs-nav-link-color: var(--bs-link-color);
	--bs-nav-link-hover-color: var(--bs-link-hover-color);
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	color: var(--bs-nav-link-color);
	text-decoration: none;
	background: 0 0;
	border: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.nav-link {
		transition: none;
	}
}

.nav-link:focus, .nav-link:hover {
	color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.nav-link.disabled, .nav-link:disabled {
	color: var(--bs-nav-link-disabled-color);
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	--bs-nav-tabs-border-width: var(--bs-border-width);
	--bs-nav-tabs-border-color: var(--bs-border-color);
	--bs-nav-tabs-border-radius: var(--bs-border-radius);
	--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
	--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
	--bs-nav-tabs-link-active-bg: var(--bs-body-bg);
	--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
	border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
	margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
	border: var(--bs-nav-tabs-border-width) solid transparent;
	border-top-left-radius: var(--bs-nav-tabs-border-radius);
	border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	isolation: isolate;
	border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: var(--bs-nav-tabs-link-active-color);
	background-color: var(--bs-nav-tabs-link-active-bg);
	border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
	margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills {
	--bs-nav-pills-border-radius: var(--bs-border-radius);
	--bs-nav-pills-link-active-color: #fff;
	--bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
	border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
	--bs-nav-underline-gap: 1rem;
	--bs-nav-underline-border-width: .125rem;
	--bs-nav-underline-link-active-color: var(--bs-emphasis-color);
	gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
	padding-right: 0;
	padding-left: 0;
	border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
	border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active, .nav-underline .show>.nav-link {
	font-weight: 700;
	color: var(--bs-nav-underline-link-active-color);
	border-bottom-color: currentcolor;
}

.nav-fill .nav-item, .nav-fill>.nav-link {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item, .nav-justified>.nav-link {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
	width: 100%;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: .5rem;
	--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);
	--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);
	--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);
	--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-padding-y: .3125rem;
	--bs-navbar-brand-margin-end: 1rem;
	--bs-navbar-brand-font-size: 1.25rem;
	--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-nav-link-padding-x: .5rem;
	--bs-navbar-toggler-padding-y: .25rem;
	--bs-navbar-toggler-padding-x: .75rem;
	--bs-navbar-toggler-font-size: 1.25rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%2833, 37, 41, 0.75%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
	--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);
	--bs-navbar-toggler-border-radius: var(--bs-border-radius);
	--bs-navbar-toggler-focus-width: .25rem;
	--bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	padding-top: var(--bs-navbar-brand-padding-y);
	padding-bottom: var(--bs-navbar-brand-padding-y);
	margin-right: var(--bs-navbar-brand-margin-end);
	font-size: var(--bs-navbar-brand-font-size);
	color: var(--bs-navbar-brand-color);
	text-decoration: none;
	white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
	color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: .5rem;
	--bs-nav-link-color: var(--bs-navbar-color);
	--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
	--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
	position: static;
}

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: var(--bs-navbar-color);
}

.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
	color: var(--bs-navbar-active-color);
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	color: var(--bs-navbar-color);
	background-color: transparent;
	border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
	border-radius: var(--bs-navbar-toggler-border-radius);
	transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		transition: none;
	}
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: var(--bs-navbar-toggler-icon-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto;
}

@media (min-width:576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-sm .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	
	.navbar-expand-sm .offcanvas .offcanvas-header {
		display: none;
	}
	
	.navbar-expand-sm .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-md .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	
	.navbar-expand-md .offcanvas .offcanvas-header {
		display: none;
	}
	
	.navbar-expand-md .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-lg .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	
	.navbar-expand-lg .offcanvas .offcanvas-header {
		display: none;
	}
	
	.navbar-expand-lg .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-xl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	
	.navbar-expand-xl .offcanvas .offcanvas-header {
		display: none;
	}
	
	.navbar-expand-xl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width:1400px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-xxl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	
	.navbar-expand-xxl .offcanvas .offcanvas-header {
		display: none;
	}
	
	.navbar-expand-xxl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: var(--bs-navbar-nav-link-padding-x);
	padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-expand .offcanvas {
	position: static;
	z-index: auto;
	flex-grow: 1;
	width: auto !important;
	height: auto !important;
	visibility: visible !important;
	background-color: transparent !important;
	border: 0 !important;
	transform: none !important;
	transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
	display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
	display: flex;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible;
}

.navbar-dark, .navbar[data-bs-theme=dark] {
	--bs-navbar-color: rgba(255, 255, 255, .55);
	--bs-navbar-hover-color: rgba(255, 255, 255, .75);
	--bs-navbar-disabled-color: rgba(255, 255, 255, .25);
	--bs-navbar-active-color: #fff;
	--bs-navbar-brand-color: #fff;
	--bs-navbar-brand-hover-color: #fff;
	--bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255, 255, 255, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255, 255, 255, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: .5rem;
	--bs-card-border-width: var(--bs-border-width);
	--bs-card-border-color: var(--bs-border-color-translucent);
	--bs-card-border-radius: var(--bs-border-radius);
	--bs-card-inner-border-radius: calc(var(--bs-border-radius) - ( var(--bs-border-width) ));
	--bs-card-cap-padding-y: .5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
	--bs-card-bg: var(--bs-body-bg);
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: .75rem;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	color: var(--bs-body-color);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card>.card-header+.list-group, .card>.list-group+.card-footer {
	border-top: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
	color: var(--bs-card-color);
}

.card-title {
	margin-bottom: var(--bs-card-title-spacer-y);
	color: var(--bs-card-title-color);
}

.card-subtitle {
	margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
	margin-bottom: 0;
	color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link+.card-link {
	margin-left: var(--bs-card-spacer-x);
}

.card-header {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	margin-bottom: 0;
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
	border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
	border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
	margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
	margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
	margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
	border-bottom: 0;
}

.card-header-tabs .nav-link.active {
	background-color: var(--bs-card-bg);
	border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
	margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
	margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: var(--bs-card-img-overlay-padding);
	border-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom, .card-img-top {
	width: 100%;
}

.card-img, .card-img-top {
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom {
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group>.card {
	margin-bottom: var(--bs-card-group-margin);
}

@media (min-width:576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap;
	}
	
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}
	
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0;
	}
	
	.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0;
	}
	
	.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0;
	}
}

.accordion {
	--bs-accordion-color: var(--bs-body-color);
	--bs-accordion-bg: var(--bs-body-bg);
	--bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
	--bs-accordion-border-color: var(--bs-border-color);
	--bs-accordion-border-width: var(--bs-border-width);
	--bs-accordion-border-radius: var(--bs-border-radius);
	--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - ( var(--bs-border-width) ));
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 1rem;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23212529\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform .2s ease-in-out;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23052c65\'%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: #86b7fe;
	--bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: var(--bs-primary-text-emphasis);
	--bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
	font-size: 1rem;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: var(--bs-accordion-btn-bg);
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button {
		transition: none;
	}
}

.accordion-button:not(.collapsed) {
	color: var(--bs-accordion-active-color);
	background-color: var(--bs-accordion-active-bg);
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	content: "";
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button::after {
		transition: none;
	}
}

.accordion-button:hover {
	z-index: 2;
}

.accordion-button:focus {
	z-index: 3;
	border-color: var(--bs-accordion-btn-focus-border-color);
	outline: 0;
	box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
	border-top-left-radius: var(--bs-accordion-border-radius);
	border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: var(--bs-accordion-inner-border-radius);
	border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
	border-top: 0;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
	border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
	padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
	border-width: 0;
}

.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
	border-top: 0;
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
	border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%236ea8fe\'%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=\'%236ea8fe\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
}

.breadcrumb {
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 1rem;
	--bs-breadcrumb-divider-color: var(--bs-secondary-color);
	--bs-breadcrumb-item-padding-x: .5rem;
	--bs-breadcrumb-item-active-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
	margin-bottom: var(--bs-breadcrumb-margin-bottom);
	font-size: var(--bs-breadcrumb-font-size);
	list-style: none;
	background-color: var(--bs-breadcrumb-bg);
	border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: var(--bs-breadcrumb-item-padding-x);
	color: var(--bs-breadcrumb-divider-color);
	content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
	color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
	--bs-pagination-padding-x: .75rem;
	--bs-pagination-padding-y: .375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: var(--bs-link-color);
	--bs-pagination-bg: var(--bs-body-bg);
	--bs-pagination-border-width: var(--bs-border-width);
	--bs-pagination-border-color: var(--bs-border-color);
	--bs-pagination-border-radius: var(--bs-border-radius);
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: var(--bs-tertiary-bg);
	--bs-pagination-hover-border-color: var(--bs-border-color);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: var(--bs-secondary-bg);
	--bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #0d6efd;
	--bs-pagination-active-border-color: #0d6efd;
	--bs-pagination-disabled-color: var(--bs-secondary-color);
	--bs-pagination-disabled-bg: var(--bs-secondary-bg);
	--bs-pagination-disabled-border-color: var(--bs-border-color);
	display: flex;
	padding-left: 0;
	list-style: none;
}

.page-link {
	position: relative;
	display: block;
	padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
	font-size: var(--bs-pagination-font-size);
	color: var(--bs-pagination-color);
	text-decoration: none;
	background-color: var(--bs-pagination-bg);
	border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.page-link {
		transition: none;
	}
}

.page-link:hover {
	z-index: 2;
	color: var(--bs-pagination-hover-color);
	background-color: var(--bs-pagination-hover-bg);
	border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
	z-index: 3;
	color: var(--bs-pagination-focus-color);
	background-color: var(--bs-pagination-focus-bg);
	outline: 0;
	box-shadow: var(--bs-pagination-focus-box-shadow);
}

.active>.page-link, .page-link.active {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: var(--bs-pagination-active-bg);
	border-color: var(--bs-pagination-active-border-color);
}

.disabled>.page-link, .page-link.disabled {
	color: var(--bs-pagination-disabled-color);
	pointer-events: none;
	background-color: var(--bs-pagination-disabled-bg);
	border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
	margin-left: calc(var(--bs-border-width) * -1);
}

.page-item:first-child .page-link {
	border-top-left-radius: var(--bs-pagination-border-radius);
	border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
	border-top-right-radius: var(--bs-pagination-border-radius);
	border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
	--bs-pagination-padding-x: 1.5rem;
	--bs-pagination-padding-y: .75rem;
	--bs-pagination-font-size: 1.25rem;
	--bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
	--bs-pagination-padding-x: .5rem;
	--bs-pagination-padding-y: .25rem;
	--bs-pagination-font-size: .875rem;
	--bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
	--bs-badge-padding-x: .65em;
	--bs-badge-padding-y: .35em;
	--bs-badge-font-size: .75em;
	--bs-badge-font-weight: 700;
	--bs-badge-color: #fff;
	--bs-badge-border-radius: var(--bs-border-radius);
	display: inline-block;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	font-size: var(--bs-badge-font-size);
	font-weight: var(--bs-badge-font-weight);
	line-height: 1;
	color: var(--bs-badge-color);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.alert {
	--bs-alert-bg: transparent;
	--bs-alert-padding-x: 1rem;
	--bs-alert-padding-y: 1rem;
	--bs-alert-margin-bottom: 1rem;
	--bs-alert-color: inherit;
	--bs-alert-border-color: transparent;
	--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
	--bs-alert-border-radius: var(--bs-border-radius);
	--bs-alert-link-color: inherit;
	position: relative;
	padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
	margin-bottom: var(--bs-alert-margin-bottom);
	color: var(--bs-alert-color);
	background-color: var(--bs-alert-bg);
	border: var(--bs-alert-border);
	border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
	color: var(--bs-alert-link-color);
}

.alert-dismissible {
	padding-right: 3rem;
}

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}

.alert-primary {
	--bs-alert-color: var(--bs-primary-text-emphasis);
	--bs-alert-bg: var(--bs-primary-bg-subtle);
	--bs-alert-border-color: var(--bs-primary-border-subtle);
	--bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
	--bs-alert-color: var(--bs-secondary-text-emphasis);
	--bs-alert-bg: var(--bs-secondary-bg-subtle);
	--bs-alert-border-color: var(--bs-secondary-border-subtle);
	--bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
	--bs-alert-color: var(--bs-success-text-emphasis);
	--bs-alert-bg: var(--bs-success-bg-subtle);
	--bs-alert-border-color: var(--bs-success-border-subtle);
	--bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
	--bs-alert-color: var(--bs-info-text-emphasis);
	--bs-alert-bg: var(--bs-info-bg-subtle);
	--bs-alert-border-color: var(--bs-info-border-subtle);
	--bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
	--bs-alert-color: var(--bs-warning-text-emphasis);
	--bs-alert-bg: var(--bs-warning-bg-subtle);
	--bs-alert-border-color: var(--bs-warning-border-subtle);
	--bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
	--bs-alert-color: var(--bs-danger-text-emphasis);
	--bs-alert-bg: var(--bs-danger-bg-subtle);
	--bs-alert-border-color: var(--bs-danger-border-subtle);
	--bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
	--bs-alert-color: var(--bs-light-text-emphasis);
	--bs-alert-bg: var(--bs-light-bg-subtle);
	--bs-alert-border-color: var(--bs-light-border-subtle);
	--bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
	--bs-alert-color: var(--bs-dark-text-emphasis);
	--bs-alert-bg: var(--bs-dark-bg-subtle);
	--bs-alert-border-color: var(--bs-dark-border-subtle);
	--bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}

.progress, .progress-stacked {
	--bs-progress-height: 1rem;
	--bs-progress-font-size: .75rem;
	--bs-progress-bg: var(--bs-secondary-bg);
	--bs-progress-border-radius: var(--bs-border-radius);
	--bs-progress-box-shadow: var(--bs-box-shadow-inset);
	--bs-progress-bar-color: #fff;
	--bs-progress-bar-bg: #0d6efd;
	--bs-progress-bar-transition: width .6s ease;
	display: flex;
	height: var(--bs-progress-height);
	overflow: hidden;
	font-size: var(--bs-progress-font-size);
	background-color: var(--bs-progress-bg);
	border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: var(--bs-progress-bar-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--bs-progress-bar-bg);
	transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked>.progress {
	overflow: visible;
}

.progress-stacked>.progress>.progress-bar {
	width: 100%;
}

.progress-bar-animated {
	animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		animation: none;
	}
}

.list-group {
	--bs-list-group-color: var(--bs-body-color);
	--bs-list-group-bg: var(--bs-body-bg);
	--bs-list-group-border-color: var(--bs-border-color);
	--bs-list-group-border-width: var(--bs-border-width);
	--bs-list-group-border-radius: var(--bs-border-radius);
	--bs-list-group-item-padding-x: 1rem;
	--bs-list-group-item-padding-y: .5rem;
	--bs-list-group-action-color: var(--bs-secondary-color);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
	--bs-list-group-action-active-color: var(--bs-body-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-bg);
	--bs-list-group-disabled-color: var(--bs-secondary-color);
	--bs-list-group-disabled-bg: var(--bs-body-bg);
	--bs-list-group-active-color: #fff;
	--bs-list-group-active-bg: #0d6efd;
	--bs-list-group-active-border-color: #0d6efd;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section;
}

.list-group-numbered>.list-group-item::before {
	content: counters(section, ".") ". ";
	counter-increment: section;
}

.list-group-item-action {
	width: 100%;
	color: var(--bs-list-group-action-color);
	text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
	z-index: 1;
	color: var(--bs-list-group-action-hover-color);
	text-decoration: none;
	background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:active {
	color: var(--bs-list-group-action-active-color);
	background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
	position: relative;
	display: block;
	padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
	color: var(--bs-list-group-color);
	text-decoration: none;
	background-color: var(--bs-list-group-bg);
	border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: var(--bs-list-group-disabled-color);
	pointer-events: none;
	background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
	z-index: 2;
	color: var(--bs-list-group-active-color);
	background-color: var(--bs-list-group-active-bg);
	border-color: var(--bs-list-group-active-border-color);
}

.list-group-item+.list-group-item {
	border-top-width: 0;
}

.list-group-item+.list-group-item.active {
	margin-top: calc(-1 * var(--bs-list-group-border-width));
	border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
	flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
	border-bottom-left-radius: var(--bs-list-group-border-radius);
	border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
	border-top-right-radius: var(--bs-list-group-border-radius);
	border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: var(--bs-list-group-border-width);
	border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: calc(-1 * var(--bs-list-group-border-width));
	border-left-width: var(--bs-list-group-border-width);
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}
	
	.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}
	
	.list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	
	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}
	
	.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}
	
	.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}

@media (min-width:1400px) {
	.list-group-horizontal-xxl {
		flex-direction: row;
	}
	
	.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}

.list-group-flush {
	border-radius: 0;
}

.list-group-flush>.list-group-item {
	border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	--bs-list-group-color: var(--bs-primary-text-emphasis);
	--bs-list-group-bg: var(--bs-primary-bg-subtle);
	--bs-list-group-border-color: var(--bs-primary-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
	--bs-list-group-active-color: var(--bs-primary-bg-subtle);
	--bs-list-group-active-bg: var(--bs-primary-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
	--bs-list-group-color: var(--bs-secondary-text-emphasis);
	--bs-list-group-bg: var(--bs-secondary-bg-subtle);
	--bs-list-group-border-color: var(--bs-secondary-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
	--bs-list-group-active-color: var(--bs-secondary-bg-subtle);
	--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
	--bs-list-group-color: var(--bs-success-text-emphasis);
	--bs-list-group-bg: var(--bs-success-bg-subtle);
	--bs-list-group-border-color: var(--bs-success-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-success-border-subtle);
	--bs-list-group-active-color: var(--bs-success-bg-subtle);
	--bs-list-group-active-bg: var(--bs-success-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
	--bs-list-group-color: var(--bs-info-text-emphasis);
	--bs-list-group-bg: var(--bs-info-bg-subtle);
	--bs-list-group-border-color: var(--bs-info-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-info-border-subtle);
	--bs-list-group-active-color: var(--bs-info-bg-subtle);
	--bs-list-group-active-bg: var(--bs-info-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
	--bs-list-group-color: var(--bs-warning-text-emphasis);
	--bs-list-group-bg: var(--bs-warning-bg-subtle);
	--bs-list-group-border-color: var(--bs-warning-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
	--bs-list-group-active-color: var(--bs-warning-bg-subtle);
	--bs-list-group-active-bg: var(--bs-warning-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
	--bs-list-group-color: var(--bs-danger-text-emphasis);
	--bs-list-group-bg: var(--bs-danger-bg-subtle);
	--bs-list-group-border-color: var(--bs-danger-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
	--bs-list-group-active-color: var(--bs-danger-bg-subtle);
	--bs-list-group-active-bg: var(--bs-danger-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
	--bs-list-group-color: var(--bs-light-text-emphasis);
	--bs-list-group-bg: var(--bs-light-bg-subtle);
	--bs-list-group-border-color: var(--bs-light-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-light-border-subtle);
	--bs-list-group-active-color: var(--bs-light-bg-subtle);
	--bs-list-group-active-bg: var(--bs-light-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
	--bs-list-group-color: var(--bs-dark-text-emphasis);
	--bs-list-group-bg: var(--bs-dark-bg-subtle);
	--bs-list-group-border-color: var(--bs-dark-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
	--bs-list-group-active-color: var(--bs-dark-bg-subtle);
	--bs-list-group-active-bg: var(--bs-dark-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
	--bs-btn-close-color: #000;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23000\'%3e%3cpath d=\'M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z\'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: .5;
	--bs-btn-close-hover-opacity: .75;
	--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: .25;
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: var(--bs-btn-close-color);
	background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
	border: 0;
	border-radius: .375rem;
	opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
	color: var(--bs-btn-close-color);
	text-decoration: none;
	opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
	outline: 0;
	box-shadow: var(--bs-btn-close-focus-shadow);
	opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close.disabled, .btn-close:disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
	filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
	filter: var(--bs-btn-close-white-filter);
}

.toast {
	--bs-toast-zindex: 1090;
	--bs-toast-padding-x: .75rem;
	--bs-toast-padding-y: .5rem;
	--bs-toast-spacing: 1.5rem;
	--bs-toast-max-width: 350px;
	--bs-toast-font-size: .875rem;
	--bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);
	--bs-toast-border-width: var(--bs-border-width);
	--bs-toast-border-color: var(--bs-border-color-translucent);
	--bs-toast-border-radius: var(--bs-border-radius);
	--bs-toast-box-shadow: var(--bs-box-shadow);
	--bs-toast-header-color: var(--bs-secondary-color);
	--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);
	--bs-toast-header-border-color: var(--bs-border-color-translucent);
	width: var(--bs-toast-max-width);
	max-width: 100%;
	font-size: var(--bs-toast-font-size);
	color: var(--bs-toast-color);
	pointer-events: auto;
	background-color: var(--bs-toast-bg);
	background-clip: padding-box;
	border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
	box-shadow: var(--bs-toast-box-shadow);
	border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
	opacity: 0;
}

.toast:not(.show) {
	display: none;
}

.toast-container {
	--bs-toast-zindex: 1090;
	position: absolute;
	z-index: var(--bs-toast-zindex);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}

.toast-container>:not(:last-child) {
	margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
	display: flex;
	align-items: center;
	padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
	color: var(--bs-toast-header-color);
	background-color: var(--bs-toast-header-bg);
	background-clip: padding-box;
	border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
	border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
	border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
	margin-right: calc(-.5 * var(--bs-toast-padding-x));
	margin-left: var(--bs-toast-padding-x);
}

.toast-body {
	padding: var(--bs-toast-padding-x);
	word-wrap: break-word;
}

.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: .5rem;
	--bs-modal-bg: var(--bs-body-bg);
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: var(--bs-border-width);
	--bs-modal-border-radius: var(--bs-border-radius-lg);
	--bs-modal-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - ( var(--bs-border-width) ));
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: var(--bs-border-width);
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: .5rem;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: var(--bs-border-width);
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0;
}

.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: #000;
	--bs-backdrop-opacity: .5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity);
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-modal-header-padding);
	border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
	padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height);
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: var(--bs-modal-padding);
}

.modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
	background-color: var(--bs-modal-footer-bg);
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
	border-bottom-right-radius: var(--bs-modal-inner-border-radius);
	border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer>* {
	margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width:576px) {
	.modal {
		--bs-modal-margin: 1.75rem;
		--bs-modal-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	}
	
	.modal-dialog {
		max-width: var(--bs-modal-width);
		margin-right: auto;
		margin-left: auto;
	}
	
	.modal-sm {
		--bs-modal-width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg, .modal-xl {
		--bs-modal-width: 800px;
	}
}

@media (min-width:1200px) {
	.modal-xl {
		--bs-modal-width: 1140px;
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
	border-radius: 0;
}

.modal-fullscreen .modal-body {
	overflow-y: auto;
}

@media (max-width:575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width:767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width:991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width:1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width:1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
}

.tooltip {
	--bs-tooltip-zindex: 1080;
	--bs-tooltip-max-width: 200px;
	--bs-tooltip-padding-x: .5rem;
	--bs-tooltip-padding-y: .25rem;
	--bs-tooltip-font-size: .875rem;
	--bs-tooltip-color: var(--bs-body-bg);
	--bs-tooltip-bg: var(--bs-emphasis-color);
	--bs-tooltip-border-radius: var(--bs-border-radius);
	--bs-tooltip-opacity: .9;
	--bs-tooltip-arrow-width: .8rem;
	--bs-tooltip-arrow-height: .4rem;
	z-index: var(--bs-tooltip-zindex);
	display: block;
	margin: var(--bs-tooltip-margin);
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-tooltip-font-size);
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
	display: block;
	width: var(--bs-tooltip-arrow-width);
	height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
	bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
	top: -1px;
	border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
	border-top-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
	left: calc(-1 * var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
	right: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
	border-right-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
	top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
	border-bottom-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
	right: calc(-1 * var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
	left: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
	border-left-color: var(--bs-tooltip-bg);
}

.tooltip-inner {
	max-width: var(--bs-tooltip-max-width);
	padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
	color: var(--bs-tooltip-color);
	text-align: center;
	background-color: var(--bs-tooltip-bg);
	border-radius: var(--bs-tooltip-border-radius);
}

.popover {
	--bs-popover-zindex: 1070;
	--bs-popover-max-width: 276px;
	--bs-popover-font-size: .875rem;
	--bs-popover-bg: var(--bs-body-bg);
	--bs-popover-border-width: var(--bs-border-width);
	--bs-popover-border-color: var(--bs-border-color-translucent);
	--bs-popover-border-radius: var(--bs-border-radius-lg);
	--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
	--bs-popover-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	--bs-popover-header-padding-x: 1rem;
	--bs-popover-header-padding-y: .5rem;
	--bs-popover-header-font-size: 1rem;
	--bs-popover-header-color: inherit;
	--bs-popover-header-bg: var(--bs-secondary-bg);
	--bs-popover-body-padding-x: 1rem;
	--bs-popover-body-padding-y: 1rem;
	--bs-popover-body-color: var(--bs-body-color);
	--bs-popover-arrow-width: 1rem;
	--bs-popover-arrow-height: .5rem;
	--bs-popover-arrow-border: var(--bs-popover-border-color);
	z-index: var(--bs-popover-zindex);
	display: block;
	max-width: var(--bs-popover-max-width);
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-popover-font-size);
	word-wrap: break-word;
	background-color: var(--bs-popover-bg);
	background-clip: padding-box;
	border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
	display: block;
	width: var(--bs-popover-arrow-width);
	height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
	border-width: 0;
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow, .bs-popover-top>.popover-arrow {
	bottom: calc(-1 * ( var(--bs-popover-arrow-height) ) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .bs-popover-top>.popover-arrow::after, .bs-popover-top>.popover-arrow::before {
	border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .bs-popover-top>.popover-arrow::before {
	bottom: 0;
	border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, .bs-popover-top>.popover-arrow::after {
	bottom: var(--bs-popover-border-width);
	border-top-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow, .bs-popover-end>.popover-arrow {
	left: calc(-1 * ( var(--bs-popover-arrow-height) ) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .bs-popover-end>.popover-arrow::after, .bs-popover-end>.popover-arrow::before {
	border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .bs-popover-end>.popover-arrow::before {
	left: 0;
	border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-end>.popover-arrow::after {
	left: var(--bs-popover-border-width);
	border-right-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow, .bs-popover-bottom>.popover-arrow {
	top: calc(-1 * ( var(--bs-popover-arrow-height) ) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .bs-popover-bottom>.popover-arrow::after, .bs-popover-bottom>.popover-arrow::before {
	border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .bs-popover-bottom>.popover-arrow::before {
	top: 0;
	border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, .bs-popover-bottom>.popover-arrow::after {
	top: var(--bs-popover-border-width);
	border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: var(--bs-popover-arrow-width);
	margin-left: calc(-.5 * var(--bs-popover-arrow-width));
	content: "";
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow, .bs-popover-start>.popover-arrow {
	right: calc(-1 * ( var(--bs-popover-arrow-height) ) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .bs-popover-start>.popover-arrow::after, .bs-popover-start>.popover-arrow::before {
	border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .bs-popover-start>.popover-arrow::before {
	right: 0;
	border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, .bs-popover-start>.popover-arrow::after {
	right: var(--bs-popover-border-width);
	border-left-color: var(--bs-popover-bg);
}

.popover-header {
	padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
	margin-bottom: 0;
	font-size: var(--bs-popover-header-font-size);
	color: var(--bs-popover-header-color);
	background-color: var(--bs-popover-header-bg);
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-top-left-radius: var(--bs-popover-inner-border-radius);
	border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
	color: var(--bs-popover-body-color);
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
	transform: translateX(100%);
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
		transition: none;
	}
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-next, .carousel-control-prev {
		transition: none;
	}
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
}

.carousel-control-next-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
	filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000;
}

.carousel-dark .carousel-caption {
	color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark] .carousel .carousel-control-prev-icon, [data-bs-theme=dark].carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon {
	filter: invert(1) grayscale(100);
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
	background-color: #000;
}

[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
	color: #000;
}

.spinner-border, .spinner-grow {
	display: inline-block;
	width: var(--bs-spinner-width);
	height: var(--bs-spinner-height);
	vertical-align: var(--bs-spinner-vertical-align);
	border-radius: 50%;
	animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

.spinner-border {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -.125em;
	--bs-spinner-border-width: .25em;
	--bs-spinner-animation-speed: .75s;
	--bs-spinner-animation-name: spinner-border;
	border: var(--bs-spinner-border-width) solid currentcolor;
	border-right-color: transparent;
}

.spinner-border-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
	--bs-spinner-border-width: .2em;
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
		transform: none;
	}
}

.spinner-grow {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -.125em;
	--bs-spinner-animation-speed: .75s;
	--bs-spinner-animation-name: spinner-grow;
	background-color: currentcolor;
	opacity: 0;
}

.spinner-grow-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion:reduce) {
	.spinner-border, .spinner-grow {
		--bs-spinner-animation-speed: 1.5s;
	}
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 400px;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1rem;
	--bs-offcanvas-padding-y: 1rem;
	--bs-offcanvas-color: var(--bs-body-color);
	--bs-offcanvas-bg: var(--bs-body-bg);
	--bs-offcanvas-border-width: var(--bs-border-width);
	--bs-offcanvas-border-color: var(--bs-border-color-translucent);
	--bs-offcanvas-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	--bs-offcanvas-transition: transform .3s ease-in-out;
	--bs-offcanvas-title-line-height: 1.5;
}

@media (max-width:575.98px) {
	.offcanvas-sm {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}

@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-sm {
		transition: none;
	}
}

@media (max-width:575.98px) {
	.offcanvas-sm.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	
	.offcanvas-sm.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	
	.offcanvas-sm.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	
	.offcanvas-sm.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	
	.offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing {
		transform: none;
	}
	
	.offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
		visibility: visible;
	}
}

@media (min-width:576px) {
	.offcanvas-sm {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	
	.offcanvas-sm .offcanvas-header {
		display: none;
	}
	
	.offcanvas-sm .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width:767.98px) {
	.offcanvas-md {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}

@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-md {
		transition: none;
	}
}

@media (max-width:767.98px) {
	.offcanvas-md.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	
	.offcanvas-md.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	
	.offcanvas-md.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	
	.offcanvas-md.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	
	.offcanvas-md.show:not(.hiding), .offcanvas-md.showing {
		transform: none;
	}
	
	.offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
		visibility: visible;
	}
}

@media (min-width:768px) {
	.offcanvas-md {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	
	.offcanvas-md .offcanvas-header {
		display: none;
	}
	
	.offcanvas-md .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width:991.98px) {
	.offcanvas-lg {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}

@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-lg {
		transition: none;
	}
}

@media (max-width:991.98px) {
	.offcanvas-lg.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	
	.offcanvas-lg.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	
	.offcanvas-lg.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	
	.offcanvas-lg.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	
	.offcanvas-lg.show:not(.hiding), .offcanvas-lg.showing {
		transform: none;
	}
	
	.offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
		visibility: visible;
	}
}

@media (min-width:992px) {
	.offcanvas-lg {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	
	.offcanvas-lg .offcanvas-header {
		display: none;
	}
	
	.offcanvas-lg .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width:1199.98px) {
	.offcanvas-xl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}

@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-xl {
		transition: none;
	}
}

@media (max-width:1199.98px) {
	.offcanvas-xl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	
	.offcanvas-xl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	
	.offcanvas-xl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	
	.offcanvas-xl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	
	.offcanvas-xl.show:not(.hiding), .offcanvas-xl.showing {
		transform: none;
	}
	
	.offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing {
		visibility: visible;
	}
}

@media (min-width:1200px) {
	.offcanvas-xl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	
	.offcanvas-xl .offcanvas-header {
		display: none;
	}
	
	.offcanvas-xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width:1399.98px) {
	.offcanvas-xxl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}

@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-xxl {
		transition: none;
	}
}

@media (max-width:1399.98px) {
	.offcanvas-xxl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	
	.offcanvas-xxl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	
	.offcanvas-xxl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	
	.offcanvas-xxl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	
	.offcanvas-xxl.show:not(.hiding), .offcanvas-xxl.showing {
		transform: none;
	}
	
	.offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing {
		visibility: visible;
	}
}

@media (min-width:1400px) {
	.offcanvas-xxl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	
	.offcanvas-xxl .offcanvas-header {
		display: none;
	}
	
	.offcanvas-xxl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: var(--bs-offcanvas-zindex);
	display: flex;
	flex-direction: column;
	max-width: 100%;
	color: var(--bs-offcanvas-color);
	visibility: hidden;
	background-color: var(--bs-offcanvas-bg);
	background-clip: padding-box;
	outline: 0;
	transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion:reduce) {
	.offcanvas {
		transition: none;
	}
}

.offcanvas.offcanvas-start {
	top: 0;
	left: 0;
	width: var(--bs-offcanvas-width);
	border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
	top: 0;
	right: 0;
	width: var(--bs-offcanvas-width);
	border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateX(100%);
}

.offcanvas.offcanvas-top {
	top: 0;
	right: 0;
	left: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%;
	border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
	right: 0;
	left: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%;
	border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(100%);
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
	transform: none;
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
	visibility: visible;
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.offcanvas-backdrop.fade {
	opacity: 0;
}

.offcanvas-backdrop.show {
	opacity: .5;
}

.offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
	padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
	margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
	margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
	margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
	flex-grow: 1;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
	overflow-y: auto;
}

.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentcolor;
	opacity: .5;
}

.placeholder.btn::before {
	display: inline-block;
	content: "";
}

.placeholder-xs {
	min-height: .6em;
}

.placeholder-sm {
	min-height: .8em;
}

.placeholder-lg {
	min-height: 1.2em;
}

.placeholder-glow .placeholder {
	animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
	50% {
		opacity: .2;
	}
}

.placeholder-wave {
	-webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
	mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
	100% {
		-webkit-mask-position: -200% 0%;
		mask-position: -200% 0%;
	}
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.text-bg-primary {
	color: #fff !important;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
	color: #fff !important;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
	color: #fff !important;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
	color: #000 !important;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
	color: #000 !important;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
	color: #fff !important;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
	color: #000 !important;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
	color: #fff !important;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
	color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:focus, .link-primary:hover {
	color: rgba(10, 88, 202, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
	color: rgba(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary:focus, .link-secondary:hover {
	color: rgba(86, 94, 100, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
	color: rgba(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:focus, .link-success:hover {
	color: rgba(20, 108, 67, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
	color: rgba(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:focus, .link-info:hover {
	color: rgba(61, 213, 243, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
	color: rgba(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:focus, .link-warning:hover {
	color: rgba(255, 205, 57, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
	color: rgba(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:focus, .link-danger:hover {
	color: rgba(176, 42, 55, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
	color: rgba(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:focus, .link-light:hover {
	color: rgba(249, 250, 251, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
	color: rgba(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:focus, .link-dark:hover {
	color: rgba(26, 30, 33, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
	color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:focus, .link-body-emphasis:hover {
	color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;
	-webkit-text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
	text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
}

.focus-ring:focus {
	outline: 0;
	box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
	display: inline-flex;
	gap: .375rem;
	align-items: center;
	-webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
	text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
	text-underline-offset: .25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.icon-link>.bi {
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	fill: currentcolor;
	transition: .2s ease-in-out transform;
}

@media (prefers-reduced-motion:reduce) {
	.icon-link>.bi {
		transition: none;
	}
}

.icon-link-hover:focus-visible>.bi, .icon-link-hover:hover>.bi {
	transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0));
}

.ratio {
	position: relative;
	width: 100%;
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}

.ratio-4x3 {
	--bs-aspect-ratio: 75%;
}

.ratio-16x9 {
	--bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}

.sticky-bottom {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	z-index: 1020;
}

@media (min-width:576px) {
	.sticky-sm-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	
	.sticky-sm-bottom {
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}

@media (min-width:768px) {
	.sticky-md-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	
	.sticky-md-bottom {
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}

@media (min-width:992px) {
	.sticky-lg-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	
	.sticky-lg-bottom {
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}

@media (min-width:1200px) {
	.sticky-xl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	
	.sticky-xl-bottom {
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}

@media (min-width:1400px) {
	.sticky-xxl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	
	.sticky-xxl-bottom {
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}

.hstack {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: stretch;
}

.vstack {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
	position: absolute !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vr {
	display: inline-block;
	align-self: stretch;
	width: var(--bs-border-width);
	min-height: 1em;
	background-color: currentcolor;
	opacity: .25;
}

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

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

.object-fit-contain {
	-o-object-fit: contain !important;
	object-fit: contain !important;
}

.object-fit-cover {
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

.object-fit-fill {
	-o-object-fit: fill !important;
	object-fit: fill !important;
}

.object-fit-scale {
	-o-object-fit: scale-down !important;
	object-fit: scale-down !important;
}

.object-fit-none {
	-o-object-fit: none !important;
	object-fit: none !important;
}

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

.opacity-25 {
	opacity: .25 !important;
}

.opacity-50 {
	opacity: .5 !important;
}

.opacity-75 {
	opacity: .75 !important;
}

.opacity-100 {
	opacity: 1 !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

.overflow-x-auto {
	overflow-x: auto !important;
}

.overflow-x-hidden {
	overflow-x: hidden !important;
}

.overflow-x-visible {
	overflow-x: visible !important;
}

.overflow-x-scroll {
	overflow-x: scroll !important;
}

.overflow-y-auto {
	overflow-y: auto !important;
}

.overflow-y-hidden {
	overflow-y: hidden !important;
}

.overflow-y-visible {
	overflow-y: visible !important;
}

.overflow-y-scroll {
	overflow-y: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.focus-ring-primary {
	--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
	--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
	--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
	--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
	--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
	--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
	--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
	--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

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

.top-50 {
	top: 50% !important;
}

.top-100 {
	top: 100% !important;
}

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

.bottom-50 {
	bottom: 50% !important;
}

.bottom-100 {
	bottom: 100% !important;
}

.start-0 {
	left: 0 !important;
}

.start-50 {
	left: 50% !important;
}

.start-100 {
	left: 100% !important;
}

.end-0 {
	right: 0 !important;
}

.end-50 {
	right: 50% !important;
}

.end-100 {
	right: 100% !important;
}

.translate-middle {
	transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
	transform: translateX(-50%) !important;
}

.translate-middle-y {
	transform: translateY(-50%) !important;
}

.border {
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
	border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-end {
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
	border-right: 0 !important;
}

.border-bottom {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-start {
	border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
	border-left: 0 !important;
}

.border-primary {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
	border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
	border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
	border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
	border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
	border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
	border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
	border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
	border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.border-opacity-10 {
	--bs-border-opacity: .1;
}

.border-opacity-25 {
	--bs-border-opacity: .25;
}

.border-opacity-50 {
	--bs-border-opacity: .5;
}

.border-opacity-75 {
	--bs-border-opacity: .75;
}

.border-opacity-100 {
	--bs-border-opacity: 1;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.vw-100 {
	width: 100vw !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mh-100 {
	max-height: 100% !important;
}

.vh-100 {
	height: 100vh !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
	gap: .25rem !important;
}

.gap-2 {
	gap: .5rem !important;
}

.gap-3 {
	gap: 1rem !important;
}

.gap-4 {
	gap: 1.5rem !important;
}

.gap-5 {
	gap: 3rem !important;
}

.row-gap-0 {
	row-gap: 0 !important;
}

.row-gap-1 {
	row-gap: .25rem !important;
}

.row-gap-2 {
	row-gap: .5rem !important;
}

.row-gap-3 {
	row-gap: 1rem !important;
}

.row-gap-4 {
	row-gap: 1.5rem !important;
}

.row-gap-5 {
	row-gap: 3rem !important;
}

.column-gap-0 {
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
}

.column-gap-1 {
	-moz-column-gap: .25rem !important;
	column-gap: .25rem !important;
}

.column-gap-2 {
	-moz-column-gap: .5rem !important;
	column-gap: .5rem !important;
}

.column-gap-3 {
	-moz-column-gap: 1rem !important;
	column-gap: 1rem !important;
}

.column-gap-4 {
	-moz-column-gap: 1.5rem !important;
	column-gap: 1.5rem !important;
}

.column-gap-5 {
	-moz-column-gap: 3rem !important;
	column-gap: 3rem !important;
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
	font-size: calc(1.325rem + .9vw) !important;
}

.fs-3 {
	font-size: calc(1.3rem + .6vw) !important;
}

.fs-4 {
	font-size: calc(1.275rem + .3vw) !important;
}

.fs-5 {
	font-size: 1.25rem !important;
}

.fs-6 {
	font-size: 1rem !important;
}

.fst-italic {
	font-style: italic !important;
}

.fst-normal {
	font-style: normal !important;
}

.fw-lighter {
	font-weight: lighter !important;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-normal {
	font-weight: 400 !important;
}

.fw-medium {
	font-weight: 500 !important;
}

.fw-semibold {
	font-weight: 600 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-bolder {
	font-weight: bolder !important;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.5 !important;
}

.lh-lg {
	line-height: 2 !important;
}

.text-start {
	text-align: left !important;
}

.text-end {
	text-align: right !important;
}

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

.text-decoration-none {
	text-decoration: none !important;
}

.text-decoration-underline {
	text-decoration: underline !important;
}

.text-decoration-line-through {
	text-decoration: line-through !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.text-primary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
	--bs-text-opacity: 1;
	color: var(--bs-secondary-color) !important;
}

.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
	--bs-text-opacity: 1;
	color: rgba(255, 255, 255, .5) !important;
}

.text-body-secondary {
	--bs-text-opacity: 1;
	color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
	--bs-text-opacity: 1;
	color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
	--bs-text-opacity: 1;
	color: var(--bs-emphasis-color) !important;
}

.text-reset {
	--bs-text-opacity: 1;
	color: inherit !important;
}

.text-opacity-25 {
	--bs-text-opacity: .25;
}

.text-opacity-50 {
	--bs-text-opacity: .5;
}

.text-opacity-75 {
	--bs-text-opacity: .75;
}

.text-opacity-100 {
	--bs-text-opacity: 1;
}

.text-primary-emphasis {
	color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
	color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
	color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
	color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
	color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
	color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
	color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
	color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
	--bs-link-opacity: .1;
}

.link-opacity-10-hover:hover {
	--bs-link-opacity: .1;
}

.link-opacity-25 {
	--bs-link-opacity: .25;
}

.link-opacity-25-hover:hover {
	--bs-link-opacity: .25;
}

.link-opacity-50 {
	--bs-link-opacity: .5;
}

.link-opacity-50-hover:hover {
	--bs-link-opacity: .5;
}

.link-opacity-75 {
	--bs-link-opacity: .75;
}

.link-opacity-75-hover:hover {
	--bs-link-opacity: .75;
}

.link-opacity-100 {
	--bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
	--bs-link-opacity: 1;
}

.link-offset-1 {
	text-underline-offset: .125em !important;
}

.link-offset-1-hover:hover {
	text-underline-offset: .125em !important;
}

.link-offset-2 {
	text-underline-offset: .25em !important;
}

.link-offset-2-hover:hover {
	text-underline-offset: .25em !important;
}

.link-offset-3 {
	text-underline-offset: .375em !important;
}

.link-offset-3-hover:hover {
	text-underline-offset: .375em !important;
}

.link-underline-primary {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
	text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
	text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
	text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
	text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
	text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
	text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
	text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
	text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
	text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
	--bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
	--bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
	--bs-link-underline-opacity: .1;
}

.link-underline-opacity-10-hover:hover {
	--bs-link-underline-opacity: .1;
}

.link-underline-opacity-25 {
	--bs-link-underline-opacity: .25;
}

.link-underline-opacity-25-hover:hover {
	--bs-link-underline-opacity: .25;
}

.link-underline-opacity-50 {
	--bs-link-underline-opacity: .5;
}

.link-underline-opacity-50-hover:hover {
	--bs-link-underline-opacity: .5;
}

.link-underline-opacity-75 {
	--bs-link-underline-opacity: .75;
}

.link-underline-opacity-75-hover:hover {
	--bs-link-underline-opacity: .75;
}

.link-underline-opacity-100 {
	--bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
	--bs-link-underline-opacity: 1;
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important;
}

.bg-body-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
	--bs-bg-opacity: .1;
}

.bg-opacity-25 {
	--bs-bg-opacity: .25;
}

.bg-opacity-50 {
	--bs-bg-opacity: .5;
}

.bg-opacity-75 {
	--bs-bg-opacity: .75;
}

.bg-opacity-100 {
	--bs-bg-opacity: 1;
}

.bg-primary-subtle {
	background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
	background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
	background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
	background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
	background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
	background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
	background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
	background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
	background-image: var(--bs-gradient) !important;
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

.rounded {
	border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-1 {
	border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
	border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
	border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
	border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
	border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.rounded-top-1 {
	border-top-left-radius: var(--bs-border-radius-sm) !important;
	border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
	border-top-left-radius: var(--bs-border-radius-lg) !important;
	border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
	border-top-left-radius: var(--bs-border-radius-xl) !important;
	border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
	border-top-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
	border-top-left-radius: 50% !important;
	border-top-right-radius: 50% !important;
}

.rounded-top-pill {
	border-top-left-radius: var(--bs-border-radius-pill) !important;
	border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
	border-top-right-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
	border-top-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
	border-top-right-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
	border-top-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
	border-top-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
	border-top-right-radius: var(--bs-border-radius-xxl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
	border-top-right-radius: 50% !important;
	border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
	border-top-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
	border-bottom-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
	border-bottom-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
	border-bottom-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
	border-bottom-right-radius: 50% !important;
	border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.rounded-start-1 {
	border-bottom-left-radius: var(--bs-border-radius-sm) !important;
	border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
	border-bottom-left-radius: var(--bs-border-radius-lg) !important;
	border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
	border-bottom-left-radius: var(--bs-border-radius-xl) !important;
	border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
	border-bottom-left-radius: 50% !important;
	border-top-left-radius: 50% !important;
}

.rounded-start-pill {
	border-bottom-left-radius: var(--bs-border-radius-pill) !important;
	border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.z-n1 {
	z-index: -1 !important;
}

.z-0 {
	z-index: 0 !important;
}

.z-1 {
	z-index: 1 !important;
}

.z-2 {
	z-index: 2 !important;
}

.z-3 {
	z-index: 3 !important;
}

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

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

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

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

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

@media (min-width:1200px) {
	.fs-1 {
		font-size: 2.5rem !important;
	}
	
	.fs-2 {
		font-size: 2rem !important;
	}
	
	.fs-3 {
		font-size: 1.75rem !important;
	}
	
	.fs-4 {
		font-size: 1.5rem !important;
	}
}

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

.jcgmt-container {
	float: left;
	padding: 3px;
}

.jcgmt-container .jcgmt-lbl {
	font-size: 10px;
	color: #333;
	line-height: 22px;
	background: url("https://www.bluemagiclinic.com/wp-content/themes/bluemagic/images/jcgmt-clock_label.png") no-repeat;
	text-align: center;
	padding-bottom: 5px;
	width: 108px;
	margin: 0 auto;
}

.jcgmt-container .jcgmt-lbl.nitro-lazy {
	background-image: none !important;
}

.jcgmt-clockHolder {
	width: 100px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.jcgmt-sec, .jcgmt-min, .jcgmt-hour {
	display: block;
	position: absolute;
}

.jcgmt-rotatingWrapper {
	position: absolute;
	width: 100px;
	height: 100px;
}

.jcgmt-digital, .jcgmt-date {
	font-weight: 700;
	font-size: 12px;
	color: #444;
	text-align: center;
	margin-left: 8px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("https://www.bluemagiclinic.com/wp-content/themes/bluemagic/css/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon.nitro-lazy {
	background-image: none !important;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
	margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
	transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
	transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
	transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
	transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
	transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
	transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
	transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
	transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
	transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
	transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
	transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
	transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
	transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
	transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
	transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
	transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
	transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
	transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
	transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
	transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
	transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
	transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
	transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
	transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
	transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
	transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
	transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
	transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
	transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
	transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
	transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
	transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
	transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
	transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
	transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
	transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
	transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
	transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
	transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
	transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
	transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
	transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
	transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
	transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
	transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
	transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
	transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
	transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
	transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
	transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
	transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
	transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
	transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
	transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
	transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
	transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
	transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
	transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
	transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
	transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
	transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
	transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
	transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
	transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
	transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
	transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
	transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
	transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
	transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
	transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
	transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
	transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
	transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
	transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
	transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
	transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
	transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
	transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
	transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
	transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
	transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
	transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
	transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
	transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
	transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
	transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
	transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
	transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
	transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
	transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
	transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
	transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
	transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
	transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
	transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
	transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
	transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
	transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
	transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
	transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
	transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
	transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
	transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
	transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
	transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
	transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
	transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
	transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
	transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
	transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
	transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
	transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
	transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
	transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
	transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
	transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
	transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
	transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
	transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .25, .75, .75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
	transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
	transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
	transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
	transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
	transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	transform: translateZ(0);
}

[data-aos=fade-up] {
	transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
	transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
	transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
	transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
	transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
	transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
	transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
	transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
	transform: scale(.6);
}

[data-aos=zoom-in-up] {
	transform: translate3d(0, 100px, 0) scale(.6);
}

[data-aos=zoom-in-down] {
	transform: translate3d(0, -100px, 0) scale(.6);
}

[data-aos=zoom-in-right] {
	transform: translate3d(-100px, 0, 0) scale(.6);
}

[data-aos=zoom-in-left] {
	transform: translate3d(100px, 0, 0) scale(.6);
}

[data-aos=zoom-out] {
	transform: scale(1.2);
}

[data-aos=zoom-out-up] {
	transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
	transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
	transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
	transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
	transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
	transform: translateZ(0);
}

[data-aos=slide-up] {
	transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
	transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
	transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
	transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
	backface-visibility: hidden;
	transition-property: transform;
}

[data-aos=flip-left] {
	transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
	transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
	transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
	transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
	transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
	transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
	transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
	transform: perspective(2500px) rotateX(0);
}

/*
* {
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  font-size: inherit;
  font-weight: inherit;
}

html,
body {
  margin: 0;
  padding: 0;
}
*/
body.archive.category header .header-topbar ul.header-contact li.customLanSwitcher, body.archive.tag header .header-topbar ul.header-contact li.customLanSwitcher, body.blog header .header-topbar ul.header-contact li.customLanSwitcher, body.single-post header .header-topbar ul.header-contact li.customLanSwitcher {
	display: none !important;
}

/*
.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
  */
ul, ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.qodef-category-description ol li {
	list-style: decimal inside !important;
	font-size: 16px !important;
	color: #505050 !important;
}

blockquote {
	margin: 0;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

.black {
	color: #42474c;
}

.blue {
	color: #1db1e3;
}

.orange {
	font-size: 20px;
	color: #f16728;
	font-weight: 600;
	line-height: 32px;
}

/*
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  font-size: 16px;
  color: #505050;
  line-height: 24px;
}

p strong,
p b {
  font-weight: 600;
  font-size: 16px;
}


h1 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 600;
  margin: 0 0 30px;
}

h1 span {
  font-size: inherit;
  font-weight: inherit;
  display: block;
}

h1.custom-tags-h1,
h2,
.custom-tags-h4,
.custom-tags-h3, .custom-tags-h5{
  font-size: 38px;
  line-height: 50px !important;
  font-weight: 600 !important;
  margin: 0 0 30px !important;
  color: #42474c !important;
}
*/
h1.custom-tags-h1, .custom-tags-h4, .custom-tags-h3, .custom-tags-h5 {
	font-size: 38px;
	line-height: 50px !important;
	font-weight: 600 !important;
	margin: 0 !important;
	color: #42474c !important;
}

.get-in-touch-p {
	text-align: start !important;
}

h2 span {
	font-size: inherit;
	font-weight: inherit;
	display: block;
}

h3 {
	font-size: 32px;
	line-height: 50px;
	font-weight: 600;
}

h4 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	color: #42474c;
}

.btn {
	display: inline-block;
	padding: 13px 20px;
	border-radius: 30px;
	background-color: #e5e9ec;
	color: #505050;
	font-weight: 600;
	letter-spacing: .5px;
}

.btn:hover {
	background-color: #e5e9ec;
	color: #505050;
}

.btn-primary {
	background-color: #1db1e3;
	color: #fff;
	font-weight: 500;
}

.btn-primary:hover {
	background-color: #1db1e3;
	color: #fff;
}

.btn-red {
	background-color: #dd2626;
	color: #fff;
	font-weight: 500;
}

.btn-red:hover {
	background-color: #dd2626;
	color: #fff;
}

.btn-primary-1 {
	background-color: #1db1e3;
	color: #fff;
	font-weight: 500;
	padding: 15px;
	text-align: center;
	min-width: 190px;
}

.btn-primary-1:hover {
	background-color: #1db1e3;
	color: #fff;
}

.btn-secondary {
	background-color: #42474c;
	color: #fff;
	font-weight: 500;
	padding: 15px;
	min-width: 190px;
	text-align: center;
}

.btn-secondary:hover {
	background-color: #42474c;
	color: #fff;
}

.btn-secondary-white {
	background-color: #fff;
	color: #42474c;
	font-weight: 500;
	padding: 15px;
	min-width: 190px;
	text-align: center;
}

.btn-secondary-white:hover {
	background-color: #fff;
	color: #42474c;
}

.btn-call {
	background-color: #fff;
	color: #1db1e3;
	min-width: 150px;
	text-align: center;
}

.btn-call:hover {
	background-color: #fff;
	color: #1db1e3;
}

.btn-readmore {
	padding-bottom: 12px;
}

.btn-readmore>i {
	margin-left: 10px;
	position: relative;
	top: 1px;
}

.flex-payment {
	background-color: #ff9e21;
	color: #fff;
}

.hide {
	display: none !important;
}

/*
.show {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.responsve-fp {
  display: none;
}

*/
.section-title {
	font-size: 18px;
	color: #999;
	line-height: 45px;
	position: relative;
	font-weight: 500;
	padding-right: 50px;
}

.section-title:after {
	content: "";
	position: absolute;
	right: 0;
	height: 2px;
	width: 30px;
	background-color: #1db1e3;
	top: 0;
	bottom: 0;
	margin: auto;
}

.two-lines {
	padding: 0 55px;
}

.two-lines:before {
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	width: 30px;
	background-color: #1db1e3;
	top: 0;
	bottom: 0;
	margin: auto;
}

.white-color {
	color: #fff !important;
}

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

.fs-55 {
	font-size: 55px;
	font-weight: 600;
	line-height: 75px;
}

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

.w-100 {
	width: 100% !important;
}

button {
	cursor: pointer;
	outline: none;
	border: none;
	box-shadow: none;
}

.overflow {
	overflow: hidden;
}

.slick-slide:focus {
	outline: none;
}

.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}

.slick-dots li {
	padding: 0 3px !important;
}

.slick-dots li button {
	background-color: #e5e9ec;
	border: none;
	box-shadow: none;
	outline: none;
	color: #505050;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	font-size: 0;
	padding: 0;
	transition: .5s all;
}

.slick-dots li.slick-active button {
	background-color: #1db1e3;
	color: #fff;
	width: 20px;
}

@media only screen and (max-width: 1200px) {
	.slick-next.slick-arrow {
		z-index: 3;
		right: -10px !important;
		height: 35px !important;
		width: 35px !important;
		background-size: contain !important;
	}
}

@media only screen and (max-width: 1200px) {
	.slick-prev.slick-arrow {
		z-index: 3;
		left: -10px !important;
		height: 35px !important;
		width: 35px !important;
		background-size: contain !important;
	}
}

.breadcrumbs {
	margin-top: 0px;
	position: relative;
}

.breadcrumbs ul {
	display: inline-block;
	background: #fff;
	padding: 10px 20px;
	border-radius: 35px;
}

.breadcrumbs .container p {
	color: #505050 !important;
	font-weight: 500 !important;
	transition: .5s all !important;
	font-size: 13px;
	letter-spacing: .26px;
}

.breadcrumbs ul li a {
	color: #505050;
	font-weight: 500;
	transition: .5s all;
}

.breadcrumbs ul li.active, .breadcrumbs ul li a:hover {
	color: #1db1e3;
}

.breadcrumbs ul li a i {
	font-weight: 500;
	margin: 0 10px;
}

.default-title-spacing {
	display: inline-block;
	line-height: normal;
	margin-bottom: 20px;
}

/*
.d-flex {
  display: flex;
  align-items: center;
}
  */
.d-flex.flex-direction {
	flex-direction: column;
	align-items: flex-start;
}

.border-radius-50 {
	border-radius: 50%;
}

/*start header*/
header .d-flex-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

header .logo {
	display: inline-block;
	line-height: 0;
}

header .logo a {
	display: inline-block;
	line-height: 0;
}

header .header-contact {
	display: flex;
}

header .mobile-header-contact {
	display: none;
}

header .header-contact li {
	padding: 5px 30px;
	display: flex;
	align-items: center;
	border-right: 1px solid rgba(0, 0, 0, .1);
	position: relative;
}

header .header-contact li:first-child {
	padding-left: 0;
}

header .header-contact li:last-child {
	padding-right: 0;
	border-right: none;
}

header .header-contact li .icon {
	height: 33px;
	width: 33px;
	margin-right: 15px;
}

header .header-contact li .icon.language {
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/language-icon.png") no-repeat center center;
	background-size: 100% 100%;
}

header .header-contact li .icon.language.nitro-lazy {
	background-image: none !important;
}

header .header-contact li .icon.call {
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/call-icon.png") no-repeat center center;
	background-size: 100% 100%;
}

header .header-contact li .icon.call.nitro-lazy {
	background-image: none !important;
}

header .header-contact li .icon.clock {
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/clock-icon.png") no-repeat center center;
	background-size: 100% 100%;
}

header .header-contact li .icon.clock.nitro-lazy {
	background-image: none !important;
}

header .header-contact li .icon-info {
	display: flex;
	flex-direction: column;
}

header .header-contact li .icon-info b {
	font-weight: 600;
	color: #42474c !important;
	line-height: 22px;
}

header .header-contact li .icon-info span {
	color: #42474c !important;
	line-height: 22px;
	cursor: pointer;
}

header .header-contact li .icon-info span i {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

/* .overlay {
  position: absolute;
  padding: 15px 20px;
  box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.1);
  to  padding-bottom: 21px;
  border 70px;
  z-index: 1;
  background: #fff;
  border-radius: 7px;
} */
.header-contact .overlay {
	position: absolute;
	width: 100%;
	padding: 15px 20px;
	box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .1);
	top: 60px;
	right: 0;
	left: auto;
	z-index: 1;
	background: #fff;
	border-radius: 7px;
}

.overlay span {
	line-height: 20px;
	color: #505050;
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/call-sprite-icon.png") no-repeat left top;
	padding-left: 30px;
	display: inline-block;
	margin-bottom: 15px;
	cursor: pointer;
	transition: .5s all;
}

.overlay span.nitro-lazy {
	background-image: none !important;
}

.overlay span:hover {
	background-position: left -33px;
	color: #1db1e3;
}

.overlay span:last-child {
	margin-bottom: 0;
}

header {
	display: unset;
}

.header-topbar {
	position: relative;
	z-index: 999;
}

.navigation {
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 10px 0;
	position: sticky;
	top: 0;
	background-color: white;
	z-index: 99;
}

.navigation nav>ul {
	display: flex;
	align-items: center;
}

.navigation nav>ul>li {
	margin-right: 30px;
}

.navigation nav>ul>li:last-child {
	margin-right: 0%;
}

.navigation nav>ul>li>a {
	color: #42474c;
	font-size: 16px;
	transition: .5s all;
	padding-bottom: 21px;
	border-bottom: 2px solid transparent;
}

.otherLanguage .navigation nav>ul>li {
	margin-right: 20px;
}

.otherLanguage .navigation nav>ul>li>a, .otherLanguage .flex-payment {
	font-size: 15px;
}

.navigation nav>ul>li i {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 500;
	transition: .5s all;
}

.navigation nav>ul>li>a:hover, .navigation nav>ul>li>a.active, .dropdown:hover>a {
	color: #1db1e3;
	border-color: #1db1e3;
}

.dropdown {
	position: relative;
}

.dropdown-menu {
	position: absolute;
	left: 0;
	width: 275px;
	background: #fff;
	top: 60px;
	z-index: 1;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
	transition: .5s all;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

.dropdown-menu li {
	/* padding: 10px 15px; */
	display: inline-block;
	width: 100%;
}

.dropdown-menu li a {
	color: #42474c;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	transition: .5s all;
}

.dropdown-menu li:hover a {
	color: #1db1e3;
}

/*end header*/

/* start banner*/
.banner-wrapper {
	min-height: 700px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.home_banner_wrapper {
	background-position: center;
}

.banner-outer-container {
	position: relative;
	min-height: 700px;
	align-items: center;
	display: flex;
}

.banner-profile-image {
	position: absolute;
	right: -230px;
	bottom: -70px;
}

.banner-info {
	width: 60%;
}

.banner-info>* {
	margin-bottom: 50px;
}

.banner-info>*:last-child {
	margin-bottom: 0;
}

.banner-title {
	font-size: 55px;
	font-weight: 600;
	line-height: 75px;
}

.banner-title span {
	font-size: inherit;
	font-weight: inherit;
	width: 100%;
	display: inline;
}

.banner-info p {
	font-size: 22px;
	line-height: 34px;
}

.banner-info .btn {
	letter-spacing: .8px;
	padding: 9px 20px 9px 20px;
}

.otherLanguage .banner-info .btn {
	font-size: 14px;
}

.banner-info .small-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/call-icon-white.png") no-repeat center center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.banner-info .small-icon.nitro-lazy {
	background-image: none !important;
}

.banner-info .small-icon-2 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/pdf-icon-18-ffffff-20.png") no-repeat center center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.banner-info .small-icon-2.nitro-lazy {
	background-image: none !important;
}

.provider-info {
	display: flex;
}

.provider-info.provider-info-new {
	display: flex;
	margin: 0 -20px;
}

.provider-info.provider-info-new img {
	width: 260px;
	padding: 0 20px;
	max-width: 50%;
}

.provider-info.provider-info-new .paddingBottomImg {
	padding-bottom: 8px;
}

.banner-profile-image.banner-profile-new-image {
	max-width: 905px;
}

.tpmicro {
	display: flex;
	align-items: center;
	width: 180px;
	height: 50px;
}

.tpmicro-sm {
	display: none;
}

.tpmicro iframe {
	width: 100%;
	height: 24px;
	pointer-events: none;
}

.tp-carousel {
	padding: 50px 0 100px;
}

.tp-grid {
	margin-top: -80px;
	padding: 0 0 100px;
}

@media (min-width: 992px) and (max-width: 1024px) {
	.banner-profile-image.banner-profile-new-image {
		max-width: 795px;
	}
}

@media (min-width: 992px) {
	.banner-info.banner-info-new {
		width: 50%;
	}
	
	.banner-title.newBannerTitle {
		font-size: 45px;
		line-height: 55px;
		margin-bottom: 30px;
	}
	
	.provider-info.provider-info-new {
		display: flex;
		align-items: end;
	}
}

.provider-info>a {
	width: 110px;
	height: 70px;
	margin-right: 25px;
	overflow: hidden;
}

.provider-info>a img {
	border-radius: 5px;
}

.provider-info>a:last-child {
	margin-right: 0;
}

/*end banner*/

/*start rating info*/
.rating-container {
	text-align: center;
	margin-top: -72px;
	position: relative;
	padding-bottom: 72px;
}

/*end rating info*/

/*start  our exp section*/
.our-exp-wrapper {
	/* margin-top: 10px; */
	margin-top: 0;
	overflow-x: hidden;
}

.right-candidate-wrapper.other_offices_right_candidate {
	padding-bottom: 0;
}

.our-exp-top-container .container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 110px;
}

.our-exp-top-container .left-panel {
	width: 50%;
	position: relative;
}

.our-exp-top-container .left-panel .exp-banner {
	height: 565px;
	width: 565px;
	display: inline-block;
	overflow: hidden;
}

.our-exp-top-container .exp-logo {
	position: absolute;
	bottom: 0;
	height: 175px;
	width: 175px;
	right: 27px;
}

.our-exp-top-container .text-panel {
	width: 50%;
	padding-left: 50px;
}

.our-exp-top-container .text-panel h3 span {
	font-size: inherit;
	font-weight: inherit;
	display: block;
}

.our-exp-top-container .text-panel p:not(.play-icon) {
	line-height: 34px;
	margin-bottom: 20px;
}

.our-exp-bottom-container {
	padding: 70px 0 110px;
}

.our-exp-bottom-container h2 {
	color: #1db1e3;
	text-align: center;
	margin-bottom: 60px;
}

.logos-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logos-list>div {
	text-align: center;
}

/*end our exp section */

/*start specialities service css*/
.specialities-service-wrapper {
	/*padding: 95px 0 110px;*/
	padding: 95px 0px;
	background-color: #f7f7f7;
}

.specialities-service-wrapper .text-panel {
	padding-left: 0;
}

.specialities-service-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	border-bottom: 0;
}

.specialities-service-wrapper .two-lines {
	padding: 0 55px;
}

.specialities-service-wrapper .two-lines:before {
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	width: 30px;
	background-color: #1db1e3;
	top: 0;
	bottom: 0;
	margin: auto;
}

.specialities-service-wrapper .text-center p {
	display: inline-block;
	width: 65%;
	margin-top: 0;
}

.specialities-service-wrapper .slick-slide:focus {
	outline: none;
}

.specialities-service-slider .nav-slider-item {
	background: #fff;
	width: 80%;
	min-height: 200px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
	text-align: center;
	margin: 0 10%;
}

.specialities-service-slider .nav-slider-item .icon {
	background-color: #edf9fd;
	height: 65px;
	width: 65px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 15px;
}

.specialities-service-slider .nav-slider-item span {
	font-size: 16px;
	line-height: 22px;
	color: #505050;
}

.specialities-service-slider .slick-current .nav-slider-item {
	background-color: #1db1e3;
}

.specialities-service-slider .slick-current .nav-slider-item span {
	color: #fff;
}

.slick-prev.slick-arrow {
	position: absolute;
	left: -60px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/prev-arrow.png") no-repeat center center;
	height: 55px;
	border: none;
	box-shadow: none;
	font-size: 0;
	width: 55px;
	cursor: pointer;
}

.slick-prev.slick-arrow.nitro-lazy {
	background-image: none !important;
}

.slick-next.slick-arrow {
	font-size: 0;
	position: absolute;
	right: -60px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/next-arrow.png") no-repeat center center;
	height: 55px;
	width: 55px;
	border: none;
	cursor: pointer;
}

.slick-next.slick-arrow.nitro-lazy {
	background-image: none !important;
}

.slick-arrow:focus {
	box-shadow: none;
	outline: none;
}

.specialities-service-slider .slider-for {
	padding: 0 24px;
	margin-top: 50px;
}

.specialities-service-slider .slider-for .slider-info h5 {
	font-size: 22px;
	line-height: 34px;
	color: #42474c;
	font-weight: 600;
}

.specialities-service-slider .slider-for .slider-info p {
	font-size: 16px;
	line-height: 32px;
	color: #505050;
}

.specialities-service-slider .slider-for .slider-info a {
	text-decoration: underline;
	color: #1db1e3;
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
	margin-top: 15px;
	display: inline-block;
}

.specialities-service-slider .slider-for .slider-info a i {
	margin-left: 5px;
	display: inline-block;
	position: relative;
	top: 1px;
}

/*end specialities service css*/

/*start about us css*/
.about-us-wrapper {
	padding: 70px 0 120px;
}

.about-us-wrapper .text-panel {
	padding-left: 50px;
	padding-right: 0;
}

.about-us-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	border-bottom: 0;
}

/*end about us  css*/

/*start counter banner css*/
.counter-wrapper {
	padding: 70px 0;
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/counter-banner.jpg") no-repeat top left;
	background-size: cover;
}

.counter-wrapper.nitro-lazy {
	background-image: none !important;
}

.counter-wrapper ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.counter-wrapper ul li {
	display: flex;
	align-items: center;
}

.counter-wrapper ul li .icon {
	height: 83px;
	width: 83px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
}

.counter-wrapper ul li .icon-info {
	display: flex;
	flex-direction: column;
	margin-left: 15px;
}

.counter-wrapper ul li .icon-info strong {
	font-size: 55px;
	font-weight: 600;
	line-height: 50px;
	color: #fff;
}

.counter-wrapper ul li .icon-info span {
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}

/*end counter banner css*/

/*start specialities service css*/
.before-after-wrapper {
	padding: 90px 0 120px;
	background-color: #fff;
}

.before-after-wrapper .text-panel {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.before-after-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	border-bottom: 0;
}

.after-before-slider-wrapper {
	margin-top: 50px;
}

.slider-after-before .slider-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.slider-after-before .slider-info>* {
	width: 50%;
}

.slider-after-before .slider-info .slider-right {
	padding-left: 80px;
}

.slider-after-before .slider-info .slider-right h5, .befor-after-p {
	font-size: 26px !important;
	line-height: 32px !important;
	color: #42474c !important;
	font-weight: 500 !important;
}

.slider-after-before .slider-info .slider-right p {
	font-size: 16px;
	line-height: 32px;
	color: #505050;
	display: inline-block;
	width: 100%;
}

.slider-after-before .slider-info .slider-right a {
	margin-top: 30px;
}

.after-before-slider-wrapper button.slick-prev.slick-arrow {
	margin: 0;
	top: -140px;
	right: 51px;
	left: auto;
	z-index: 9;
}

.after-before-slider-wrapper button.slick-next.slick-arrow {
	margin: 0;
	top: -140px;
	right: 0;
	left: auto;
	z-index: 9;
}

/*end about us  css*/

/*end specialities service css*/

/*start specialities service css*/
.testimonial-wrapper {
	/* padding: 100px 0 120px; */
	padding: 100px 0 90px;
	background-color: #f7f7f7;
}

.testimonial-wrapper .text-panel {
	padding-left: 0;
}

.testimonial-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	display: block;
	border-bottom: 0;
}

.testimonial-wrapper .two-lines {
	padding: 0 55px;
}

.testimonial-wrapper .two-lines:before {
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	width: 30px;
	background-color: #1db1e3;
	top: 0;
	bottom: 0;
	margin: auto;
}

.testimonial-wrapper .text-center p {
	display: inline-block;
	width: 65%;
	margin-top: 0;
}

.testimonial-wrapper .rating-container {
	margin: 25px 0 0;
	padding: 0;
}

.testimonial-wrapper .rating-container .container {
	justify-content: center;
}

.testimonial-slider-wrapper {
	margin-top: 70px;
}

.testimonial-slider .slick-list {
	padding-top: 50px;
	padding-bottom: 70px;
}

.testimonial-slider .slider-info {
	/*background: #fff url(../images/quote.png) no-repeat 93% 88%;*/
	width: 94%;
	margin: 0 3%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
	border-radius: 15px;
	padding: 65px 50px 50px;
	position: relative;
	min-height: 411px;
	background-color: #fff;
}

.blockquote-bg-wrapper:after {
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/quote.png") no-repeat 93% 88%;
	position: absolute;
	right: 0;
	top: -10px;
	height: 46px;
	content: "";
	width: 65px;
}

.testimonial-slider .slider-info .slider-left {
	background-color: #fff;
	width: 100px;
	height: 100px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
	border-radius: 15px;
	padding: 5px;
	position: absolute;
	top: -50px;
	overflow: hidden;
	left: 50px;
}

.testimonial-slider .slider-info .slider-left img {
	border-radius: 15px;
}

.testimonial-slider .slider-info p {
	font-size: 16px;
	line-height: 32px;
	color: #505050;
	display: inline-block;
	width: 100%;
}

.testimonial-slider .slider-info h5, .testimonial-p {
	font-size: 16px !important;
	line-height: 32px !important;
	color: #42474c !important;
	display: inline-block !important;
	width: auto !important;
	font-weight: 600 !important;
}

.testimonial-slider .flag-icon {
	display: inline-block;
	margin-left: 8px;
	position: relative;
	top: 3px;
}

.testimonial-slider-reviews {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

.testimonial-slider-reviews .slick-list {
	padding-top: 50px;
	padding-bottom: 70px;
}

.testimonial-slider-reviews .slider-info {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
	border-radius: 15px;
	padding: 65px 50px 50px;
	position: relative;
	margin-right: 4%;
	width: 48%;
	margin-top: 80px;
	background-color: #fff;
}

.blockquote-bg-wrapper {
	position: relative;
	padding-right: 70px;
}

.blockquote-bg-wrapper:after {
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/quote.png") no-repeat 93% 88%;
	position: absolute;
	right: 0;
	top: -10px;
	height: 46px;
	content: "";
	width: 65px;
}

.testimonial-slider-reviews .slider-info:nth-child(2n) {
	margin-right: 0;
}

.testimonial-slider-reviews .slider-info .slider-left {
	background-color: #fff;
	width: 100px;
	height: 100px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
	border-radius: 15px;
	padding: 5px;
	position: absolute;
	top: -50px;
	overflow: hidden;
	left: 50px;
}

.testimonial-slider-reviews .slider-info .slider-left img {
	border-radius: 15px;
}

.testimonial-slider-reviews .slider-info p {
	font-size: 16px;
	line-height: 32px;
	color: #505050;
	display: inline-block;
	width: 100%;
	text-align: left;
}

.testimonial-slider-reviews .slider-info h2, .testimonial-slider-reviews .slider-info h3, .testimonial-slider-reviews .slider-info h4 {
	font-size: 16px;
	line-height: 32px;
	color: #42474c;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	text-align: left;
}

.testimonial-slider-reviews .flag-icon {
	display: inline-block;
	margin-left: 8px;
	position: relative;
	top: 3px;
}

/*end specialities service css*/

/*start fixed payment css*/
.fixed-payment-wrapper {
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/flex-payment-home.jpg") no-repeat left top;
	overflow: hidden;
}

.fixed-payment-wrapper.nitro-lazy {
	background-image: none !important;
}

.fixed-payment-wrapper .text-panel {
	padding-left: 0;
	padding-right: 50px;
	width: 78%;
}

.fixed-payment-wrapper .our-exp-top-container .container {
	border-bottom: 0;
	padding: 110px 0;
	position: relative;
}

.fixed-payment-wrapper .text-panel h3 {
	line-height: 69px;
	color: #fff;
	margin-bottom: 50px;
	font-weight: 300;
}

.fixed-payment-wrapper .profile-image-wrapper {
	position: absolute;
	top: 0;
	right: -330px;
}

/*end fixed payment css*/

/*start media center slider css*/
.media-center-wrapper {
	padding: 90px 0 180px;
	background-color: #fff;
}

.media-center-wrapper h2 {
	width: 60%;
	margin: auto;
}

.media-center-wrapper .text-panel {
	padding-left: 0;
}

.media-center-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	border-bottom: 0;
}

.media-center-wrapper .two-lines {
	padding: 0 55px;
}

.media-center-wrapper .two-lines:before {
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	width: 30px;
	background-color: #1db1e3;
	top: 0;
	bottom: 0;
	margin: auto;
}

.media-center-wrapper .text-center p {
	display: inline-block;
	width: 65%;
	margin-top: 0;
}

.media-center-wrapper .slider-info {
	width: 94%;
	margin: 0 3%;
	border-radius: 15px;
	position: relative;
	min-height: 235px;
	overflow: hidden;
}

.media-center-wrapper .slider-info img {
	border-radius: 15px;
	object-fit: cover;
	border: 1px solid #aeaeae;
}

.media-slider, .media-slider2 {
	margin-bottom: 20px;
}

.f-btn-grp {
	margin-bottom: 60px;
}

.filter-button {
	font-size: 16px;
	padding: 10px 30px;
	background-color: #f7f7f7;
	border: 1px solid #e9e9e9;
	outline: none;
	box-shadow: none;
}

.filter-button.active {
	background-color: #1db1e3;
	color: #fff;
}

button {
	cursor: pointer;
}

/*end media center slider css*/

/*start book css*/
.our-book-wrapper {
	background-color: #f7f7f7;
	overflow: hidden;
}

.our-book-wrapper .our-exp-top-container .container {
	padding: 120px 0;
	border-bottom: 0;
	position: relative;
}

.our-book-wrapper .exp-banner {
	position: absolute;
	bottom: -5px;
	left: -160px;
	max-width: calc(50% + 20px);
}

.amazon-partner-link-wrapper {
	display: flex;
}

.amazon-partner-link-wrapper a {
	margin-right: 20px;
}

.amazon-partner-link-wrapper a:last-child {
	margin-right: 0;
}

/*end book  css*/

/*start about us css*/
.our-news-wrapper {
	padding: 100px 0 120px;
}

.our-news-wrapper .text-panel {
	padding-left: 0;
}

.our-news-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	border-bottom: 0;
}

.our-news-wrapper .two-lines {
	padding: 0 55px;
}

.our-news-wrapper .two-lines:before {
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	width: 30px;
	background-color: #1db1e3;
	top: 0;
	bottom: 0;
	margin: auto;
}

.our-news-wrapper .text-center p {
	display: inline-block;
	width: 65%;
	margin-top: 0;
}

.blog-list-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.blog-listing-title {
	font-size: 22px !important;
	margin: 15px 0 10px !important;
	min-height: 63px !important;
	overflow: hidden !important;
	line-height: 32px !important;
	font-weight: 500 !important;
	text-align: start !important;
}

.blog-list-wrapper .box-list-item {
	display: flex;
	flex-direction: column;
	width: 31%;
	margin: 0 3.5% 0 0;
}

.blog-list-wrapper .box-list-item .blog-image {
	height: 210px;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
}

.blog-list-wrapper .box-list-item .blog-date {
	color: #808080;
	line-height: 32px;
}

.blog-list-wrapper .box-list-item h4 {
	margin: 15px 0;
	min-height: 63px;
	overflow: hidden;
}

.blog-list-wrapper .box-list-item a {
	color: #1db1e3;
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
}

.blog-list-wrapper .box-list-item:last-child {
	margin: 0;
}

/*end about us  css*/

/*start get in touch wrapper*/
.get-in-touch-wrapper {
	padding: 120px 0 110px;
	background-color: #f7f7f7;
}

.get-in-touch-wrapper .our-exp-top-container .container {}

.get-in-touch-info {
	margin-top: 40px;
}

.get-in-touch-info .get-in-touch-item {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.get-in-touch-info .get-in-touch-item:first-child {
	margin-top: 0;
}

.get-in-touch-item .icon-overlay {
	height: 80px;
	width: 80px;
	display: inline-block;
	overflow: hidden;
	background-color: #e6f2f5;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
}

.get-in-touch-info .icon-info-text {
	padding-left: 20px;
	width: calc(100% - 80px);
}

.get-in-touch-info .icon-info-text span {
	color: #808080;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
}

.get-in-touch-info .icon-info-text h5 {
	color: #42474c;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

.get-in-touch-info .icon-info-text .get-in-touch-p a {
	color: #42474c !important;
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight: 500 !important;
}

.get-in-touch-info .icon-info-text .get-in-touch-p {
	margin: 0 !important;
	color: #42474c !important;
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight: 500 !important;
}

.captcha-wrapper {
	background-color: #555a5e;
	border-radius: 30px;
	padding: 13px 20px;
}

.captcha-wrapper>* {
	color: rgba(255, 255, 255, .6);
	width: auto;
	background: transparent;
	border-radius: 0;
	padding: 0 2px;
}

.captcha-wrapper .form-control {
	width: 40px;
	height: auto;
	border-bottom: 2px solid rgba(255, 255, 255, .3);
	border-radius: 0;
	padding: 0;
	margin-left: 3px;
}

.form-panel {
	background: #42474c;
	padding: 30px;
	border-radius: 20px;
	width: 50%;
}

.form-panel-custom {
	border-radius: 20px;
	width: 50%;
	overflow: hidden;
}

.form-group {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	position: relative;
}

::placeholder {
	color: #fff;
	opacity: .5;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

input {
	height: 55px;
	border: none;
	margin: 0;
	display: inline-block;
	font-size: 15px;
	padding: 0 15px 0 50px;
	box-shadow: none;
}

select {
	height: 55px;
	border: none;
	margin: 0;
	display: inline-block;
	font-size: 15px;
	padding: 0 40px 0 50px;
	box-shadow: none;
}

textarea {
	height: 150px;
	border: none;
	margin: 0;
	display: inline-block;
	font-size: 15px;
	padding: 15px 15px 0 50px;
	box-shadow: none;
	border-radius: 20px !important;
	resize: none;
}

.form-control {
	background-color: #555a5e;
	border-radius: 50px;
	width: 100%;
	color: #fff;
}

.form-group .fa {
	position: absolute;
	left: 20px;
	top: 20px;
	color: rgba(255, 255, 255, .5);
}

.form-group .fa-angle-down {
	right: 25px;
	left: auto;
}

select {
	color: rgba(255, 255, 255, .5);
	appearance: none;
}

select:focus, input:focus, textarea:focus {
	border: none;
	outline: none;
}

.procedure-dropdown {
	background: #555a5e;
	border-radius: 50px;
}

.procedure-dropdown select {
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.catptcha-btn-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.catptcha-btn-group button {
	padding-left: 35px;
	padding-right: 35px;
	cursor: pointer;
}

.catptcha-btn-group button .fa {
	margin-left: 3px;
}

select.form-control.phone-number {
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/phone-number-dropdown-icon.png") no-repeat 90% center;
	width: auto;
	width: 98px;
	position: absolute;
	left: 0;
	padding: 0 0 0 15px;
	border-right: 1px solid rgba(255, 255, 255, .5);
	border-radius: 0;
	height: 30px;
	top: 12px;
}

select.form-control.phone-number.nitro-lazy {
	background-image: none !important;
}

.hair-transplant-in-turkey select.form-control.phone-number, .hair_transplantation_banner_form select.form-control.phone-number {
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/phone-number-dropdown-icon-gray.png") no-repeat 90% center;
}

.hair-transplant-in-turkey select.form-control.phone-number.nitro-lazy, .hair_transplantation_banner_form select.form-control.phone-number.nitro-lazy {
	background-image: none !important;
}

select.form-control.phone-number+.form-control {
	padding-left: 106px;
}

.form-group .fa-angle-down.pn {
	right: auto;
	left: 52px;
	display: none;
}

/*end ge in touch wrapper*/

/*start consultant blue css*/
.free-consultant-wrapper {
	background-color: #1db1e3;
	padding: 70px 0;
}

.free-consultant-wrapper .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.free-consultant-wrapper .text-wrapper {
	width: 55%;
}

.free-consultant-wrapper .text-wrapper p {
	line-height: 32px;
	font-size: 16px;
	margin-bottom: 0;
}

.free-consultant-wrapper .text-wrapper h2 {
	margin-bottom: 20px;
}

.para-headline {
	margin-bottom: 20px !important;
	font-size: 38px !important;
	line-height: 50px !important;
	font-weight: 600 !important;
	margin: 0 0 30px !important;
}

.conultant-btn {
	display: inline-block;
	border-radius: 50px;
	border: 1px dashed #fff;
	padding: 5px;
}

.conultant-btn span {
	border-radius: 50px;
	background-color: #fff;
	display: inline-block;
	padding: 5px 20px 5px 5px;
}

.conultant-btn .profile {
	display: inline-block;
	height: 85px;
	width: 85px;
	overflow: hidden;
	vertical-align: middle;
	border-radius: 50%;
}

.conultant-btn .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 24px;
	color: #42474c;
	width: 155px;
	padding: 0 15px;
}

.conultant-btn .fa {
	color: #1db1e3;
}

.get-in-touch-wrapper .our-exp-bottom-container {
	padding-bottom: 0;
}

.clock-timing-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.clock-timing-item {
	text-align: center;
	position: relative;
}

.clock-timing-item:after {
	content: "";
	height: 160px;
	width: 1px;
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.clock-timing-item:last-child:after {
	display: none;
}

.clock-timing-item .clock-timing-p {
	font-size: 20px !important;
	line-height: 32px !important;
	color: #1db1e3 !important;
	font-weight: 600 !important;
}

.clock-timing-item span {
	display: block !important;
}

.clock-timing-item .clock {
	font-size: 16px;
	line-height: 26px;
	color: #42474c;
	font-weight: 500;
	display: inline-block;
}

.clock-timing-item p {
	font-size: 14px;
	color: #808080;
	line-height: 24px;
	margin: 15px 0 0;
	width: 80%;
	display: inline-block;
}

.jcgmt-lbl, .jcgmt-digital, .jcgmt-date {
	display: none;
}

/*end consultant blue css*/

/*start common banner wrapper*/
#about-us-banner {
	background-image: none;
	background-color: #f5e9de;
}

#about-us-banner.nitro-lazy {
	background-image: none !important;
}

#about-us-banner .banner-profile-image {
	right: -280px;
	bottom: -237px;
	width: 80%;
}

.common-banner-wrapper.banner-wrapper {
	min-height: auto;
	padding: 90px 0;
}

.common-banner-wrapper .banner-outer-container {
	min-height: auto;
}

.common-banner-wrapper .banner-info>* {
	margin-bottom: 35px;
}

.common-banner-wrapper .banner-info {
	width: 100%;
}

.common-banner-wrapper .banner-info p {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: .32px;
	width: 51%;
	margin-top: 0;
	margin-bottom: 50px;
	font-weight: 500;
}

#our-services-banner .banner-info p {
	width: 100%;
}

.common-banner-wrapper .banner-info .btn {
	padding: 15px;
	margin-right: 15px;
	margin-bottom: 0;
}

.common-banner-wrapper .banner-info .sub_title_hair_transplant_template {
	font-size: 14px;
	color: white;
	line-height: 1.4;
	font-weight: 400;
}

/*end common banner wrapper*/

/*start about us  page css*/
.about-us .our-exp-wrapper-about {
	display: flex;
	flex-direction: column-reverse;
}

.our-exp-wrapper-about .our-exp-top-container .container {
	border-bottom: 0;
	padding-top: 120px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.our-exp-wrapper-about .our-exp-bottom-container p {
	letter-spacing: .35px;
	margin-bottom: 0;
	padding: 0 15px;
	line-height: 32px;
}

.bmg-experience-wrapper {
	padding: 100px 0 120px;
	background-color: #f7f7f7;
}

.bmg-experience-wrapper .text-panel {
	padding-left: 0;
}

.bmg-experience-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	display: block;
	border-bottom: 0;
}

#our-services-banner {
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/Our-Services/banner-2.jpg") no-repeat left top;
	padding: 100px 0;
	background-size: 120% 100%;
}

#our-services-banner.nitro-lazy {
	background-image: none !important;
}

#our-services-banner .banner-profile-image {
	right: 0;
	bottom: -177px;
}

#our-services-banner .banner-info {
	width: 50%;
}

.how-container-body {
	padding-top: 65px;
}

.blockquote-text {
	position: relative;
	display: inline-block;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.23;
	letter-spacing: .52px;
	color: #42474c;
	padding: 0 80px;
}

.blockquote-text::before {
	content: "";
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/quote.png") no-repeat center center;
	position: absolute;
	height: 57px;
	width: 57px;
	background-size: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}

.blockquote-text::after {
	content: "";
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/quote.png") no-repeat center center;
	position: absolute;
	height: 57px;
	width: 57px;
	background-size: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.blockquote-text>* {
	font-size: 26px;
	font-weight: 600;
}

.bmg-experience-wrapper .video-wrapper {
	margin-top: 50px;
	text-align: center;
	position: relative;
}

.bmg-experience-wrapper .video-wrapper span.video {
	display: inline-block;
	padding: 10px;
	border-radius: 35px;
	box-shadow: 0px 25px 60px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	position: relative;
}

.play-icon {
	width: 133px;
	height: 133px;
	padding: 21px;
	box-shadow: 16.4px 11.5px 40px 0 rgba(11, 111, 144, .1);
	background-color: rgba(255, 255, 255, .3);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	cursor: pointer;
}

.play-icon a {
	height: 90px;
	width: 90px;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	position: relative;
}

.play-icon a .fa-play {
	line-height: 94px;
	font-size: 40px;
	width: 100%;
	text-align: center;
	display: inline-block;
	padding-left: 10px;
	color: #1db1e3;
}

.play-icon-img {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 133px;
	height: 133px;
	cursor: pointer;
}

.modal {
	max-width: none;
	box-shadow: none;
	padding: 0;
	background: transparent;
}

.moaal-body-wrapper {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.moaal-body-wrapper p {
	margin: 0;
	line-height: 0;
}

.blocker {
	background-color: rgba(0, 0, 0, .4);
}

.blocker.jquery-modal {
	z-index: 999;
}

.moaal-body-wrapper iframe {
	width: 100%;
	height: 47vw;
}

.outer-modal-wrapper {
	max-width: 60%;
}

.outer-modal-wrapper iframe {
	height: 32vw;
	width: 100%;
}

.modal-prev.modal-arrow {
	position: absolute;
	left: -60px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	height: 45px;
	border: none;
	box-shadow: none;
	font-size: 20px;
	font-weight: 600;
	width: 45px;
	cursor: pointer;
	border-radius: 10px;
}

.modal-next.modal-arrow {
	position: absolute;
	right: -60px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	height: 45px;
	border: none;
	box-shadow: none;
	font-size: 20px;
	font-weight: 600;
	width: 45px;
	cursor: pointer;
	border-radius: 10px;
}

.press-award-wrapper {
	padding: 100px 0 120px;
	background-color: #fff;
}

.press-award-wrapper .text-panel {
	padding-left: 0;
}

.press-award-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	display: block;
	border-bottom: 0;
}

.tab-title-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab-title-item {
	margin: 0 15px;
	padding: 0 5px 15px;
	filter: grayscale(93%);
	transition: .5s all;
	border-bottom: 4px solid transparent;
	display: flex;
	min-height: 112px;
	align-items: center;
}

.tab-title-item.activelink {
	filter: grayscale(0%);
	border-color: #1db1e3;
}

.tab-title-item a {
	display: inline-block;
}

.tab-body-wrapper {
	background-color: #eafaff;
	padding: 50px;
}

.tab-body-wrapper p {
	margin: 0 0 0;
	line-height: 2;
	letter-spacing: .32px;
	text-align: center;
	color: #505050;
	font-size: 16px;
}

.logos-wrapper {
	display: block;
	overflow-x: auto;
	width: 100%;
	white-space: nowrap;
	margin-bottom: 46px;
	padding: 0 50px;
}

.logos-wrapper::-webkit-scrollbar {
	display: none;
}

.logos-wrapper a {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 135px;
	filter: grayscale(93%);
	transition: .5s all;
}

.logos-wrapper a:hover {
	filter: grayscale(0);
}

.logos-wrapper a:last-child {
	margin-right: 0;
}

.team-slider-wrapper {
	padding: 100px 0 70px;
	background-color: #fff;
}

.team-slider-wrapper .text-panel {
	padding-left: 0;
}

.team-slider-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	display: block;
	border-bottom: 0;
}

.slider-member-info {
	min-height: 800px;
	position: relative;
}

.member-avtar {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	width: 540px;
	height: 540px;
	top: 0;
	bottom: 0;
}

.member-name {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 40px;
}

.member-name h4, .member-name h4 span {
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: .52px;
}

.member-name>span {
	font-size: 18px;
	line-height: 32px;
	letter-spacing: .36px;
	color: #505050;
}

.member-text {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	margin: auto;
}

.member-text h5 {
	color: #42474c;
	font-weight: 600;
	letter-spacing: .28px;
}

.member-text span {
	color: #505050;
	font-weight: 400;
	letter-spacing: .28px;
}

.member-text ul li {
	font-size: 14px;
	color: #505050;
	font-weight: 400;
	letter-spacing: .28px;
	padding-left: 15px;
	position: relative;
	line-height: 24px;
	margin-top: 10px;
}

.member-text ul li:before {
	height: 5px;
	width: 5px;
	background-color: #505050;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
}

.member-exp.member-text {
	bottom: auto;
}

.member-specialised.member-text {
	right: auto;
	width: 170px;
	text-align: right;
	left: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.member-award.member-text {
	left: auto;
	width: 300px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.member-award.member-text a {
	color: #1db1e3;
	font-weight: 600;
	margin-left: 15px;
	margin-top: 10px;
	display: inline-block;
}

.member-award.member-text a i {
	font-weight: 600;
}

.member-exp.member-text {
	bottom: auto;
	top: 90px;
}

.our-clinic-wrapper {
	padding: 120px 0;
	background: #42474c;
}

.our-clinic-wrapper .text-panel {
	padding-left: 0;
	padding-right: 50px;
}

.our-clinic-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	border-bottom: 0;
}

.clinic-slider .slider-info {
	text-align: center;
}

.clinic-slider .slider-info img {
	display: inline-block;
	border-radius: 25px;
}

.consultant-slider .slider-info {
	text-align: center;
}

.consultant-slider .slider-info img {
	display: inline-block;
	border-radius: 25px;
}

.team-memebr-info-wrapper {
	text-align: center;
}

.team-consultant-wrapper.hide {
	display: none;
}

.team-consultant-wrapper {
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.consultant-item {
	width: 182px;
	height: 182px;
	overflow: hidden;
	border-radius: 50%;
	margin: 50px 70px 0 0;
}

.team-memebr-info-wrapper .tab-title-wrapper {
	display: inline-block;
	width: auto;
	background: #f7f7f7;
	border-radius: 25px;
	padding: 5px;
	border: 1px solid #e9e9e9;
}

.team-memebr-info-wrapper li.tab-title-item {
	filter: grayscale(0);
	min-height: auto;
	border-bottom: none;
	padding-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.team-memebr-info-wrapper li.tab-title-item a {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: .32px;
	font-weight: 500;
	transition: .5s all;
	color: #999;
	padding: 0 10px;
}

.team-memebr-info-wrapper li.tab-title-item a i {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: .32px;
	font-weight: 500;
}

.team-memebr-info-wrapper li.tab-title-item.activelink a {
	background-color: #1db1e3;
	color: #fff;
	padding: 0 15px;
	border-radius: 25px;
}

.team-memebr-info-wrapper .tab-body-wrapper {
	background-color: transparent;
	padding: 0;
}

.instagram-wrapper {
	background: #f7f7f7;
	padding: 100px 0;
}

.topbar {
	text-align: center;
}

.insta-icon {
	height: 45px;
	width: 45px;
	display: inline-block;
	margin-bottom: 20px;
}

.topbar h2 {
	margin-bottom: 70px;
}

.instagram-item-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.instagram-item {
	height: 235px;
	width: 19.5%;
	margin: .25%;
	display: inline-flex;
	overflow: hidden;
}

.follow-us-wrapper {
	display: block;
	margin-top: 50px;
	text-align: center;
}

.follow-us-wrapper .btn {
	min-width: 160px;
}

.youtube-wrapper {
	background: #fff;
	padding: 100px 0;
}

.youtube-wrapper .blog-list-wrapper .box-list-item .blog-image {
	margin-bottom: 5px;
}

.youtube-wrapper .blog-list-wrapper .box-list-item h4 {
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/*end about us page css*/

/*start testimonial wrapper page*/
.testimonial-outer-wrapper .final-results-wrapper .team-memebr-info-wrapper .tab-body-wrapper {
	margin-top: 0;
}

.testimonial-wrapper-body .breadcrumbs {
	background-color: #f7f7f7;
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: 0;
}

.testimonial-wrapper-body .breadcrumbs ul {
	padding-left: 0;
	background-color: transparent;
	padding-top: 20px;
}

.testimonial-outer-wrapper {
	padding-top: 50px;
}

.testimonial-outer-wrapper .final-results-wrapper {
	background-color: transparent;
	padding-bottom: 0;
	padding-top: 15px;
}

#reviews-testimonial .testimonial-slider-wrapper {
	margin-top: 30px;
}

#reviews-testimonial .pagination ul {
	justify-content: center;
}

#reviews-testimonial .pagination ul .numbers a {
	background-color: #fff;
}

#video-testimonial {
	margin-top: 70px;
}

#video-testimonial .fue-experience-video-wrapper .tab-title-wrapper {
	display: flex;
}

/*end testimonial wrapper page*/

/*start hair transplant css*/
.hair-transplant-wrapper {
	padding: 100px 0 120px;
}

.hair-transplant-wrapper .transplant-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hair-transplant-left {
	width: 410px;
}

.hair-transplant-right {
	width: calc(100% - 410px);
	padding-left: 50px;
}

.hair-transplant-right p {
	color: #505050;
	font-size: 16px;
	letter-spacing: .32px;
	line-height: 32px;
	margin-bottom: 20px;
}

.hair-transplant-wrapper .blocquote-wrapper {
	text-align: center;
	width: 79%;
	padding: 50px 70px;
	border: 1px dashed #1db1e3;
	border-radius: 25px;
	margin: 100px auto 0;
	max-width: 100%;
}

.hair-transplant-wrapper .blocquote-wrapper .blockquote-text {
	line-height: 1.46;
}

.bmg-specialities-wrapper {
	padding: 100px 0 120px;
	background-color: #f7f7f7;
}

.bmg-specialities-wrapper .text-panel {
	padding-left: 0;
}

.bmg-specialities-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	display: block;
	border-bottom: 0;
}

.bmg-specialities-wrapper .our-exp-top-container .container p {
	width: 83%;
	display: inline-block;
	max-width: 100%;
	line-height: 32px;
	letter-spacing: .32px;
}

.specialities-list-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.specialities-item {
	width: 23%;
	margin-right: 2.66%;
}

.specialities-item a {
	display: inline-block;
	padding: 31px 57px 34px 56px;
	padding: 31px 57px 34px 56px;
	transition: .5s all;
	background-color: #fff;
	border-radius: 25px;
	box-shadow: 0px 15px 40px 0 rgba(36, 104, 127, .05);
	text-align: center;
}

/* .specialities-item a:hover {
    background-color: rgba(29, 177, 227, 0.5);
} */
.specialities-item .item-img {
	display: inline-block;
	height: 125px;
	width: 125px;
	overflow: hidden;
}

.specialities-item h5, h4 {
	margin: 15px 0 0;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: .4px;
	text-align: center;
	color: #505050;
	transition: .5s all;
	font-weight: 400;
}

.fue-services-wrapper {
	padding: 100px 0 120px;
	background-color: #42474c;
}

.fue-services-wrapper .text-panel {
	padding-left: 0;
}

.fue-services-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	display: block;
	border-bottom: 0;
}

.fue-services-wrapper .text-center p:last-child {
	margin-bottom: 0;
}

.fue-services-tab-wrapper {
	margin-top: -25px;
}

.fue-services-tab-wrapper .tab-title-wrapper {
	background: #fff;
	padding: 15px 45px;
	border-radius: 25px 25px 0 0;
	justify-content: space-between;
}

.fue-services-tab-wrapper .tab-title-item {
	min-height: auto;
	border-bottom: none;
	position: relative;
	margin: 0;
}

.fue-services-tab-wrapper .tab-title-item:after {
	content: "";
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background-color: #1db1e3;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
}

.fue-services-tab-wrapper .tab-title-item a {
	display: inline-block;
	font-size: 16px;
	color: #42474c;
	letter-spacing: .32px;
}

.fue-services-tab-wrapper .tab-title-item.activelink::after {
	opacity: 1;
}

.fue-services-tab-wrapper .tab-title-item.activelink a {
	color: #1db1e3;
}

.fue-services-tab-wrapper .tab-body-wrapper {
	background-color: #fff;
	padding: 0;
	margin-top: 35px;
}

.transplant-list-wrapper {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}

.transplant-list-item {
	display: flex;
	align-items: center;
	margin-bottom: 100px;
}

.transplant-list-item .step-image {
	height: 218px;
	width: 218px;
	overflow: hidden;
	display: inline-block;
}

.step-info {
	width: calc(100% - 218px);
	padding-left: 40px;
}

.step-info-count {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .36px;
	text-align: left;
	color: #1db1e3;
}

.step-info-title {
	font-size: 26px !important;
	font-weight: 600 !important;
	line-height: 1.23 !important;
	letter-spacing: .52px !important;
	color: #42474c !important;
	margin-bottom: 20px !important;
	text-align: left;
}

.step-info p {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	letter-spacing: .32px;
	text-align: left;
	color: #505050;
	width: 72%;
	display: inline-block;
}

.transplant-list-item:nth-child(2n) {
	flex-direction: row-reverse;
}

.transplant-list-item:nth-child(2n) .step-info {
	padding-right: 40px;
	padding-left: 0;
	text-align: right;
}

.transplant-list-item:nth-child(2n) .step-info>* {
	text-align: right;
}

.blue-time-wrapper {
	margin-bottom: 120px;
	margin-top: 25px;
}

.blue-time-wrapper .container {
	padding: 86px 172px 78px;
	border-radius: 25px;
	background-color: #eafaff;
	position: relative;
}

.blue-time-wrapper .container .time-img {
	position: absolute;
	width: 102px;
	height: 102px;
	padding: 3px 14px 14px 15px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 50%;
	top: -51px;
	right: 0;
	left: 0;
	margin: auto;
}

.blue-time-wrapper .container h4, .blue-time-wrapper .container h3, .blue-time-wrapper .container span {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.92;
	letter-spacing: .52px;
	text-align: center;
	color: #42474c;
}

.blue-time-wrapper .container span {
	color: #1db1e3;
}

.blue-time-wrapper .container p {
	margin: 39px 0 0;
	font-size: 16px;
	line-height: 2;
	letter-spacing: .32px;
	text-align: center;
	color: #505050;
}

.blue-time-wrapper .container p strong {
	font-weight: bold;
}

.right-candidate-wrapper {
	padding: 120px 0;
	background: #f7f7f7;
}

.right-candidate-wrapper .text-panel {
	padding-left: 0;
	padding-right: 50px;
}

.right-candidate-wrapper .our-exp-top-container .text-panel p {
	margin-top: 0;
	margin-bottom: 25px;
}

.right-candidate-wrapper .our-exp-top-container .text-panel .section-title {
	line-height: normal;
	margin-bottom: 15px;
	display: inline-block;
}

.right-candidate-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	border-bottom: 0;
}

.factor-wrapper {
	padding: 45px 55px 42px 50px;
	border-radius: 25px;
	box-shadow: 0px 15px 40px 0 rgba(36, 104, 127, .05);
	background-color: #42474c;
	margin-left: 10%;
	width: 90%;
}

.factor-wrapper h4, .factor-wrapper h6, .factor-wrapper h3 {
	margin: 0 0 27px 0;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.38;
	text-align: left;
	color: #fff;
}

.factor-wrapper ul li {
	display: inline-block;
	width: 100%;
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px;
}

.factor-wrapper ul li span {
	font-size: 16px;
	letter-spacing: .32px;
	color: #fff;
	line-height: 32px;
}

.factor-wrapper ul li .icon {
	position: absolute;
	height: 21px;
	width: 21px;
	border-radius: 50%;
	left: 0;
	top: 7px;
	border: 2px solid #1db1e3;
}

.factor-wrapper ul li .icon:before {
	content: "";
	position: absolute;
	height: 7px;
	width: 3px;
	border-right: 2px solid #1db1e3;
	border-bottom: 2px solid #1db1e3;
	transform: rotate(45deg);
	left: 6px;
	top: 3px;
}

.fue-experience-video-outer-wrapper {
	padding: 100px 0;
	background-color: #fff;
}

.fue-experience-video-outer-wrapper .text-panel {
	padding-left: 0;
}

.fue-experience-video-outer-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	display: block;
	border-bottom: 0;
}

.fue-experience-video-wrapper .video-wrapper {
	margin-top: 50px;
	text-align: center;
	position: relative;
}

.fue-experience-video-wrapper .video-wrapper div.video {
	display: inline-block;
	padding: 10px;
	border-radius: 35px;
	border-radius: 35px;
	box-shadow: 0px 25px 60px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	position: relative;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	height: 380px;
	width: 50%;
	border: 10px solid #fff;
}

.fue-experience-video-wrapper .tab-body-wrapper {
	padding: 0;
	background: transparent;
	margin: 50px 0 85px;
}

.fue-experience-video-wrapper .tab-title-wrapper {
	justify-content: space-between;
}

.fue-experience-video-wrapper .tab-title-wrapper li {
	padding: 0 15px;
	filter: grayscale(99%);
	transition: .5s all;
}

.fue-experience-video-wrapper .tab-title-wrapper li.activelink, .fue-experience-video-wrapper .tab-title-wrapper li:hover {
	filter: grayscale(0%);
}

.after-treatment-wrapper {
	padding: 110px 0;
	background-color: #f7f7f7;
}

.after-treatment-wrapper .text-panel {
	padding-left: 0;
	padding-right: 0;
}

.after-treatment-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	border-bottom: 0;
}

.after-treatment-wrapper .our-exp-top-container .treatment-list li {
	display: flex;
	margin-bottom: 30px;
}

.after-treatment-wrapper .our-exp-top-container .treatment-list li:last-child {
	margin-bottom: 0;
}

.after-treatment-wrapper .our-exp-top-container .treatment-list li .number {
	width: 70px;
	height: 70px;
	padding: 0;
	border-radius: 20px;
	border: dashed 1px #1db1e3;
	background-color: #fff;
	font-size: 26px;
	font-weight: 300;
	line-height: 2.58;
	letter-spacing: .52px;
	text-align: center;
	color: #999;
	margin-top: 10px;
}

.after-treatment-wrapper .our-exp-top-container .treatment-list li p {
	width: calc(100% - 70px);
	margin: 0;
	padding: 0 0 0 40px;
	line-height: 2;
	letter-spacing: .32px;
	text-align: left;
	color: #505050;
}

.after-treatment-wrapper .our-exp-top-container .treatment-list.other_offices_page_template li {
	align-items: center;
}

.advantage-fue-wrapper {
	padding: 60px 0;
	background: #1db1e3;
	position: relative;
	overflow: hidden;
}

.advantage-fue-wrapper .advantage-image {
	width: 100%;
	top: 0;
	height: 100%;
}

.advantage-fue-wrapper .advantage-image img {
	max-width: 55.15%;
	object-fit: cover;
	height: 100%;
	max-height: 100%;
	object-position: bottom;
	position: absolute;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
}

.advantage-fue-wrapper .container {
	text-align: right;
}

.advantage-fue-wrapper .factor-wrapper {
	width: 50%;
	position: relative;
	display: inline-block;
	text-align: left;
	margin-left: 0;
	background-color: #fff;
}

.advantage-fue-wrapper .factor-wrapper h4, .advantage-fue-wrapper .factor-wrapper h4 span {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.32;
	letter-spacing: normal;
	text-align: left;
	color: #42474c;
}

.advantage-fue-wrapper .factor-wrapper h4 span {
	color: #1db1e3;
}

.advantage-fue-wrapper .factor-wrapper p {
	margin: 4px 0 0;
}

.faq-wrapper {
	padding: 50px 0;
	background-color: #fff;
}

.faq-wrapper .text-panel {
	padding-left: 0;
	padding-right: 0;
}

.faq-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	border-bottom: 0;
	flex-direction: column;
}

.faq-inner-wrapper {
	margin: 40px 0 0;
	display: inline-block;
	width: 100%;
}

.faq-item {
	padding: 20px 30px;
	border: 1px solid #e9e9e9;
	border-radius: 25px;
	transition: .5s all;
	margin-bottom: 25px;
}

.faq-item:last-child {
	margin-bottom: 0;
}

.faq-item .questions {
	margin: 2px 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .44px;
	text-align: left;
	color: #42474c;
	padding: 0 35px 0 0;
	position: relative;
	cursor: pointer;
}

.faq-body {
	display: none;
}

.faq-item p {
	margin: 20px 9px 0 0;
	line-height: 2;
	letter-spacing: .32px;
	text-align: left;
	color: #505050;
}

.faq-item .faq-body a {
	margin: 20px 9px 0 0;
	line-height: 2;
	letter-spacing: .32px;
	color: #1db1e3;
	display: inline-block;
	text-decoration: underline;
	font-weight: 500;
	font-size: 16px;
}

.faq-item .accordion-click .toggle-icon, .faq-item .questions .toggle-icon {
	position: absolute;
	height: 27px;
	width: 27px;
	border-radius: 50%;
	right: 0;
	border: 2px solid #1db1e3;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}

.faq-item .accordion-click .toggle-icon:before, .faq-item .questions .toggle-icon:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 14px;
	text-align: center;
	background-color: #1db1e3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: .5s all;
}

.faq-item .accordion-click .toggle-icon:after, .faq-item .questions .toggle-icon:after {
	content: "";
	position: absolute;
	height: 14px;
	width: 2px;
	text-align: center;
	background-color: #1db1e3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: .5s all;
}

.faq-item.active {
	background-color: #eafaff;
	border-color: #eafaff;
}

.faq-item.active .accordion-click .toggle-icon:after, .faq-item.active .questions .toggle-icon:after {
	height: 0;
}

/*end hair transplant css*/

/*start hair transplant css*/
#before-hair-transplant-banner {
	background: #f7f7f7;
}

#before-hair-transplant-banner .banner-profile-image {
	position: absolute;
	right: -110px;
	bottom: auto;
	top: -208px;
	width: 60%;
}

.guidelines-wrapper {
	padding: 100px 0 0;
	background-color: #fff;
}

.guidelines-wrapper.otherOfficesWrapper {
	padding: 150px 0 0;
}

.guidelines-wrapper .text-panel {
	padding-left: 0;
	padding-right: 0;
}

.guidelines-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	border-bottom: 0;
}

.guide-line-list {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}

.guide-line-list .guide-line-item {
	display: flex;
	margin-top: 75px;
}

.guide-line-list .guide-line-item:first-child {
	margin-top: 0;
}

.guide-line-list .guide-line-item .guide-line-img {
	height: 216px;
	width: 216px;
	border-radius: 50%;
	display: inline-block;
}

.guide-line-list .guide-line-item .guide-line-text {
	width: calc(100% - 216px);
	padding-left: 40px;
}

.guide-line-list .guide-line-item .guide-line-text h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.23;
	letter-spacing: .52px;
	color: #42474c;
}

#custom-guideline-p {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.23;
	letter-spacing: .52px;
	color: #42474c;
}

.guide-line-list .guide-line-item .guide-line-text p {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .32px;
	color: #505050;
	margin: 20px 0 0;
}

.otherguideline-wrapper {
	margin-bottom: 120px;
}

.otherguideline-wrapper .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.otherguideline-wrapper .container h2 {
	padding-right: 45px;
	position: relative;
}

.otherguideline-wrapper .container h2:after {
	content: "";
	position: absolute;
	right: 0;
	height: 2px;
	width: 30px;
	background-color: #1db1e3;
	top: 0;
	bottom: 0;
	margin: auto;
}

.otherguideline-wrapper .container .btn-group>.btn {
	margin-left: 15px;
}

#hair-transplant-in-turkey {
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/Hair-Transplant-in-Turkey/banner.png") no-repeat top left;
	overflow: visible;
	padding: 155px 0;
	background-size: cover;
	position: relative;
	top: -1px;
}

#hair-transplant-in-turkey.nitro-lazy {
	background-image: none !important;
}

#hair-transplant-in-turkey .banner-info {
	width: calc(100% - 520px);
}

#hair-transplant-in-turkey .banner-info p {
	width: 100%;
}

#hair-transplant-in-turkey .banner-form {
	width: 480px;
	position: absolute;
	right: 0;
	top: -100px;
	z-index: 1;
}

#hair-transplant-in-turkey .banner-form .form-panel {
	width: 100%;
	padding: 34px 31px 33px 32px;
	border-radius: 25px;
	box-shadow: 0px 10px 40px 0 rgba(66, 71, 76, .1);
	border: solid 1px #e9e9e9;
	background-color: #fff;
}

#hair-transplant-in-turkey .banner-form .form-panel input.form-control, #hair-transplant-in-turkey .procedure-dropdown, #hair-transplant-in-turkey .captcha-wrapper {
	border: solid 1px #e9e9e9;
	background-color: #f7f7f7;
	color: #000;
}

#hair-transplant-in-turkey .captcha-wrapper>* {
	color: #999;
}

#hair-transplant-in-turkey .captcha-wrapper .form-control {
	border: none !important;
	border-bottom: 2px solid rgba(153, 153, 153, .5) !important;
	border-radius: 0;
	padding: 0;
	margin-left: 3px;
}

#hair-transplant-in-turkey .procedure-dropdown select {
	/* color: rgba(153, 153, 153, 0.5); */
	color: #000;
}

#hair-transplant-in-turkey .procedure-dropdown select:invalid {
	/* color: #999; */
	
	/* color: rgba(153, 153, 153, 0.5); */
	color: #999;
}

#hair-transplant-in-turkey .form-group .fa {
	color: #999;
}

#hair-transplant-in-turkey ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999 !important;
	opacity: 1;
}

#hair-transplant-in-turkey ::-moz-placeholder {
	/* Firefox 19+ */
	color: #999 !important;
	opacity: 1;
}

#hair-transplant-in-turkey :-ms-input-placeholder {
	/* IE 10+ */
	color: #999 !important;
	opacity: 1;
}

#hair-transplant-in-turkey :-moz-placeholder {
	/* Firefox 18- */
	color: #999 !important;
	opacity: 1;
}

#hair-transplant-in-turkey select.form-control.phone-number {
	border-right: 1px solid rgba(153, 153, 153, .5);
	color: rgba(153, 153, 153, 1);
}

#hair-transplant-in-turkey textarea {
	height: 86px;
	background-color: #f7f7f7;
	border: solid 1px #e9e9e9;
}

#hair-transplant-in-turkey .form-control {
	/* color: #999999; */
	color: #000;
}

#hair-transplant-in-turkey .form-panel p {
	text-align: center;
	margin-bottom: 25px;
}

#hair-transplant-in-turkey .form-panel p, #hair-transplant-in-turkey .form-panel p span {
	font-size: 26px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: .52px;
}

.hair-transplant-in-turkey .guide-line-list .guide-line-item, .hair_transplantation_section_wrapper .guide-line-list .guide-line-item {
	margin-top: 65px;
}

.hair-transplant-in-turkey .guide-line-list .guide-line-item:first-child, .hair_transplantation_section_wrapper .guide-line-list .guide-line-item:first-child {
	margin-top: 0;
}

.hair-transplant-in-turkey .guide-line-list .guide-line-item .guide-line-img, .hair_transplantation_section_wrapper .guide-line-list .guide-line-item .guide-line-img {
	height: 110px;
	width: 110px;
}

.hair-transplant-in-turkey .guide-line-list .guide-line-item .guide-line-text, .hair_transplantation_section_wrapper .guide-line-list .guide-line-item .guide-line-text {
	width: calc(100% - 110px);
}

.hair-transplant-in-turkey .why-us-wrapper, .hair_transplantation_section_wrapper .why-us-wrapper {
	padding-bottom: 120px;
}

.hair-transplant-in-turkey .why-us-wrapper .container, .hair_transplantation_section_wrapper .why-us-wrapper .container {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: 110px;
	padding-top: 120px;
}

.hair-transplant-in-turkey .why-us-wrapper .container p, .hair_transplantation_section_wrapper .why-us-wrapper .container p {
	margin-top: 0;
	line-height: 32px;
	margin-bottom: 25px;
}

/*end hair transplant css*/
.common_para_wrapper p {
	margin-top: 0;
	line-height: 32px;
	margin-bottom: 25px;
}

.justify-content {
	text-align: justify;
	text-align-last: center;
}

.common_para_wrapper .uk_content {
	padding-bottom: 85px;
}

/*start final results wrapper*/
.final-results-wrapper {
	padding: 80px 0 75px;
	background-color: #fff;
}

.final-results-wrapper .text-panel {
	padding-left: 0;
}

.final-results-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	display: block;
	border-bottom: 0;
}

.final-results-wrapper .team-memebr-info-wrapper .tab-body-wrapper {
	margin-top: 60px;
}

.final-results-wrapper .team-member-results {
	display: flex;
	flex-wrap: wrap;
}

.final-results-wrapper .team-member-results.hide {
	display: none;
}

.final-results-wrapper .team-member-results .result-item {
	width: 31%;
	margin: 0 3.5% 35px 0;
	text-align: left;
	height: 315px;
	padding-bottom: 45px;
}

.final-results-wrapper .team-member-results .result-item .result-image {
	max-height: 236px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	border-radius: 25px;
	margin-bottom: 15px;
}

.final-results-wrapper .team-member-results .result-item>a {
	position: relative;
	display: inline-block;
}

.final-results-wrapper .team-member-results .result-item>a>.play-icon-img {
	height: 75px;
	width: 75px;
}

.final-results-wrapper .team-member-results .result-item h5 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .36px;
	color: #1db1e3;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

.final-results-wrapper .team-member-results .result-item span {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: .32px;
	text-align: left;
	color: #505050;
	display: inline-block;
}

.final-results-wrapper #image-results .result-item .result-image {
	filter: grayscale(90%);
	transition: .5s all;
	max-height: none;
	margin-bottom: 0 !important;
}

.final-results-wrapper #image-results .result-item .result-image:hover {
	filter: grayscale(0%);
}

#results-final-banner {
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/Results-Image-video/banner.png") no-repeat left top;
	overflow: visible;
	background-size: cover;
	position: relative;
	top: -1px;
	padding: 120px 0;
}

#results-final-banner.nitro-lazy {
	background-image: none !important;
}

#results-final-banner .banner-profile-image {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	height: 388px;
	margin: auto;
}

/*end final results wrapper*/

/*start the blumagic wrapper*/
#blue-magic-exp-banner {
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/BlueMagic-Experience-Final/banner.png") no-repeat left top;
	overflow: visible;
	background-size: 100% 100%;
	position: relative;
	top: -1px;
}

#blue-magic-exp-banner.nitro-lazy {
	background-image: none !important;
}

.provide-exp-wrapper {
	padding: 90px 0 110px;
}

.provide-exp-wrapper .our-exp-top-container .text-panel p {
	margin-top: 0;
	margin-bottom: 20px;
}

.provide-exp-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	border-bottom: 0;
}

.daily-operational-wrapper {
	padding-bottom: 70px;
}

.daily-operational-wrapper .factor-wrapper {
	margin-left: 0;
	width: 100%;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

.daily-operational-wrapper .factor-wrapper ul li span {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: .32px;
	text-align: left;
	color: #505050;
}

.daily-operational-wrapper .daily-top-container-wrapper {
	margin-top: 60px;
}

.daily-operational-wrapper .daily-top-container-wrapper .section-title {
	line-height: normal;
	display: inline-block;
	margin-bottom: 15px;
}

.daily-operational-wrapper .daily-top-container-wrapper .container {
	flex-direction: column;
}

.daily-operational-wrapper .daily-top-container-wrapper .daily-list-item {
	display: flex;
	margin-bottom: 70px;
	align-items: center;
}

.daily-operational-wrapper .daily-top-container-wrapper .daily-list-item:nth-child(odd) {
	flex-direction: row-reverse;
}

.daily-operational-wrapper .daily-top-container-wrapper .daily-list-item:nth-child(odd) .text-panel {
	padding-right: 50px;
}

.daily-operational-wrapper .daily-top-container-wrapper .daily-list-item .blue {
	font-size: 22px;
}

.blue-magic-experience .media-center-wrapper {
	padding-bottom: 120px;
}

.luxurious-hotel-wrapper {
	padding: 100px 0 110px;
	background-color: #42474c;
	position: relative;
	overflow: hidden;
}

.luxurious-hotel-wrapper .text-panel {
	padding-left: 0;
	padding-right: 50px;
}

.luxurious-hotel-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	display: block;
	border-bottom: 0;
}

.luxurious-hotel-wrapper .hotel-image-gallery {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	bottom: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.luxurious-hotel-wrapper .image-gallery-item.box-1>img, .luxurious-hotel-wrapper .image-gallery-item.box-4>img {
	height: 452px;
}

.luxurious-hotel-wrapper .image-gallery-item.box-2>img, .luxurious-hotel-wrapper .image-gallery-item.box-3>img {
	height: 225px;
}

.luxurious-hotel-wrapper .image-gallery-item.box-2, .luxurious-hotel-wrapper .image-gallery-item.box-4 {
	position: relative;
	top: 5px;
}

.luxurious-hotel-wrapper .image-gallery-wrapper {
	position: relative;
}

.luxurious-hotel-wrapper .image-gallery-item {
	position: relative;
}

.luxurious-hotel-wrapper .image-gallery-item.box-3, .luxurious-hotel-wrapper .image-gallery-item.box-4 {
	margin-right: 0;
}

.luxurious-hotel-wrapper .image-gallery-item>img {
	width: 100%;
	object-fit: cover;
}

/*end the blumagic wrapper*/

/*start press and award wrapper*/
.media-press-and-award header {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.media-press-and-award .breadcrumbs {
	margin-top: 20px;
}

.media-press-and-award .breadcrumbs ul {
	padding-left: 0;
}

.press-tab-wrapper {
	padding: 90px 0 120px;
	background-color: #f7f7f7;
}

.press-tab-wrapper .text-panel {
	padding-left: 0;
}

.press-tab-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	border-bottom: 0;
}

.press-image-wrapper {
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.press-image-wrapper .press-item {
	width: 275px;
	display: flex;
	align-items: center;
	height: 130px;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
	margin: 30px 30px 0 0;
}

.media-award-wrapper {
	padding: 30px 0 120px;
	background-color: #fff;
}

.media-award-wrapper .text-panel {
	padding-left: 0;
}

.media-award-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	display: block;
	border-bottom: 0;
}

.media-award-wrapper .tab-wrapper {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}

.media-award-wrapper .tab-title-wrapper {
	justify-content: space-around;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.media-award-wrapper .tab-title-item {
	min-height: 75px;
}

.media-award-wrapper .tab-title-item a {
	font-size: 18px;
	color: #999;
	font-weight: 500;
	line-height: 28px;
	transition: .5s all;
}

.media-award-wrapper .tab-title-item.activelink a, .media-award-wrapper .tab-title-item a:hover {
	color: #505050;
}

.media-award-wrapper .tab-body-wrapper {
	background: transparent;
	padding: 25px 0 0;
}

.media-award-wrapper .tab-body-wrapper .list {
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.media-award-wrapper .tab-body-wrapper .list.hide {
	display: none;
}

.media-award-wrapper .tab-body-wrapper .award-item {
	width: 275px;
	display: flex;
	align-items: center;
	height: 130px;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
	margin: 30px 30px 0 0;
	background-color: #f7f7f7;
}

/*end press and award wrapper*/

/*start our media wrapper*/
.our-media-wrapper-body header {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.our-media-wrapper-body .breadcrumbs {
	margin-top: 20px;
}

.our-media-wrapper-body .breadcrumbs ul {
	padding-left: 0;
}

.our-media-wrapper-body .media-award-wrapper {
	padding-bottom: 85px;
}

.media-inner-wrapper {
	margin-top: 15px;
}

.media-inner-wrapper .f-btn-grp {
	margin-bottom: 40px;
}

.media-tag-wrapper {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

.media-tag-item {
	width: 376px;
	height: 237px;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 35px 35px 0;
}

.media-tag-item .media-image {
	height: 100%;
	width: 100%;
}

.media-tag-item .media-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border: 1px solid #aeaeae;
	border-radius: 25px;
}

.media-image .play-icon-img {
	height: 75px;
	width: 75px;
}

.media-image-text {
	position: absolute;
	height: 100%;
	background-color: rgba(29, 177, 227, .75);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	transform: scale(0);
	transition: .5s all;
	width: 100%;
}

.media-image-text .fa {
	font-size: 18px;
	color: #fff;
}

.media-image-text p {
	font-size: 18px;
	margin: 10px 0 0 !important;
	padding: 0 15px;
	color: #fff;
	font-weight: 600;
}

.media-tag-item:hover .media-image-text {
	transform: scale(1);
}

/*end our media wrapper*/

/*start blog listing wrapper*/
.blog-listing-wrapper-body .media-award-wrapper {
	padding-bottom: 80px;
}

.blog-listing-wrapper-body header {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.blog-listing-wrapper-body .breadcrumbs {
	margin-top: 20px;
}

.blog-listing-wrapper-body .breadcrumbs ul {
	padding-left: 0;
}

.blog-list-inner-wrapper {
	display: flex;
	width: 100%;
	margin-top: 50px;
	align-items: flex-start;
}

.blog-list-left {
	display: flex;
	flex-wrap: wrap;
	width: 72%;
	padding-right: 3%;
}

.blog-list-left-post-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.blog-list-left .box-list-item {
	display: flex;
	flex-direction: column;
	width: 48%;
	margin: 0 4% 40px 0;
}

.blog-list-left .box-list-item .blog-image {
	height: 210px;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
}

.blog-list-left .box-list-item .blog-date {
	color: #808080;
	line-height: 15px;
	display: inline-block;
	vertical-align: middle;
}

.blog-list-left .box-list-item .blog-category {
	color: #808080;
	line-height: 15px;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #808080;
	display: inline-block;
}

.blog-list-left .box-list-item h4 {
	margin: 15px 0 10px;
	min-height: 63px;
	overflow: hidden;
}

.blog-list-left .box-list-item a {
	color: #1db1e3;
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
}

.blog-list-left .box-list-item:nth-child(2n) {
	margin-right: 0;
}

.blog-list-right {
	display: flex;
	width: 28%;
	flex-direction: column;
}

.search-wrapper {
	position: relative;
	width: 100%;
}

.search-wrapper .form-group {
	margin-bottom: 0;
}

.search-wrapper input.form-control {
	background-color: transparent;
	color: #999;
	border: 1px solid rgba(0, 0, 0, .2);
	padding-right: 135px;
	padding-left: 45px;
}

.search-wrapper input::placeholder {
	color: #999;
	opacity: 1;
}

.search-wrapper .form-group .fa {
	color: #999;
}

.search-wrapper .btn {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px;
	width: 120px;
}

.category-box {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}

.category-box-titles {
	color: #42474c;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}

.category-box ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.category-box ul li:last-child {
	margin-bottom: 0;
}

.category-box ul li>* {
	font-size: 16px;
	color: #505050;
}

.newcatli {
	font-size: 16px;
	color: #505050;
}

.category-box ul li i {
	margin-right: 15px;
}

.article-box ul li {
	padding-bottom: 15px;
	border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.article-box ul li a {
	font-size: 16px;
	color: #505050;
	line-height: 32px;
	transition: .5s all;
}

.article-box ul li a:hover {
	color: #1db1e3;
}

.article-box ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.call-now {
	height: 365px;
	width: 100%;
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/call-bg.png") no-repeat center center #1db1e3;
	border-radius: 25px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
	flex-direction: column;
}

.call-now.nitro-lazy {
	background-image: none !important;
}

.call-text {
	font-size: 22px;
	color: #fff;
	line-height: 32px;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0 40px;
}

.call-number {
	font-size: 38px;
	color: #fff;
	line-height: 36px;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: 600;
	margin: 35px 0;
}

.blog-detail {
	position: relative;
}

.social-media-icon {
	position: absolute;
	top: 0;
	left: 0px;
	width: 80px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 25px;
	text-align: center;
}

.social-media-icon span {
	font-size: 22px;
	font-weight: 600;
	display: inline-block;
	width: 68px;
	word-break: break-all;
	text-align: center;
	height: 33px;
	transform: rotate(-90deg) translate(-95px, 17px);
	transform-origin: 0 0;
}

.pagination {
	display: block;
	margin: 40px 0;
}

.pagination ul {
	display: flex;
	flex-wrap: wrap;
}

.pagination ul .numbers {
	margin-right: 15px;
	border-radius: 3px;
	display: inline-block;
	overflow: hidden;
	margin-top: 15px;
}

.pagination ul .numbers a {
	background: #f7f7f7;
	padding: 8px 20px;
	display: inline-block;
	transition: .5s all;
}

.pagination ul .numbers a, .pagination ul .numbers a .fa {
	font-size: 18px;
	color: #808080;
	font-weight: 500;
}

.pagination ul .numbers a:hover {
	background-color: #1db1e3;
	color: #fff;
}

.pagination ul .numbers a:hover .fa {
	color: #fff;
}

.pagination ul .numbers.disabled a {
	opacity: .7;
	pointer-events: none;
}

.blog-detail .social-media-icon ul {
	margin-bottom: 0;
	margin-top: 85px;
}

.blog-detail .social-media-icon ul li {
	padding: 20px 0;
	margin-bottom: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.blog-detail .social-media-icon ul li a {
	color: #42474c;
	transition: .5s all;
}

.blog-detail .social-media-icon ul li a:hover {
	color: #1db1e3;
}

.blog-detail .social-media-icon ul li .fa {
	font-size: 22px;
}

.blog-detail .social-media-icon ul li:before, .blog-detail .social-media-icon ol li:before {
	display: none;
}

.blog-detail-wrapper {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.blog-detail .blog-title {
	margin-left: 100px;
}

.blog-detail .blog-title h2 {
	padding-right: 60px;
}

.blog-detail .blog-image {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	margin-left: 100px;
}

.blog-detail p img {
	width: 100%;
	height: auto;
}

.blog-detail .blog-image img {
	height: auto;
	border-radius: 25px;
}

.blog-detail .d-flex>span {
	color: #808080;
	line-height: 15px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #808080;
}

.blog-detail .d-flex {
	margin-bottom: 25px;
}

.blog-detail .d-flex>span i {
	margin-right: 5px;
}

.blog-detail .d-flex>span:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.blog-detail h2, .blog-detail h3 {
	color: #42474c;
}

.blog-detail h1.mainTitle {
	color: #42474c;
	padding-right: 165px;
	font-size: 44px;
}

.blog-detail p {
	display: inline-block;
	width: 100%;
	margin: 0 0 15px;
	line-height: 32px;
	color: #505050;
	padding-right: 61px;
}

.blog-detail li {
	line-height: 30px;
}

.blog-detail p, .blog-detail li, .blog-detail span {
	color: #505050;
}

.blog-detail p * {
	font-size: 16px;
	height: auto;
}

.blog-detail a {
	color: #1db1e3;
}

.blog-detail h5 {
	font-size: 20px;
	font-weight: 600;
	color: #505050;
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
	line-height: 32px;
}

.blog-detail ul, .blog-detail ol {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.blog-detail ul li, .blog-detail ol li {
	font-size: 16px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.blog-detail ul li:before, .blog-detail ol li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	height: 7px;
	width: 7px;
	background-color: #1db1e3;
	border-radius: 50%;
}

.blog-detail ul li:last-child, .blog-detail ol li:last-child {
	margin-bottom: 0;
}

.blog-detail .blocquote-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.blog-detail .blocquote-wrapper .blockquote-text {
	padding: 0;
	width: calc(100% - 110px);
}

.blog-detail .blocquote-wrapper .blockquote-text:after, .blog-detail .blocquote-wrapper .blockquote-text:before {
	display: none;
}

.blog-detail .bloquote-img {
	width: 80px;
	margin-right: 30px;
}

.blog-detail .blockquote-text blockquote {
	font-size: 18px;
	line-height: 28px;
	color: #42474c;
	font-weight: 600;
}

.blog-detail .blockquote-text>span {
	font-size: 14px;
	color: #999;
	line-height: 32px;
}

.blog-pagination {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}

.blog-pagination .blog-text {
	width: 45%;
}

.blog-pagination .blog-text.next-blog {
	text-align: right;
}

.blog-pagination .blog-text>a {
	font-size: 18px;
	text-decoration: underline;
	font-weight: 600;
	color: #42474c;
	transition: .5s all;
}

.blog-pagination .blog-text>a:hover {
	color: #1db1e3;
}

.blog-pagination .blog-text p {
	margin-top: 5px;
	font-size: 16px;
	color: #42474c;
	line-height: 32px;
}

.blog-list-left .f-btn-grp {
	margin: 30px 0 55px;
	padding-bottom: 65px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.blog-list-left .f-btn-grp .filter-button {
	font-size: 14px;
	padding: 7px 15px;
}

.blog-list-left>.related-post {
	font-size: 26px;
	line-height: 32px;
	color: #42474c;
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.related-post-title {
	font-size: 32px;
	line-height: 50px;
	font-weight: 600;
}

/*end blog listing wrapper*/

/*start faq*/
.faqs-body-wrapper header {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faqs-body-wrapper .breadcrumbs {
	margin-top: 20px;
}

.faqs-body-wrapper .breadcrumbs ul {
	padding-left: 0;
}

.faqs-body-wrapper .faq-wrapper .text-panel {
	display: flex;
	justify-content: space-between;
}

.faqs-body-wrapper .faq-wrapper .search-wrapper {
	width: 30%;
}

.faqs-body-wrapper .faq-wrapper .search-wrapper .form-control {
	padding: 0 60px 0 25px;
}

.faqs-body-wrapper .faq-wrapper .search-wrapper .btn {
	width: 47px;
	height: 47px;
	border-radius: 50%;
}

.faqs-body-wrapper .faq-wrapper .search-wrapper .form-group .fa {
	color: #fff;
	top: 17px;
	left: 17px;
}

.faqs-body-wrapper .faq-wrapper {
	padding: 30px 0 100px;
}

.faqs-body-wrapper .faq-inner-wrapper {
	margin-top: 20px;
}

.inner-accordion {
	padding: 20px 0 0 20px;
}

.inner-accordion li {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.inner-accordion li:last-child {
	margin-bottom: 0;
}

.inner-accordion .inner-questions {
	font-size: 18px;
	color: #505050;
	font-weight: 500;
	cursor: pointer;
}

.inner-accordion .inner-questions>i {
	font-size: 18px;
	margin-right: 10px;
	transition: .5s all;
}

.inner-accordion-body {
	padding: 0 20px;
	display: none;
}

.faq-body .inner-accordion-body p a {
	margin: 0;
}

.inner-accordion li.active .inner-questions i {
	transform: rotate(90deg);
}

/*end faq*/

/*start contact us*/
.drpdown {
	position: relative;
}

.drpdown:after {
	content: "";
	font-family: "FontAwesome" !important;
	font-weight: 600;
	position: absolute;
	right: 35px;
	top: 18px;
	z-index: 1;
	color: #42474c;
}

#contact-us-banner {
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/contactus-banner.jpg") no-repeat left top;
	overflow: visible;
	background-size: 100% 100%;
}

#contact-us-banner.nitro-lazy {
	background-image: none !important;
}

.contact-us-body .get-in-touch-wrapper {
	padding-top: 95px;
	background-color: #fff;
}

.contact-us-body .get-in-touch-wrapper .our-exp-top-container .container {
	align-items: flex-start;
}

.embed-map {
	display: block;
	width: 100%;
	height: auto;
}

.embed-map iframe {
	height: 450px;
	width: 33%;
}

/*end contact us*/

/*start info text thank you and not found wrapper*/
.info-text-wrapper {
	border-top: 1px solid rgba(0, 0, 0, .1);
	height: calc(100vh - 113px);
	border-bottom: 5px solid #1db1e3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-text-wrapper .container {
	text-align: center;
}

.info-text-wrapper .container h3 {
	color: #42474c;
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
	margin-top: 40px;
}

.info-text-wrapper .container p {
	line-height: 28px;
	margin-bottom: 70px;
}

/*end info text thank you and not found wrapper*/

/*start flex payments*/
#blue-magic-flex-payment {
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/flex-payment-banner.jpg") no-repeat left top;
	overflow: visible;
	background-size: 100% 100%;
	position: relative;
	top: -1px;
}

#blue-magic-flex-payment.nitro-lazy {
	background-image: none !important;
}

#blue-magic-flex-payment .banner-profile-image {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	height: 388px;
	margin: auto;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-payment-solution-wrapper {
	padding: 80px 0 0;
}

.flex-payment-solution-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
}

.flex-payment-solution-wrapper .blocquote-wrapper {
	padding: 75px 175px 100px;
	text-align: center;
}

.flex-payment-solution-wrapper .blockquote-text {
	line-height: 40px;
	padding: 0 60px;
}

.flex-payment-solution-wrapper .blockquote-text::before {
	bottom: auto;
	top: -15px;
}

.flex-payment-solution-wrapper .blockquote-text::after {
	bottom: -15px;
	top: auto;
}

.flex-payment-solution-wrapper .our-exp-bottom-container {
	padding-top: 110px;
}

.finance-item {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 120px;
}

.finance-item:last-child {
	margin-bottom: 0;
}

.finance-img-wrapper {
	display: flex;
	height: 330px;
	width: 330px;
	align-items: center;
	justify-content: center;
	border: 1px dashed #1db1e3;
	background-color: #f2fcfe;
	border-radius: 50%;
}

.finance-info-text {
	width: calc(100% - 330px);
	padding-left: 80px;
}

.our-exp-bottom-container .finance-info-text h2 {
	text-align: left;
	margin-bottom: 20px;
}

.finance-list-wrapper {
	margin-top: 30px;
}

.finance-list-wrapper h4 {
	display: inline-block;
	position: relative;
	font-size: 26px;
	color: #fff;
	background: #42474c;
	padding: 12px 10px 12px 20px;
	font-weight: 600;
}

.finance-list-wrapper h4:after {
	position: absolute;
	top: 8px;
	width: 40px;
	background-color: #42474c;
	right: -20px;
	content: "";
	transform: rotate(45deg);
	height: 40px;
	z-index: -1;
}

.finance-list-wrapper h4:before {
	position: absolute;
	top: 18px;
	width: 42px;
	background-color: #61686e;
	left: 0;
	content: "";
	transform: skewY(40deg);
	height: 55px;
	z-index: -1;
}

.finance-list-wrapper ul, .finance-list-wrapper .d-flex {
	margin-top: 70px;
	margin-bottom: 40px;
}

.finance-list-wrapper .d-flex ul {
	margin: 0;
}

.finance-list-wrapper .d-flex h5 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	color: #42474c;
	margin-bottom: 20px;
}

.finance-list-wrapper ul li {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-left: 50px;
	margin-bottom: 25px;
}

.finance-list-wrapper ul li:last-child {
	margin-bottom: 0;
}

.finance-list-wrapper ul li b {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	color: #42474c;
}

.finance-list-wrapper ul li>span {
	font-size: 16px;
	line-height: 32px;
	color: #505050;
}

.finance-list-wrapper ul li .tick-icon {
	position: absolute;
	height: 21px;
	width: 21px;
	border-radius: 50%;
	left: 0;
	top: 7px;
	border: 2px solid #1db1e3;
}

.finance-list-wrapper ul li .tick-icon:before {
	content: "";
	position: absolute;
	height: 7px;
	width: 3px;
	border-right: 2px solid #1db1e3;
	border-bottom: 2px solid #1db1e3;
	transform: rotate(45deg);
	left: 6px;
	top: 3px;
}

.finance-list-wrapper .d-flex ul li {
	margin-bottom: 15px;
}

.finance-list-wrapper .d-flex ul li:last-child {
	margin-bottom: 0;
}

.finance-list-wrapper .d-flex ul li .tick-icon {
	top: 5px;
}

.finance-list-wrapper .d-flex~.d-flex {
	margin-top: 0;
}

span.black.display-inline.pay {
	position: relative;
	left: -8px;
}

/*end flex payments*/

/*start our book and our media*/
.our-book-offer-popup header {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.our-book-offer-popup .breadcrumbs {
	margin-top: 0;
	background: #f7f7f7;
	padding-top: 20px;
}

.our-book-offer-popup .breadcrumbs ul {
	padding-left: 0;
	background-color: transparent;
}

.things-to-know-about {
	padding: 30px 0 120px;
	background-color: #f7f7f7;
}

.things-to-know-about .our-exp-top-container .container {
	padding-bottom: 0;
	border-bottom: none;
}

.things-to-know-about .our-exp-top-container .text-panel {
	padding-left: 0;
}

.things-to-know-about .our-exp-top-container .left-panel {
	text-align: right;
}

.things-to-know-about .our-exp-top-container .left-panel img {
	box-shadow: -10px 2px 20px 10px rgba(0, 0, 0, .15);
}

.things-to-know-about .our-exp-top-container .text-panel p {
	margin: 0 0 20px;
	line-height: 32px;
}

.things-to-know-about .amazon-partner-link-wrapper {
	margin-top: 35px;
}

.three-box-section {
	padding: 120px 0;
}

.three-box-wrapper {
	display: flex;
}

.three-box-item {
	position: relative;
	height: 450px;
	overflow: hidden;
	overflow: hidden;
	width: 32%;
	display: flex;
	flex-direction: column;
	margin-right: 2.5%;
	border-radius: 25px;
}

.three-box-item:last-child {
	margin-right: 0;
}

.box-info {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.box-info::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .1);
	display: none;
}

.box-info .img {
	display: inline-block;
}

.box-info img {
	width: 100%;
}

.box-img-info {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 1;
}

.box-img-info h3 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	padding: 0 65px;
	letter-spacing: 1.5px;
	line-height: 40px;
	display: inline-block;
	margin: 10px 0 15px;
}

.hover-info {
	display: flex;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(29, 177, 227, .9);
	flex-direction: column;
	padding: 25px;
	text-align: center;
	transition: .5s all;
	transform: scale(0);
}

.hover-info h6 {
	font-size: 18px;
	color: #fff;
	margin: 0 0 15px;
	font-weight: 600;
}

.hover-info p {
	font-size: 16px;
	color: #fff;
	margin: 0;
	line-height: 26px;
}

.three-box-item:hover .hover-info {
	transform: scale(1);
}

#offer-modal {
	max-width: 68%;
	padding: 0;
	border-radius: 0;
}

#offer-modal .modal-body-left {
	width: 50%;
	background: #f7f7f7;
	padding: 40px 0;
	display: flex;
	align-items: center;
}

#offer-modal .modal-body-wrapper {
	display: flex;
}

.modal-body-right {
	width: 50%;
	padding: 60px;
	background-color: #fff;
}

.modal-body-right h2 {
	font-size: 55px;
	text-align: center;
	position: relative;
	line-height: 34px;
	padding-bottom: 40px;
}

.modal-body-right h2:before {
	position: absolute;
	width: 60px;
	height: 2px;
	content: "";
	background: #42474c;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

.modal-body-right h3 {
	font-size: 22px;
	line-height: 34px;
	font-weight: 500;
	text-align: center;
}

.modal-body-right h3 * {
	font-size: 22px;
	line-height: 34px;
	font-weight: 600;
	color: #1db1e3;
}

.modal-body-right h3 i {
	margin-right: 5px;
	font-weight: 500;
}

.modal-body-right form {
	margin-top: 25px;
}

.modal-body-right .form-group .fa {
	color: rgba(153, 153, 153, .5);
}

.modal-body-right ::placeholder {
	color: rgba(0, 0, 0, .9);
}

.modal-body-right :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(0, 0, 0, .9);
}

.modal-body-right ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: rgba(0, 0, 0, .9);
}

.modal-body-right .form-control {
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: #42474c;
	border-radius: 0;
}

.modal-body-right .btn-primary {
	width: 100%;
	margin-top: 20px;
}

.modal a.close-modal {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/close-icon.png");
	top: -10px;
	right: -10px;
}

.modal a.close-modal.nitro-lazy {
	background-image: none !important;
}

.form-control.error {
	border-color: red;
}

.content-book-wrapper {
	padding: 100px 0;
	background-color: #42474c;
	position: relative;
	overflow: hidden;
}

.content-book-wrapper .text-panel {
	padding-left: 0;
}

.content-book-wrapper .our-exp-top-container .container {
	padding-bottom: 0;
	display: block;
	border-bottom: 0;
}

.content-book-wrapper .factor-wrapper {
	margin-left: 0;
	width: 100%;
	margin-top: 50px;
}

.content-book-wrapper .factor-wrapper ul {
	display: flex;
	flex-wrap: wrap;
}

.content-book-wrapper .factor-wrapper ul li {
	width: 32%;
	margin-right: 2%;
}

.content-book-wrapper .factor-wrapper ul li:nth-child(3n) {
	margin-right: 0;
}

.content-book-wrapper .factor-wrapper ul li .icon {
	top: 5px;
}

.content-book-wrapper .factor-wrapper ul li span {
	font-size: 14px;
}

.author-wrapper {
	padding: 100px 0 130px;
	background-color: #f7f7f7;
}

.author-wrapper .our-exp-top-container .container {
	padding: 0 15px;
	border-bottom: 0;
}

.author-slider-wrapper {
	margin-top: 40px;
	display: block;
	width: 100%;
}

.author-slider-wrapper .slick-dots {
	position: absolute;
	left: 0;
	width: 200px;
}

.author-slider {
	display: block;
	width: 100%;
}

.author-info {
	display: flex;
	align-items: center;
}

.author-img {
	width: 270px;
	height: 300px;
	display: flex;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
}

.author-info-text {
	width: calc(100% - 270px);
	padding-left: 50px;
}

.author-slider-wrapper .slick-slide {
	left: 1px;
	position: relative;
}

.author-info-text h5 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 22px;
}

.author-info-text p {
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 32px;
}

.author-info-text .social-media-list {
	display: flex;
	margin-top: 25px;
}

.author-info-text .social-media-list li {
	background-color: #e8e8e8;
}

.author-info-text .social-media-list li a {
	color: #42474c;
}

.author-info-text .social-media-list li:hover {
	background-color: #1db1e3;
}

.author-info-text .social-media-list li:hover a {
	color: #fff;
}

/*end our book and media*/

/*footer wrapper*/
.footer-wrapper {
	padding: 110px 0 100px;
	border-bottom: 5px solid #1db1e3;
}

.footer-wrapper .ratings_wrapper {
	margin-top: 30px;
}

.footer-wrapper .container {
	display: flex;
	flex-wrap: wrap;
}

.footer-wrapper .box1 {
	width: 30%;
}

.footer-wrapper .box2 {
	width: 38%;
}

.footer-wrapper .box3 {
	width: 32%;
}

.footer-wrapper .box1, .footer-wrapper .box3 {
	padding-top: 20px;
}

.footer-wrapper .box1 span {
	line-height: 26px;
	color: #505050;
	margin: 20px 0 30px;
	display: inline-block;
	font-weight: 500;
}

.social-media-list {
	display: flex;
}

.social-media-list li {
	height: 35px;
	width: 35px;
	background-color: #1db1e3;
	border-radius: 5px;
	text-align: center;
	margin-right: 15px;
	transition: .5s all;
}

.social-media-list li:last-child {
	margin-right: 0;
}

.social-media-list li a {
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	height: 100%;
	width: 100%;
	display: inline-block;
}

.footer-wrapper .box2 .section-title {
	display: inline-block;
	margin-bottom: 10px;
	color: #42474c;
	font-size: 18px;
	line-height: 24px;
}

.quick-links-list {
	display: flex;
	flex-wrap: wrap;
}

.quick-links-list li {
	width: 48%;
	margin-right: 4%;
}

.quick-links-list li:nth-child(2n) {
	margin-right: 0;
}

.quick-links-list li a {
	color: #808080;
	line-height: 40px;
	transition: .5s all;
}

.quick-links-list li a:hover {
	color: #1db1e3;
}

.quick-links-list li a i {
	margin-right: 10px;
}

.footer-wrapper .box3 p {
	line-height: 26px;
	color: #42474c;
	font-weight: 500;
	margin: 0 0 30px;
}

.bagde-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.modal {
	background: transparent !important;
}

option {
	color: #000;
}

.yotu-wrapper-player {
	display: none;
}

.our-exp-bottom-container .slick-slide {
	margin: 0px 15px;
}

/*.result-item{*/

/*    height: 210px;*/

/*}*/
.blog-image a, .result-item a, .blog-image a {
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 20px;
}

.wsp-chat.desktop_show {
	display: block !important;
}

.wsp-chat {
	position: fixed;
	right: 20px;
	display: table;
	bottom: 20px;
	z-index: 99999;
	background: #1db1e3;
	padding: 10px;
	border-radius: 100%;
	height: 60px;
	width: 60px;
	text-align: center;
}

.wsp-chat a .textwhatsapp {
	display: none;
}

.wsp-chat.mobile_show {
	display: none !important;
}

/* .wsp-chat {
  position: fixed;
  right: 20px;
  display: table;
  bottom: 20px;
  z-index: 99999;
  background: #1e9c12;
  padding: 10px;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  text-align: center;
} */
.career-wrapper .btn-secondary-white, .affiliate-wrapper .btn-secondary-white {
	color: #1db1e3;
}

.career-wrapper .banner-info .super_p, .affiliate-wrapper .banner-info .super_p {
	margin: 0 auto 10px;
}

.career-vision-wrapper {
	padding: 40px 0;
}

.career-vision-wrapper .text-panel {
	padding: 0;
}

.career-vision-wrapper .quote {
	font-size: 18px;
	font-weight: 500;
}

.approach-to-hiring .our-exp-top-container .container, .career-vision-wrapper .our-exp-top-container .container {
	border: 0;
	padding-bottom: 40px;
}

.vision_slider_wrapper .overflow_slider {
	overflow-x: hidden;
}

.vision_slider_wrapper .vision_slider {
	margin: 0 -20px;
}

.vision_slider_wrapper .vision_slider .pastel_wrapper {
	height: 100%;
	margin: 0 20px;
	padding: 20px;
	background-color: #eafaff;
	border-radius: 25px;
}

.vision_slider_wrapper .vision_slider .pastel_wrapper .content1 {
	padding: 20px;
	background-color: #eafaff;
}

.vision_slider_wrapper .vision_slider .pastel_wrapper .content p {
	margin: 0;
	line-height: 2;
	letter-spacing: .32px;
	color: #505050;
	font-size: 16px;
}

.vision_slider_wrapper .vision_slider .pastel_wrapper .content h6, .vision_slider_wrapper .vision_slider .pastel_wrapper .content h5, .vision_slider_wrapper .vision_slider .pastel_wrapper .content h4, .vision_slider_wrapper .vision_slider .pastel_wrapper .content h3, .vision_slider_wrapper .vision_slider .pastel_wrapper .content h2, .vision_slider_wrapper .vision_slider .pastel_wrapper .content h1 {
	font-size: 20px;
	font-weight: 500;
}

.three-box-section.three-box-section-career {
	padding: 30px 0;
}

.guidelines-wrapper-career {
	background-color: #f7f7f7;
	padding: 50px 0;
}

.guidelines-wrapper-career .guide-line-text h6, .guidelines-wrapper-career .guide-line-text h5, .guidelines-wrapper-career .guide-line-text h4, .guidelines-wrapper-career .guide-line-text h3, .guidelines-wrapper-career .guide-line-text h3, .guidelines-wrapper-career .guide-line-text h2, .guidelines-wrapper-career .guide-line-text h1 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.23;
	letter-spacing: .52px;
	color: #42474c;
}

.commitments_image_section {
	background-color: #f7f7f7;
	padding-bottom: 50px;
}

.commitments_image_section .commitments_slider .commitments_item {
	margin: 10px;
}

.approach-to-hiring {
	padding: 50px 0 30px;
}

.complaints_section {
	padding-top: 50px;
}

.approach-to-hiring ul li {
	position: relative;
	color: #505050;
	margin-bottom: 15px;
	padding-left: 30px;
	font-size: 13px;
	line-height: 26px;
}

.approach-to-hiring ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/checkblue.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
}

.hiring_steps_wrapper, .stages_wrapper {
	margin-top: 30px;
}

.stages_wrapper {
	padding-top: 10px;
}

.hiring_steps_wrapper .hiring_steps_single {
	display: flex;
	flex-direction: row-reverse;
	position: relative;
}

.hiring_steps_wrapper .hiring_steps_single:before {
	content: "";
	position: absolute;
	left: 27px;
	top: 47px;
	height: 100%;
	width: 1px;
	background-image: linear-gradient(#1db1e3 33%, rgba(255, 255, 255, 0) 0%);
	background-position: right;
	background-size: 1px 7px;
	background-repeat: repeat-y;
	z-index: -1;
}

.hiring_steps_wrapper .hiring_steps_single:last-child:before {
	display: none;
}

.hiring_steps_wrapper .hiring_steps_single .numbering {
	width: 55px;
	height: 55px;
	margin-right: 20px;
	margin-top: 20px;
	border-radius: 50%;
	border: 1px solid #1db1e3;
	color: #1db1e3;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	transition: all .5s ease;
}

.content_wrapper .faq-body ul li {
	margin-bottom: 10px;
}

.hiring_steps_wrapper .hiring_steps_single .content_wrapper {
	width: calc(100% - 70px);
}

.hiring_steps_wrapper .hiring_steps_single .content_wrapper.active+.numbering {
	color: #fff;
	background-color: #1db1e3;
}

.content_wrapper.faq-item {
	margin-bottom: 15px;
}

.content_wrapper.faq-item .faq-body p {
	margin-top: 0;
	padding-top: 20px;
}

.complaints_section .container {
	padding-bottom: 70px;
	border: 0;
}

.questions-about {
	background-color: #42474c;
	color: #fff;
	padding: 50px 0;
}

.questions-about .content_on_joining img {
	width: 80px;
}

.questions-about .content p {
	color: #fff;
}

.questions-about .content p a {
	color: #1db1e3;
}

.accordion-body {
	display: none;
}

.content_wrapper .accordion-click {
	cursor: pointer;
	position: relative;
	padding-right: 30px;
}

.resume_form {
	background-color: #f7f7f7;
	padding: 50px 0;
}

.resume_form_zoho {
	background-color: #eef1f7;
	padding: 50px 0;
}

.jobsList {
	background-color: #fbfbfb;
	padding: 50px 0;
}

.jobsList .embed_jobs_head {
	padding-top: 0;
}

.rec_job_listing_div_jobs .rec-grp-heading {
	font-size: 20px;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

.rec_job_listing_div_jobs .rec-group {
	margin-bottom: 25px;
}

.rec_job_listing_div_jobs .rec-group:last-child {
	margin-bottom: 0;
}

.resume_form .our-exp-top-container .container {
	padding-bottom: 0;
	border: 0;
}

.resume_form .our-exp-top-container .text-panel {
	padding: 0;
}

.resume-form-container ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #42474c;
}

.resume-form-container ::-moz-placeholder {
	/* Firefox 19+ */
	color: #42474c;
}

.resume-form-container :-ms-input-placeholder {
	/* IE 10+ */
	color: #42474c;
}

.resume-form-container :-moz-placeholder {
	/* Firefox 18- */
	color: #42474c;
}

.resume_form .resume-form-container {
	width: 100%;
	padding-top: 30px;
}

.resume_form .resume-form-container .form-group {
	margin-bottom: 35px;
}

.resume_form .resume-form-container .form-group .codedropz-upload-wrapper .codedropz-upload-handler {
	border-radius: 30px;
	border: 1px dashed #c5c5c5;
}

.resume_form .resume-form-container .form-group .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}

.resume_form .resume-form-container .form-group .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-inner a {
	color: #1db1e3;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.resume_form .resume-form-container .form-group .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
	padding: 35px 20px;
}

.resume_form .resume-form-container .form-group .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-inner span {
	margin: 0 6px;
}

.resume_form .resume-form-container .form-group .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter {
	opacity: 0;
	display: none;
}

.resume_form .resume-form-container .form-group-wrapper-middle {
	display: block;
	margin: 0 -15px;
}

.resume_form .resume-form-container .form-group-wrapper-middle .form-group {
	position: relative;
	padding: 0 15px;
}

.resume_form .resume-form-container .form-group-wrapper-middle .form-group .fa {
	position: absolute;
	left: 34px;
	top: 20px;
	color: #42474c;
	z-index: 1;
}

.resume_form .resume-form-container .form-group-wrapper-middle .form-group input, .resume_form .resume-form-container .form-group-wrapper-middle .form-group select {
	border: solid 1px #42474c;
	background-color: #f7f7f7;
	color: #42474c;
	border-radius: 50px;
	width: 100%;
	height: 55px;
	margin: 0;
	display: inline-block;
	font-size: 15px;
	padding: 0 15px 0 50px;
	box-shadow: none;
}

.resume_form .resume-form-container .form-group-wrapper-middle .form-group textarea {
	border: solid 1px #42474c;
	background-color: #f7f7f7;
	color: #42474c;
	border-radius: 50px;
	width: 100%;
	margin: 0;
	display: inline-block;
	font-size: 15px;
	padding: 15px;
	box-shadow: none;
	height: 115px;
}

.resume_form .resume-form-container .form-group-wrapper-middle .form-group.phone_number .county_code {
	position: absolute;
	top: 12px;
	z-index: 1;
}

.resume_form .resume-form-container .form-group-wrapper-middle .form-group.phone_number input {
	/*padding-left: 85px;*/
	padding-left: 67px;
}

.resume_form .resume-form-container .form-group-wrapper-middle .form-group.phone_number .county_code select {
	background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/phone-number-dropdown-icon-gray.png") no-repeat 90% center;
	padding: 0 0 0 15px;
	border-radius: 0;
	height: 30px;
	border-right: 1px solid rgba(153, 153, 153, .5);
	width: 77px;
	color: #42474c;
	background-color: transparent;
	-webkit-appearance: none;
	appearance: none;
}

.resume_form .resume-form-container .form-group-wrapper-middle .form-group.phone_number .county_code select.nitro-lazy {
	background-image: none !important;
}

.resume_form .resume-form-container .form-group-wrapper-middle .form-group.phone_number .county_code .select2-selection {
	border: 0;
	background: transparent;
	outline: none;
	padding: 0 0 0 8px;
	border-right: 1px solid rgba(153, 153, 153, .5);
	border-radius: 0;
	line-height: 1;
}

.resume_form .resume-form-container .form-group-wrapper-middle .form-group.phone_number .county_code .select2-selection .select2-selection__rendered {
	line-height: 30px;
}

.resume_form .resume-form-container .form-group-wrapper-middle .form-group.phone_number .county_code .select2-selection .select2-selection__rendered .select2-selection__clear {
	display: none;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
	width: 120px !important;
}

.resume_form .resume-form-container .form-group-wrapper-middle .d-none {
	display: none;
}

@media (min-width: 768px) {
	.resume_form .resume-form-container .form-group-wrapper-middle .d-md-block {
		display: block;
	}
}

.resume_form .resume-form-container .form-group.form-submit {
	text-align: center;
}

.resume_form .resume-form-container .form-group.form-submit .form-submit-btn {
	display: inline-block;
	position: relative;
}

.resume_form .resume-form-container .form-group.form-submit .form-submit-btn .fa {
	left: auto;
	right: 36px;
	color: #fff;
}

.resume_form .resume-form-container .form-group.form-submit .form-submit-btn .ajax-loader {
	position: absolute;
	left: calc(100% + 5px);
	top: 50%;
	transform: translateY(-50%);
}

.resume_form .resume-form-container .form-group.form-submit .wpcf7-submit {
	background-color: #1db1e3;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding: 13px 60px 13px 35px;
	border-radius: 30px;
	letter-spacing: .5px;
	cursor: pointer;
	font-size: 16px;
}

.content_wrapper.faq-item ul li {
	margin-bottom: 0;
	margin-top: 15px;
}

.content_wrapper.faq-item {
	padding: 30px;
}

@media only screen and (max-width: 768px) {
	.page-template-career p, .page-template-career p strong, .page-template-career p b {
		font-size: 14px;
		text-align: left;
	}
	
	.wsp-chat.mobile_show {
		display: block !important;
	}
	
	.content_wrapper .accordion-click {
		font-size: 15px;
		line-height: 1.3;
		padding-right: 30px;
	}
	
	.content_wrapper.faq-item {
		padding: 15px;
	}
	
	.career-wrapper.common-banner-wrapper.banner-wrapper .banner-outer-container, .affiliate-wrapper.common-banner-wrapper.banner-wrapper .banner-outer-container {
		padding-bottom: 40px;
		padding-top: 20px;
	}
	
	.career-wrapper.common-banner-wrapper.banner-wrapper .banner-info, .affiliate-wrapper.common-banner-wrapper.banner-wrapper .banner-info {
		text-align: center;
	}
	
	.hiring_steps_wrapper .hiring_steps_single:before {
		top: 33px;
	}
	
	.hiring_steps_wrapper .hiring_steps_single .numbering {
		width: 45px;
		height: 45px;
		margin-top: 2px;
	}
}

#gtranslate_selector {
	color: #42474c !important;
	padding: 1px !important;
	background: none !important;
	height: 30px !important;
	appearance: auto !important;
}

.badgedesktop {
	z-index: 999999 !important;
	position: absolute !important;
	margin-top: -62px !important;
	background: none !important;
	margin-left: 55% !important;
}

.badgemobile {
	display: none !important;
}

#commonchangeatagmobile {
	display: none !important;
}

.clock_map_wrapper_other_offices .outer_section_wrapper .clock-timing-list {
	padding: 70px 0;
}

.clock_map_wrapper_other_offices .outer_section_wrapper .map_wrapper iframe {
	display: block;
	width: 100%;
}

.clock_map_wrapper_other_offices .outer_section_wrapper {
	padding: 10px 0;
}

.first_section_wrapper .uk_content .text-center {
	text-align: left;
}

.first_section_wrapper .uk_content .text-center .two-lines {
	padding-left: 0;
}

.first_section_wrapper .uk_content .text-center .two-lines:before {
	display: none;
}

.first_section_wrapper .uk_content h2.text-center {
	text-align: left;
}

.first_section_wrapper .uk_content .text-center.justify-content {
	text-align-last: left;
}

@media screen and (max-width: 600px) {
	.badgedesktop {
		display: none !important;
	}
	
	.badgemobile {
		display: block !important;
		padding-bottom: 20px !important;
	}
	
	#commonchangeatag {
		display: none !important;
	}
	
	#commonchangeatagmobile {
		display: inline-block !important;
	}
	
	.navbar {
		/* height: 200px; */
		max-height: 400px;
		width: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
	}
}

@media only screen and (max-width: 992px) {
	.form-panel-custom {
		margin-top: 40px;
		width: 100%;
	}
	
	.home_banner_wrapper .banner-outer-container {
		min-height: 800px !important;
		align-items: start;
	}
}

@media only screen and (max-width: 992px) {
	.banner-info>* {
		margin-bottom: 23px !important;
	}
	
	.common_para_wrapper .uk_content {
		padding-bottom: 0;
	}
	
	.page-template-career .our-exp-top-container .container {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	#career_page.common-banner-wrapper .banner-info p {
		text-align: center;
	}
	
	#career_page.common-banner-wrapper .banner-info .custom-tags-h1 {
		line-height: 30px;
	}
	
	.page-template-career .our-exp-top-container .text-panel p:not(.play-icon) br {
		display: none;
	}
	
	.vision_slider_wrapper .vision_slider .pastel_wrapper .content p {
		line-height: 26px;
		font-size: 14px;
		text-align: left;
	}
	
	.page-template-career .guide-line-list .guide-line-item {
		display: block;
	}
	
	.page-template-career .guide-line-list .guide-line-item .guide-line-text {
		text-align: left;
	}
	
	.page-template-career .guide-line-list .guide-line-item .guide-line-text p {
		text-align: left;
		text-align-last: left;
	}
	
	.page-template-career .approach-to-hiring ul li {
		font-size: 14px;
	}
	
	.page-template-career .approach-to-hiring .accordion-body ul li, .page-template-career .approach-to-hiring .accordion-body p, .page-template-career .stages_wrapper .accordion-body p {
		text-align: left;
	}
	
	.guide-line-list .guide-line-item .guide-line-text p {
		text-align: justify;
		text-align-last: center;
	}
	
	.free-consultant-wrapper .text-wrapper h4, .hair_transplantation_section_wrapper .text-panel h2 {
		text-align: center;
	}
	
	.hair_transplantation_section_wrapper .guide-line-list .guide-line-item .guide-line-text, .hair_transplantation_section_wrapper .guide-line-list .guide-line-item .guide-line-text {
		width: 100% !important;
	}
	
	.blog-detail .blog-title {
		margin-left: 0px;
	}
}

@media (max-width: 480px) {
	header .header-contact li .icon-info span {
		display: flex;
		font-size: 13px;
	}
	
	header .mobile-header-contact .overlay {
		font-size: 13px;
	}
	
	header .header-contact li .icon-info span i {
		top: 4px;
	}
}

@media (min-width: 767px) {
	.vision_slider_wrapper .vision_slider .slick-track {
		display: flex !important;
	}
	
	.vision_slider_wrapper .vision_slider .slick-slide {
		height: inherit !important;
	}
	
	.after-treatment-wrapper .our-exp-top-container .treatment-list.other_offices_page_template {
		display: flex;
		flex-wrap: wrap;
	}
	
	.after-treatment-wrapper .our-exp-top-container .treatment-list.other_offices_page_template li {
		width: 50%;
	}
	
	.after-treatment-wrapper .our-exp-top-container .treatment-list.other_offices_page_template li .p1 {
		padding-right: 20px !important;
	}
	
	.clock_map_wrapper_other_offices .outer_section_wrapper {
		display: flex;
	}
	
	.clock_map_wrapper_other_offices .outer_section_wrapper .clock-timing-list {
		padding: 0;
		width: 40%;
	}
	
	.clock_map_wrapper_other_offices .outer_section_wrapper .map_wrapper {
		width: 60%;
	}
	
	.career-vision-wrapper {
		padding: 70px 0 75px;
	}
	
	.three-box-section.three-box-section-career {
		padding: 0 0 60px;
	}
	
	.commitments_image_section {
		padding-bottom: 70px;
	}
	
	.approach-to-hiring {
		padding: 70px 0 30px;
	}
	
	.complaints_section {
		padding-top: 70px;
	}
	
	.approach-to-hiring ul li {
		margin-bottom: 20px;
		padding-left: 40px;
		font-size: 16px;
		line-height: 34px;
	}
	
	.hiring_steps_wrapper .hiring_steps_single .content_wrapper .faq-body ul li {
		margin-bottom: 10px;
	}
	
	.content_wrapper.faq-item {
		margin-bottom: 25px;
	}
	
	.questions-about, .resume_form {
		padding: 70px 0;
	}
	
	.resume_form .resume-form-container .form-group-wrapper-middle {
		display: flex;
	}
}

@media (min-width: 992px) {
	.luxurious-hotel-wrapper .image-gallery-wrapper {
		width: 50%;
		padding-right: 10px;
	}
	
	.career-vision-wrapper {
		padding: 100px 0 120px;
	}
	
	.three-box-section.three-box-section-career {
		padding: 0 0 100px;
	}
	
	.guidelines-wrapper-career {
		padding: 100px 0;
	}
	
	.commitments_image_section {
		padding-bottom: 100px;
	}
	
	.approach-to-hiring {
		padding: 100px 0 40px;
	}
	
	.complaints_section {
		padding-top: 100px;
	}
	
	.questions-about, .resume_form {
		padding: 100px 0;
	}
	
	.jobsList {
		padding: 100px 0 70px;
	}
}

#scroll {
	position: fixed;
	left: 10px;
	bottom: 18px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #1db1e3;
	text-indent: -9999px;
	display: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	z-index: 9;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #fff;
}

#scroll:hover {
	background-color: #1db1e3;
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.bloombergfooter {
	display: block;
	margin: 30px 0 0 0;
}

.bloombergfootersticky .bloombe span.plybtn {
	width: 60px;
}

.bloombergfooter .bloombe .bloombe-content2 .play {
	width: 60px;
}

.bloombergfooter .bloombe .bloombe-content2 .ply {
	white-space: nowrap;
}

.bloombergstickyside {
	position: fixed;
	bottom: 100px;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 150px;
	text-align: center;
	padding: 20px;
	border-radius: 7px 0 0 7px;
	display: none;
	z-index: 2;
}

.bloombergstickyside {
	display: block;
}

.bloombergfootersticky, .bloombergfooter {
	display: none !important;
}

.bloombergstickyside .bloomsidetitle {
	color: white;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

.bloombergstickyside .bloomsidecontent {
	color: white;
	font-size: 14px;
}

.bloombergstickyside .bloomPlayWrapper {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.bloombergstickyside .plybtn .openBloomberg {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.bloombergstickyside .plybtn .openBloomberg .pulseAnimation {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 7px 0 0;
}

.bloombergstickyside .plybtn .openBloomberg img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	border-radius: 50%;
	margin: 0;
}

.bloombergstickyside .plybtn .openBloomberg .pulseAnimation::before {
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	background: #fff;
	border-radius: 50%;
	animation: pulseEffect 1500ms ease-out infinite;
}

.bloombergstickyside .plybtn .openBloomberg .pulseAnimation::after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	background: #7e04ad;
	border-radius: 50%;
	z-index: -1;
}

.bloombergstickyside p.bloomvideo {
	font-size: 14px;
	margin: 0 0 0 3px;
}

@keyframes pulseEffect {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@media (max-width: 991px) {
	.bloombergstickyside {
		display: none !important;
	}
	
	.bloombergfooter {
		display: none;
	}
}

/* .position-absolute {
  position: absolute;
  bottom: 35px;
  width: 100%;
  color: white;
  padding: 0px 45px 0px;
} */
@media (max-width: 1025px) {
	/* .position-absolute {
    position: absolute;
    bottom: 10px;
    width: 100%;
    color: white;
    padding: 0px 45px 0px;
  } */
	.bloombe {
		width: 90%;
		margin: 0 auto;
	}
	
	p.play {
		margin-left: 160px !important;
	}
}

@media (max-width: 768px) {
	.wsp-chat {
		width: calc(100% - 40px);
		border-radius: 10px;
		background: #102c39;
	}
	
	.wsp-chat a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.wsp-chat a img {
		width: 40px;
	}
	
	.wsp-chat a .textwhatsapp {
		display: block;
		margin-left: 10px;
		color: white;
	}
	
	#scroll {
		display: none !important;
		visibility: hidden;
	}
	
	.position-absolute {}
}

.exp-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 25px;
	padding: 8px 40px 40px 40px;
}

.opsiti-abs {
	position: relative;
	z-index: 1;
}

.exp-img {
	position: relative;
	background-position: right;
}

.exp-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(0, 0, 0, .67), transparent);
	background: rgba(0, 0, 0, .5);
	border-radius: 25px;
	mix-blend-mode: darken;
}

.position-relative {
	position: relative;
}

/*
.d-flex {
  display: flex;
  align-items: center;
  margin-top: 25px;
  justify-content: space-between;
}
*/
.plybt img {
	width: 60px;
	cursor: pointer;
}

span.ply {
	font-size: 24px;
	margin: 0 0 0 10px;
	font-weight: 600;
}

p.onlyhair {
	color: white;
	font-size: 22px;
	margin: 0;
	font-weight: 600;
}

@media (max-width: 1025px) {
	p.onlyhair {
		color: white;
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	p.onlyhair {
		color: white;
		font-size: 14px;
	}
}

p.play {
	color: white;
	font-size: 27px;
	margin-left: 340px;
}

@media (max-width: 768px) {
	p.play {
		color: white;
		font-size: 20px;
		margin-left: 133px;
	}
}

.bloombericon_desk {
	display: none !important;
}

@media (max-width: 768px) {
	.bloombericon_desk {
		padding: 0px;
		position: fixed;
		right: 20px;
		display: block !important;
		bottom: 89px;
		z-index: 99999;
		border-radius: 100%;
		height: 60px;
		width: 60px;
		text-align: center;
	}
}

.left-panel {
	position: relative;
}

.opsiti-abs {
	/* position: absolute;
    bottom: 79px;
    /* margin-left: 1px; */
	
	/*width: 100%;*/
	color: white;
}

@media (max-width: 1024px) {
	.header-topbar {
		z-index: 9;
	}
	
	.opsiti-abs {
		/* margin-left: 1px; */
		color: white;
	}
}

@media (max-width: 768px) {
	.opsiti-abs {
		/* margin-left: 1px; */
		color: white;
	}
}

@media (max-width: 426px) {
	.opsiti-abs {
		/* margin-left: 1px; */
		width: 100%;
	}
}

@media (max-width: 377px) {
	.opsiti-abs {
		/* margin-left: 1px; */
		width: 100%;
	}
}

@media (max-width: 321px) {
	.opsiti-abs {
		/* margin-left: 1px; */
		width: 100%;
	}
}

p.blo {
	font-size: 41px;
	color: white;
	font-weight: 700;
	line-height: 0;
}

.itemWrapper img {
	margin: 0 0 20px 0;
}

@media (max-width: 768px) {
	p.blo {
		font-size: 28px;
		line-height: 1;
		line-height: 0;
		color: white;
		font-weight: 700;
	}
	
	p.asseenas {
		text-align: center !important;
	}
}

@media (max-width: 321px) {
	p.blo {
		font-size: 28px;
		color: white;
		font-weight: 700;
		line-height: 0;
	}
}

p.oht {
	font-weight: 600;
	font-size: 27px;
	color: white;
	line-height: 1.3;
}

@media (max-width: 768px) {
	p.oht {
		font-weight: 600;
		font-size: 20px;
		color: white;
	}
}

@media (max-width: 321px) {
	p.oht {
		font-weight: 600;
		font-size: 13px;
		color: white;
	}
}

p.blompara {
	color: white;
}

.opsiti-abs p {
	text-align: left !important;
}

@media (max-width: 768px) {
	p.blompara {
		color: white;
		font-size: 14px;
		line-height: 1.5;
	}
}

@media (max-width: 322px) {
	p.blompara {
		color: white;
		font-size: 8px;
		line-height: 1.5;
	}
}

p.bloomvideo {
	color: white;
	font-size: 24px;
	font-weight: 500;
	margin-left: 10px;
	white-space: nowrap;
}

@media (max-width: 768px) {
	p.bloomvideo {
		color: white;
		font-size: 20px;
	}
	
	.asseeeen .exp-img {
		padding: 20px;
		border-radius: 25px;
	}
}

.bloomslider .d-flex {
	justify-content: unset;
}

.bloomslider .d-flex img {
	margin-right: 50px;
}

p.asseenas {
	color: #1db1e3;
	font-size: 35px;
	font-weight: 700;
}

.bloomslider .slick-dots {
	justify-content: left;
}

.plybtn img {
	width: 60px;
	margin: 0 7px 0 0;
	cursor: pointer;
}

.our-exp-top-container.asseeeen .container {
	align-items: unset;
}

/* .our-exp-top-container.asseeeen p.asseenas{
    margin-top:0 ;
} */
.our-exp-top-container.asseeeen .text-panel p:not(.play-icon) {
	margin-top: 0;
}

p.asseenas {
	font-weight: 600;
}

.bloombe-content h3 {
	font-size: 34px;
	font-weight: 700;
}

@media (min-width: 768px) {
	.bloombergfootersticky {
		position: fixed;
		z-index: 1;
		bottom: 7px;
		left: 0px;
		display: block;
		width: 100%;
	}
	
	.footerstickyContent {
		margin: 0 448px 0 0;
	}
	
	.bloombergfootersticky .footerstickyContent p {
		margin: 0;
		font-size: 20px;
		font-weight: 400;
		font-weight: 500;
		color: #fff;
	}
	
	.bloombergfootersticky .footerstickyContent h3 {
		margin: 0;
		color: #fff;
		font-weight: 700;
		font-size: 32px;
	}
	
	.bloombergfootersticky .exp-img {
		padding: 20px;
		border-radius: 20px;
		box-shadow: 0px -8px 30px 5px rgba(0, 0, 0, 17%);
	}
	
	.bloombergfootersticky .d-flex {
		margin: 0;
	}
	
	.bloombergfootersticky a.closebloom {
		top: -5px;
		right: -4px;
		position: absolute;
		display: block;
		width: 20px;
		height: 20px;
		text-indent: -9999px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
}

@media (max-width: 1024px) {
	.footerstickyContent {
		margin: 0 255px 0 0 !important;
	}
	
	header {
		position: sticky;
		top: 0;
		display: block;
		background: white;
		z-index: 99;
	}
	
	header .navigation {
		position: fixed;
	}
	
	html, body {}
}

@media (max-width: 768px) {
	.footerstickyContent {
		margin: 0 40px 0 0 !important;
	}
	
	.bloombergfootersticky {
		display: none !important;
	}
	
	.bloomslider .slick-dots {
		justify-content: center;
		margin: 0 0 20px 0;
	}
	
	.plybtn img {
		width: auto;
		margin: 0 7px 0 0;
	}
	
	.our-exp-top-container.asseeeen .text-panel p:not(.play-icon) {
		margin-bottom: 20px;
	}
	
	.our-exp-top-container.asseeeen .left-panel {
		width: 100%;
	}
}

/*.itemWrapper {column-count: 2;}
.itemWrapper .slick-slide img {margin: 0 0px 20px 0;}*/
.itemWrapper {
	display: flex;
	flex-wrap: wrap;
}

.itemWrapper a {
	display: flex;
	width: 50%;
	align-items: center;
	padding: 10px 20px;
}

.defaultContentSection {
	padding: 50px 0;
}

.defaultContentSection .customContainer {
	max-width: 1020px;
	margin: auto;
}

.defaultContentSection h3 {
	margin: 15px 0;
}

.defaultContentSection ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.defaultContentSection li {
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.acceptWrapper {
	display: flex;
	align-items: center;
}

.acceptWrapper input {
	width: 25px;
	margin-right: 10px;
	background-color: #555a5e;
}

.acceptWrapper label {
	color: #fff;
}

.acceptWrapper label a {
	color: #1db1e3;
	font-weight: 600;
}

/*Careers Page Job Listing*/
section.bmgsection {
	padding: 60px 0;
}

.section-head h2 {
	font-size: 46px;
	line-height: 56px;
	font-weight: 600;
	margin-bottom: 26px;
}

.joblist-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.joblist {
	padding: 20px 15px 0;
}

.job-item {
	display: flex;
	align-items: center;
	flex: 1 0 calc(50% - 30px);
	width: calc(50% - 30px);
	max-width: calc(50% - 30px);
	padding: 22px 30px;
	margin: 10px 15px;
	border-radius: 25px;
	background: #ebfaff;
	font-size: 22px;
	line-height: 32px;
	color: #121212;
	font-weight: 500;
	min-height: 108px;
}

.job-item>span {
	flex: 1;
	margin-right: 15px;
}

.job-item>img {
	width: 21px;
}

/*Careers Form*/
.jobform {
	padding: 40px;
	margin-top: 50px;
	border: 1px solid rgba(72, 187, 226, 50%);
	border-radius: 25px;
}

.careersform {
	/*
    padding-left: 15px;
    padding-right: 15px;
    */
	margin-top: 40px;
}

.siterow {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.sitecol {
	padding-left: 15px;
	padding-right: 15px;
}

.sitecol-4 {
	flex: 1 0 33.33%;
	max-width: 33.33%;
}

.sitecol-12 {
	flex: 1 0 100%;
	max-width: 100%;
}

.formgroup p {
	display: block;
	margin: 0;
	padding: 0;
	color: #121212;
}

.formgroup>p>label {
	margin-bottom: 8px;
	display: block;
}

.formgroup p>br {
	display: none;
}

.formgroup p>span {
	display: block;
}

.text-red {
	color: #f00;
}

.formgroup {
	margin-bottom: 20px;
}

.formfield {
	width: 100%;
	height: 55px;
	line-height: 55px;
	padding: 0px 20px;
	border: 1px solid #999;
	border-radius: 6px;
	vertical-align: middle;
	background-color: #fff;
}

.formfield:focus {
	border: 1px solid #999;
}

.formgroup select {
	color: #121212;
}

.formgroup textarea {
	padding: 20px 20px;
	border-radius: 6px !important;
	height: 110px;
	max-height: 110px;
	resize: none;
}

.formgroup input[type="date"] {
	height: 55px;
	line-height: 25px;
	padding: 13px 20px;
}

.quizcol label {
	display: flex;
	align-items: center;
}

.quizcol label span {
	flex: 0 0 auto;
	margin-right: 15px;
}

.quizcol label input {
	width: 60px;
}

.codedropz-upload-inner h6, .codedropz-upload-inner span {
	display: none;
}

.codedropz-upload-inner a {
	display: block;
	color: #48bbe2;
}

.formgroup input[type="submit"] {
	padding: 0;
	width: 154px;
	height: 50px;
	line-height: 50px;
	background: #48bbe2;
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
}

.submitcol .formgroup p {
	display: flex;
}

.submitcol .formgroup {
	margin-bottom: 0;
}

.submitcol .formgroup p input {
	margin-right: 15px;
}

/*Medical Team Page*/
.hero {
	position: relative;
	display: flex;
	min-height: 460px;
}

.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hero-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
}

.hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
}

.hero-wrapper {
	position: relative;
	display: flex;
	width: 100%;
	z-index: 2;
}

.hero .container {
	display: flex;
}

.hero-wrapper img {
	align-self: flex-end;
	max-width: 100%;
	max-height: 90%;
	width: auto;
}

.hero-wrapper h1 {
	align-self: center;
	margin-bottom: 0;
	color: #fff;
}

.bmgsec {
	padding: 100px 0;
}

.medteam-head {
	width: 788px;
	max-width: 100%;
	margin: 0 auto 40px;
}

.medteam-head h2 {
	font-size: 38px;
	line-height: 48px;
	margin-bottom: 20px;
}

.medteam {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
}

.medteam-item {
	position: relative;
	overflow: hidden;
}

.medteam-item img {
	height: auto;
	border-radius: 28px;
	vertical-align: top;
	width: 100%;
}

.medteam-over {
	position: absolute;
	top: 20px;
	left: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	padding: 20px;
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(30px);
	border-radius: 12px;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.medteam-item:hover .medteam-over {
	opacity: 1;
	visibility: visible;
}

.medteam-over h3 {
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 3px;
	width: 100%;
}

.medteam-over span {
	display: block;
	font-size: 18px;
	line-height: 28px;
	width: 100%;
	margin-bottom: 60px;
}

.medteam-ctas {
	width: 100%;
	text-align: center;
}

.medteam-ctas .bttn+.bttn {
	margin-top: 20px;
}

.medteam .bttn, .team-info .bttn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	width: 264px;
	max-width: 100%;
	height: 47px;
	padding: 0 20px;
	margin: 0 auto;
	line-height: 47px;
	border-radius: 100px;
	color: #fff;
	background: #48bbe2;
	transition: all .3s ease-in-out;
}

.medteam .bttn-white {
	color: #48bbe2;
	background: #fff;
}

.medteam .bttn:hover, .team-info .bttn:hover {
	color: #fff;
	background-color: #1893bd;
}

.site-popup-open {
	overflow: hidden;
	padding-right: 17px;
}

.site-popup-open:before {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .86);
	z-index: 1000000000;
}

/*Popup*/
.popup {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 30px 16px;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	z-index: 1000000000;
	visibility: hidden;
	opacity: 0;
	transform: scale(.9);
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .2s ease-in-out;
}

.popup.popup-open {
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}

.popup-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: auto;
}

.popup-body {
	position: relative;
	width: 1091px;
	max-width: 100%;
	padding: 0 0;
	padding: 32px 28px;
	border-radius: 28px;
	background: #fff;
	overflow: hidden;
}

.popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent;
}

/*Team Box*/
.popup-team .popup-body {
	padding: 40px;
}

.team-box {
	display: flex;
	gap: 30px 60px;
	color: #505050;
}

.team-img {
	width: 376px;
	max-width: 100%;
	flex: 0 0 auto;
}

.team-img img {
	height: auto;
	border-radius: 28px;
}

.team-info h3 {
	font-size: 34px;
	line-height: 44px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #42474c;
}

.team-desi {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #42474c;
}

.team-info p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 22px;
}

.team-info strong {
	font-weight: 600;
}

.team-surge {
	padding-top: 10px;
}

.team-info .bttn {
	margin: 28px 0 0;
}

/*Packages*/
section.section {
	padding: 50px 0;
}

.bmgplans .section-head h2 {
	font-size: 38px;
	line-height: 48px;
}

.hero.hero-packages {
	display: block;
	height: auto;
	min-height: 0;
	padding: 0;
}

.hero-packages img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 530px;
	object-fit: cover;
}

.tp-mobile {
	display: none;
}

.tp-mobile img {
	height: auto;
}

.breadcrumbs-packages {
	margin-top: -95px;
	text-align: center;
	z-index: 2;
}

.breadcrumbs-packages ul {
	padding: 5px 20px;
	background-color: #ebfaff;
}

section.section.packagesabt {
	position: relative;
	padding-top: 0;
	margin-top: -20px;
	z-index: 1;
}

.packintro {
	padding: 40px;
	border-radius: 25px;
	background: #ebfaff;
	color: #42474c;
}

.packintro h1, .packintro h2 {
	margin-bottom: 22px;
}

.packintro h1 span, .packintro h2 span {
	display: inline;
}

.packintro p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	max-width: 994px;
	margin: 0 auto 18px;
}

.packintro p:last-child {
	margin-bottom: 0;
}

.section h2 span {
	display: inline;
}

.bmgplans {
	margin-bottom: 75px;
}

.bmgplans h2 {
	max-width: 700px;
	margin: 0 auto 60px;
}

.bmgpacks {
	display: flex;
	gap: 36px;
}

.bmgpack {
	position: relative;
	padding: 40px;
	border-radius: 28px;
}

.bmgpack h3 {
	font-size: 26px;
	line-height: 1.37;
	margin-bottom: 40px;
}

/*
.bmgpack-1 {
    background: #EBFAFF;
    border: 2px dashed #1DB2E4;
}
*/
.bmgpack-1, .bmgpack-2 {
	background: #42474c;
	color: #fff;
}

.bmgpack ul, .bmgplan ul, .planinc {
	margin: 0;
	padding: 0;
	line-height: 24px;
	margin-bottom: 40px;
}

.bmgpack li, .bmgplan li, .planinc li {
	display: flex;
	gap: 20px;
	margin-bottom: 0;
}

.bmgpack li+li {
	margin-top: 20px;
}

.bmgpack li::before, .bmgplan li::before, .planinc li::before {
	--bulletsize: 20px;
	content: "";
	width: var(--bulletsize);
	min-width: var(--bulletsize);
	height: 24px;
	line-height: 24px;
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/circle-tick.svg");
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/circle-tick-white.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: var(--bulletsize);
}

.bmgpack-2 li::before {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/circle-tick-white.svg");
}

.bmgpack-amt {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% - 27.5px);
	width: 250px;
	height: 55px;
	font-size: 20px;
	font-weight: 600;
	line-height: 55px;
	margin: 0 auto;
	padding: 0 15px;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	background-color: #1db2e4;
}

/*
.bmgcounter {
  margin-top: 80px;
}
*/
.bmgcounter ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.bmgcounter ul li {
	align-items: flex-start;
	flex: 1 0 calc(16.66% - 30px);
	max-width: calc(16.66% - 30px);
	flex-wrap: wrap;
	text-align: center;
	gap: 10px 0px;
}

.bmgcounter ul li .icon {
	display: flex;
	justify-content: center;
	width: 100%;
	min-width: 44px;
	height: auto;
	max-height: 88px;
	text-align: center;
	overflow: hidden;
}

.counter-wrapper ul li .counter-value::after {
	content: attr(data-symbol);
	margin-left: 4px;
}

.bmgcounter ul li .icon img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.bmgcounter ul li .icon-info {
	margin: 0 auto;
}

.bmgcounter ul li .icon-info strong {
	font-size: 42px;
	line-height: 50px;
}

.bmgcounter ul li .icon-info span {
	font-size: 18px;
	line-height: 26px;
	min-height: 44px;
	max-width: 140px;
	margin-top: 5px;
}

/*Packages Form*/
.packgtc.our-exp-wrapper {
	padding-top: 90px;
}

.packgtc.our-exp-wrapper .text-panel {
	width: 100%;
	padding: 0;
	text-align: center;
}

.packgtc .form-panel {
	margin: 0 auto;
}

.gtc-offer {
	font-size: 18px;
	font-weight: 600;
	background: #1db1e3;
	width: 530px;
	max-width: 100%;
	margin: 0 auto;
	padding: 5px 10px;
	border-radius: 26px;
	color: #fff;
}

.packgtc .form-control option {
	background: #fff;
}

.packgtc .clock-timing-item>span {
	display: block;
}

.packgtc .clock-timing-item {}

.section-clock h3 {
	margin-bottom: 28px;
}

/* NEW PLANS */
.bmgplans .contianer-fluid {
	max-width: 1651px;
	margin: 0 auto;
}

.planlist:not(.slick-initialized) {
	display: flex;
	gap: 0 36px;
	overflow: hidden;
}

.planlist {
	margin-bottom: 45px;
}

.planlist .slick-track {
	display: flex;
}

.planlist .slick-slide {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: auto;
	margin: 0 18px;
}

.bmgplan {
	padding: 30px;
	border: 1.5px dashed #1db2e4;
	border-radius: 28px;
	background: #ebfaff;
}

.planname {
	font-size: 26px;
	line-height: 32px;
	padding-bottom: 25px;
	margin-bottom: 0;
}

.planname span {
	display: block;
	color: #51c8ea;
}

.planamt {
	font-size: 50px;
	line-height: 50px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #42474c;
	border-bottom: 1px solid #1db2e4;
}

.bmgplan ul, .planinc ul {
	margin-bottom: 30px;
}

.bmgplan li, .planinc li {
	gap: 15px;
}

.bmgplan li+li, .planinc li+li {
	margin-top: 10px;
}

.bmgplan li::before, .bmgdiamond li::before {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/circle-tick.svg");
}

.plancta {
	display: block;
	font-size: 20px;
	line-height: 55px;
	font-weight: 600;
	padding: 0 21px;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	background: #1db2e4;
	white-space: nowrap;
}

.planlist .plancta {
	margin-top: auto;
}

.bmgdiamond {
	padding: 30px;
	color: #fff;
	border-radius: 28px;
	background: #42474c;
}

.planmeta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #1db2e4;
}

.plantitle {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
}

.planinc-2 {
	column-count: 2;
	column-gap: 30px;
}

.planprice {
	font-size: 50px;
	line-height: 50px;
}

.planprice span {
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	text-align: right;
	margin-bottom: 10px;
}

.bmgdiamond .plancta {
	max-width: 306px;
	margin: 0 auto;
}

.bmgdiamond .bmgplan {
	padding: 26px 26px 30px;
}

.bmgdiamond .planmeta {
	padding-bottom: 18px;
}

.bmgdiamond .planprice {
	font-weight: 600;
}

/*Responsive*/
@media only screen and (max-width: 1680px) {
	.hero-wrapper img {
		margin-right: auto;
		margin-left: 50px;
	}
	
	.bmgplans .contianer-fluid {
		max-width: 1440px;
	}
	
	.planlist:not(.slick-initialized) {
		gap: 0 20px;
	}
	
	.planlist .slick-slide {
		margin: 0 10px;
	}
	
	.planamt, .planprice {
		font-size: 40px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 1440px) {
	.hero-wrapper img {
		width: 670px;
		margin: 0px 0px 0px 1vw;
	}
	
	.bmgplans .contianer-fluid {
		max-width: 1200px;
	}
	
	.bmgplan, .bmgdiamond {
		padding: 20px;
		border-radius: 25px;
	}
	
	.plancta {
		font-size: 18px;
		line-height: 48px;
	}
}

@media only screen and (max-width: 1360px) {
	.bmgplan, .bmgdiamond {
		padding: 20px;
		border-radius: 20px;
	}
	
	.planamt, .planmeta {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1199px) {
	.job-item {
		font-size: 18px;
		line-height: 28px;
		min-height: 98px;
		padding: 20px;
		border-radius: 16px;
	}
	
	.jobform {
		border-radius: 15px;
	}
	
	.bmgsec {
		padding: 70px 0;
	}
	
	.hero {
		min-height: 0;
		padding: 40px 0 0;
	}
	
	.hero-bg::before {
		opacity: 1;
		visibility: visible;
	}
	
	.hero-wrapper {
		flex-wrap: wrap;
		align-content: flex-end;
	}
	
	.hero-wrapper h1 {
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	
	.hero-wrapper img {
		margin: 0 auto;
		height: auto;
	}
	
	.medteam {
		gap: 25px;
	}
	
	.medteam-over span {
		margin-bottom: 30px;
	}
	
	.popup-body {
		width: 948px;
	}
	
	.hero.hero-packages {
		height: 340px;
	}
	
	.bmgcounter ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.bmgcounter ul li {
		flex: 1 0 calc(25% - 30px);
		max-width: calc(25% - 30px);
	}
}

@media only screen and (max-width: 1024px) {
	.tp-grid {
		margin-top: 0;
		padding: 0 0 80px;
	}
}

@media only screen and (max-width: 991px) {
	.section-head h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
	}
	
	.job-item {
		font-size: 18px;
		line-height: 28px;
		min-height: 90px;
		padding: 20px 20px;
		border-radius: 16px;
	}
	
	.sitecol-4 {
		flex: 1 0 50%;
		max-width: 50%;
	}
	
	.medteam {
		gap: 30px;
		grid-template-columns: 1fr 1fr;
	}
	
	.popup-body {
		width: 100%;
	}
	
	.team-box {
		gap: 30px 40px;
	}
	
	.team-img {
		width: 300px;
	}
	
	.popup-team .popup-body {
		padding: 30px;
	}
	
	.team-img img {
		border-radius: 16px;
	}
	
	.team-desi {
		margin-bottom: 20px;
	}
	
	.breadcrumbs-packages {
		margin-top: -65px;
	}
	
	.bmgcounter ul li {
		flex: 1 0 calc(33.33% - 30px);
		max-width: calc(33.33% - 30px);
		padding: 0;
	}
	
	.bmgpacks {
		gap: 25px;
	}
	
	.bmgpack {
		padding: 30px;
	}
	
	.packgtc .clock-timing-list {
		flex-wrap: wrap;
		row-gap: 20px;
		flex-direction: row;
	}
	
	.packgtc .clock-timing-item {
		flex: 1 0 50%;
		max-width: 50%;
	}
	
	.packgtc .clock-timing-item:nth-child(2):after {
		display: none;
	}
	
	.packintro {
		padding: 30px;
		border-radius: 20px;
	}
	
	section.section {
		padding: 30px 0;
	}
	
	.bmgcounter {
		margin-top: 60px;
	}
	
	.medteam-item {
		max-width: 376px;
	}
}

@media only screen and (max-width: 767px) {
	.jobform {
		padding: 25px;
	}
	
	.formgroup {
		font-size: 14px;
	}
	
	.formgroup input, .formgroup select {
		height: 48px;
		line-height: 48px;
		font-size: 14px;
	}
	
	.formgroup input[type="date"] {
		height: 48px;
		padding-top: 14px;
		line-height: 20px;
	}
	
	.job-item {
		flex: 0 0 370px;
		margin: 10px auto;
		width: 370px;
		max-width: 100%;
	}
	
	.careersform {
		margin-top: 20px;
	}
	
	.bmgsec p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.medteam-over span {
		font-size: 16px;
		line-height: 24px;
	}
	
	.medteam-over h3 {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 10px;
	}
	
	.medteam .bttn {
		height: 42px;
		line-height: 42px;
	}
	
	.medteam-ctas .bttn+.bttn {
		margin-top: 15px;
	}
	
	.popup-team .popup-body {
		position: static;
		padding: 20px;
	}
	
	.team-box {
		flex-wrap: wrap;
		width: 100%;
		max-width: 500px;
		text-align: center;
	}
	
	.team-img {
		width: 270px;
		margin: 0 auto;
	}
	
	.popup-close {
		right: 10px;
	}
	
	.team-box {
		gap: 20px;
	}
	
	.team-info h3 {
		font-size: 30px;
		line-height: 36px;
	}
	
	.team-desi {
		font-size: 18px;
		line-height: 26px;
	}
	
	.team-info .bttn {
		margin: 0 auto;
	}
	
	.hero.hero-packages {
		height: 280px;
	}
	
	.tp-carousel {
		padding: 0px 0 30px;
	}
	
	.tp-carousel .trustpilot-widget {}
	
	.tp-mobile {
		display: block;
		width: 362px;
		max-width: 100%;
		height: auto;
		margin: 40px auto 0;
	}
	
	.packagesabt h2, .bmgplans .section-head h2 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 20px;
	}
	
	.bmgpack h3 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 28px;
	}
	
	.bmgcounter.counter-wrapper {
		padding: 40px 0;
	}
	
	.bmgcounter.counter-wrapper ul li .icon {
		height: auto;
		width: 60px;
		min-width: 60px;
		display: block;
		margin: 0 auto;
	}
	
	.bmgcounter.counter-wrapper ul li .icon-info {
		width: 100%;
		align-items: center;
	}
	
	.bmgcounter.counter-wrapper ul li .icon-info span {
		font-size: 18px;
		line-height: 25px;
	}
	
	.bmgpacks {
		flex-wrap: wrap;
		gap: 60px;
	}
	
	.packintro p {
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
	}
	
	.section-clock h3 {
		font-size: 26px;
		line-height: 1.4em;
	}
	
	.planinc-2 {
		column-count: 1;
	}
	
	.packgtc .our-exp-top-container .text-panel p.gtc-offer:not(div) {
		font-size: 14px;
		line-height: 22px;
		padding: 10px 10px;
		width: 434px;
	}
	
	.packgtc .our-exp-top-container .left-panel {
		text-align: center;
	}
	
	.packgtc .clock-timing-list .clock-timing-item {
		flex: 1 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
	
	.packgtc .clock-timing-item p {
		width: 100%;
	}
	
	.packgtc div.clock-timing-list {
		flex-direction: row;
		gap: 20px;
	}
	
	.packintro {
		padding: 40px 20px 20px;
		border-radius: 14px;
	}
	
	.packintro h1, .packintro h2 {
		font-size: 34px;
		line-height: 44px;
	}
	
	.breadcrumbs.breadcrumbs-packages {
		display: block;
	}
}

@media only screen and (max-width: 639px) {
	.sitecol-4, .sitecol-6 {
		flex: 1 0 100%;
		max-width: 100%;
	}
	
	.blog-detail h1.mainTitle {
		padding-right: 0px;
		font-size: 24px;
		line-height: 30px;
	}
	
	.popup-team .popup-body {
		border-radius: 16px;
	}
	
	.medteam {
		gap: 36px;
		grid-template-columns: 1fr;
	}
	
	.medteam-item {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
		border-radius: 20px;
		overflow: hidden;
	}
	
	.medteam-over {
		position: static;
		opacity: 1;
		visibility: visible;
		background: #42474c;
		width: auto;
		height: auto;
		padding: 30px 20px;
		border-radius: 0;
	}
	
	.medteam-item img {
		border-radius: 0;
		height: 320px;
		object-fit: cover;
	}
	
	.medteam-over h3 {
		margin-bottom: 5px;
	}
	
	.medteam-over span {
		margin-bottom: 20px;
	}
	
	.team-box {
		width: 100%;
		max-width: 424px;
	}
	
	.team-info .bttn {
		width: auto;
	}
	
	.bmgcounter {
		margin-top: 40px;
	}
	
	.packgtc.our-exp-wrapper {
		padding-top: 60px;
	}
}

@media only screen and (max-width: 575px) {
	.hero-wrapper h1 {
		font-size: 34px;
		line-height: 44px;
		margin-bottom: 26px;
	}
	
	.bmgcounter.counter-wrapper ul {
		width: 100%;
		justify-content: center;
	}
	
	.bmgcounter.counter-wrapper ul li {
		flex: 1 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
	
	.bmgcounter.counter-wrapper ul li .icon-info strong {
		font-size: 34px;
		line-height: 41px;
	}
	
	.bmgcounter.counter-wrapper ul li .icon-info span {
		font-size: 16px;
		line-height: 24px;
	}
	
	.bmgcounter.counter-badge span {
		font-size: 16px;
		line-height: 22px;
		font-weight: 400;
		padding: 6px 22px;
	}
	
	.packagesabt h2, .bmgplans .section-head h2 {
		font-size: 24px;
		line-height: 34px;
	}
	
	.bmgpack h3 {
		font-size: 20px;
		line-height: 30px;
	}
	
	.bmgpack {
		padding: 20px;
		border-radius: 14px;
	}
	
	.bmgpack li, .bmgplan li, .planinc li {
		gap: 10px;
	}
	
	.bmgpack li+li {
		margin-top: 16px;
	}
	
	.bmgpack-amt {
		top: calc(100% - 23.5px);
		width: 210px;
		height: 45px;
		font-size: 18px;
		line-height: 45px;
	}
}

@media only screen and (max-width: 548px) {
	.tp-carousel {
		pointer-events: none;
	}
	
	.packgtc .our-exp-top-container .text-panel p.gtc-offer:not(div) {
		font-size: 13px;
		line-height: 22px;
	}
	
	.planname {
		padding-bottom: 20px;
	}
	
	.planmeta {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		text-align: center;
	}
	
	.planmeta > * {
		flex: 1 0 100%;
	}
	
	.planname {
		font-size: 22px;
		line-height: 28px;
	}
	
	.planamt, .planprice {
		font-size: 30px;
		line-height: 30px;
	}
	
	.plancta {
		font-size: 16px;
		line-height: 44px;
	}
	
	.planprice span {
		text-align: center;
	}
}

@media only screen and (max-width: 375px) {
	.joblist {
		padding-top: 10px;
	}
	
	.job-item {
		font-size: 16px;
		line-height: 26px;
		min-height: 70px;
	}
	
	.bttn {
		font-size: 14px;
		padding: 8px 15px;
	}
	
	.team-box {
		width: 100%;
		max-width: 100%;
	}
	
	.team-img {
		width: 100%;
	}
	
	.packagesabt h2, .bmgplans .section-head h2 {
		font-size: 22px;
		line-height: 32px;
	}
	
	.packgtc div.clock-timing-list {
		flex-direction: column;
	}
	
	.packgtc .clock-timing-list .clock-timing-item {
		flex: 1 0 100%;
		max-width: 100%;
	}
}

/*New Pages - Careers & Medical Team ENDS*/
.customCat .d-flex {
	justify-content: start;
	margin: 0;
}

.customCat p {
	font-size: 20px;
	margin: 30px 0 9px;
	line-height: 1.3;
}

.customCat li a {
	color: #808080;
	text-decoration: underline;
	margin-right: 15px;
}

.customCat li a:hover {
	color: #1db1e3;
}

.jcgmt-sec {
	background: #f7f7f7;
	border-radius: 100px;
}

.faq-h1 {
	font-size: 38px;
	line-height: 50px;
	font-weight: 600;
	margin: 0 0 30px;
}

section.careers-wrapper {
	display: flex;
	align-items: center;
	min-height: calc(100vh - 102px);
	padding: 60px 0 !important;
	position: relative;
}

section.careers-wrapper .banner-info {
	margin: auto;
	opacity: 1;
	visibility: visible;
	transition: all .4s ease;
	width: 100% !important;
	padding: 0 15px;
}

section.careers-wrapper .banner-info .titleWrapper {
	font-size: 54px;
}

section.careers-wrapper .banner-info .titleWrapper .title1 {
	font-size: 1em;
	line-height: 1.18em;
	font-weight: 600;
	color: #fff;
}

section.careers-wrapper .banner-info .titleWrapper .title2 {
	font-size: .85em;
	line-height: 1.43em;
	font-weight: 300;
	color: #fff;
}

section.careers-wrapper .banner-info .btn-secondary-white-hollow {
	display: inline-flex;
	align-items: center;
	color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
	background: 0 0;
	padding: 10px 20px;
}

section.careers-wrapper .banner-info .btn-secondary-white-hollow .payIcon {
	margin-right: 8px;
}

section.careers-wrapper .banner-info.hideBannerInfo {
	opacity: 0;
	visibility: hidden;
}

section.careers-wrapper .iframeinbanner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
}

section.careers-wrapper .iframeinbanner.showBannerVideo {
	opacity: 1;
	visibility: visible;
}

@media (min-width:768px) {
	section.careers-wrapper {
		min-height: calc(100vh - 199px);
	}
}

@media (min-width:992px) {
	section.careers-wrapper {
		min-height: calc(100vh - 185px);
	}
	
	section.careers-wrapper.common-banner-wrapper.banner-wrapper {
		padding: 100px 0 !important;
	}
}

section.careersAbout1 {
	background: radial-gradient(50% 204.23% at 50% 50%, #4baaca 0, #0b2d61 100%);
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.careersAbout1 .contentAboutContent1, section.careersAbout1 p {
	color: #fff;
	font-size: 28px;
	text-align: center;
	line-height: 1.4;
}

section.careersAbout1 .contentAboutContent1 strong, section.careersAbout1 p strong {
	font-weight: 700;
	font-size: 28px;
}

section.careersAbout2 {
	background-color: #121212;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.gallerySection .contentWrapper .content, section.ourdnaSection .content {
	background: linear-gradient(90deg, #48bbe2 17.05%, #0b2d61 83.69%);
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	text-align: center;
}

section.careersAbout2 .contentAboutContent2, section.careersAbout2 p {
	color: #fff;
	font-size: 38px;
	text-align: center;
	line-height: 1.4;
}

section.careersAbout2 .contentAboutContent2 span.theme, section.careersAbout2 p span.theme {
	color: #48bbe2;
}

section.careersAbout2 .contentAboutContent2 strong, section.careersAbout2 p strong {
	font-weight: 700;
	font-size: 38px;
}

section.ourdnaSection {
	padding: 60px 0;
	min-height: 100vh;
}

section.ourdnaSection .title {
	text-align: center;
	font-size: 46px;
	font-weight: 600;
	margin-bottom: 5px;
}

section.ourdnaSection .content {
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
}

section.ourdnaSection .repeaterDnaWrapper {
	max-width: 980px;
	margin: 50px auto 0;
}

section.ourdnaSection .repeaterDnaWrapper .customRow {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

section.ourdnaSection .repeaterDnaWrapper .customRow .customCol {
	padding: 0 10px;
	width: 100%;
}

@media (min-width:567px) {
	section.ourdnaSection .repeaterDnaWrapper .customRow .customCol {
		width: 50%;
	}
}

@media (min-width:992px) {
	section.ourdnaSection .repeaterDnaWrapper .customRow .customCol {
		width: 33.33333333%;
	}
}

section.ourdnaSection .repeaterDnaWrapper .singleDna {
	background: #f7f7f7;
	border-radius: 20px;
	display: flex;
	align-items: center;
	padding: 15px;
	margin-bottom: 20px;
}

section.ourdnaSection .repeaterDnaWrapper .singleDna .imgOuter, section.ourdnaSection .repeaterDnaWrapper .singleDna .imgOuter img {
	width: 70px;
}

section.ourdnaSection .repeaterDnaWrapper .singleDna .singleTitle {
	width: calc(100% - 70px);
	padding-left: 15px;
	font-weight: 600;
	font-size: 18px;
}

section.section5 {
	background-color: #121212;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 0;
}

section.section5 .title {
	text-align: center;
	font-size: 46px;
	font-weight: 600;
	color: #fff;
	line-height: 1.3;
}

section.section5 .title.theme {
	color: #48bbe2;
}

section.section5 .whatyoufindWrapper {
	max-width: 980px;
	margin: 50px auto 0;
}

section.section5 .whatyoufindWrapper .customRow {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

section.section5 .whatyoufindWrapper .customRow .customCol {
	padding: 0 10px;
	width: 100%;
	margin-bottom: 20px;
}

@media (min-width:567px) {
	section.section5 .whatyoufindWrapper .customRow .customCol {
		width: 50%;
	}
}

@media (min-width:992px) {
	section.section5 .whatyoufindWrapper .customRow .customCol {
		width: 33.33333333%;
	}
}

section.section5 .whatyoufindWrapper .singleFind {
	text-align: center;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, .1);
	height: 100%;
	padding: 35px;
}

section.section5 .whatyoufindWrapper .singleFind .imgOuter img {
	width: 78px;
}

section.section5 .whatyoufindWrapper .singleFind .singleDesc, section.section5 .whatyoufindWrapper .singleFind p {
	color: #fff;
	font-size: 18px;
}

section.gallerySection {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 0;
}

section.gallerySection .galleryWrapper {
	max-width: 980px;
	margin: 50px auto 0;
}

section.gallerySection .galleryWrapper .customRow {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

section.gallerySection .galleryWrapper .customRow .customCol {
	padding: 0 10px;
	width: 100%;
	margin-bottom: 15px;
}

@media (min-width:567px) {
	section.gallerySection .galleryWrapper .customRow .customCol {
		width: 50%;
	}
	
	section.gallerySection .galleryWrapper .customRow .customCol.landscape {
		width: 100%;
	}
}

@media (min-width:992px) {
	section.gallerySection .galleryWrapper .customRow .customCol {
		width: 25%;
	}
	
	section.gallerySection .galleryWrapper .customRow .customCol.landscape {
		width: 50%;
	}
}

section.gallerySection .galleryWrapper .imgWrapper img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

section.gallerySection .contentWrapper {
	padding-top: 50px;
}

section.gallerySection .contentWrapper .title {
	text-align: center;
	font-size: 46px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 30px;
}

section.gallerySection .contentWrapper .content {
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
}

section.gallerySection .contentWrapper .btnWrapper {
	text-align: center;
	padding-top: 40px;
}

section.gallerySection .contentWrapper .btnWrapper a {
	color: #fff;
	background-color: #48bbe2;
	border: 1px solid #48bbe2;
	border-radius: 25px;
	font-weight: 600;
	font-size: 14px;
	padding: 8px 28px;
	transition: all .3s ease;
}

section.gallerySection .contentWrapper .btnWrapper a:hover {
	color: #48bbe2;
	background-color: #fff;
}

section.departmentsSection {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 0;
	background-color: #f7f7f7;
}

section.departmentsSection .departmentWrapper {
	max-width: 980px;
	margin: auto;
}

section.departmentsSection .departmentWrapper .title {
	text-align: center;
	font-size: 46px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 45px;
}

section.departmentsSection .departmentWrapper .departmentRepeaterWrapper .customRow {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

section.departmentsSection .departmentWrapper .departmentRepeaterWrapper .customRow .customCol {
	padding: 0 10px;
	width: 100%;
	margin-bottom: 20px;
}

@media (min-width:567px) {
	section.departmentsSection .departmentWrapper .departmentRepeaterWrapper .customRow .customCol {
		width: 50%;
	}
}

@media (min-width:992px) {
	section.departmentsSection .departmentWrapper .departmentRepeaterWrapper .customRow .customCol {
		width: 33.33333333%;
	}
}

section.departmentsSection .departmentWrapper .departmentRepeaterWrapper .singleDept {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
}

section.departmentsSection .departmentWrapper .departmentRepeaterWrapper .singleDept .titleInner {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 60px;
}

section.departmentsSection .departmentWrapper .departmentRepeaterWrapper .singleDept .atagWrapper a {
	color: #48bbe2;
	font-size: 15px;
	display: flex;
	align-items: center;
}

section.departmentsSection .departmentWrapper .departmentRepeaterWrapper .singleDept .atagWrapper a img.arrowIcon {
	width: 15px;
	margin-left: 10px;
}

section.videoSection {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 0;
	overflow: hidden;
}

section.videoSection .title {
	text-align: center;
	font-size: 46px;
	font-weight: 600;
	color: #000;
	line-height: 1.3;
}

section.videoSection .title.theme {
	color: #48bbe2;
}

section.videoSection .youtubeRepeaterWrapper {
	max-width: 980px;
	margin: 50px auto 0;
}

section.videoSection .youtubeRepeaterWrapper .youtubeSlider {
	padding-bottom: 60px;
}

section.videoSection .youtubeRepeaterWrapper .youtubeSlider .slick-list {
	margin: 0 15px;
	overflow: visible;
}

section.videoSection .youtubeRepeaterWrapper .youtubeSlider .slick-list .slick-track .slick-slide {
	margin: 0 15px;
}

section.videoSection .youtubeRepeaterWrapper .youtubeSlider .youitem .imgWrapper {
	position: relative;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}

section.videoSection .youtubeRepeaterWrapper .youtubeSlider .youitem .imgWrapper img {
	width: 80px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

section.videoSection .youtubeRepeaterWrapper .youtubeSlider .youitem .imgWrapper::before {
	content: "";
	background-color: #000;
	opacity: .4;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

section.videoSection .youtubeRepeaterWrapper .youtubeSlider .slick-arrow {
	width: 30px;
	height: 30px;
	margin: 0;
	bottom: 0;
	padding: 0;
	top: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

section.videoSection .youtubeRepeaterWrapper .youtubeSlider .slick-arrow.slick-prev {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/career-new-assets/slider-arrow-right.png");
	right: calc(50% + 5px);
	left: auto !important;
	transform: rotate(180deg);
}

section.videoSection .youtubeRepeaterWrapper .youtubeSlider .slick-arrow.slick-prev.nitro-lazy {
	background-image: none !important;
}

section.videoSection .youtubeRepeaterWrapper .youtubeSlider .slick-arrow.slick-next {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/career-new-assets/slider-arrow-right.png");
	left: calc(50% + 5px);
	right: auto;
}

section.videoSection .youtubeRepeaterWrapper .youtubeSlider .slick-arrow.slick-next.nitro-lazy {
	background-image: none !important;
}

section.affiliate-vision-wrapper .our-exp-top-container .container {
	padding: 0 !important;
}

section.affiliate-vision-wrapper .contentText, section.affiliate-vision-wrapper .contentText p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6 !important;
	padding-top: 1px;
}

section.commissionWrapper .commissionOuter {
	max-width: 980px;
	margin: 50px auto 0;
}

section.commissionWrapper .commissionOuter .commissionContent {
	position: relative;
}

section.commissionWrapper .commissionOuter .commissionContent .dec {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6 !important;
	background-color: #eafaff;
	padding: 30px 50px 50px;
	border: 1px dashed #1db1e3;
	border-radius: 25px;
	text-align: center;
}

section.commissionWrapper .commissionOuter .commissionContent .dec p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6 !important;
	text-align: center;
}

section.commissionWrapper .commissionOuter .commissionContent .dec p strong {
	font-size: 18px;
	font-weight: 700;
}

section.commissionWrapper .commissionOuter .commissionContent .tagLink {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	white-space: nowrap;
}

.customFormModal, section.formWrapper .imgWrapper {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.faq-wrapper.affiliate-faq-wrapper {
	padding: 50px 0;
}

.faq-wrapper.affiliate-faq-wrapper .our-exp-top-container {
	max-width: 980px;
	margin: auto;
}

section.formWrapper {
	position: relative;
}

section.formWrapper .imgWrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

section.formWrapper .formContainer {
	max-width: 980px;
	margin: auto;
	padding: 80px 0;
}

section.formWrapper .formContainer .our-exp-top-container .text-panel-affiliate h2 .black {
	color: #000;
}

@media (min-width:992px) {
	section.formWrapper .imgWrapper {
		position: absolute;
		width: 50%;
	}
	
	section.formWrapper .formContainer .our-exp-top-container .text-panel-affiliate {
		margin-left: auto;
		width: 50%;
		padding-left: 50px;
	}
}

section.formWrapper .formContainer .formDirectWrapper .form-group i {
	color: #40474d;
}

section.formWrapper .formContainer .formDirectWrapper input.form-control {
	border: 1px solid #b8b8b8;
	background-color: #f7f7f7;
	color: #000;
}

section.formWrapper .formContainer .formDirectWrapper input.form-control::placeholder {
	color: #40474d;
}

section.formWrapper .formContainer .formDirectWrapper input.form-control::-moz-placeholder {
	color: #40474d;
}

section.formWrapper .formContainer .formDirectWrapper .catptcha-btn-group .captcha-wrapper {
	border: 1px solid #b8b8b8;
	background-color: #f7f7f7;
	color: #000;
}

section.formWrapper .formContainer .formDirectWrapper .catptcha-btn-group .captcha-wrapper>* {
	color: #999;
}

section.formWrapper .formContainer .formDirectWrapper .catptcha-btn-group .captcha-wrapper .form-control {
	border: none !important;
	border-bottom: 2px solid rgba(153, 153, 153, .5) !important;
	border-radius: 0;
	padding: 0;
	margin-left: 3px;
}

section.formWrapper:before {
	content: "";
	background-color: #f7f7f7;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.openformModal {
	cursor: pointer;
}

.customFormModal {
	display: none;
	position: fixed;
	z-index: 999;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
}

.customFormModal .customModalContent {
	position: relative;
	margin: 5% auto;
	background-color: transparent;
	padding: 0 15px;
	border: 0;
	width: 100%;
	max-width: 520px;
}

.customFormModal .customModalBody .form-panel.form-panel-hubspotform {
	width: 100%;
}

.customFormModal .customModalContent .close {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/close-icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 8px;
	right: 23px;
	width: 20px;
	height: 25px;
	position: absolute;
	display: block;
	cursor: pointer;
}

.customFormModal .customModalContent .close.nitro-lazy {
	background-image: none !important;
}

@media only screen and (min-width:1076px) {
	.dropdown:hover .dropdown-menu {
		pointer-events: visible;
		opacity: 1;
		top: 45px;
		visibility: visible;
	}
	
	.dropdown:hover>a>i {
		transform: rotate(180deg);
	}
	
	.final-results-wrapper #image-results .result-item {
		width: 24%;
		margin-right: 1.33% !important;
	}
	
	.final-results-wrapper #image-results .result-item:nth-child(4n) {
		margin-right: 0 !important;
	}
	
	.final-results-wrapper #image-results .result-item .result-image {
		margin-bottom: 0;
	}
	
	.press-image-wrapper .press-item:nth-child(4n), .media-award-wrapper .tab-body-wrapper .award-item:nth-child(4n) {
		margin-right: 0;
	}
	
	.mb-35 {
		margin-bottom: 35px !important;
	}
	
	.bmg-specialities-wrapper .our-exp-top-container .container p {
		margin-bottom: 70px;
	}
	
	.media-tag-item:nth-child(3n) {
		margin-right: 0;
	}
	
	.specialities-item:nth-child(4n) {
		margin-right: 0;
	}
	
	.specialities-item:nth-child(4n)~.specialities-item {
		margin-top: 2.66%;
	}
	
	.dropdown-menu {
		z-index: 2;
	}
	
	.width60 {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	
	span.consultant-item:nth-child(5n), span.consultant-item:last-child {
		margin-right: 0;
	}
	
	.fixed-payment-wrapper {
		background-position: center;
		background-size: 124%;
	}
	
	.fixed-payment-wrapper .text-panel h2.fs-55 {
		padding-right: 100px;
	}
}

@media only screen and (max-width:1075px) {
	.container {
		padding: 0 15px;
	}
	
	#blue-magic-exp-banner {
		background-position: right top;
		background-size: cover;
	}
	
	.specialities-item a {
		padding: 30px;
	}
	
	#offer-modal {
		max-width: 100%;
	}
	
	.modal-body-right h2 {
		font-size: 46px;
	}
	
	.social-media-icon {
		top: -109px;
		left: auto;
		width: 324px;
		display: flex;
		align-items: center;
		padding-left: 20px;
		right: 0;
		z-index: 1;
	}
	
	.social-media-icon span {
		transform: rotate(0) translate(0);
		height: auto;
		width: auto;
	}
	
	.blog-detail .social-media-icon ul {
		flex-direction: row;
		margin-top: 0;
		padding-left: 20px;
	}
	
	.blog-detail .social-media-icon ul li {
		padding: 20px;
		margin-bottom: 0;
		border-top: none;
		border-left: 1px solid rgba(0, 0, 0, .1);
	}
	
	.social-media-icon span, .blog-detail .social-media-icon ul li .fa {
		font-size: 18px;
	}
	
	.consultant-item {
		margin: 50px 50px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.responsve-fp {
		display: block;
		position: absolute;
		right: 70px;
		top: 32px;
		z-index: 11;
	}
	
	.tpmicro-lg {
		display: none;
	}
	
	.tpmicro-sm {
		display: flex;
		position: absolute;
		right: 70px;
		top: 30px;
		z-index: 11;
	}
	
	header .d-flex-container {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	
	header .d-flex-container .logo {
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		text-align: left;
		height: 100px;
		position: relative;
	}
	
	header .d-flex-container .logo>a {
		display: inline-block;
		width: 90px;
	}
	
	header .d-flex-container .logo img {
		position: absolute;
		clip: rect(0px, 90px, 200px, 0px);
		top: 0;
	}
	
	.info-text-wrapper {
		border-top: none;
		height: calc(100vh - 145px);
	}
	
	span.responsive-menu {
		position: absolute;
		height: 40px;
		width: 40px;
		background: #fff;
		top: 35px;
		border-radius: 5px;
		right: 15px;
		z-index: 11;
	}
	
	i.menu-icon {
		height: 4px;
		width: 40px;
		background: #42474c;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		transition: .5s all;
		border-radius: 3px;
	}
	
	i.menu-icon.line1 {
		top: -21px;
	}
	
	i.menu-icon.line3 {
		top: 21px;
	}
	
	.active .menu-icon.line2 {
		height: 0;
	}
	
	.active .menu-icon.line1 {
		top: 0;
		transform: rotate(45deg);
	}
	
	.active .menu-icon.line3 {
		top: 0;
		transform: rotate(-45deg);
	}
	
	.navigation {
		border-top: 1px solid rgba(0, 0, 0, .1);
		padding: 20px 0;
		position: absolute;
		background: #fff;
		width: 100%;
		z-index: 9999;
		top: 113px;
		height: calc(100% - 113px);
		display: none;
		overflow-y: auto;
	}
	
	.navbar, nav {
		width: 100%;
	}
	
	.navigation .flex-payment {
		display: none;
	}
	
	.navigation nav>ul {
		flex-direction: column;
		width: calc(100% + 30px);
		align-items: flex-start;
		padding-top: 15px;
		margin-left: -15px;
	}
	
	.navigation nav>ul>li {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
		position: relative;
		padding-right: 20px;
		padding-left: 15px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
	
	.navigation nav>ul>li.dropdown.active {
		padding-bottom: 0;
	}
	
	.navigation nav>ul>li i {
		position: absolute;
		margin: 0;
		padding: 0;
		right: 15px;
		top: 5px;
		cursor: pointer;
	}
	
	.navigation nav>ul>li>a:hover, .navigation nav>ul>li>a.active, .dropdown:hover>a {
		border-bottom: none;
		padding-bottom: 0;
	}
	
	.dropdown .dropdown-menu {
		background: transparent;
		pointer-events: visible;
		opacity: 1;
		visibility: visible;
		position: static;
		width: calc(100% + 35px);
		box-shadow: none;
		display: none;
		margin-left: -15px;
		background-color: #f7f7f7;
		margin-top: 10px;
		border-radius: 0;
		padding-bottom: 10px;
	}
	
	.dropdown.active>a>i {
		transform: rotate(180deg);
	}
	
	.dropdown-menu li {
		border: none;
		padding-left: 25px;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
	
	.dropdown-menu li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.banner-title {
		font-size: 50px;
		line-height: 65px;
	}
	
	.rating-container {
		padding-bottom: 30px;
	}
	
	.our-exp-top-container .left-panel .exp-banner {
		height: auto;
		width: auto;
	}
	
	.our-exp-top-container .container, .our-exp-wrapper-about .our-exp-top-container .container {
		padding-bottom: 70px;
	}
	
	.bmg-experience-wrapper, .press-award-wrapper {
		padding: 50px 0 70px;
	}
	
	.our-clinic-wrapper {
		padding: 70px 0;
	}
	
	.our-exp-bottom-container {
		padding: 70px 0;
	}
	
	.our-exp-bottom-container h2 {
		margin-bottom: 40px;
	}
	
	.specialities-service-wrapper {
		padding: 70px 0;
	}
	
	.slider-nav {
		padding: 0 50px;
	}
	
	.slick-prev.slick-arrow {
		left: 0;
	}
	
	.slick-next.slick-arrow {
		right: 0;
	}
	
	.specialities-service-slider .slider-for {
		padding: 0 50px;
	}
	
	.about-us-wrapper {
		padding: 50px 0 70px;
	}
	
	.counter-wrapper ul {
		flex-wrap: wrap;
	}
	
	.counter-wrapper ul li .icon-info strong {
		font-size: 45px;
		line-height: 40px;
	}
	
	.counter-wrapper ul li .icon-info span {
		font-size: 18px;
		line-height: 40px;
	}
	
	.before-after-wrapper {
		padding: 70px 0 95px;
	}
	
	.testimonial-wrapper {
		padding: 70px 0;
	}
	
	.testimonial-slider {
		padding: 0 50px;
	}
	
	.fixed-payment-wrapper .our-exp-top-container .container {
		padding: 70px 15px;
	}
	
	.fixed-payment-wrapper .profile-image-wrapper {
		opacity: .5;
	}
	
	.fs-55 {
		font-size: 45px;
		line-height: 65px;
	}
	
	.media-center-wrapper {
		padding: 70px 0 120px;
	}
	
	.media-slider, .media-slider2 {
		padding: 0 50px;
		margin-bottom: 40px;
	}
	
	.media-center-wrapper .slider-info {
		min-height: auto;
	}
	
	.our-book-wrapper .exp-banner {
		opacity: 1;
		bottom: 0px;
		left: 0px;
	}
	
	.our-book-wrapper .exp-banner img {
		height: 515px;
	}
	
	.our-exp-top-container .text-panel {
		position: relative;
		z-index: 1;
	}
	
	.our-news-wrapper {
		padding: 70px 0;
	}
	
	/* .blog-list-wrapper .box-list-item .blog-image {
        height: auto;
    } */
	.get-in-touch-wrapper {
		padding: 70px 0;
	}
	
	.get-in-touch-wrapper .our-exp-top-container .container {
		padding: 0 15px;
	}
	
	.get-in-touch-wrapper .our-exp-top-container .text-panel {
		padding-left: 0;
	}
	
	.slider-member-info {
		min-height: auto;
	}
	
	.slider-member-info>*, .slider-member-info>.member-info-wrapper>* {
		position: static;
		width: 100%;
		text-align: left;
	}
	
	.team-member-slider {
		padding: 0 70px;
	}
	
	.team-member-slider .slick-slide {
		text-align: center;
	}
	
	.slider-member-info {
		min-height: auto;
		border: 1px solid rgba(0, 0, 0, 0);
		border-radius: 10px;
		margin-top: 0;
		padding: 20px;
		width: 95%;
		display: inline-block;
	}
	
	.slider-member-info span.member-avtar {
		width: 300px;
		height: 300px;
		display: inline-block;
		vertical-align: middle;
	}
	
	.member-info-wrapper {
		display: inline-block;
		width: calc(100% - 310px);
		text-align: left;
		vertical-align: middle;
		padding-left: 50px;
	}
	
	.member-info-wrapper>* {
		text-align: left;
		margin-top: 15px;
	}
	
	.member-specialised.member-text>* {
		display: inline;
	}
	
	.free-consultant-wrapper {
		padding: 50px 0;
	}
	
	.footer-wrapper {
		padding: 70px 0;
	}
	
	.hair-transplant-in-turkey .guidelines-wrapper {
		padding-top: 70px;
	}
	
	.hair-transplant-in-turkey .why-us-wrapper .container {
		padding-top: 70px;
		margin-top: 70px;
	}
	
	.hair-transplant-in-turkey .why-us-wrapper {
		padding-bottom: 70px;
	}
	
	.faq-wrapper {
		padding: 50px 0 70px;
	}
	
	.things-to-know-about {
		padding-bottom: 70px;
	}
	
	.three-box-section {
		padding: 70px 0;
	}
	
	.three-box-item {
		height: auto;
	}
	
	.content-book-wrapper {
		padding: 60px 0;
	}
	
	.author-wrapper {
		padding: 50px 0 100px;
	}
	
	.author-slider-wrapper {
		margin-top: 20px;
	}
	
	.author-info-text p br {
		display: none;
	}
	
	.final-results-wrapper {
		padding: 70px 0 35px;
	}
	
	#results-final-banner {
		padding: 60px 0;
	}
	
	#about-us-banner .banner-profile-image {
		right: -140px;
		bottom: -257px;
		width: 100%;
		pointer-events: none;
		opacity: .3;
	}
	
	.common-banner-wrapper .banner-info p {
		width: 100%;
	}
	
	#results-final-banner .banner-profile-image, #blue-magic-flex-payment .banner-profile-image {
		height: 253px;
		width: 265px;
		right: 15px;
	}
	
	#before-hair-transplant-banner .banner-profile-image {
		position: absolute;
		right: 0;
		bottom: auto;
		top: -158px;
		width: 60%;
		opacity: .3;
	}
	
	/* .blog-list-left .box-list-item .blog-image {
    height: auto;
} */
	#contact-us-banner {
		background-size: cover;
	}
	
	#blue-magic-flex-payment .banner-info {
		width: 100%;
		padding-right: 290px;
	}
	
	.testimonial-slider .slider-info h5 {
		display: inline-block !important;
	}
	
	#about-us-banner {
		background-position: right center;
	}
	
	#our-services-banner {
		background-size: 180% 100%;
		background-position: 63%;
	}
	
	.testimonial-slider-reviews .slider-info h5 {
		display: inline-block !important;
	}
	
	.blockquote-bg-wrapper:after {
		background: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/quote.png") no-repeat 93% 88%;
		position: absolute;
		right: 3px;
		top: auto;
		height: 46px;
		content: "";
		width: 65px;
		bottom: 0;
	}
	
	.testimonial-slider-reviews .slider-info {
		padding: 65px 30px 30px;
	}
	
	.testimonial-slider-reviews .slider-info .slider-left {
		left: 30px;
	}
	
	.video-testimonial-list.active {
		display: block;
	}
	
	.hover-info {
		width: 100%;
		background-color: rgba(29, 177, 227, 1);
	}
	
	.hover-info h6 {
		font-size: 16px;
	}
	
	.hover-info p {
		font-size: 14px;
		line-height: 22px;
	}
	
	.media-center-wrapper h2 {
		width: 100%;
	}
	
	#our-services-banner {
		background-position: 70% 100% !important;
	}
	
	#blue-magic-exp-banner {
		background-position: 75% 100% !important;
	}
	
	#before-hair-transplant-banner {
		background-position: 60% 100% !important;
	}
	
	.advantage-fue-wrapper {
		padding: 0 0 70px;
	}
	
	.advantage-fue-wrapper .advantage-image {
		position: relative;
		width: calc(100% + 2px);
		top: -1px;
		right: -1px;
	}
	
	.advantage-fue-wrapper .factor-wrapper {
		width: 100%;
		margin-left: 0;
		margin-top: -150px;
	}
	
	.fue-experience-video-wrapper .video-wrapper div.video {
		width: 65%;
	}
}

@media only screen and (min-width:992px) {
	.final-results-wrapper .team-member-results .result-item:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (max-width:992px) {
	.pagination {
		margin-top: 0;
	}
	
	.banner-outer-container, .banner-wrapper {
		min-height: 550px;
	}
	
	.banner-profile-image {
		opacity: .3;
		bottom: -200px;
	}
	
	.banner-info {
		width: 100%;
	}
	
	.home_banner_wrapper .banner-info {
		text-align: center;
	}
	
	.home_banner_wrapper {
		padding: 50px;
		min-height: 750px;
	}
	
	.home_banner_wrapper .banner-outer-container {
		min-height: 750px;
		align-items: start;
	}
	
	.home_banner_wrapper .banner-profile-image {
		opacity: 1;
		bottom: -60px;
		right: 0;
		left: 0;
		text-align: center;
	}
	
	.home_banner_wrapper .banner-profile-image img {
		height: 300px;
	}
	
	.home_banner_wrapper .provider-info {
		justify-content: center;
	}
	
	.banner-info>* {
		margin-bottom: 35px;
	}
	
	#about-us-banner .banner-profile-image {
		bottom: -177px;
	}
	
	.logos-list {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.logos-list a {
		width: 100%;
		height: 100px;
		align-items: center;
		justify-content: center;
		display: flex;
	}
	
	.rating-container {
		padding: 30px 0 0;
		margin-top: 0;
	}
	
	.rating-container a {
		width: 32%;
		display: inline-block;
	}
	
	.our-exp-top-container .container {
		flex-direction: column-reverse;
	}
	
	.our-clinic-wrapper .our-exp-top-container .container {
		flex-direction: column;
	}
	
	.our-exp-top-container .container .text-panel {
		width: 100%;
		padding-left: 0;
	}
	
	.our-exp-top-container .exp-logo {
		display: none;
	}
	
	.our-exp-wrapper-about .our-exp-top-container .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.team-slider-wrapper {
		padding: 50px 0;
	}
	
	.member-info-wrapper {
		width: 100%;
		padding-left: 0;
	}
	
	.about-us-wrapper .our-exp-top-container .container {
		flex-direction: initial;
		justify-content: center;
	}
	
	.counter-wrapper ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.counter-wrapper li {
		padding: 15px;
	}
	
	.slider-after-before .slider-info {
		flex-direction: column;
	}
	
	.slider-after-before .slider-info>* {
		width: 100%;
	}
	
	.slider-after-before .slider-info .slider-left {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.slider-after-before .slider-info .slider-left img {
		display: inline-block;
	}
	
	.slider-after-before .slider-info .slider-right {
		padding-left: 0;
	}
	
	.testimonial-slider {
		margin-bottom: 20px;
	}
	
	.testimonial-slider .slick-list {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	.testimonial-slider .slider-info {
		padding: 30px;
		min-height: auto;
		background-position: 93% 93%;
	}
	
	.testimonial-slider .slider-info .slider-left {
		position: static;
	}
	
	.our-book-wrapper .our-exp-top-container .container {
		padding: 70px 15px;
	}
	
	.our-book-wrapper .exp-banner {
		display: none;
	}
	
	.get-in-touch-wrapper .our-exp-top-container .container {
		flex-direction: initial;
	}
	
	.get-in-touch-info .icon-info-text .get-in-touch-p {
		font-size: 17px !important;
	}
	
	.get-in-touch-info .icon-info-text .get-in-touch-p a {
		font-size: 17px !important;
	}
	
	.form-panel {
		width: 100%;
		margin-top: 30px;
	}
	
	.footer-wrapper .box2, .footer-wrapper .box1 {
		width: 50%;
	}
	
	.footer-wrapper .box3 {
		width: 100%;
		margin-top: 20px;
	}
	
	.otherguideline-wrapper .container {
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.otherguideline-wrapper .container h2::after {
		display: none;
	}
	
	.otherguideline-wrapper .btn-group {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	
	#hair-transplant-in-turkey {
		padding: 50px 0;
	}
	
	#hair-transplant-in-turkey .banner-outer-container {
		flex-direction: column;
	}
	
	#hair-transplant-in-turkey .banner-form {
		width: 100%;
		position: static;
	}
	
	#hair-transplant-in-turkey .banner-info {
		width: 100%;
	}
	
	.final-results-wrapper .team-member-results .result-item {
		width: 48%;
		margin-right: 4%;
	}
	
	.final-results-wrapper .team-member-results .result-item:nth-child(2n) {
		margin-right: 0;
	}
	
	.luxurious-hotel-wrapper .hotel-image-gallery {
		position: static;
		width: 100%;
		display: block;
		grid-template-columns: auto;
		column-count: 2;
		column-gap: 1em;
		padding: 15px;
		margin-top: 20px;
		height: auto;
	}
	
	.luxurious-hotel-wrapper .image-gallery-item {
		width: 100%;
		margin-right: 0;
		position: relative;
		display: inline-block;
	}
	
	.luxurious-hotel-wrapper .image-gallery-item.box-1, .luxurious-hotel-wrapper .image-gallery-item.box-2, .luxurious-hotel-wrapper .image-gallery-item.box-3, .luxurious-hotel-wrapper .image-gallery-item.box-4 {
		top: 0;
	}
	
	.luxurious-hotel-wrapper .image-gallery-item.box-1>img, .luxurious-hotel-wrapper .image-gallery-item.box-2>img, .luxurious-hotel-wrapper .image-gallery-item.box-3>img, .luxurious-hotel-wrapper .image-gallery-item.box-4>img {
		height: auto;
	}
	
	.daily-operational-wrapper {
		padding-bottom: 0;
	}
	
	.media-award-wrapper .tab-title-wrapper {
		justify-content: flex-start;
		text-align: center;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		white-space: nowrap;
		overflow-x: auto;
	}
	
	.press-tab-wrapper .our-exp-top-container .container {
		flex-direction: column;
	}
	
	.press-tab-wrapper {
		padding: 50px 0 70px;
	}
	
	.press-image-wrapper, .media-award-wrapper .tab-body-wrapper .list {
		margin-top: 0;
	}
	
	.press-image-wrapper .press-item, .media-award-wrapper .tab-body-wrapper .award-item {
		margin: 20px 20px 0 0;
	}
	
	.media-award-wrapper {
		padding-bottom: 70px;
	}
	
	#before-hair-transplant-banner .banner-profile-image {
		position: absolute;
		right: -110px;
		bottom: auto;
		top: -86px;
		width: 75%;
	}
	
	.media-tag-item {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 25px;
	}
	
	.media-tag-item:nth-child(2n) {
		margin-right: 0;
	}
	
	.blog-list-inner-wrapper {
		flex-wrap: wrap;
	}
	
	.blog-list-left {
		width: 100%;
		padding-right: 0;
	}
	
	.blog-list-right {
		width: 100%;
	}
	
	.faqs-body-wrapper .faq-wrapper .search-wrapper {
		width: 50%;
	}
	
	.flex-payment-solution-wrapper .blocquote-wrapper {
		padding: 70px 15px;
	}
	
	.flex-payment-solution-wrapper .our-exp-bottom-container {
		padding-top: 70px;
	}
	
	.finance-item {
		flex-direction: column;
		margin-bottom: 50px;
		align-items: center;
	}
	
	.finance-info-text {
		width: 100%;
		padding-left: 0;
	}
	
	.finance-img-wrapper {
		margin-bottom: 20px;
	}
	
	#our-services-banner .banner-info {
		width: 100%;
	}
	
	.hair-transplant-wrapper {
		padding: 70px 0 90px;
	}
	
	.hair-transplant-wrapper .transplant-wrapper {
		flex-direction: column;
	}
	
	.hair-transplant-left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.hair-transplant-left img {
		height: auto;
	}
	
	.hair-transplant-right {
		width: 100%;
		padding-left: 0;
	}
	
	.hair-transplant-wrapper .blocquote-wrapper {
		width: 100%;
		margin: 60px auto 0;
	}
	
	.bmg-specialities-wrapper {
		padding: 70px 0 75px;
	}
	
	.specialities-item:nth-child(3n) {
		margin-right: 0;
	}
	
	.specialities-item {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	
	.fue-services-wrapper {
		padding: 70px 0 90px;
	}
	
	.fue-services-tab-wrapper .tab-title-item {
		text-align: center;
		margin-right: 15px;
	}
	
	.fue-services-tab-wrapper .tab-title-item:last-child {
		margin-right: 0;
	}
	
	.transplant-list-item {
		margin-bottom: 50px;
	}
	
	.blue-time-wrapper .container {
		padding: 80px 50px;
	}
	
	.blue-time-wrapper .container p {
		margin: 20px 0 0;
	}
	
	.blue-time-wrapper {
		margin-bottom: 70px;
	}
	
	.right-candidate-wrapper {
		padding: 70px 0;
	}
	
	.right-candidate-wrapper .our-exp-top-container .container {
		flex-direction: column;
	}
	
	.right-candidate-wrapper .our-exp-top-container .left-panel {
		width: 100%;
		margin-top: 20px;
	}
	
	.right-candidate-wrapper .factor-wrapper {
		margin-left: 0;
		width: 100%;
	}
	
	.fue-experience-video-outer-wrapper {
		padding: 70px 0;
	}
	
	.after-treatment-wrapper {
		padding: 70px 0;
	}
	
	.advantage-fue-wrapper {
		padding: 0 0 70px;
	}
	
	.advantage-fue-wrapper .advantage-image {
		position: relative;
		width: calc(100% + 2px);
		top: -1px;
		right: -1px;
	}
	
	.advantage-fue-wrapper .factor-wrapper {
		width: 100%;
		margin-left: 0;
		margin-top: -150px;
	}
	
	.modal-body-right {
		padding: 15px;
	}
	
	.modal-body-right h2 {
		font-size: 40px;
		margin-bottom: 15px;
		padding-bottom: 22px;
		margin-top: 35px;
	}
	
	.things-to-know-about .our-exp-top-container .left-panel {
		margin-bottom: 40px;
	}
	
	.author-wrapper .our-exp-top-container .container {
		flex-direction: column;
	}
	
	.author-info {
		flex-direction: column;
	}
	
	.author-info-text {
		width: 100%;
		margin-top: 60px;
		padding-left: 0;
	}
	
	.author-slider-wrapper .slick-dots {
		position: absolute;
		left: 0;
		width: 200px;
		top: 318px;
		right: 0;
		margin: auto;
	}
	
	.author-wrapper {
		padding-bottom: 50px;
	}
	
	.fixed-payment-wrapper {
		background-position: 22% top;
	}
	
	.consultant-item {
		margin: 30px 15px 0;
		width: 140px;
		height: 140px;
	}
	
	#medical-doc {
		margin-top: 30px;
	}
	
	.instagram-wrapper {
		padding: 70px 0;
	}
	
	.topbar h2 {
		margin-bottom: 50px;
	}
	
	.instagram-item-wrapper {
		justify-content: center;
	}
	
	.instagram-item {
		width: 235px;
	}
	
	.youtube-wrapper {
		padding: 70px 0;
	}
	
	#our-services-banner {
		background-size: 230% 100%;
		background-position: 63%;
	}
	
	.testimonial-slider-reviews {
		margin-bottom: 30px;
	}
	
	.testimonial-outer-wrapper.testimonial-wrapper {
		padding: 50px 0;
	}
	
	.our-exp-wrapper .our-exp-top-container h2 span {
		display: inline-block;
	}
	
	section.careers-wrapper .banner-info .titleWrapper {
		font-size: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.slick-dots li button {
		width: 32px;
		height: 32px;
	}
	
	.slick-dots li {
		margin: 5px;
	}
	
	.pagination ul .numbers a, .pagination ul .numbers a .fa {
		font-size: 14px;
	}
	
	.pagination ul .numbers a {
		padding: 8px 15px;
	}
	
	.info-text-wrapper {
		border-top: 1px solid rgba(0, 0, 0, .1);
		height: 625px;
	}
	
	header .d-flex-container {
		padding: 10px 0 7px;
	}
	
	.navigation {
		top: 102px;
		height: calc(100% - 102px);
	}
	
	header .d-flex-container .logo {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
		height: 85px;
	}
	
	header .header-contact {
		flex-wrap: wrap;
		width: 100%;
		display: none;
	}
	
	header .mobile-header-contact {
		display: flex;
		padding: 10px 15px;
		width: 100%;
		background: rgba(29, 177, 227, .3);
		margin-bottom: 15px;
	}
	
	header .mobile-header-contact .overlay {
		top: 53px;
		right: 0;
		left: 0px;
	}
	
	header .header-contact li:first-child {
		margin-right: 15px;
		width: calc(50% - 15px);
	}
	
	header .header-contact li {
		padding-left: 0;
		border-right: 0;
		width: 50%;
		padding-right: 0;
	}
	
	.navigation {
		padding-top: 0;
	}
	
	.banner-title {
		font-size: 28px;
		line-height: 45px;
	}
	
	.home-body-wrapper .banner-info p {
		font-size: 18px;
		line-height: 30px;
	}
	
	h1.custom-tags-h1, h2 {
		font-size: 22px;
		line-height: 40px;
		font-weight: 600;
		margin: 0 0 20px;
	}
	
	.common-banner-wrapper .banner-info>* {
		margin-bottom: 0;
	}
	
	.banner-outer-container {
		padding-top: 20px;
	}
	
	.banner-outer-container, .banner-wrapper {
		min-height: 760px;
		align-items: flex-start;
	}
	
	/*.banner-wrapper {*/
	
	/*    background-image: url(../images/responsive-banner.png);*/
	
	/*    background-position: center;*/
	
	/*}*/
	.home_banner_wrapper {
		background-position: 22% 100%;
		padding: 10px 20px;
	}
	
	.home_banner_wrapper .banner-profile-image img {
		height: 230px;
	}
	
	.banner-info {
		text-align: center;
	}
	
	.common-banner-wrapper.banner-wrapper .banner-info {
		text-align: left;
	}
	
	.banner-profile-image {
		right: 0;
		width: 100%;
		bottom: -340px;
		opacity: 1;
	}
	
	.provider-info {
		justify-content: center;
	}
	
	.rating-container {
		margin-top: -51px;
	}
	
	.our-exp-top-container .left-panel {
		margin-top: 0;
		width: 100%;
	}
	
	.about-us-wrapper .our-exp-top-container .left-panel {
		margin-bottom: 50px;
	}
	
	.slider-after-before .slider-info .slider-right h5, .befor-after-p {
		font-size: 18px !important;
		line-height: 24px !important;
	}
	
	.slider-after-before .slider-info .slider-right p {
		font-size: 13px;
		line-height: 24px;
	}
	
	.our-exp-top-container .text-panel p:not(.play-icon) {
		margin-bottom: 15px;
		line-height: 26px;
	}
	
	.play-icon {
		height: 93px;
		width: 93px;
	}
	
	.play-icon a {
		height: 60px;
		width: 60px;
		position: relative;
		top: -5px;
		left: -5px;
	}
	
	.play-icon a .fa-play {
		font-size: 30px;
		line-height: 63px;
	}
	
	.press-award-wrapper .tab-body-wrapper {
		padding: 20px;
	}
	
	.logos-wrapper a {
		margin-right: 55px;
	}
	
	.our-clinic-wrapper {
		padding: 40px 0;
	}
	
	.our-clinic-wrapper .our-exp-top-container .container .text-panel {
		padding-right: 0;
	}
	
	.team-memebr-info-wrapper li {
		padding: 0;
	}
	
	.team-memebr-info-wrapper li.tab-title-item a {
		font-size: 14px;
	}
	
	.team-memebr-info-wrapper li.tab-title-item a i {
		display: none;
	}
	
	.team-member-slider {
		padding: 0;
	}
	
	.slider-member-info span.member-avtar {
		height: 200px;
		width: 200px;
	}
	
	.member-name h4, .member-name h4 span {
		font-size: 22px;
	}
	
	.slider-member-info>.member-info-wrapper>* {
		text-align: center;
		font-size: 13px;
	}
	
	.member-text ul li {
		font-size: 13px;
		padding-left: 0;
		line-height: 20px;
		margin-top: 10px;
		list-style-type: disc;
		list-style-position: inside;
	}
	
	.member-text ul li:before {
		display: none;
	}
	
	.testimonial-slider .slider-info {
		padding: 15px;
	}
	
	.testimonial-slider .slider-info p {
		font-size: 13px;
		line-height: 26px;
	}
	
	.our-exp-top-container .container {
		padding-bottom: 50px;
	}
	
	.our-exp-bottom-container {
		padding: 40px 0;
	}
	
	.logos-list {
		width: 100%;
		width: 100%;
		overflow-x: auto;
		display: block;
		white-space: nowrap;
	}
	
	.logos-list::-webkit-scrollbar {
		display: none;
	}
	
	.logos-list a {
		width: 46%;
		height: auto;
		margin: 0 2%;
		display: inline-block;
		vertical-align: middle;
	}
	
	.specialities-service-wrapper {
		padding: 40px 0;
	}
	
	.specialities-service-wrapper .text-center p {
		width: 100%;
	}
	
	.specialities-service-slider .slider-for {
		padding: 0;
	}
	
	.about-us-wrapper {
		padding: 20px 0 40px;
	}
	
	.about-us-wrapper .text-panel {
		padding-right: 0;
	}
	
	.counter-wrapper ul li .icon-info strong {
		line-height: 28px;
		font-size: 25px;
	}
	
	.counter-wrapper ul li .icon-info span {
		font-size: 14px;
		line-height: 28px;
	}
	
	.counter-wrapper {
		padding: 20px 0;
	}
	
	.our-exp-wrapper-about .our-exp-top-container .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.counter-wrapper ul {
		justify-content: center;
	}
	
	.counter-wrapper ul li .icon {
		height: 63px;
		width: 43px;
	}
	
	.before-after-wrapper {
		padding: 40px 0;
	}
	
	.after-before-slider-wrapper {
		margin-top: 50px;
	}
	
	.after-before-slider-wrapper button.slick-prev.slick-arrow, .after-before-slider-wrapper button.slick-next.slick-arrow {
		top: -65px;
	}
	
	.testimonial-slider-wrapper {
		margin-top: 40px;
	}
	
	.blog-list-wrapper .box-list-item h4 {
		margin: 5px 0;
		min-height: auto;
		font-size: 18px;
		line-height: normal;
	}
	
	.counter-wrapper li {
		padding-left: 0;
		padding-right: 0;
	}
	
	.media-center-wrapper .slider-info {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	.media-center-wrapper .slider-info img {
		display: inline-block;
		object-fit: cover;
	}
	
	.testimonial-slider {
		padding: 0;
	}
	
	.testimonial-wrapper {
		padding: 40px 0;
	}
	
	.fs-55 {
		font-size: 30px;
		line-height: 45px;
	}
	
	h3, .custom-tags-h3 {
		font-size: 22px;
		line-height: 40px;
	}
	
	.fixed-payment-wrapper .text-panel h3 {
		line-height: 40px;
	}
	
	.media-center-wrapper {
		padding: 40px 0 70px;
	}
	
	.media-center-wrapper .text-center p {
		width: 100%;
	}
	
	.filter-button {
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	.media-slider, .media-slider2 {
		padding: 0;
	}
	
	.our-book-wrapper .our-exp-top-container .container {
		padding: 40px 15px;
	}
	
	.our-news-wrapper {
		padding: 40px 0;
	}
	
	.our-news-wrapper .text-center p {
		width: 100%;
	}
	
	.blog-list-wrapper, .clock-timing-list {
		flex-direction: column;
	}
	
	.blog-list-wrapper .box-list-item, .clock-timing-item {
		width: 100%;
		margin: 0 0 20px;
	}
	
	.clock-timing-item:after {
		display: none;
	}
	
	.blog-list-wrapper .box-list-item:last-child, .clock-timing-item:last-child {
		margin-bottom: 0;
	}
	
	.blog-list-wrapper .box-list-item .blog-image {
		text-align: center;
	}
	
	.blog-list-wrapper .box-list-item {
		text-align: left;
		padding: 0 5px;
	}
	
	.blog-list-wrapper .box-list-item .blog-image img {
		display: inline-block;
	}
	
	.free-consultant-wrapper .container {
		flex-direction: column;
	}
	
	.free-consultant-wrapper .text-wrapper {
		width: 100%;
		margin-bottom: 20px;
		text-align-last: center;
	}
	
	.form-panel {
		padding: 15px;
	}
	
	.catptcha-btn-group button {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.common-banner-wrapper.banner-wrapper {
		padding: 30px 0 0;
	}
	
	.common-banner-wrapper.banner-wrapper .banner-outer-container {
		padding-top: 0;
		flex-direction: column;
		padding-bottom: 60%;
	}
	
	#blue-magic-flex-payment {
		background-size: cover;
		background-position: center;
		padding-bottom: 15px;
	}
	
	#results-final-banner .banner-outer-container, #blue-magic-flex-payment .banner-outer-container {
		padding-bottom: 0;
	}
	
	#results-final-banner .banner-profile-image, #blue-magic-flex-payment .banner-profile-image {
		position: static;
		height: 200px;
		width: 200px;
		margin: 0;
	}
	
	#blue-magic-flex-payment .banner-info {
		padding-right: 0;
	}
	
	#results-final-banner .banner-info h2, #blue-magic-flex-payment .banner-info h2 {
		margin-bottom: 15px;
	}
	
	.common-banner-wrapper.banner-wrapper .banner-outer-container .banner-profile-image {
		opacity: 1 !important;
	}
	
	#about-us-banner .banner-profile-image {
		right: 0;
		bottom: -16%;
		width: 135%;
		left: -25px;
	}
	
	.common-banner-wrapper .banner-info p {
		font-size: 13px;
		line-height: 28px;
		width: 100%;
		margin-bottom: 15px;
		margin-top: 5px;
	}
	
	.common-banner-wrapper .banner-info .btn+.btn {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	#blue-magic-exp-banner, #contact-us-banner {
		background-position: center;
	}
	
	#blue-magic-exp-banner .banner-outer-container, #contact-us-banner .banner-outer-container {
		padding-bottom: 30px;
	}
	
	#blue-magic-exp-banner {
		/*height: 285px !important;*/
		height: auto !important;
		padding-top: 10px !important;
	}
	
	.provide-exp-wrapper {
		padding: 30px 0;
	}
	
	.breadcrumbs {}
	
	p, p strong, p b {
		font-size: 13px;
	}
	
	.our-exp-bottom-container h2 {
		margin-bottom: 15px;
	}
	
	.our-exp-wrapper-about .our-exp-bottom-container p {
		padding: 0;
		line-height: 25px;
	}
	
	.our-exp-top-container .container {
		flex-direction: column;
	}
	
	.specialities-service-slider .slider-for {
		margin-top: 30px;
	}
	
	.home-our-exp-wrapper .our-exp-top-container .container .text-panel {
		margin-top: 20px;
	}
	
	.specialities-service-slider .slider-for .slider-info h5 {
		font-size: 18px;
	}
	
	.specialities-service-slider .slider-for .slider-info p, .specialities-service-slider .slider-for .slider-info a {
		font-size: 13px;
		line-height: 24px;
	}
	
	.section-title {
		line-height: normal;
		margin-bottom: 7px;
		display: inline-block;
	}
	
	.btn-secondary {
		min-width: 140px;
	}
	
	.btn-primary-1 {
		min-width: 170px;
	}
	
	.blockquote-text {
		font-size: 18px;
		line-height: 27px;
		padding: 0 60px;
	}
	
	.blockquote-text>* {
		font-size: 18px;
	}
	
	.bmg-experience-wrapper {
		padding-bottom: 50px;
	}
	
	.bmg-experience-wrapper .video-wrapper {
		margin-top: 25px;
	}
	
	.tab-body-wrapper p {
		margin: 0 0 15px;
		line-height: 24px;
		font-size: 13px;
	}
	
	.conultant-btn span {
		padding-right: 15px;
	}
	
	.conultant-btn .profile {
		height: 50px;
		width: 50px;
	}
	
	.conultant-btn .profile img {
		height: auto;
	}
	
	.conultant-btn .text {
		padding: 0 0 0 7px;
		font-size: 12px;
		font-weight: 600;
		width: 90px;
		line-height: normal;
	}
	
	.conultant-btn .fa {
		font-size: 12px;
	}
	
	.f-btn-grp {
		margin-bottom: 40px;
		display: block;
		white-space: nowrap;
		overflow-x: auto;
	}
	
	.free-consultant-wrapper {
		padding: 30px 0 40px;
	}
	
	.free-consultant-wrapper .text-wrapper p, .free-consultant-wrapper .text-wrapper h2 {
		text-align: center;
		display: inline-block;
		width: 100%;
	}
	
	.free-consultant-wrapper .text-wrapper h2 {
		margin-bottom: 0;
	}
	
	.free-consultant-wrapper .text-wrapper p {
		line-height: 26px;
		font-size: 13px;
		margin-bottom: 0;
		margin-top: 0;
	}
	
	.footer-wrapper {
		margin-bottom: 40px;
		padding: 0 0 150px;
		position: relative;
	}
	
	.footer-social-media-list {
		position: absolute;
		bottom: 40px;
	}
	
	.footer-wrapper .box1 span {
		margin: 0 0 15px;
	}
	
	#crtext {
		margin-top: 10px !important;
	}
	
	.footer-wrapper .box2, .footer-wrapper .box1, .footer-wrapper .box3 {
		width: 100%;
		padding-top: 0;
		margin-top: 30px;
	}
	
	.bagde-list {
		flex-wrap: nowrap;
	}
	
	.bagde-list li {
		padding: 0 10px;
	}
	
	#before-hair-transplant-banner {
		padding-bottom: 0;
	}
	
	#before-hair-transplant-banner .banner-outer-container {
		flex-direction: column;
		padding-bottom: 20px;
	}
	
	#before-hair-transplant-banner .banner-profile-image {
		width: 100%;
		bottom: -38px;
		top: auto;
		right: auto;
		left: -20px;
	}
	
	.guide-line-list {
		margin-top: 20px;
	}
	
	.common-banner-wrapper .banner-info .btn {
		padding: 12px 20px;
		margin-right: 0;
		margin-bottom: 0;
		font-size: 12px;
		min-width: 120px;
	}
	
	.guidelines-wrapper {
		padding-top: 50px;
	}
	
	.guide-line-list .guide-line-item {
		margin-top: 40px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.guide-line-list .guide-line-item .guide-line-img {
		height: 100px;
		width: 100px;
	}
	
	.guide-line-list .guide-line-item .guide-line-text {
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-top: 20px;
	}
	
	.guide-line-list .guide-line-item .guide-line-text h5 {
		font-size: 18px;
		line-height: 30px;
	}
	
	.guide-line-list .guide-line-item .guide-line-text p {
		font-size: 14px;
		line-height: 26px;
		margin: 10px 0 0;
	}
	
	.faq-wrapper {
		padding: 50px 0;
	}
	
	.faq-item {
		padding: 15px;
		margin-bottom: 15px;
		border-radius: 10px;
	}
	
	.faq-item .questions {
		font-size: 16px;
	}
	
	.faq-item p, .faq-item .faq-body a {
		font-size: 14px;
		margin-right: 0;
	}
	
	.otherguideline-wrapper {
		margin-bottom: 35px;
	}
	
	.otherguideline-wrapper .container .btn-group>.btn {
		margin-left: 0;
		margin-bottom: 15px;
	}
	
	#hair-transplant-in-turkey .banner-form .form-panel {
		padding: 15px;
	}
	
	#hair-transplant-in-turkey .captcha-wrapper {
		padding: 15px 10px;
	}
	
	#hair-transplant-in-turkey .catptcha-btn-group button {
		padding: 15px 20px;
	}
	
	.hair-transplant-in-turkey .guide-line-list .guide-line-item .guide-line-text {
		width: 100%;
	}
	
	.hair-transplant-in-turkey .why-us-wrapper .container {
		padding-top: 50px;
		margin-top: 50px;
	}
	
	.otherguideline-wrapper .container h2 {
		padding-right: 0;
	}
	
	.final-results-wrapper {
		padding: 45px 0 10px;
	}
	
	.final-results-wrapper .team-memebr-info-wrapper .tab-body-wrapper {
		margin-top: 25px;
	}
	
	.final-results-wrapper .team-memebr-info-wrapper li.tab-title-item a i {
		display: inline-block;
	}
	
	.final-results-wrapper .team-member-results .result-item .result-image {
		max-height: none;
		margin-bottom: 0;
	}
	
	.final-results-wrapper .team-member-results .result-item h5 {
		font-size: 16px;
	}
	
	.final-results-wrapper .team-member-results .result-item span {
		font-size: 14px;
		line-height: normal;
	}
	
	.final-results-wrapper #image-results .result-item {
		margin-bottom: 15px;
		text-align: center;
	}
	
	.final-results-wrapper #image-results .result-item:last-child {
		margin-bottom: 0;
	}
	
	.daily-operational-wrapper .daily-top-container-wrapper .daily-list-item .text-panel {
		padding: 0 !important;
	}
	
	.daily-operational-wrapper .daily-top-container-wrapper .daily-list-item {
		flex-direction: column !important;
		margin-bottom: 0;
	}
	
	.daily-operational-wrapper .daily-top-container-wrapper .section-title {
		margin-bottom: 5px;
	}
	
	.daily-operational-wrapper .factor-wrapper ul li span {
		font-size: 13px;
		line-height: 24px;
	}
	
	.luxurious-hotel-wrapper {
		padding: 30px 0;
	}
	
	.play-icon-img {
		height: 90px;
		width: 90px;
	}
	
	.daily-operational-wrapper .daily-top-container-wrapper .daily-list-item .blue {
		font-size: 14px;
	}
	
	.media-award-wrapper {
		padding-bottom: 40px;
	}
	
	.media-award-wrapper .tab-wrapper {
		margin-top: 0;
	}
	
	.media-award-wrapper .tab-title-item a {
		font-size: 14px;
		line-height: 22px;
	}
	
	.press-tab-wrapper {
		padding: 50px 0;
	}
	
	.press-image-wrapper .press-item, .media-award-wrapper .tab-body-wrapper .award-item {
		width: 48%;
		margin-right: 4%;
	}
	
	.press-image-wrapper .press-item:nth-child(2n), .media-award-wrapper .tab-body-wrapper .award-item:nth-child(2n) {
		margin-right: 0;
	}
	
	#hair-transplant-in-turkey .banner-outer-container {
		padding-bottom: 0;
	}
	
	.hair-transplant-in-turkey .guidelines-wrapper {
		padding-top: 40px;
	}
	
	.hair-transplant-in-turkey .guide-line-list .guide-line-item {
		margin-top: 40px;
	}
	
	.blue-magic-experience .media-center-wrapper {
		padding-bottom: 40px;
	}
	
	.get-in-touch-wrapper {
		padding: 40px 0;
	}
	
	.blog-list-inner-wrapper {
		margin-top: 25px;
	}
	
	.blog-list-left .box-list-item {
		margin-bottom: 25px;
	}
	
	.blog-list-left .box-list-item h4 {
		min-height: auto;
		font-size: 18px;
		line-height: 24px;
		margin: 10px 0 0;
	}
	
	.blog-list-left .box-list-item a {
		font-size: 14px;
	}
	
	.category-box h5 {
		font-size: 18px;
	}
	
	.category-box ul li {
		margin-bottom: 15px;
	}
	
	.category-box ul li>* {
		font-size: 14px;
	}
	
	.article-box ul li a {
		font-size: 14px;
		line-height: 24px;
	}
	
	.blog-listing-wrapper-body .media-award-wrapper {
		padding-bottom: 15px;
	}
	
	.blog-detail h2 {
		padding-right: 0;
		line-height: normal;
	}
	
	.blog-detail p {
		margin: 0 0 15px;
		line-height: 24px;
		padding-right: 0;
	}
	
	.blog-detail p * {
		font-size: 13px;
	}
	
	.blog-detail h5 {
		font-size: 16px;
		margin: 0 0 15px;
		line-height: 24px;
	}
	
	.blog-detail .blocquote-wrapper {
		margin-bottom: 15px;
	}
	
	.blog-detail .bloquote-img {
		width: 60px;
		margin-right: 15px;
	}
	
	.blog-detail .blocquote-wrapper .blockquote-text {
		width: calc(100% - 75px);
	}
	
	.blog-detail .blockquote-text blockquote {
		font-size: 15px;
		line-height: 22px;
	}
	
	.blog-detail .blockquote-text blockquote br {
		display: none;
	}
	
	.blog-detail ul li, .blog-detail ol li {
		font-size: 13px;
		margin-bottom: 10px;
	}
	
	.blog-list-left .f-btn-grp {
		margin: 10px 0 25px;
		padding-bottom: 20px;
	}
	
	.blog-pagination .blog-text>a {
		font-size: 16px;
	}
	
	.blog-pagination .blog-text p {
		font-size: 13px;
		line-height: 24px;
	}
	
	.blog-pagination {
		margin-bottom: 25px;
	}
	
	.blog-list-left>.related-post {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	
	.blog-list-left .f-btn-grp .filter-button {
		font-size: 12px;
	}
	
	.faqs-body-wrapper .faq-wrapper .text-panel {
		flex-direction: column;
	}
	
	.faqs-body-wrapper .faq-wrapper .search-wrapper {
		width: 100%;
	}
	
	.inner-accordion {
		padding-left: 0;
	}
	
	.inner-accordion-body {
		padding: 0;
	}
	
	.inner-accordion .inner-questions {
		font-size: 14px;
	}
	
	.faqs-body-wrapper .faq-wrapper {
		padding-bottom: 50px;
	}
	
	.contact-us-body .get-in-touch-wrapper {
		padding-top: 40px;
	}
	
	.get-in-touch-info {
		margin-top: 25px;
	}
	
	.get-in-touch-info .get-in-touch-item {
		margin-top: 25px;
	}
	
	.get-in-touch-info .icon-info-text span {
		font-size: 14px !important;
	}
	
	.get-in-touch-info .icon-info-text .get-in-touch-p {
		font-size: 14px !important;
		line-height: normal !important;
	}
	
	.get-in-touch-info .icon-info-text .get-in-touch-p a {
		font-size: 14px !important;
		line-height: normal !important;
	}
	
	.get-in-touch-info .icon-info-text {
		word-break: break-all;
	}
	
	.flex-payment-solution-wrapper {
		padding: 40px 0 0;
	}
	
	.flex-payment-solution-wrapper .blocquote-wrapper {
		padding: 40px 0;
	}
	
	.flex-payment-solution-wrapper .blockquote-text {
		line-height: 30px;
	}
	
	.flex-payment-solution-wrapper .our-exp-bottom-container {
		padding-top: 70px;
	}
	
	.flex-payment-solution-wrapper .our-exp-bottom-container {
		padding-top: 40px;
	}
	
	.finance-img-wrapper {
		height: 300px;
		width: 300px;
	}
	
	.finance-list-wrapper {
		margin-top: 20px;
	}
	
	.finance-list-wrapper h4 {
		font-size: 18px;
		padding: 10px;
		width: 100%;
	}
	
	.finance-list-wrapper h4:before {
		bottom: -17px;
		top: auto;
		display: none;
	}
	
	.finance-list-wrapper h4:after {
		display: none;
	}
	
	.finance-list-wrapper ul li {
		padding-left: 35px;
		margin-bottom: 15px;
	}
	
	.finance-list-wrapper ul li b {
		font-size: 16px;
		line-height: 28px;
	}
	
	.finance-list-wrapper ul li>span {
		font-size: 14px;
		line-height: 26px;
	}
	
	.finance-list-wrapper ul, .finance-list-wrapper .d-flex {
		margin: 50px 0 30px;
	}
	
	span.black.display-inline.pay {
		position: relative;
		left: -5px;
	}
	
	.finance-list-wrapper .d-flex h5 {
		font-size: 18px;
		line-height: 26px;
	}
	
	.orange {
		font-size: 16px;
		line-height: 28px;
	}
	
	.finance-list-wrapper .d-flex ul li .tick-icon {
		top: 4px;
	}
	
	#our-services-banner {
		background-size: cover;
		padding-top: 30px;
	}
	
	.transplant-list-item .step-image {
		width: 133px;
		height: 135px;
	}
	
	#our-services-banner .banner-profile-image {
		bottom: -130px;
	}
	
	.hair-transplant-wrapper {
		padding: 40px 0;
	}
	
	.hair-transplant-wrapper .blocquote-wrapper {
		margin-top: 40px;
		padding: 15px;
	}
	
	.hair-transplant-wrapper .blocquote-wrapper .blockquote-text {
		font-size: 14px;
	}
	
	.hair-transplant-wrapper .blocquote-wrapper .blockquote-text::before {
		bottom: auto;
	}
	
	.hair-transplant-wrapper .blocquote-wrapper .blockquote-text::after {
		top: auto;
	}
	
	.bmg-specialities-wrapper {
		padding: 40px 0;
	}
	
	.specialities-item {
		width: 48%;
		margin-right: 4% !important;
	}
	
	.specialities-item:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	.specialities-item a {
		width: 100%;
		padding: 20px 18px;
	}
	
	.specialities-item h5, h4 {
		font-size: 15px;
		margin-top: 5px;
	}
	
	.specialities-item .item-img {
		height: 70px;
		width: 70px;
	}
	
	.fue-services-wrapper {
		padding: 40px 0;
	}
	
	.fue-services-tab-wrapper .tab-title-wrapper {
		display: none;
	}
	
	.fue-services-tab-wrapper {
		margin-top: 0;
	}
	
	.transplant-list-item {
		flex-direction: column;
		margin-bottom: 25px;
	}
	
	.step-info {
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}
	
	.step-info>* {
		text-align: center !important;
		width: 100% !important;
	}
	
	.step-info h4, .step-info-h5 {
		font-size: 16px !important;
		margin-bottom: 15px !important;
	}
	
	.transplant-list-item:nth-child(2n) {
		flex-direction: column;
	}
	
	.transplant-list-item:nth-child(2n) .step-info {
		padding-right: 0;
		text-align: center;
	}
	
	.blue-time-wrapper .container {
		padding: 58px 15px 15px;
	}
	
	.blue-time-wrapper .container h4, .blue-time-wrapper .container span {
		font-size: 22px;
		line-height: 32px;
	}
	
	.right-candidate-wrapper .factor-wrapper {
		padding: 15px;
	}
	
	.right-candidate-wrapper .fact-wrapper p, .free-consultandate-wrapper .factor-wrapper h6, .right-candidate-wrapper .factor-wrapper h4 span {
		font-size: 16px;
		margin-bottom: 15px;
	}
	
	.right-candidate-wrapper .factor-wrapper ul li span {
		font-size: 13px;
		line-height: 22px;
	}
	
	.right-candidate-wrapper .factor-wrapper ul li .icon {
		top: 2px;
	}
	
	.fue-experience-video-wrapper .tab-title-wrapper {
		overflow-x: auto;
		width: 100%;
		display: block;
		white-space: nowrap;
	}
	
	#video-testimonial .fue-experience-video-wrapper .tab-title-wrapper {
		display: block;
	}
	
	.fue-experience-video-wrapper .tab-body-wrapper {
		margin: 35px 0;
	}
	
	.fue-experience-video-wrapper .tab-title-wrapper li {
		display: inline-block;
		width: 200px;
	}
	
	.after-treatment-wrapper {
		padding: 40px 0;
	}
	
	.after-treatment-wrapper .our-exp-top-container .treatment-list li .number {
		width: 40px;
		height: 40px;
		border-radius: 5px;
		font-size: 16px;
		line-height: 40px;
	}
	
	.after-treatment-wrapper .our-exp-top-container .treatment-list li p {
		width: calc(100% - 40px);
		padding: 0 0 0 15px;
	}
	
	.after-treatment-wrapper .our-exp-top-container .treatment-list li {
		margin-bottom: 20px;
	}
	
	.advantage-fue-wrapper {
		padding-bottom: 15px;
	}
	
	.advantage-fue-wrapper .factor-wrapper {
		padding: 15px;
		margin-top: -60px;
		border-radius: 10px;
	}
	
	.advantage-fue-wrapper .factor-wrapper h4, .advantage-fue-wrapper .factor-wrapper h6, .advantage-fue-wrapper .factor-wrapper h6 span {
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	.faq-inner-wrapper {
		margin-top: 20px;
	}
	
	.fue-experience-video-outer-wrapper {
		padding: 40px 0;
	}
	
	.fue-experience-video-wrapper .video-wrapper {
		margin-top: 20px;
	}
	
	.hair-transplant-right p {
		font-size: 13px;
		line-height: 26px;
	}
	
	.bmg-specialities-wrapper .our-exp-top-container .container p {
		width: 100%;
		margin-top: 0;
		margin-bottom: 30px;
	}
	
	.right-candidate-wrapper {
		padding: 40px 0;
	}
	
	.right-candidate-wrapper .our-exp-top-container .container .text-panel {
		padding-right: 0;
	}
	
	.modal-body-right h2 {
		font-size: 30px;
		margin-bottom: 15px;
		padding-bottom: 15px;
		margin-top: 35px;
	}
	
	.modal-body-right h3, .modal-body-right h3 * {
		font-size: 16px;
	}
	
	.social-media-icon {
		width: 285px;
		position: static;
		margin-bottom: 24px;
		border-radius: 5px;
	}
	
	.blog-detail .social-media-icon ul {
		padding-left: 10px;
	}
	
	.social-media-icon span, .blog-detail .social-media-icon ul li .fa {
		font-size: 14px;
	}
	
	.blog-detail .social-media-icon ul li {
		padding: 10px 20px;
	}
	
	.blog-detail .blog-image {
		margin-bottom: 10px;
		margin-left: 0px;
	}
	
	.bmg-experience-wrapper .video-wrapper span.video {
		border-radius: 15px;
	}
	
	.things-to-know-about {
		padding-bottom: 30px;
	}
	
	.things-to-know-about .our-exp-top-container .container {
		flex-direction: column-reverse;
	}
	
	.things-to-know-about .our-exp-top-container .left-panel {
		margin-bottom: 25px;
		text-align: center;
	}
	
	.three-box-section {
		padding: 30px 0;
	}
	
	.content-book-wrapper {
		padding: 30px 0;
	}
	
	.content-book-wrapper .factor-wrapper ul {
		flex-direction: column;
	}
	
	.content-book-wrapper .factor-wrapper ul li {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	
	.content-book-wrapper .factor-wrapper {
		margin-top: 20px;
	}
	
	.author-info-text h5 {
		margin-bottom: 10px;
	}
	
	.author-info-text p {
		line-height: 26px;
	}
	
	.team-consultant-wrapper {
		margin: 0;
	}
	
	.consultant-item {
		margin: 30px 10px 0;
		height: 100px;
		width: 100px;
	}
	
	#about-us-banner {
		background-position: 80% center;
	}
	
	#about-us-banner .banner-outer-container {
		padding-bottom: 20px;
	}
	
	#our-services-banner {
		background-position: 76% center;
		background-size: cover;
		padding-top: 30px;
		padding-bottom: 0;
		position: relative;
	}
	
	#our-services-banner:before {
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, .6);
	}
	
	#our-services-banner .banner-outer-container {
		padding-bottom: 20px;
	}
	
	.instagram-wrapper, .youtube-wrapper {
		padding: 40px 0;
	}
	
	.instagram-item {
		text-align: center;
		margin: 0;
		height: auto;
	}
	
	.instagram-item img {
		display: inline-block;
	}
	
	.insta-icon {
		margin-bottom: 10px;
	}
	
	.topbar h2 {
		margin-bottom: 20px;
	}
	
	.testimonial-outer-wrapper.testimonial-wrapper {
		padding-bottom: 0;
	}
	
	.modal-prev.modal-arrow, .modal-next.modal-arrow {
		display: none;
	}
	
	.outer-modal-wrapper {
		max-width: 90%;
	}
	
	.outer-modal-wrapper iframe {
		height: 120vw;
	}
	
	.embed-map iframe {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.fue-experience-video-wrapper .video-wrapper div.video {
		width: 90%;
	}
	
	section.careers-wrapper .banner-info .titleWrapper {
		font-size: 44px;
	}
}

@media only screen and (max-width: 575px) {
	section.careers-wrapper .banner-info .titleWrapper {
		font-size: 36px;
	}
}

@media only screen and (max-width: 480px) {
	.counter-wrapper ul {
		justify-content: flex-start;
		width: 80%;
		margin: auto;
	}
	
	.banner-profile-image {
		bottom: -85px;
	}
	
	.final-results-wrapper .team-member-results .result-item {
		margin-right: 0;
		width: 100%;
	}
	
	.results-final .get-in-touch-wrapper {
		padding: 50px 0;
	}
	
	.luxurious-hotel-wrapper .hotel-image-gallery {
		column-count: 1;
		padding: 15px 15px 0;
	}
	
	.press-image-wrapper .press-item, .media-award-wrapper .tab-body-wrapper .award-item {
		width: 100%;
		margin-right: 0;
	}
	
	.media-tag-item {
		width: 100%;
		margin-right: 0;
		height: 200px;
	}
	
	.blog-list-left .box-list-item {
		width: 100%;
		margin-right: 0;
	}
	
	.call-now {
		height: auto;
		background-size: 205px;
		padding: 25px 10px;
	}
	
	.call-text {
		font-size: 18px;
	}
	
	.call-number {
		margin: 20px 0;
		font-size: 28px;
	}
	
	.blog-detail-wrapper .blog-detail .d-flex {
		flex-wrap: wrap;
		margin-bottom: 5px;
	}
	
	.blog-detail .d-flex>span {
		margin-bottom: 15px;
	}
	
	.rating-container a {
		height: 70px;
		position: relative;
	}
	
	.rating-container a img {
		position: absolute;
		left: -10%;
		max-width: 120%;
	}
	
	#offer-modal .modal-body-left {
		display: none;
	}
	
	.modal-body-right {
		width: 100%;
		padding: 15px;
	}
	
	.blockquote-text {
		padding: 0 35px;
	}
	
	.blockquote-text::before {
		height: 30px;
		width: 30px;
		bottom: auto;
		top: -5px;
		left: 2px;
	}
	
	.blockquote-text::after {
		height: 30px;
		width: 30px;
		bottom: -5px;
		top: auto;
	}
	
	.three-box-wrapper {
		flex-wrap: wrap;
	}
	
	.three-box-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.three-box-item:last-child {
		margin-bottom: 0;
	}
	
	.testimonial-slider-reviews .slider-info {
		width: 100%;
		margin-right: 0;
	}
	
	.fue-experience-video-wrapper .video-wrapper div.video {
		width: 100%;
		height: 260px;
	}
	
	section.careers-wrapper .banner-info {
		padding-left: 0;
		padding-right: 0;
	}
	
	section.careers-wrapper .banner-info .titleWrapper {
		font-size: 32px;
	}
	
	section.careers-wrapper .banner-info .btn-secondary-white-hollow {
		padding: 10px 15px;
	}
}

@media only screen and (max-width:359px) {
	.catptcha-btn-group button {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 1024px) {
	.advantage-fue-wrapper .advantage-image img {
		max-width: 100%;
		max-height: 70vh;
		object-fit: bottom;
		object-position: bottom;
		position: static;
		width: 100%;
	}
	
	.advantage-fue-wrapper .factor-wrapper {
		margin-top: -90px;
	}
}

@media only screen and (max-width: 992px) {
	.advantage-fue-wrapper .factor-wrapper {
		margin-top: -60px;
	}
}

@media only screen and (max-width: 767px) {
	.advantage-fue-wrapper .factor-wrapper {
		margin-top: -30px;
	}
	
	.faq-h1 {
		font-size: 22px;
		line-height: 40px;
		font-weight: 600;
		margin: 0 0 20px;
	}
	
	.custom-tags-h4 {
		font-size: 22px !important;
		line-height: 40px !important;
		font-weight: 600 !important;
		margin: 0 0 20px !important;
	}
}

* {
	font-family: Poppins, sans-serif;
}

a {
	text-decoration: none;
}

.cursorPointer {
	cursor: pointer;
}

.overflowHidden {
	overflow: hidden;
}

.themeColor {
	color: #1db2e4;
}

.whiteColor {
	color: #fff;
}

p {
	line-height: normal;
	font-size: inherit;
	color: inherit;
}

.preTitle {
	font-weight: 600;
	color: #1db2e4;
	font-size: 18px;
}

.commonBtn, .commonTitle, .preTitle.darkColor {
	color: #102733;
}

@media (min-width:768px) {
	.preTitle {
		font-size: 24px;
	}
}

.commonTitle {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.4;
}

.commonTitle.small {
	font-size: 18px;
	line-height: 1.4;
}

@media (min-width:768px) {
	.commonTitle {
		font-size: 32px;
	}
	
	.commonTitle.small {
		font-size: 24px;
	}
}

@media (min-width:1200px) {
	.commonTitle {
		font-size: 38px;
	}
}

@media (min-width:992px) {
	.col-lg-20 {
		flex: 0 0 auto;
		width: 20%;
	}
}

.commonBtn {
	display: inline-flex;
	align-items: center;
	border: 1px solid #102733;
	border-radius: 15px;
	font-weight: 500;
	transition: all .3s ease;
	padding: 10px 15px;
	background-color: #f4d61c;
	box-shadow: 3px 3px 0 0 #0e1e27;
}

.commonBtn.bgwhite, .commonBtn:hover {
	background-color: #fff;
}

.commonBtn:hover {
	color: #102733 !important;
	border-color: #f4d61c;
	box-shadow: 3px 3px 0 0 #f4d61c;
}

.commonBtn.bgwhite:hover {
	border-color: #102733;
	box-shadow: 3px 3px 0 0 #0e1e27;
}

.commonBtn.headerpadding {
	padding: 10px !important;
}

.commonBtnHollow {
	display: inline-flex;
	align-items: center;
	border: 1px solid #f4d61c;
	border-radius: 15px;
	font-weight: 500;
	transition: all .3s ease;
	padding: 10px 15px;
	color: #f4d61c;
	background-color: transparent;
}

.commonBtnHollow:hover {
	color: #102733 !important;
	background-color: #f4d61c;
}

.formModal .modal-content {
	border-radius: 15px;
	background: 0 0;
	border: 0;
}

.formModal .modal-content .closeModalBtn {
	top: 9px;
	right: 5px;
	cursor: pointer;
	z-index: 99;
}

.theprogressbar {
	position: relative;
	height: 5px;
}

.theprogressbar .thebar {
	position: absolute;
	height: 5px;
	border-radius: 10px;
	background-color: #1db2e4;
	width: auto;
	top: 0;
	left: 0;
	transition: all .3s ease;
}

.theprogressbar::before {
	content: "";
	background-color: rgba(75, 91, 110, .2);
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	height: 2px;
	transform: translateY(-50%);
}

.archive, .blog-listing-wrapper-body, .page-template-faq, .page-template-our-book, .page-template-press-and-award, .page-template-privacy, .page-template-testimonialpage {
	padding-top: 75px;
}

.archive header.headerRevamped .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon, .blog-listing-wrapper-body header.headerRevamped .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon, .page-template-faq header.headerRevamped .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon, .page-template-our-book header.headerRevamped .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon, .page-template-press-and-award header.headerRevamped .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon, .page-template-privacy header.headerRevamped .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon, .page-template-testimonialpage header.headerRevamped .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon {
	background-color: #102733;
}

.archive header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a, .archive header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a i, .blog-listing-wrapper-body header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a, .blog-listing-wrapper-body header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a i, .page-template-faq header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a, .page-template-faq header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a i, .page-template-our-book header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a, .page-template-our-book header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a i, .page-template-press-and-award header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a, .page-template-press-and-award header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a i, .page-template-privacy header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a, .page-template-privacy header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a i, .page-template-testimonialpage header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a, .page-template-testimonialpage header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a i {
	color: #102733;
}

header.headerRevamped {
	position: fixed;
	z-index: 9;
	width: 100%;
	left: 0;
	top: 0;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .05);
	transition: all .3s ease;
}

header.headerRevamped .topMostBanner {
	background-color: #16364f;
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding: 10px 15px;
	cursor: pointer;
}

header.headerRevamped .custom-navbar {
	transition: all .3s ease;
}

header.headerRevamped .custom-navbar .navbar {
	padding: 6px 0;
}

header.headerRevamped .custom-navbar .navbar .logoWrapper .navbar-brand {
	position: relative;
	z-index: 3;
}

header.headerRevamped .custom-navbar .navbar .logoWrapper .navbar-brand img {
	width: 150px;
	transition: all .3s ease;
}

@media (min-width:992px) {
	header.headerRevamped .custom-navbar .navbar .logoWrapper .navbar-brand img {
		width: 150px;
	}
}

header.headerRevamped .custom-navbar .navbar .logoWrapper .trustWrapper {
	display: none;
	border-left: 1px solid rgba(14, 30, 39, .2);
	padding-left: 15px;
}

header.headerRevamped .custom-navbar .navbar .logoWrapper .trustWrapper img {
	width: 110px;
}

@media (min-width:1400px) {
	header.headerRevamped .custom-navbar .navbar .logoWrapper .navbar-brand {
		margin-right: 25px;
	}
	
	header.headerRevamped .custom-navbar .navbar .logoWrapper .trustWrapper {
		padding-left: 25px;
	}
}

header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav {
	align-items: center;
	height: 100vh;
	margin: 0;
	text-align: left;
	display: block;
	padding: 20px 0 0;
}

header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li {
	position: relative;
	margin: 0 0 10px;
}

header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	transition: all .3s ease;
	position: relative;
	padding: 10px 15px;
}

header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a:hover, header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li.active a {
	color: #1db2e4;
}

@media (min-width:992px) and (max-width:1199px) {
	header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a {
		font-size: 13px;
	}
}

header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu {
	position: absolute;
	padding: 30px 0 0;
	border: 0;
	box-shadow: none;
	left: 0;
	width: 275px;
	background: 0 0;
	top: 25px;
	z-index: 1;
	transition: .5s all;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li {
	background-color: #fff;
}

header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li a {
	padding: 10px 15px;
	color: #102733;
	width: 100%;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li:hover ul.dropdown-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

header.headerRevamped .custom-navbar .navbar .enquireNow {
	margin: 0;
}

@media (min-width:992px) {
	header.headerRevamped .custom-navbar .navbar .logoWrapper .trustWrapper {
		display: block;
	}
	
	header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav li {
		margin: 0;
	}
	
	header.headerRevamped .custom-navbar .navbar .navbar-collapse ul.navbar-nav {
		padding: 0;
		height: auto;
		display: flex;
	}
	
	header.headerRevamped .custom-navbar .navbar .navbar-collapse {
		flex-grow: 0;
		width: 94%;
	}
	
	header.headerRevamped .custom-navbar .navbar .enquireNow {
		width: 40%;
	}
}

header.headerRevamped .custom-navbar .navbar .enquireNow a {
	display: inline-block;
	min-width: auto;
}

header.headerRevamped .custom-navbar .navbar .enquireNow a.themeBtnReverse {
	border: 1px solid #f4d61c;
}

header.headerRevamped .custom-navbar .navbar .navbar-toggler {
	width: 25px;
	height: 18px;
	padding: 0;
	border: 0;
}

header.headerRevamped .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon {
	width: 100%;
	height: 3px;
	left: 0;
	border-radius: 5px;
	background-color: #fff;
	transition: all .3s ease;
}

header.headerRevamped .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon:nth-child(1) {
	top: 0;
	bottom: auto;
}

header.headerRevamped .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

header.headerRevamped .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon:nth-child(3) {
	top: auto;
	bottom: 0;
}

header.headerRevamped .custom-navbar .navbar .navbar-toggler:focus {
	box-shadow: none;
}

header.headerRevamped .custom-navbar .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-inner-icon:nth-child(1) {
	top: 0;
	bottom: auto;
	transform: rotate(45deg) translate(5px, 5px);
}

header.headerRevamped .custom-navbar .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-inner-icon:nth-child(2) {
	opacity: 0;
	visibility: hidden;
}

header.headerRevamped .custom-navbar .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-inner-icon:nth-child(3) {
	top: auto;
	bottom: 0;
	transform: rotate(-45deg) translate(5px, -6px);
}

.mobileMenuWrapper, .mobileMenuWrapper .closemenu {
	left: -100%;
	width: 100%;
	top: 0;
	transition: all .3s ease;
}

@media (min-width:992px) {
	header.headerRevamped .custom-navbar .navbar {
		padding: 10px 0;
	}
}

header.headerRevamped .commonBtn.phoneheaderbtn {
	border-color: #fff;
	background-color: transparent;
}

header.headerRevamped .commonBtn.phoneheaderbtn img {
	filter: invert(1);
}

header.headerRevamped.fixed_top {
	background-color: #fff;
}

header.headerRevamped.fixed_top .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon {
	background-color: #1db2e4;
}

header.headerRevamped.fixed_top .custom-navbar .navbar ul.navbar-nav li a {
	color: #102733;
}

header.headerRevamped.fixed_top .commonBtn.phoneheaderbtn {
	border-color: #102733;
	background-color: transparent;
}

header.headerRevamped.fixed_top .commonBtn.phoneheaderbtn img {
	filter: invert(0);
}

header.headerRevamped.fixed_top .commonBtn.phoneheaderbtn:hover {
	border-color: #f4d61c;
}

.mobileMenuWrapper {
	position: fixed;
	z-index: 999;
}

.mobileMenuWrapper .closemenu {
	position: fixed;
	bottom: 0;
	right: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, .85);
}

.mobileMenuWrapper .mobileMenuInner {
	position: relative;
	max-width: 280px;
	height: 100vh;
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/newhome/bannerbg-mobile.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
	overflow-y: auto;
}

.mobileMenuWrapper .mobileMenuInner.nitro-lazy {
	background-image: none !important;
}

.mobileMenuWrapper .mobileMenuInner .logoWrapper {
	margin-bottom: 20px;
}

.mobileMenuWrapper .mobileMenuInner .menuList ul.mobileUl {
	padding: 0;
	margin: 0 0 18px;
	list-style: none;
}

.mobileMenuWrapper .mobileMenuInner .menuList ul.mobileUl li a {
	display: block;
	color: #fff;
	padding: 12px 0;
}

.mobileMenuWrapper .mobileMenuInner .menuList ul.mobileUl li ul.dropdown-menu-mobile {
	display: none;
	list-style: none;
	padding-left: 15px;
	margin-bottom: 10px;
}

.mobileMenuWrapper .mobileMenuInner .menuList ul.mobileUl li ul.dropdown-menu-mobile li a {
	padding: 10px 0;
	font-size: 14px;
	color: #d3d3d3;
}

.mobileMenuWrapper .mobileMenuInner .menuList ul.mobileUl li ul.dropdown-menu-mobile li.hasDropdown a i {
	transform: rotate(0);
	transition: all .3s ease;
}

.mobileMenuWrapper .mobileMenuInner .menuList ul.mobileUl li ul.dropdown-menu-mobile li.hasDropdown.active a i {
	transform: rotate(-180deg);
}

.mobileMenuWrapper .mobileMenuInner .menuList ul.mobileUl li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.mobileMenuWrapper .mobileMenuInner .menuList .contactOuter .mobilebtnpaddingcall {
	padding: 12px 14px;
	border-radius: 17px;
}

.mobileMenuWrapper .mobileMenuInner .menuList .contactOuter .mobilebtnpadding {
	padding: 12px 40px;
	border-radius: 17px;
}

.mobileMenuWrapper.showmobilemenu, .mobileMenuWrapper.showmobilemenu .closemenu {
	left: 0;
}

.wsp-chat {
	position: fixed;
	right: 20px;
	display: block;
	bottom: 20px;
	z-index: 99999;
	padding: 10px;
	text-align: center;
	height: 60px;
	width: calc(100% - 40px);
	border-radius: 10px;
	background: #102c39;
	opacity: 1;
	transform: translateY(0);
	transition: all .3s ease;
}

.wsp-chat a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wsp-chat a img {
	width: 40px;
}

.wsp-chat a .textwhatsapp {
	display: block;
	margin-left: 10px;
	color: #fff;
}

@media (min-width:768px) {
	.wsp-chat {
		width: 60px;
		border-radius: 100%;
		background: #1db1e3;
	}
	
	.wsp-chat a img {
		width: 100%;
	}
	
	.wsp-chat a .textwhatsapp {
		display: none;
	}
}

section.bannerMain, section.patientWorldwide {
	background-position: center;
	background-repeat: no-repeat;
}

.topPadding {
	padding-top: 105px !important;
}

@media (min-width:992px) {
	.topPadding {
		padding-top: 124px !important;
	}
}

body.topmostsalebanner .topPadding {
	padding-top: 200px !important;
}

@media (min-width:576px) {
	body.topmostsalebanner .topPadding {
		padding-top: 173px !important;
	}
}

@media (min-width:992px) {
	body.topmostsalebanner .topPadding {
		padding-top: 168px !important;
	}
}

section.bannerMain {
	position: relative;
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/newhome/bannerbg-mobile.webp");
	background-size: cover;
	padding-top: 45px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

section.bannerMain.nitro-lazy {
	background-image: none !important;
}

section.bannerMain .bannerContentWrapper {
	padding-bottom: 40px;
	padding-right: 27px;
}

section.bannerMain .bannerContentWrapper .imgsWrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

section.bannerMain .bannerContentWrapper .imgsWrapper .imgouter {
	margin-right: 20px;
	margin-bottom: 20px;
}

section.bannerMain .bannerContentWrapper .imgsWrapper .imgouter img {
	height: 40px;
	width: auto;
}

section.bannerMain .bannerContentWrapper .titleWrapper {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
}

@media (min-width:768px) {
	section.bannerMain .bannerContentWrapper .titleWrapper {
		font-size: 38px;
	}
}

@media (min-width:1200px) {
	section.bannerMain .bannerContentWrapper .imgsWrapper .imgouter img {
		height: 60px;
	}
	
	section.bannerMain .bannerContentWrapper .titleWrapper {
		font-size: 48px;
	}
}

section.bannerMain .bannerContentWrapper .btnOuterWrapper .btnWrapper a {
	width: 100%;
	display: flex;
	justify-content: center;
}

@media (min-width:576px) {
	section.bannerMain .bannerContentWrapper .btnOuterWrapper .btnWrapper a {
		width: auto;
	}
}

section.bannerMain .bannerContentWrapper .btnWrapper .bannerBtn {
	padding: 12px 25px;
}

section.bannerMain .bannerContentWrapper .description {
	color: rgba(255, 255, 255, .6);
	font-weight: 400;
	font-size: 18px;
}

@media (min-width:768px) {
	section.bannerMain .bannerContentWrapper {
		padding-right: 0;
	}
	
	section.bannerMain .bannerImgWrapper {
		width: calc(100% + 100px);
	}
	
	section.postBannerSection .tp-carousel .tp-mobile {
		display: none;
	}
}

section.postBannerSection {
	padding: 50px 0;
	background-color: #f4f4f4;
}

section.postBannerSection .tp-carousel .tp-mobile {
	display: none;
	width: 362px;
	height: auto;
	margin: 0 auto;
}

section.bloombergSection {
	background-color: #f4f4f4;
}

section.bloombergSection .borderedWrapper {
	border: 1px solid #102733;
	border-radius: 35px;
	font-weight: 600;
	transition: all .3s ease;
	color: #102733;
	background-color: #fff;
	box-shadow: 3px 3px 0 0 #0e1e27;
	overflow: hidden;
}

section.bloombergSection .borderedWrapper .imgWrapper .imgButtonWrapper .videoBtn {
	width: 45px;
	height: 45px;
	background-color: #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	transition: all .3s ease;
}

@media (min-width:992px) {
	section.bloombergSection .borderedWrapper .imgWrapper .imgButtonWrapper .videoBtn {
		width: 55px;
		height: 55px;
		transform: scale(1);
	}
	
	section.bloombergSection .borderedWrapper .imgWrapper .imgButtonWrapper .videoBtn img {
		width: 19px;
	}
	
	section.bloombergSection .borderedWrapper .imgWrapper .imgButtonWrapper .videoBtn:hover {
		transform: scale(1.1);
		background-color: #f4d61c;
	}
	
	section.bloombergSection .borderedWrapper .contentWrapper .desc {
		line-height: 1.8;
	}
}

section.bloombergSection .borderedWrapper .contentWrapper .bloomimg {
	width: 135px;
}

@media (min-width:768px) {
	section.bloombergSection .borderedWrapper .contentWrapper .bloomimg {
		width: 150px;
	}
}

section.bloombergSection .borderedWrapper .contentWrapper .desc {
	color: #4b5b6e;
	font-weight: 400;
	font-size: 16px;
}

section.asseenin {
	padding: 50px 0;
	background-color: #f4f4f4;
}

section.asseenin .titleseen {
	color: #102733;
	font-size: 28px;
	font-weight: 500;
}

section.asseenin .imgWrapper {
	text-align: center;
}

section.asseenin .imgWrapper img {
	width: 110px;
	height: 60px;
	object-fit: contain;
	object-position: center;
	margin: auto;
}

section.asseenin .imgWrapper.w-business img {
	width: 180px;
}

section.presenceFeaturedDesktop, section.presenceFeaturedMobile {
	position: relative;
	padding: 50px 0;
}

section.presenceFeaturedDesktop .presenceFeaturesWrapper .presenceFeaturesSlider .owl-dots, section.presenceFeaturedMobile .presenceFeaturesWrapper .presenceFeaturesSlider .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}

section.presenceFeaturedDesktop .presenceFeaturesWrapper .presenceFeaturesSlider .owl-dots button.owl-dot, section.presenceFeaturedMobile .presenceFeaturesWrapper .presenceFeaturesSlider .owl-dots button.owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #4b5b6e;
	background-color: transparent;
	margin: 25px 5px 0;
}

section.presenceFeaturedDesktop .presenceFeaturesWrapper .presenceFeaturesSlider .owl-dots button.owl-dot.active, section.presenceFeaturedMobile .presenceFeaturesWrapper .presenceFeaturesSlider .owl-dots button.owl-dot.active {
	background-color: #4b5b6e;
}

section.presenceFeaturedDesktop .midBorder, section.presenceFeaturedMobile .midBorder {
	width: 100%;
	height: 1px;
	background-color: #102733;
	margin: 40px 0 20px;
}

section.presenceFeaturedDesktop .pfinnersection .title, section.presenceFeaturedMobile .pfinnersection .title {
	font-size: 50px;
	text-align: center;
	line-height: 1;
	font-weight: 700;
	-webkit-text-stroke: 1px #f4d61c;
	color: #f4d61c;
	transition: all .3s ease;
}

@media (min-width:576px) {
	section.presenceFeaturedDesktop .pfinnersection .title, section.presenceFeaturedMobile .pfinnersection .title {
		font-size: 72px;
	}
}

@media (min-width:768px) {
	section.presenceFeaturedDesktop .pfinnersection .title, section.presenceFeaturedMobile .pfinnersection .title {
		font-size: 58px;
	}
}

@media (min-width:992px) {
	section.presenceFeaturedDesktop .pfinnersection .title, section.presenceFeaturedMobile .pfinnersection .title {
		font-size: 72px;
	}
}

@media (min-width:1200px) {
	section.presenceFeaturedDesktop .pfinnersection .title, section.presenceFeaturedMobile .pfinnersection .title {
		font-size: 88px;
	}
}

section.presenceFeaturedDesktop .pfinnersection .theHolder, section.presenceFeaturedMobile .pfinnersection .theHolder {
	padding: 0 50px;
	margin-top: -18px;
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .thumbWrapper .videoBtn, section.presenceFeaturedMobile .pfinnersection .theHolder .thumbWrapper .videoBtn {
	width: 45px;
	height: 45px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform-origin: center center;
	transform: scale(1) translate(-50%, -50%);
	transition: all .3s ease;
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .thumbWrapper .videoBtn img, section.presenceFeaturedMobile .pfinnersection .theHolder .thumbWrapper .videoBtn img {
	width: 19px;
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .thumbWrapper .videoBtn:hover, section.presenceFeaturedMobile .pfinnersection .theHolder .thumbWrapper .videoBtn:hover {
	transform: scale(1.1) translate(-50%, -50%);
	background-color: #f4d61c;
}

@media (min-width:992px) {
	section.presenceFeaturedDesktop .pfinnersection .theHolder .thumbWrapper .videoBtn, section.presenceFeaturedMobile .pfinnersection .theHolder .thumbWrapper .videoBtn {
		width: 55px;
		height: 55px;
	}
	
	section.presenceFeaturedDesktop .pfinnersection .theHolder .thumbWrapper .videoBtn img, section.presenceFeaturedMobile .pfinnersection .theHolder .thumbWrapper .videoBtn img {
		width: 19px;
	}
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .text, section.presenceFeaturedMobile .pfinnersection .theHolder .text {
	font-weight: 600;
	color: #03354a;
	font-size: 16px;
}

@media (min-width:1200px) {
	section.presenceFeaturedDesktop .pfinnersection .theHolder .text, section.presenceFeaturedMobile .pfinnersection .theHolder .text {
		font-size: 18px;
	}
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper {
	position: relative;
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button {
	width: 40px;
	height: 40px;
	margin: 0 5px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #102733;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease;
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button span, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button span {
	display: none;
	font-size: 0;
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button::before, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button::before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-prev, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-prev {
	left: -50px;
	right: auto;
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-prev::before, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-prev::before {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/newhome/icon-slider-left.svg");
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-next, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-next {
	right: -50px;
	left: auto;
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-next::before, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-next::before {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/newhome/icon-slider-right.svg");
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.disabled, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.disabled {
	opacity: .5;
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.disabled:hover, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.disabled:hover {
	background-color: transparent;
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button:hover, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button:hover {
	background-color: #f4d61c;
}

@media (min-width:768px) {
	section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	
	section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-prev, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-prev {
		left: -50px;
		right: auto;
	}
	
	section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-next, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-next {
		right: -50px;
		left: auto;
	}
	
	section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav {
		margin-top: 0;
	}
}

@media (min-width:992px) {
	section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-prev, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-prev {
		left: -65px;
	}
	
	section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-next, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-nav button.owl-next {
		right: -65px;
	}
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-dots, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-dots {
	display: inline-flex;
	position: absolute;
	right: 0;
	bottom: 29px;
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-dots button.owl-dot, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-dots button.owl-dot {
	width: 13px;
	height: 13px;
	padding: 0;
	margin-left: 8px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #03354a;
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-dots button.owl-dot.active, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-dots button.owl-dot.active {
	background-color: #03354a;
}

section.presenceFeaturedDesktop .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-dots.disabled, section.presenceFeaturedMobile .pfinnersection .theHolder .featuredSliderWrapper .featuredSlider .owl-dots.disabled {
	display: none;
}

@media (min-width:576px) {
	section.presenceFeaturedDesktop .pfinnersection .theHolder, section.presenceFeaturedMobile .pfinnersection .theHolder {
		margin-top: -25px;
	}
}

@media (min-width:768px) {
	section.presenceFeaturedDesktop .pfinnersection .theHolder, section.presenceFeaturedMobile .pfinnersection .theHolder {
		margin-top: -18px;
	}
	
	section.presenceFeaturedDesktop, section.presenceFeaturedMobile {
		border-top: 1px solid #102733;
		border-bottom: 1px solid #102733;
	}
	
	section.presenceFeaturedDesktop::after, section.presenceFeaturedMobile::after {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		height: 100%;
		width: 1px;
		background-color: #102733;
	}
}

@media (min-width:992px) {
	section.presenceFeaturedDesktop .pfinnersection .theHolder, section.presenceFeaturedMobile .pfinnersection .theHolder {
		margin-top: -23px;
	}
}

@media (min-width:1200px) {
	section.presenceFeaturedDesktop .pfinnersection .theHolder, section.presenceFeaturedMobile .pfinnersection .theHolder {
		margin-top: -27px;
	}
}

section.globallyrecognised {
	padding: 50px 0;
	background-color: #f4f4f4;
}

section.globallyrecognised .titleWrapper .commonDesc {
	color: #4b5b6e;
}

section.globallyrecognised .globalSliderOuter .owl-nav {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}

section.globallyrecognised .globalSliderOuter .owl-nav button {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 5px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #102733;
	transition: all .3s ease;
}

section.globallyrecognised .globalSliderOuter .owl-nav button span {
	display: none;
	font-size: 0;
}

section.globallyrecognised .globalSliderOuter .owl-nav button::before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
}

section.globallyrecognised .globalSliderOuter .owl-nav button.owl-prev::before {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/newhome/icon-slider-left.svg");
}

section.globallyrecognised .globalSliderOuter .owl-nav button.owl-next::before {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/newhome/icon-slider-right.svg");
}

section.globallyrecognised .globalSliderOuter .owl-nav button.disabled {
	opacity: .5;
}

section.globallyrecognised .globalSliderOuter .owl-nav button.disabled:hover {
	background-color: transparent;
}

section.globallyrecognised .globalSliderOuter .owl-nav button:hover {
	background-color: #f4d61c;
}

@media (min-width:768px) {
	section.globallyrecognised .globalSliderOuter .owl-nav button {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	
	section.globallyrecognised .globalSliderOuter .owl-nav button.owl-prev {
		left: -50px;
		right: auto;
	}
	
	section.globallyrecognised .globalSliderOuter .owl-nav button.owl-next {
		right: -50px;
		left: auto;
	}
	
	section.globallyrecognised .globalSliderOuter .owl-nav {
		margin-top: 0;
	}
}

@media (min-width:992px) {
	section.globallyrecognised .globalSliderOuter .owl-nav button.owl-prev {
		left: -65px;
	}
	
	section.globallyrecognised .globalSliderOuter .owl-nav button.owl-next {
		right: -65px;
	}
	
	section.globallyrecognised {
		padding: 70px 0;
	}
}

section.patientWorldwide {
	padding: 40px 0;
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/newhome/experiencebg.png");
	background-size: cover;
}

section.patientWorldwide.nitro-lazy {
	background-image: none !important;
}

section.patientWorldwide .singleTrustWrapper {
	text-align: center;
}

section.patientWorldwide .singleTrustWrapper .iconWrapper {
	margin-bottom: 10px;
}

section.patientWorldwide .singleTrustWrapper .iconWrapper img {
	width: 45px;
	height: 45px;
	object-fit: contain;
	object-position: center;
	margin: auto;
}

section.patientWorldwide .singleTrustWrapper .count {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
}

section.patientWorldwide .singleTrustWrapper .postText {
	color: rgba(255, 255, 255, .5);
	font-size: 14px;
	font-weight: 400;
}

@media (min-width:768px) {
	section.patientWorldwide .singleTrustWrapper .iconWrapper {
		margin-bottom: 15px;
	}
	
	section.patientWorldwide .singleTrustWrapper .iconWrapper img {
		width: 60px;
		height: 60px;
	}
	
	section.patientWorldwide {
		padding: 80px 0;
	}
}

section.aboutus {
	padding: 50px 0 30px;
	background-color: #f4f4f4;
}

section.aboutus .singleAboutBox {
	padding: 30px 25px;
	border: 1px solid #102733;
	border-radius: 35px;
	font-weight: 600;
	transition: all .3s ease;
	color: #102733;
	background-color: #fff;
	box-shadow: 3px 3px 0 0 #0e1e27;
	overflow: hidden;
}

section.aboutus .singleAboutBox .subtitle {
	font-size: 21px;
	line-height: 1.4;
	font-weight: 600;
}

section.aboutus .singleAboutBox .desc {
	color: #4b5b6e;
	font-weight: 400;
}

@media (min-width:768px) {
	section.aboutus .singleAboutBox {
		padding: 50px;
	}
}

section.aboutus .aboutImgWrapper {
	position: relative;
	border-radius: 35px;
	overflow: hidden;
}

section.aboutus .aboutImgWrapper>img {
	height: 100%;
	object-fit: cover;
}

section.aboutus .aboutImgWrapper .arrowBtn, section.aboutus .aboutImgWrapper .videoBtn {
	width: 45px;
	height: 45px;
	background-color: #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	transform: scale(1);
	transition: all .3s ease;
}

section.aboutus .aboutImgWrapper .arrowBtn img, section.aboutus .aboutImgWrapper .videoBtn img {
	width: 15px;
}

section.aboutus .aboutImgWrapper .arrowBtn:hover, section.aboutus .aboutImgWrapper .videoBtn:hover {
	transform: scale(1.1);
	background-color: #f4d61c;
}

@media (min-width:992px) {
	section.aboutus .singleAboutBox .subtitle {
		font-size: 26px;
	}
	
	section.aboutus .singleAboutBox .desc {
		font-size: 18px;
	}
	
	section.aboutus .aboutImgWrapper .arrowBtn, section.aboutus .aboutImgWrapper .videoBtn {
		width: 55px;
		height: 55px;
	}
	
	section.aboutus .aboutImgWrapper .arrowBtn img, section.aboutus .aboutImgWrapper .videoBtn img {
		width: 19px;
	}
}

section.aboutus.ourExperience {
	padding-bottom: 45px;
}

section.aboutus.ourExperience .aboutImgWrapper .experienceSliderWrapper .experienceSlider .owl-dots {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	border-radius: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	padding: 0 2px;
}

section.aboutus.ourExperience .aboutImgWrapper .experienceSliderWrapper .experienceSlider .owl-dots button.owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #4b5b6e;
	background-color: transparent;
	margin: 3px;
}

section.aboutus.ourExperience .aboutImgWrapper .experienceSliderWrapper .experienceSlider .owl-dots button.owl-dot.active {
	background-color: #4b5b6e;
}

section.aboutus.amazonbook {
	background-color: #fff;
}

section.aboutus.amazonbook .amazonbookBox {
	position: relative;
	overflow: hidden;
}

section.aboutus.amazonbook .amazonbookBox .amazonbookInner {
	position: relative;
	z-index: 1;
}

section.aboutus.amazonbook .amazonbookBox .bookBtnWrapper a img {
	width: 150px;
}

section.aboutus.amazonbook .amazonbookBox::before {
	content: "";
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/newhome/amazon-pattern.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.aboutus.amazonbook .amazonbookBox::after {
	content: "";
	background: #fff;
	background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width:768px) {
	section.aboutus {
		padding: 80px 0 0;
	}
	
	section.aboutus.amazonbook, section.aboutus.ourExperience {
		padding-bottom: 80px;
	}
}

section.resultsvideos {
	padding: 50px 0;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	border: 0;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom li.nav-item .nav-link {
	border: 0;
	border: 1px solid #102733;
	border-radius: 0;
	color: #102733;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom li.nav-item .nav-link.nav-link-1 {
	border-radius: 25px 0 0 25px;
}

@media (min-width:768px) {
	section.resultsvideos .tabResultsVideos ul.nav-tabs-custom li.nav-item .nav-link.nav-link-1 {
		border-radius: 15px 0 0 15px;
	}
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom li.nav-item .nav-link.nav-link-2 {
	border-left: 0;
	border-radius: 0 25px 25px 0;
}

@media (min-width:768px) {
	section.resultsvideos .tabResultsVideos ul.nav-tabs-custom li.nav-item .nav-link.nav-link-2 {
		border-radius: 0 15px 15px 0;
	}
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom li.nav-item .nav-link.nav-link-2.active {
	color: #102733;
	background-color: #f4d61c;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabresultsWrapper .tabResultsSlider .owl-item {
	margin: 20px 0;
	transition: all .3s ease;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabresultsWrapper .tabResultsSlider .owl-item .single {
	border: 1px solid #102733;
	padding: 15px;
	border-radius: 30px;
	background-color: #fff;
	transition: all .3s ease;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabresultsWrapper .tabResultsSlider .owl-item .single .innerItems .imgWrapper {
	margin-bottom: 15px;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabresultsWrapper .tabResultsSlider .owl-item .single .innerItems .moreContent {
	color: #102733;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabresultsWrapper .tabResultsSlider .owl-item .single .innerItems .moreContent .name {
	font-weight: 600;
	font-size: 20px;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabresultsWrapper .tabResultsSlider .owl-item .single .innerItems .moreContent .designation {
	color: #4b5b6e;
	font-weight: 400;
	font-size: 14px;
}

@media (min-width:768px) {
	section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabresultsWrapper .tabResultsSlider .owl-item {
		margin: 30px 0;
		padding: 0 2px;
	}
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabresultsWrapper .tabResultsSlider .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabresultsWrapper .tabResultsSlider .owl-dots button.owl-dot {
	width: 13px;
	height: 13px;
	padding: 0;
	margin-left: 8px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #03354a;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabresultsWrapper .tabResultsSlider .owl-dots button.owl-dot.active {
	background-color: #03354a;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabvideoWrapper .tabvideoSlider .innerItems .imgWrapper img {
	border-radius: 15px;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabvideoWrapper .tabvideoSlider .innerItems .videoBtn {
	width: 45px;
	height: 45px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform-origin: center center;
	transform: scale(1) translate(-50%, -50%);
	transition: all .3s ease;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabvideoWrapper .tabvideoSlider .innerItems .videoBtn img {
	width: auto !important;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabvideoWrapper .tabvideoSlider .innerItems .videoBtn:hover {
	transform: scale(1.1) translate(-50%, -50%);
	background-color: #f4d61c;
}

@media (min-width:992px) {
	section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabvideoWrapper .tabvideoSlider .innerItems .videoBtn {
		width: 55px;
		height: 55px;
	}
	
	section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabvideoWrapper .tabvideoSlider .innerItems .videoBtn img {
		width: 19px;
	}
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabvideoWrapper .tabvideoSlider .owl-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabvideoWrapper .tabvideoSlider .owl-nav button {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 5px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #102733;
	transition: all .3s ease;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabvideoWrapper .tabvideoSlider .owl-nav button span {
	display: none;
	font-size: 0;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabvideoWrapper .tabvideoSlider .owl-nav button::before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabvideoWrapper .tabvideoSlider .owl-nav button.owl-prev::before {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/newhome/icon-slider-left.svg");
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabvideoWrapper .tabvideoSlider .owl-nav button.owl-next::before {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/newhome/icon-slider-right.svg");
}

section.resultsvideos .tabResultsVideos ul.nav-tabs-custom .tab-content-custom .tabvideoWrapper .tabvideoSlider .owl-nav button:hover {
	background-color: #f4d61c;
}

@media (min-width:768px) {
	section.resultsvideos .tabResultsVideos {
		padding: 70px 0;
	}
}

section.stepbystep {
	padding: 50px 0;
	background-color: #102733;
}

section.stepbystep .stepbystepSliderWrapper .stepbystepslider .owl-stage-outer {
	padding-top: 50px;
}

section.stepbystep .stepbystepSliderWrapper .stepbystepslider .owl-stage-outer .owl-item .singleItem {
	position: relative;
}

section.stepbystep .stepbystepSliderWrapper .stepbystepslider .owl-stage-outer .owl-item .singleItem::after {
	content: "";
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/newhome/step-arrow.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 50%;
	height: 30px;
	position: absolute;
	top: -40px;
	right: -32%;
}

section.stepbystep .stepbystepSliderWrapper .stepbystepslider .owl-stage-outer .owl-item:last-child .singleItem::after {
	display: none;
}

@media (min-width:768px) {
	section.stepbystep {
		padding: 70px 0;
	}
}

section.bookconsultation {
	padding: 50px 0;
	background-color: #102733;
}

section.bookconsultation .colsultationContentWRap .contentOuter {
	color: #fff;
}

section.hairTransplantServices {
	padding: 80px 0 20px;
}

section.hairTransplantServices .singleCard {
	background-color: #f4f4f4;
	padding: 20px 15px;
	border-radius: 25px;
	text-align: center;
	transition: all .3s ease;
}

section.hairTransplantServices .singleCard .iconWrapper {
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #0e1e27;
	padding: 9px;
	margin-bottom: 15px;
	background-color: transparent;
	transition: all .3s ease;
}

section.hairTransplantServices .singleCard .iconWrapper svg {
	transition: all .3s ease;
	width: 27px;
	height: 27px;
}

section.hairTransplantServices .singleCard .iconWrapper svg path {
	transition: all .3s ease;
}

section.hairTransplantServices .singleCard .title {
	font-weight: 500;
	font-size: 16px;
	color: #102733;
	transition: all .3s ease;
}

@media (min-width:1200px) {
	section.hairTransplantServices .singleCard .title {
		font-size: 19px;
	}
}

section.hairTransplantServices .singleCard .btnWrapper .commonBtn, section.hairTransplantServices .singleCard .btnWrapper .commonBtn svg path {
	transition: all .3s ease;
}

section.hairTransplantServices .singleCard .btnWrapper .commonBtn:hover {
	color: #f4d61c !important;
}

section.hairTransplantServices .singleCard:hover {
	background-color: #102733;
}

section.hairTransplantServices .singleCard:hover .iconWrapper {
	background-color: #1db2e4;
	border-color: #1db2e4;
}

section.hairTransplantServices .singleCard:hover .iconWrapper svg {
	width: 24px;
}

section.hairTransplantServices .singleCard:hover .iconWrapper svg path {
	fill: #fff;
}

section.hairTransplantServices .singleCard:hover .title {
	color: #fff;
}

section.hairTransplantServices .singleCard:hover .btnWrapper .commonBtn {
	background-color: #102733;
	box-shadow: 3px 3px 0 0 #f4d61c;
	border-color: #f4d61c;
	color: #f4d61c;
}

section.hairTransplantServices .singleCard:hover .btnWrapper .commonBtn svg path {
	stroke: #f4d61c;
}

@media (min-width:768px) {
	section.hairTransplantServices .singleCard .iconWrapper {
		padding: 17px;
	}
	
	section.hairTransplantServices .singleCard {
		padding: 30px;
	}
}

section.hairTransplantServices .servicesSectionWrapper .servicesSliders .owl-nav {
	display: flex;
	justify-content: center;
	align-items: center;
}

section.hairTransplantServices .servicesSectionWrapper .servicesSliders .owl-nav button {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 5px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #102733;
	transition: all .3s ease;
}

section.hairTransplantServices .servicesSectionWrapper .servicesSliders .owl-nav button span {
	display: none;
	font-size: 0;
}

section.hairTransplantServices .servicesSectionWrapper .servicesSliders .owl-nav button::before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
}

footer .footer1, section.timingSection .clockWrapper .clockSlider .single {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.hairTransplantServices .servicesSectionWrapper .servicesSliders .owl-nav button.owl-prev::before {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/newhome/icon-slider-left.svg");
}

section.hairTransplantServices .servicesSectionWrapper .servicesSliders .owl-nav button.owl-next::before {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/newhome/icon-slider-right.svg");
}

section.hairTransplantServices .servicesSectionWrapper .servicesSliders .owl-nav button.disabled {
	opacity: .5;
}

section.hairTransplantServices .servicesSectionWrapper .servicesSliders .owl-nav button.disabled:hover {
	background-color: transparent;
}

section.hairTransplantServices .servicesSectionWrapper .servicesSliders .owl-nav button:hover {
	background-color: #f4d61c;
}

section.timingSection {
	padding: 50px 0 0;
	background-color: #fff;
}

section.timingSection .clockWrapper .clockSlider .owl-stage-outer .owl-stage {
	display: flex;
}

section.timingSection .clockWrapper .clockSlider .owl-stage-outer .owl-stage .owl-item {
	padding-left: 1px;
}

section.timingSection .clockWrapper .clockSlider .owl-stage-outer .owl-stage .owl-item .single {
	height: 100%;
}

section.timingSection .clockWrapper .clockSlider .single {
	border-radius: 25px;
	padding: 40px 25px 25px;
	text-align: center;
}

section.timingSection .clockWrapper .clockSlider .single .clock-timing-item .clock {
	margin-bottom: 160px;
}

section.timingSection .clockWrapper .clockSlider .single .clock-timing-item .clock .jcgmt-container {
	float: none;
}

section.timingSection .clockWrapper .clockSlider .single .clock-timing-item .clock .jcgmt-container .jcgmt-date, section.timingSection .clockWrapper .clockSlider .single .clock-timing-item .clock .jcgmt-container .jcgmt-digital, section.timingSection .clockWrapper .clockSlider .single .clock-timing-item .clock .jcgmt-container .jcgmt-lbl {
	display: none;
}

@media (min-width:1200px) {
	section.timingSection .clockWrapper .clockSlider .single .clock-timing-item .clock {
		margin-bottom: 160px;
	}
}

section.timingSection .clockWrapper .clockSlider .single .clock-timing-item .bottomContent {
	clear: both;
	color: #fff;
}

section.timingSection .clockWrapper .clockSlider .single .clock-timing-item .bottomContent h5 {
	font-size: 18px;
	font-weight: 600;
	color: #f4d61c;
}

section.timingSection .clockWrapper .clockSlider .single .clock-timing-item .bottomContent span {
	font-size: 16px;
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
}

section.timingSection .clockWrapper .clockSlider .single .clock-timing-item .bottomContent p {
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}

@media (min-width:768px) {
	section.timingSection .clockWrapper .clockSlider .single {
		padding: 25px;
	}
	
	section.timingSection {
		padding: 70px 0;
	}
}

section.newsSection {
	padding: 50px 0;
	background-color: #f4f4f4;
	border-top: 1px solid #42474c;
	border-bottom: 1px solid #42474c;
}

section.newsSection .colsultationContentWRap .contentOuter {
	color: #4b5b6e;
	font-weight: 400;
}

section.newsSection .newsSliderWrapper {
	padding-top: 45px;
}

section.newsSection .newsSliderWrapper .newsSlider .owl-stage-outer .owl-stage {
	display: flex;
}

section.newsSection .newsSliderWrapper .newsSlider .owl-stage-outer .owl-stage .owl-item .singleNews {
	overflow: hidden;
	height: 100%;
	border: 1px solid #e4e4e4;
	border-radius: 30px;
}

@media (min-width:768px) {
	section.newsSection .newsSliderWrapper .newsSlider .owl-stage-outer .owl-stage .owl-item .singleNews {
		border: 1px solid #e4e4e4;
		border-right: 0;
		border-radius: 0;
	}
	
	section.newsSection .newsSliderWrapper .newsSlider .owl-stage-outer .owl-stage .owl-item:first-child .singleNews {
		border-right: 0;
		border-radius: 30px 0 0 30px;
	}
	
	section.newsSection .newsSliderWrapper .newsSlider .owl-stage-outer .owl-stage .owl-item:last-child .singleNews {
		border-right: 1px solid #e4e4e4;
		border-radius: 0 30px 30px 0;
	}
}

section.newsSection .newsSliderWrapper .newsSlider .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}

section.newsSection .newsSliderWrapper .newsSlider .owl-dots button.owl-dot {
	width: 13px;
	height: 13px;
	padding: 0;
	margin-left: 8px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #03354a;
}

section.newsSection .newsSliderWrapper .newsSlider .owl-dots button.owl-dot.active {
	background-color: #03354a;
}

section.newsSection .newsSliderWrapper .newsSlider .singleNews .singleInner {
	padding: 25px;
	background-color: #fff;
	height: 100%;
}

section.newsSection .newsSliderWrapper .newsSlider .singleNews .singleInner .imgWrapper {
	margin-bottom: 20px;
}

section.newsSection .newsSliderWrapper .newsSlider .singleNews .singleInner .imgWrapper img {
	border-radius: 25px;
}

section.newsSection .newsSliderWrapper .newsSlider .singleNews .singleInner .title {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	color: #102733;
}

section.newsSection .newsSliderWrapper .newsSlider .singleNews .singleInner .title a {
	color: #102733;
}

section.newsSection .newsSliderWrapper .newsSlider .singleNews .singleInner .bottomWrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

section.newsSection .newsSliderWrapper .newsSlider .singleNews .singleInner .bottomWrapper .linkOuter {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 5px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #102733;
	transition: all .3s ease;
}

section.newsSection .newsSliderWrapper .newsSlider .singleNews .singleInner .bottomWrapper .linkOuter::before {
	content: "";
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/newhome/icon-slider-right.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
}

section.newsSection .newsSliderWrapper .newsSlider .singleNews .singleInner .bottomWrapper .linkOuter:hover {
	background-color: #f4d61c;
}

@media (min-width:768px) {
	section.newsSection {
		padding: 70px 0;
	}
}

section.contactSection {
	padding: 50px 0 0;
	background-color: #f4f4f4;
	overflow: hidden;
	border-top: 1px solid #42474c;
	border-bottom: 1px solid #42474c;
}

section.contactSection .contactInfoWrapper .gridWrapper, section.contactSection .contactInfoWrapper .titleWrapper {
	position: relative;
}

section.contactSection .contactInfoWrapper .gridWrapper .gridOuter {
	border: 1px solid #102733;
	box-shadow: 3px 3px 0 0 #0e1e27;
	border-radius: 30px;
}

section.contactSection .contactInfoWrapper .gridWrapper .gridOuter .singleInner {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #102733;
}

section.contactSection .contactInfoWrapper .gridWrapper .gridOuter .singleInner .iconWrapper {
	padding: 20px;
	border-right: 1px solid #102733;
}

section.contactSection .contactInfoWrapper .gridWrapper .gridOuter .singleInner .iconWrapper img {
	width: 30px;
}

@media (min-width:768px) {
	section.contactSection .contactInfoWrapper .gridWrapper .gridOuter .singleInner .iconWrapper {
		padding: 30px;
	}
}

section.contactSection .contactInfoWrapper .gridWrapper .gridOuter .singleInner .grcontent a {
	color: #102733;
	font-size: 15px;
	padding: 10px 15px;
}

@media (min-width:576px) {
	section.contactSection .contactInfoWrapper .gridWrapper .gridOuter .singleInner .grcontent a {
		font-size: 16px;
		padding: 10px 30px;
	}
}

section.contactSection .contactInfoWrapper .gridWrapper .gridOuter .singleInner:last-child {
	border-bottom: 0;
}

section.contactSection .contactFormWRapper {
	position: relative;
}

@media (min-width:768px) {
	section.contactSection .contactInfoWrapper .gridWrapper .gridOuter .singleInner .grcontent a {
		font-size: 18px;
		padding: 10px 30px;
	}
	
	section.contactSection {
		padding: 70px 0 0;
	}
}

@media (min-width:992px) {
	section.contactSection {
		padding: 70px 0;
	}
	
	section.contactSection::before {
		content: "";
		background-color: #102733;
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
	}
}

footer {
	padding: 50px 0 100px;
}

footer .socialWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

footer .socialWrapper a {
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .25);
	background-color: transparent;
	transition: all .3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

footer .socialWrapper a img {
	width: 20px;
	height: 20px;
}

footer .socialWrapper a:hover {
	background-color: #1db2e4;
	border-color: #1db2e4;
}

@media (min-width:992px) {
	footer .socialWrapper a {
		border: 1px solid rgba(255, 255, 255, .2);
	}
}

footer .footer1 {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/images/newhome/footer-bg.png");
	border-radius: 30px;
	padding: 30px 50px;
	color: #fff;
}

footer .footer1.nitro-lazy {
	background-image: none !important;
}

footer .footer1 .logoWrapper {
	margin-bottom: 35px;
}

@media (min-width:768px) {
	footer .footer1 .logoWrapper {
		margin-bottom: 45px;
	}
	
	footer .footer1 {
		padding: 50px 70px;
	}
}

@media (min-width:1200px) {
	footer .footer1 .logoWrapper {
		margin-bottom: 65px;
	}
}

footer .footer2 {
	padding: 30px 25px;
	border: 1px solid #102733;
	border-radius: 35px;
	font-weight: 600;
	transition: all .3s ease;
	color: #102733;
	background-color: #fff;
	box-shadow: 3px 3px 0 0 #0e1e27;
	overflow: hidden;
}

footer .footer2 .menuItems .title {
	font-weight: 500;
	font-size: 18px;
	color: #102733;
	margin-bottom: 15px;
}

@media (min-width:992px) {
	footer .footer2 .menuItems .title {
		margin-bottom: 20px;
	}
}

footer .footer2 .menuItems ul {
	padding: 0;
	list-style: none;
	column-count: 2;
}

footer .footer2 .menuItems ul li {
	margin-bottom: 10px;
}

footer .footer2 .menuItems ul li a {
	color: rgba(66, 71, 76, .6);
	font-weight: 400;
}

@media (min-width:992px) {
	footer .footer2 .menuItems ul {
		margin-bottom: 15px;
	}
	
	footer .footer2 .menuItems ul li {
		margin-bottom: 13px;
	}
}

footer .footer2 .right .text {
	font-weight: 500;
	margin-bottom: 30px;
}

@media (min-width:992px) {
	footer .footer2 .right .text {
		margin-bottom: 35px;
	}
	
	.customFormWrapper .form-panelNew.form-panelHome .catptcha-btn-group .captcha-wrapper {
		margin-bottom: 30px;
	}
}

footer .footer2 .right .footLogo img {
	width: 260px;
}

@media (min-width:768px) {
	footer .footer2 {
		padding: 50px;
	}
	
	footer {
		padding: 70px 0;
	}
}

.videoModal .closeModalBtn {
	top: 9px;
	right: 5px;
	cursor: pointer;
	z-index: 99;
}

.videoModal .videoWrapper iframe {
	width: 100% !important;
	height: 480px !important;
}

.page-template-tpl-partnership-program2 header.headerRevamped {
	display: none;
}

.externalBookLink {
	display: inline-block;
	background-color: #1db1e3;
	color: #fff;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 99;
	padding: 15px 10px;
	border-radius: 5px;
	font-size: 14px;
	white-space: nowrap;
	writing-mode: vertical-lr;
}

.customFormWrapper .form-panelNew .form-group label {
	font-size: 16px;
}

.customFormWrapper .form-panelNew .form-group .form-control {
	max-width: 100%;
	background-color: #283d48 !important;
	border: 1px solid #283d48;
	color: #fff;
}

.customFormWrapper .form-panelNew .form-group .iti--allow-dropdown input.form-control {
	padding-left: 63px !important;
}

.customFormWrapper .form-panelNew .form-group .iti--allow-dropdown .iti__selected-dial-code {
	color: #fff;
}

.customFormWrapper .form-panelNew .form-group .form-control option {
	color: #fff;
}

.customFormWrapper .form-panelNew .form-group .form-control::placeholder {
	color: #fff;
}

.customFormWrapper .form-panelNew .form-group .form-control::-moz-placeholder {
	color: #fff;
}

.customFormWrapper .form-panelNew .form-group .form-control::-webkit-input-placeholder {
	color: #fff;
}

.customFormWrapper .form-panelNew .form-group .form-control:focus {
	color: #fff;
}

.customFormWrapper .form-panelNew .form-group.form-date .fa-calendar {
	right: 22px;
	top: 16px;
	left: auto;
}

.customFormWrapper .form-panelNew .form-group.form-date input[type=date]::-webkit-calendar-picker-indicator, .customFormWrapper .form-panelNew .form-group.form-date input[type=date]::-webkit-inner-spin-button {
	display: none;
	-webkit-appearance: none;
}

.customFormWrapper .form-panelNew span.errorstyle {
	color: red;
	font-size: 13px;
}

.customFormWrapper .form-panelNew .catptcha-btn-group .captcha-wrapper {
	background-color: #283d48;
	border-radius: 15px;
}

.customFormWrapper .form-panelNew .catptcha-btn-group .captcha-wrapper .captchaVerify {
	background-color: #283d48;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.customFormWrapper .form-panelNew.pagepadding {
	padding: 60px;
}

.customFormWrapper .form-panelNew.pagepaddingsmall {
	padding: 40px 30px;
}

.customFormWrapper .form-panelNew.theme2 {
	background: #4e5256;
}

.customFormWrapper .form-panelNew.theme2 .form-group .form-control {
	background-color: #737678 !important;
	border: 1px solid #737678;
}

.customFormWrapper .form-panelNew.theme2 .catptcha-btn-group .captcha-wrapper {
	background-color: #737678;
}

.customFormWrapper .form-panelNew.theme2 .catptcha-btn-group .captcha-wrapper .captchaVerify {
	background-color: #737678;
	border-bottom: 1px solid #fff;
}

.customFormWrapper .form-panelNew.theme3 {
	border: 1px solid #e7e7e7;
	background: #fff;
}

.customFormWrapper .form-panelNew.theme3 .form-group .form-control {
	background-color: #f7f7f7 !important;
	border: 1px solid #e9e9e9;
	color: #000;
}

.customFormWrapper .form-panelNew.theme3 .form-group .iti--allow-dropdown .iti__selected-dial-code {
	color: #000;
}

.customFormWrapper .form-panelNew.theme3 .catptcha-btn-group .captcha-wrapper {
	background-color: #f7f7f7;
}

.customFormWrapper .form-panelNew.theme3 .catptcha-btn-group .captcha-wrapper .captchaVerify {
	background-color: #f7f7f7;
	border-bottom: 1px solid #e9e9e9;
	color: #000;
}

.customFormWrapper .form-panelNew.bradius {
	border-radius: 25px;
}

.customFormWrapper .form-panelNew.form-panelHome {
	position: relative;
	background-color: #102733;
	padding: 15px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.customFormWrapper .form-panelNew.form-panelHome .form-group .form-control {
	background-color: rgba(255, 255, 255, .2) !important;
	border-radius: 15px;
	height: 50px;
	padding: 0 15px !important;
}

.customFormWrapper .form-panelNew.form-panelHome .form-group textarea.form-control {
	height: 150px !important;
	padding: 10px 15px !important;
}

.customFormWrapper .form-panelNew.form-panelHome .catptcha-btn-group .captcha-wrapper {
	background-color: rgba(255, 255, 255, .2) !important;
	display: inline-flex;
}

.customFormWrapper .form-panelNew.form-panelHome .catptcha-btn-group .captcha-wrapper .captchaVerify {
	background-color: transparent !important;
}

.customFormWrapper .form-panelNew.form-panelHome .catptcha-btn-group .btn.submit-new-from, .customFormWrapper .form-panelNew.form-panelHome .catptcha-btn-group .btn.submit-new-from-dates {
	align-items: center;
	border: 1px solid #102733;
	border-radius: 15px;
	padding: 11px 20px;
	background-color: #f4d61c;
	box-shadow: 3px 3px 0 0 #0e1e27;
	color: #102733;
	transition: all .3s ease;
}

.customFormWrapper .form-panelNew.form-panelHome .catptcha-btn-group .btn.submit-new-from img, .customFormWrapper .form-panelNew.form-panelHome .catptcha-btn-group .btn.submit-new-from-dates img {
	width: 24px;
}

@media (min-width:992px) {
	.customFormWrapper .form-panelNew.form-panelHome .catptcha-btn-group {
		align-items: flex-start;
	}
	
	.customFormWrapper .form-panelNew.form-panelHome {
		padding: 60px 40px;
		margin-bottom: 0;
	}
}

@media (min-width:1200px) {
	.customFormWrapper .form-panelNew.form-panelHome {
		padding: 60px;
	}
}

.clock-timing-item .jcgmt-container .jcgmt-clockHolder .jcgmt-rotatingWrapper .jcgmt-sec {
	background: 0 0;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

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

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

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

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

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

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

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

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

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

/* Misc visuals
----------------------------------*/

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

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

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

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

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

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

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

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

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

/* icon support */
.ui-menu-icons {
	position: relative;
}

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

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

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

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */

/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon.nitro-lazy, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-checkboxradio-disabled {
	pointer-events: none;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane.nitro-lazy {
	background-image: none !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane.nitro-lazy {
	background-image: none !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: .25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-progressbar-indeterminate .ui-progressbar-value.nitro-lazy {
	background-image: none !important;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0 0;
	height: auto;
	border: 0;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-tabs {
	position: relative;
	padding: .2em;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}

body .ui-tooltip {
	border-width: 2px;
}

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

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

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

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

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

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

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

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

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-state-disabled.nitro-lazy, .ui-widget-content .ui-state-disabled.nitro-lazy, .ui-widget-header .ui-state-disabled.nitro-lazy {
	background-image: none !important;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png");
}

.ui-icon.nitro-lazy, .ui-widget-content .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-widget-header .ui-icon {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_555555_256x240.png");
}

.ui-state-hover .ui-icon.nitro-lazy, .ui-state-focus .ui-icon.nitro-lazy, .ui-button:hover .ui-icon.nitro-lazy, .ui-button:focus .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon.nitro-lazy, .ui-button:active .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_777620_256x240.png");
}

.ui-state-highlight .ui-icon.nitro-lazy, .ui-button .ui-state-highlight.ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_cc0000_256x240.png");
}

.ui-state-error .ui-icon.nitro-lazy, .ui-state-error-text .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-button .ui-icon {
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_777777_256x240.png");
}

.ui-button .ui-icon.nitro-lazy {
	background-image: none !important;
}

/* positioning */
.ui-icon-blank {
	background-position: 16px 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Misc visuals
----------------------------------*/

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

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

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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

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

.iti {
	position: relative;
	display: block;
}

.iti * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.iti__hide {
	display: none;
}

.iti__v-hide {
	visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0;
}

.iti__flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px;
}

.iti__selected-flag {
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 6px 0 17px;
}

.iti__arrow {
	margin-left: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
}

.iti__arrow--up {
	border-top: none;
	border-bottom: 4px solid #555;
}

.iti__country-list {
	position: absolute;
	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	background-color: white;
	border: 1px solid #ccc;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
	bottom: 100%;
	margin-bottom: -1px;
}

@media (max-width: 500px) {
	.iti__country-list {
		white-space: normal;
	}
}

.iti__flag-box {
	display: inline-block;
	width: 20px;
}

.iti__divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.iti__country {
	padding: 5px 10px;
	outline: none;
}

.iti__dial-code {
	color: #999;
}

.iti__country.iti__highlight {
	background-color: rgba(0, 0, 0, .05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
	vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
	margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
	right: auto;
	left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
	cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
	cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
	background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: rgba(0, 0, 0, .05);
}

.iti--separate-dial-code .iti__selected-dial-code {
	margin-left: 6px;
}

.iti--container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px;
}

.iti--container:hover {
	cursor: pointer;
}

.iti-mobile .iti--container {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed;
}

.iti-mobile .iti__country-list {
	max-height: 100%;
	width: 100%;
}

.iti-mobile .iti__country {
	padding: 10px 10px;
	line-height: 1.5em;
}

.iti__flag {
	width: 20px;
}

.iti__flag.iti__be {
	width: 18px;
}

.iti__flag.iti__ch {
	width: 15px;
}

.iti__flag.iti__mc {
	width: 19px;
}

.iti__flag.iti__ne {
	width: 18px;
}

.iti__flag.iti__np {
	width: 13px;
}

.iti__flag.iti__va {
	width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.iti__flag {
		background-size: 5652px 15px;
	}
}

.iti__flag.iti__ac {
	height: 10px;
	background-position: 0px 0px;
}

.iti__flag.iti__ad {
	height: 14px;
	background-position: -22px 0px;
}

.iti__flag.iti__ae {
	height: 10px;
	background-position: -44px 0px;
}

.iti__flag.iti__af {
	height: 14px;
	background-position: -66px 0px;
}

.iti__flag.iti__ag {
	height: 14px;
	background-position: -88px 0px;
}

.iti__flag.iti__ai {
	height: 10px;
	background-position: -110px 0px;
}

.iti__flag.iti__al {
	height: 15px;
	background-position: -132px 0px;
}

.iti__flag.iti__am {
	height: 10px;
	background-position: -154px 0px;
}

.iti__flag.iti__ao {
	height: 14px;
	background-position: -176px 0px;
}

.iti__flag.iti__aq {
	height: 14px;
	background-position: -198px 0px;
}

.iti__flag.iti__ar {
	height: 13px;
	background-position: -220px 0px;
}

.iti__flag.iti__as {
	height: 10px;
	background-position: -242px 0px;
}

.iti__flag.iti__at {
	height: 14px;
	background-position: -264px 0px;
}

.iti__flag.iti__au {
	height: 10px;
	background-position: -286px 0px;
}

.iti__flag.iti__aw {
	height: 14px;
	background-position: -308px 0px;
}

.iti__flag.iti__ax {
	height: 13px;
	background-position: -330px 0px;
}

.iti__flag.iti__az {
	height: 10px;
	background-position: -352px 0px;
}

.iti__flag.iti__ba {
	height: 10px;
	background-position: -374px 0px;
}

.iti__flag.iti__bb {
	height: 14px;
	background-position: -396px 0px;
}

.iti__flag.iti__bd {
	height: 12px;
	background-position: -418px 0px;
}

.iti__flag.iti__be {
	height: 15px;
	background-position: -440px 0px;
}

.iti__flag.iti__bf {
	height: 14px;
	background-position: -460px 0px;
}

.iti__flag.iti__bg {
	height: 12px;
	background-position: -482px 0px;
}

.iti__flag.iti__bh {
	height: 12px;
	background-position: -504px 0px;
}

.iti__flag.iti__bi {
	height: 12px;
	background-position: -526px 0px;
}

.iti__flag.iti__bj {
	height: 14px;
	background-position: -548px 0px;
}

.iti__flag.iti__bl {
	height: 14px;
	background-position: -570px 0px;
}

.iti__flag.iti__bm {
	height: 10px;
	background-position: -592px 0px;
}

.iti__flag.iti__bn {
	height: 10px;
	background-position: -614px 0px;
}

.iti__flag.iti__bo {
	height: 14px;
	background-position: -636px 0px;
}

.iti__flag.iti__bq {
	height: 14px;
	background-position: -658px 0px;
}

.iti__flag.iti__br {
	height: 14px;
	background-position: -680px 0px;
}

.iti__flag.iti__bs {
	height: 10px;
	background-position: -702px 0px;
}

.iti__flag.iti__bt {
	height: 14px;
	background-position: -724px 0px;
}

.iti__flag.iti__bv {
	height: 15px;
	background-position: -746px 0px;
}

.iti__flag.iti__bw {
	height: 14px;
	background-position: -768px 0px;
}

.iti__flag.iti__by {
	height: 10px;
	background-position: -790px 0px;
}

.iti__flag.iti__bz {
	height: 14px;
	background-position: -812px 0px;
}

.iti__flag.iti__ca {
	height: 10px;
	background-position: -834px 0px;
}

.iti__flag.iti__cc {
	height: 10px;
	background-position: -856px 0px;
}

.iti__flag.iti__cd {
	height: 15px;
	background-position: -878px 0px;
}

.iti__flag.iti__cf {
	height: 14px;
	background-position: -900px 0px;
}

.iti__flag.iti__cg {
	height: 14px;
	background-position: -922px 0px;
}

.iti__flag.iti__ch {
	height: 15px;
	background-position: -944px 0px;
}

.iti__flag.iti__ci {
	height: 14px;
	background-position: -961px 0px;
}

.iti__flag.iti__ck {
	height: 10px;
	background-position: -983px 0px;
}

.iti__flag.iti__cl {
	height: 14px;
	background-position: -1005px 0px;
}

.iti__flag.iti__cm {
	height: 14px;
	background-position: -1027px 0px;
}

.iti__flag.iti__cn {
	height: 14px;
	background-position: -1049px 0px;
}

.iti__flag.iti__co {
	height: 14px;
	background-position: -1071px 0px;
}

.iti__flag.iti__cp {
	height: 14px;
	background-position: -1093px 0px;
}

.iti__flag.iti__cr {
	height: 12px;
	background-position: -1115px 0px;
}

.iti__flag.iti__cu {
	height: 10px;
	background-position: -1137px 0px;
}

.iti__flag.iti__cv {
	height: 12px;
	background-position: -1159px 0px;
}

.iti__flag.iti__cw {
	height: 14px;
	background-position: -1181px 0px;
}

.iti__flag.iti__cx {
	height: 10px;
	background-position: -1203px 0px;
}

.iti__flag.iti__cy {
	height: 14px;
	background-position: -1225px 0px;
}

.iti__flag.iti__cz {
	height: 14px;
	background-position: -1247px 0px;
}

.iti__flag.iti__de {
	height: 12px;
	background-position: -1269px 0px;
}

.iti__flag.iti__dg {
	height: 10px;
	background-position: -1291px 0px;
}

.iti__flag.iti__dj {
	height: 14px;
	background-position: -1313px 0px;
}

.iti__flag.iti__dk {
	height: 15px;
	background-position: -1335px 0px;
}

.iti__flag.iti__dm {
	height: 10px;
	background-position: -1357px 0px;
}

.iti__flag.iti__do {
	height: 14px;
	background-position: -1379px 0px;
}

.iti__flag.iti__dz {
	height: 14px;
	background-position: -1401px 0px;
}

.iti__flag.iti__ea {
	height: 14px;
	background-position: -1423px 0px;
}

.iti__flag.iti__ec {
	height: 14px;
	background-position: -1445px 0px;
}

.iti__flag.iti__ee {
	height: 13px;
	background-position: -1467px 0px;
}

.iti__flag.iti__eg {
	height: 14px;
	background-position: -1489px 0px;
}

.iti__flag.iti__eh {
	height: 10px;
	background-position: -1511px 0px;
}

.iti__flag.iti__er {
	height: 10px;
	background-position: -1533px 0px;
}

.iti__flag.iti__es {
	height: 14px;
	background-position: -1555px 0px;
}

.iti__flag.iti__et {
	height: 10px;
	background-position: -1577px 0px;
}

.iti__flag.iti__eu {
	height: 14px;
	background-position: -1599px 0px;
}

.iti__flag.iti__fi {
	height: 12px;
	background-position: -1621px 0px;
}

.iti__flag.iti__fj {
	height: 10px;
	background-position: -1643px 0px;
}

.iti__flag.iti__fk {
	height: 10px;
	background-position: -1665px 0px;
}

.iti__flag.iti__fm {
	height: 11px;
	background-position: -1687px 0px;
}

.iti__flag.iti__fo {
	height: 15px;
	background-position: -1709px 0px;
}

.iti__flag.iti__fr {
	height: 14px;
	background-position: -1731px 0px;
}

.iti__flag.iti__ga {
	height: 15px;
	background-position: -1753px 0px;
}

.iti__flag.iti__gb {
	height: 10px;
	background-position: -1775px 0px;
}

.iti__flag.iti__gd {
	height: 12px;
	background-position: -1797px 0px;
}

.iti__flag.iti__ge {
	height: 14px;
	background-position: -1819px 0px;
}

.iti__flag.iti__gf {
	height: 14px;
	background-position: -1841px 0px;
}

.iti__flag.iti__gg {
	height: 14px;
	background-position: -1863px 0px;
}

.iti__flag.iti__gh {
	height: 14px;
	background-position: -1885px 0px;
}

.iti__flag.iti__gi {
	height: 10px;
	background-position: -1907px 0px;
}

.iti__flag.iti__gl {
	height: 14px;
	background-position: -1929px 0px;
}

.iti__flag.iti__gm {
	height: 14px;
	background-position: -1951px 0px;
}

.iti__flag.iti__gn {
	height: 14px;
	background-position: -1973px 0px;
}

.iti__flag.iti__gp {
	height: 14px;
	background-position: -1995px 0px;
}

.iti__flag.iti__gq {
	height: 14px;
	background-position: -2017px 0px;
}

.iti__flag.iti__gr {
	height: 14px;
	background-position: -2039px 0px;
}

.iti__flag.iti__gs {
	height: 10px;
	background-position: -2061px 0px;
}

.iti__flag.iti__gt {
	height: 13px;
	background-position: -2083px 0px;
}

.iti__flag.iti__gu {
	height: 11px;
	background-position: -2105px 0px;
}

.iti__flag.iti__gw {
	height: 10px;
	background-position: -2127px 0px;
}

.iti__flag.iti__gy {
	height: 12px;
	background-position: -2149px 0px;
}

.iti__flag.iti__hk {
	height: 14px;
	background-position: -2171px 0px;
}

.iti__flag.iti__hm {
	height: 10px;
	background-position: -2193px 0px;
}

.iti__flag.iti__hn {
	height: 10px;
	background-position: -2215px 0px;
}

.iti__flag.iti__hr {
	height: 10px;
	background-position: -2237px 0px;
}

.iti__flag.iti__ht {
	height: 12px;
	background-position: -2259px 0px;
}

.iti__flag.iti__hu {
	height: 10px;
	background-position: -2281px 0px;
}

.iti__flag.iti__ic {
	height: 14px;
	background-position: -2303px 0px;
}

.iti__flag.iti__id {
	height: 14px;
	background-position: -2325px 0px;
}

.iti__flag.iti__ie {
	height: 10px;
	background-position: -2347px 0px;
}

.iti__flag.iti__il {
	height: 15px;
	background-position: -2369px 0px;
}

.iti__flag.iti__im {
	height: 10px;
	background-position: -2391px 0px;
}

.iti__flag.iti__in {
	height: 14px;
	background-position: -2413px 0px;
}

.iti__flag.iti__io {
	height: 10px;
	background-position: -2435px 0px;
}

.iti__flag.iti__iq {
	height: 14px;
	background-position: -2457px 0px;
}

.iti__flag.iti__ir {
	height: 12px;
	background-position: -2479px 0px;
}

.iti__flag.iti__is {
	height: 15px;
	background-position: -2501px 0px;
}

.iti__flag.iti__it {
	height: 14px;
	background-position: -2523px 0px;
}

.iti__flag.iti__je {
	height: 12px;
	background-position: -2545px 0px;
}

.iti__flag.iti__jm {
	height: 10px;
	background-position: -2567px 0px;
}

.iti__flag.iti__jo {
	height: 10px;
	background-position: -2589px 0px;
}

.iti__flag.iti__jp {
	height: 14px;
	background-position: -2611px 0px;
}

.iti__flag.iti__ke {
	height: 14px;
	background-position: -2633px 0px;
}

.iti__flag.iti__kg {
	height: 12px;
	background-position: -2655px 0px;
}

.iti__flag.iti__kh {
	height: 13px;
	background-position: -2677px 0px;
}

.iti__flag.iti__ki {
	height: 10px;
	background-position: -2699px 0px;
}

.iti__flag.iti__km {
	height: 12px;
	background-position: -2721px 0px;
}

.iti__flag.iti__kn {
	height: 14px;
	background-position: -2743px 0px;
}

.iti__flag.iti__kp {
	height: 10px;
	background-position: -2765px 0px;
}

.iti__flag.iti__kr {
	height: 14px;
	background-position: -2787px 0px;
}

.iti__flag.iti__kw {
	height: 10px;
	background-position: -2809px 0px;
}

.iti__flag.iti__ky {
	height: 10px;
	background-position: -2831px 0px;
}

.iti__flag.iti__kz {
	height: 10px;
	background-position: -2853px 0px;
}

.iti__flag.iti__la {
	height: 14px;
	background-position: -2875px 0px;
}

.iti__flag.iti__lb {
	height: 14px;
	background-position: -2897px 0px;
}

.iti__flag.iti__lc {
	height: 10px;
	background-position: -2919px 0px;
}

.iti__flag.iti__li {
	height: 12px;
	background-position: -2941px 0px;
}

.iti__flag.iti__lk {
	height: 10px;
	background-position: -2963px 0px;
}

.iti__flag.iti__lr {
	height: 11px;
	background-position: -2985px 0px;
}

.iti__flag.iti__ls {
	height: 14px;
	background-position: -3007px 0px;
}

.iti__flag.iti__lt {
	height: 12px;
	background-position: -3029px 0px;
}

.iti__flag.iti__lu {
	height: 12px;
	background-position: -3051px 0px;
}

.iti__flag.iti__lv {
	height: 10px;
	background-position: -3073px 0px;
}

.iti__flag.iti__ly {
	height: 10px;
	background-position: -3095px 0px;
}

.iti__flag.iti__ma {
	height: 14px;
	background-position: -3117px 0px;
}

.iti__flag.iti__mc {
	height: 15px;
	background-position: -3139px 0px;
}

.iti__flag.iti__md {
	height: 10px;
	background-position: -3160px 0px;
}

.iti__flag.iti__me {
	height: 10px;
	background-position: -3182px 0px;
}

.iti__flag.iti__mf {
	height: 14px;
	background-position: -3204px 0px;
}

.iti__flag.iti__mg {
	height: 14px;
	background-position: -3226px 0px;
}

.iti__flag.iti__mh {
	height: 11px;
	background-position: -3248px 0px;
}

.iti__flag.iti__mk {
	height: 10px;
	background-position: -3270px 0px;
}

.iti__flag.iti__ml {
	height: 14px;
	background-position: -3292px 0px;
}

.iti__flag.iti__mm {
	height: 14px;
	background-position: -3314px 0px;
}

.iti__flag.iti__mn {
	height: 10px;
	background-position: -3336px 0px;
}

.iti__flag.iti__mo {
	height: 14px;
	background-position: -3358px 0px;
}

.iti__flag.iti__mp {
	height: 10px;
	background-position: -3380px 0px;
}

.iti__flag.iti__mq {
	height: 14px;
	background-position: -3402px 0px;
}

.iti__flag.iti__mr {
	height: 14px;
	background-position: -3424px 0px;
}

.iti__flag.iti__ms {
	height: 10px;
	background-position: -3446px 0px;
}

.iti__flag.iti__mt {
	height: 14px;
	background-position: -3468px 0px;
}

.iti__flag.iti__mu {
	height: 14px;
	background-position: -3490px 0px;
}

.iti__flag.iti__mv {
	height: 14px;
	background-position: -3512px 0px;
}

.iti__flag.iti__mw {
	height: 14px;
	background-position: -3534px 0px;
}

.iti__flag.iti__mx {
	height: 12px;
	background-position: -3556px 0px;
}

.iti__flag.iti__my {
	height: 10px;
	background-position: -3578px 0px;
}

.iti__flag.iti__mz {
	height: 14px;
	background-position: -3600px 0px;
}

.iti__flag.iti__na {
	height: 14px;
	background-position: -3622px 0px;
}

.iti__flag.iti__nc {
	height: 10px;
	background-position: -3644px 0px;
}

.iti__flag.iti__ne {
	height: 15px;
	background-position: -3666px 0px;
}

.iti__flag.iti__nf {
	height: 10px;
	background-position: -3686px 0px;
}

.iti__flag.iti__ng {
	height: 10px;
	background-position: -3708px 0px;
}

.iti__flag.iti__ni {
	height: 12px;
	background-position: -3730px 0px;
}

.iti__flag.iti__nl {
	height: 14px;
	background-position: -3752px 0px;
}

.iti__flag.iti__no {
	height: 15px;
	background-position: -3774px 0px;
}

.iti__flag.iti__np {
	height: 15px;
	background-position: -3796px 0px;
}

.iti__flag.iti__nr {
	height: 10px;
	background-position: -3811px 0px;
}

.iti__flag.iti__nu {
	height: 10px;
	background-position: -3833px 0px;
}

.iti__flag.iti__nz {
	height: 10px;
	background-position: -3855px 0px;
}

.iti__flag.iti__om {
	height: 10px;
	background-position: -3877px 0px;
}

.iti__flag.iti__pa {
	height: 14px;
	background-position: -3899px 0px;
}

.iti__flag.iti__pe {
	height: 14px;
	background-position: -3921px 0px;
}

.iti__flag.iti__pf {
	height: 14px;
	background-position: -3943px 0px;
}

.iti__flag.iti__pg {
	height: 15px;
	background-position: -3965px 0px;
}

.iti__flag.iti__ph {
	height: 10px;
	background-position: -3987px 0px;
}

.iti__flag.iti__pk {
	height: 14px;
	background-position: -4009px 0px;
}

.iti__flag.iti__pl {
	height: 13px;
	background-position: -4031px 0px;
}

.iti__flag.iti__pm {
	height: 14px;
	background-position: -4053px 0px;
}

.iti__flag.iti__pn {
	height: 10px;
	background-position: -4075px 0px;
}

.iti__flag.iti__pr {
	height: 14px;
	background-position: -4097px 0px;
}

.iti__flag.iti__ps {
	height: 10px;
	background-position: -4119px 0px;
}

.iti__flag.iti__pt {
	height: 14px;
	background-position: -4141px 0px;
}

.iti__flag.iti__pw {
	height: 13px;
	background-position: -4163px 0px;
}

.iti__flag.iti__py {
	height: 11px;
	background-position: -4185px 0px;
}

.iti__flag.iti__qa {
	height: 8px;
	background-position: -4207px 0px;
}

.iti__flag.iti__re {
	height: 14px;
	background-position: -4229px 0px;
}

.iti__flag.iti__ro {
	height: 14px;
	background-position: -4251px 0px;
}

.iti__flag.iti__rs {
	height: 14px;
	background-position: -4273px 0px;
}

.iti__flag.iti__ru {
	height: 14px;
	background-position: -4295px 0px;
}

.iti__flag.iti__rw {
	height: 14px;
	background-position: -4317px 0px;
}

.iti__flag.iti__sa {
	height: 14px;
	background-position: -4339px 0px;
}

.iti__flag.iti__sb {
	height: 10px;
	background-position: -4361px 0px;
}

.iti__flag.iti__sc {
	height: 10px;
	background-position: -4383px 0px;
}

.iti__flag.iti__sd {
	height: 10px;
	background-position: -4405px 0px;
}

.iti__flag.iti__se {
	height: 13px;
	background-position: -4427px 0px;
}

.iti__flag.iti__sg {
	height: 14px;
	background-position: -4449px 0px;
}

.iti__flag.iti__sh {
	height: 10px;
	background-position: -4471px 0px;
}

.iti__flag.iti__si {
	height: 10px;
	background-position: -4493px 0px;
}

.iti__flag.iti__sj {
	height: 15px;
	background-position: -4515px 0px;
}

.iti__flag.iti__sk {
	height: 14px;
	background-position: -4537px 0px;
}

.iti__flag.iti__sl {
	height: 14px;
	background-position: -4559px 0px;
}

.iti__flag.iti__sm {
	height: 15px;
	background-position: -4581px 0px;
}

.iti__flag.iti__sn {
	height: 14px;
	background-position: -4603px 0px;
}

.iti__flag.iti__so {
	height: 14px;
	background-position: -4625px 0px;
}

.iti__flag.iti__sr {
	height: 14px;
	background-position: -4647px 0px;
}

.iti__flag.iti__ss {
	height: 10px;
	background-position: -4669px 0px;
}

.iti__flag.iti__st {
	height: 10px;
	background-position: -4691px 0px;
}

.iti__flag.iti__sv {
	height: 12px;
	background-position: -4713px 0px;
}

.iti__flag.iti__sx {
	height: 14px;
	background-position: -4735px 0px;
}

.iti__flag.iti__sy {
	height: 14px;
	background-position: -4757px 0px;
}

.iti__flag.iti__sz {
	height: 14px;
	background-position: -4779px 0px;
}

.iti__flag.iti__ta {
	height: 10px;
	background-position: -4801px 0px;
}

.iti__flag.iti__tc {
	height: 10px;
	background-position: -4823px 0px;
}

.iti__flag.iti__td {
	height: 14px;
	background-position: -4845px 0px;
}

.iti__flag.iti__tf {
	height: 14px;
	background-position: -4867px 0px;
}

.iti__flag.iti__tg {
	height: 13px;
	background-position: -4889px 0px;
}

.iti__flag.iti__th {
	height: 14px;
	background-position: -4911px 0px;
}

.iti__flag.iti__tj {
	height: 10px;
	background-position: -4933px 0px;
}

.iti__flag.iti__tk {
	height: 10px;
	background-position: -4955px 0px;
}

.iti__flag.iti__tl {
	height: 10px;
	background-position: -4977px 0px;
}

.iti__flag.iti__tm {
	height: 14px;
	background-position: -4999px 0px;
}

.iti__flag.iti__tn {
	height: 14px;
	background-position: -5021px 0px;
}

.iti__flag.iti__to {
	height: 10px;
	background-position: -5043px 0px;
}

.iti__flag.iti__tr {
	height: 14px;
	background-position: -5065px 0px;
}

.iti__flag.iti__tt {
	height: 12px;
	background-position: -5087px 0px;
}

.iti__flag.iti__tv {
	height: 10px;
	background-position: -5109px 0px;
}

.iti__flag.iti__tw {
	height: 14px;
	background-position: -5131px 0px;
}

.iti__flag.iti__tz {
	height: 14px;
	background-position: -5153px 0px;
}

.iti__flag.iti__ua {
	height: 14px;
	background-position: -5175px 0px;
}

.iti__flag.iti__ug {
	height: 14px;
	background-position: -5197px 0px;
}

.iti__flag.iti__um {
	height: 11px;
	background-position: -5219px 0px;
}

.iti__flag.iti__un {
	height: 14px;
	background-position: -5241px 0px;
}

.iti__flag.iti__us {
	height: 11px;
	background-position: -5263px 0px;
}

.iti__flag.iti__uy {
	height: 14px;
	background-position: -5285px 0px;
}

.iti__flag.iti__uz {
	height: 10px;
	background-position: -5307px 0px;
}

.iti__flag.iti__va {
	height: 15px;
	background-position: -5329px 0px;
}

.iti__flag.iti__vc {
	height: 14px;
	background-position: -5346px 0px;
}

.iti__flag.iti__ve {
	height: 14px;
	background-position: -5368px 0px;
}

.iti__flag.iti__vg {
	height: 10px;
	background-position: -5390px 0px;
}

.iti__flag.iti__vi {
	height: 14px;
	background-position: -5412px 0px;
}

.iti__flag.iti__vn {
	height: 14px;
	background-position: -5434px 0px;
}

.iti__flag.iti__vu {
	height: 12px;
	background-position: -5456px 0px;
}

.iti__flag.iti__wf {
	height: 14px;
	background-position: -5478px 0px;
}

.iti__flag.iti__ws {
	height: 10px;
	background-position: -5500px 0px;
}

.iti__flag.iti__xk {
	height: 15px;
	background-position: -5522px 0px;
}

.iti__flag.iti__ye {
	height: 14px;
	background-position: -5544px 0px;
}

.iti__flag.iti__yt {
	height: 14px;
	background-position: -5566px 0px;
}

.iti__flag.iti__za {
	height: 14px;
	background-position: -5588px 0px;
}

.iti__flag.iti__zm {
	height: 14px;
	background-position: -5610px 0px;
}

.iti__flag.iti__zw {
	height: 10px;
	background-position: -5632px 0px;
}

.iti__flag {
	height: 15px;
	box-shadow: 0px 0px 1px 0px #888;
	background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/img/flags.png");
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	background-position: 20px 0;
}

.iti__flag.nitro-lazy {
	background-image: none !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.iti__flag {
		background-image: url("https://cdn-ilacpnh.nitrocdn.com/zjtPDbPQqyrXhImWluIboBAbvdwAPhGs/assets/images/optimized/rev-4d688ab/www.bluemagiclinic.com/wp-content/themes/bluemagic/img/flags@2x.png");
	}
	
	.iti__flag.nitro-lazy {
		background-image: none !important;
	}
}

.iti__flag.iti__np {
	background-color: transparent;
}
