/*# sourceMappingURL=main.css.map*/

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!../node_modules/import-glob/index.js!./styles/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
	--content-size: 66.5rem;
	--wide-size: 110.375rem;
	--wider-size: 133rem;
}

.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .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-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: .0833333337em;
	vertical-align: .125em;
}

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

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

.fa-xl {
	font-size: 1.5em;
	line-height: .0416666682em;
	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);
	line-height: inherit;
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
}

.fa-border {
	border-color: var(--fa-border-color, #eee);
	border-radius: var(--fa-border-radius, .1em);
	border-style: var(--fa-border-style, solid);
	border-width: var(--fa-border-width, .08em);
	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 {
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-name: fa-beat;
	animation-name: fa-beat;
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

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

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

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

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

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

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

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

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

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

.fa-pulse, .fa-spin-pulse {
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
	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 {
		-webkit-animation-delay: -1ms;
		animation-delay: -1ms;
		-webkit-animation-duration: 1ms;
		animation-duration: 1ms;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-duration: 0s;
		transition-duration: 0s;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-rotate-by {
	-webkit-transform: rotate(var(--fa-rotate-angle, 0));
	-ms-transform: rotate(var(--fa-rotate-angle, 0));
	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:before {
	content: "0";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mars-double:before {
	content: "";
}

.fa-child-dress:before {
	content: "";
}

.fa-users-between-lines:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-face-grin-tears:before, .fa-grin-tears:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-calendar-times:before, .fa-calendar-xmark:before {
	content: "";
}

.fa-child-reaching:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-user-cog:before, .fa-user-gear:before {
	content: "";
}

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-mosquito-net:before {
	content: "";
}

.fa-bridge-water:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-digging:before, .fa-person-digging:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-quote-right-alt:before, .fa-quote-right:before {
	content: "";
}

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-tenge-sign:before, .fa-tenge:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-hands-holding:before {
	content: "";
}

.fa-hands-clapping:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-person-circle-xmark:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-j:before {
	content: "J";
}

.fa-users-viewfinder:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-external-link-alt:before, .fa-up-right-from-square:before {
	content: "";
}

.fa-table-cells:before, .fa-th:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-bible:before, .fa-book-bible:before {
	content: "";
}

.fa-o:before {
	content: "O";
}

.fa-medkit:before, .fa-suitcase-medical:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-female:before, .fa-person-dress:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-briefcase-clock:before, .fa-business-time:before {
	content: "";
}

.fa-table-cells-large:before, .fa-th-large:before {
	content: "";
}

.fa-book-tanakh:before, .fa-tanakh:before {
	content: "";
}

.fa-phone-volume:before, .fa-volume-control-phone:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-clipboard-user:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-plane-lock:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-angle-double-up:before, .fa-angles-up:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-arrow-right-to-city:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-litecoin-sign:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-circle-nodes:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-truck-field-un:before {
	content: "";
}

.fa-hourglass-empty:before, .fa-hourglass:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-user-doctor:before, .fa-user-md:before {
	content: "";
}

.fa-circle-info:before, .fa-info-circle:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-camera-alt:before, .fa-camera:before {
	content: "";
}

.fa-square-virus:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-car-on:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
	content: "";
}

.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-person-cane:before {
	content: "";
}

.fa-tent:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
	content: "";
}

.fa-money-bill-wheat:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-hard-drive:before, .fa-hdd:before {
	content: "";
}

.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-list-alt:before, .fa-rectangle-list:before {
	content: "";
}

.fa-tarp-droplet:before {
	content: "";
}

.fa-house-medical-circle-check:before {
	content: "";
}

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
	content: "";
}

.fa-subway:before, .fa-train-subway:before {
	content: "";
}

.fa-chart-gantt:before {
	content: "";
}

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
	content: "";
}

.fa-crop-alt:before, .fa-crop-simple:before {
	content: "";
}

.fa-money-bill-1:before, .fa-money-bill-alt:before {
	content: "";
}

.fa-left-long:before, .fa-long-arrow-alt-left:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-minus:before, .fa-subtract:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-arrow-left-long:before, .fa-long-arrow-left:before {
	content: "";
}

.fa-plug-circle-check:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-franc-sign:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before {
	content: "";
}

.fa-cog:before, .fa-gear:before {
	content: "";
}

.fa-droplet-slash:before, .fa-tint-slash:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-mosquito:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-person-military-rifle:before {
	content: "";
}

.fa-cart-shopping:before, .fa-shopping-cart:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-plug-circle-plus:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-arrow-turn-up:before, .fa-level-up:before {
	content: "";
}

.fa-u:before {
	content: "U";
}

.fa-square-root-alt:before, .fa-square-root-variable:before {
	content: "";
}

.fa-clock-four:before, .fa-clock:before {
	content: "";
}

.fa-backward-step:before, .fa-step-backward:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-baseball-bat-ball:before {
	content: "";
}

.fa-s:before {
	content: "S";
}

.fa-timeline:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-clinic-medical:before, .fa-house-chimney-medical:before {
	content: "";
}

.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
	content: "";
}

.fa-plane-up:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-half:before {
	content: "";
}

.fa-mountain-city:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-sliders-h:before, .fa-sliders:before {
	content: "";
}

.fa-folder-tree:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-cent-sign:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-person-pregnant:before {
	content: "";
}

.fa-wand-sparkles:before {
	content: "";
}

.fa-ellipsis-v:before, .fa-ellipsis-vertical:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-long-arrow-alt-right:before, .fa-right-long:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-laptop-file:before {
	content: "";
}

.fa-teletype:before, .fa-tty:before {
	content: "";
}

.fa-diagram-next:before {
	content: "";
}

.fa-person-rifle:before {
	content: "";
}

.fa-house-medical-circle-exclamation:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-hiking:before, .fa-person-hiking:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-people-pulling:before {
	content: "";
}

.fa-n:before {
	content: "N";
}

.fa-cable-car:before, .fa-tram:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-building-circle-xmark:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-arrows-down-to-line:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-face-grin:before, .fa-grin:before {
	content: "";
}

.fa-backspace:before, .fa-delete-left:before {
	content: "";
}

.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
	content: "";
}

.fa-file-circle-check:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-mobile-android:before, .fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-face-meh:before, .fa-meh:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-book-dead:before, .fa-book-skull:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-heart-circle-exclamation:before {
	content: "";
}

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-b:before {
	content: "B";
}

.fa-file-medical:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
	content: "";
}

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
	content: "";
}

.fa-cutlery:before, .fa-utensils:before {
	content: "";
}

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
	content: "";
}

.fa-mill-sign:before {
	content: "";
}

.fa-bowl-rice:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-broadcast-tower:before, .fa-tower-broadcast:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-long-arrow-alt-up:before, .fa-up-long:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-hurricane:before {
	content: "";
}

.fa-mound:before {
	content: "";
}

.fa-toilet-portable:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-file-arrow-down:before, .fa-file-download:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-shield-cat:before {
	content: "";
}

.fa-bolt:before, .fa-zap:before {
	content: "";
}

.fa-glass-water:before {
	content: "";
}

.fa-oil-well:before {
	content: "";
}

.fa-vault:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-plane-circle-xmark:before {
	content: "";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen-sign:before, .fa-yen:before {
	content: "";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble-sign:before, .fa-ruble:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-bore-hole:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
	content: "";
}

.fa-arrows-turn-to-dots:before {
	content: "";
}

.fa-florin-sign:before {
	content: "";
}

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
	content: "";
}

.fa-less-than:before {
	content: "<";
}

.fa-angle-down:before {
	content: "";
}

.fa-car-tunnel:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-arrow-right-long:before, .fa-long-arrow-right:before {
	content: "";
}

.fa-anchor-circle-xmark:before {
	content: "";
}

.fa-ellipsis-h:before, .fa-ellipsis:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-first-aid:before, .fa-kit-medical:before {
	content: "";
}

.fa-person-through-window:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-hands-holding-circle:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-credit-card-alt:before, .fa-credit-card:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-hand-holding-hand:before {
	content: "";
}

.fa-book-open-reader:before, .fa-book-reader:before {
	content: "";
}

.fa-mountain-sun:before {
	content: "";
}

.fa-arrows-left-right-to-line:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-truck-droplet:before {
	content: "";
}

.fa-file-circle-xmark:before {
	content: "";
}

.fa-temperature-arrow-up:before, .fa-temperature-up:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-h-square:before, .fa-square-h:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-plug-circle-xmark:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-hands-helping:before, .fa-handshake-angle:before {
	content: "";
}

.fa-location-dot:before, .fa-map-marker-alt:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-greater-than:before {
	content: ">";
}

.fa-person-swimming:before, .fa-swimmer:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-droplet:before, .fa-tint:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
	content: "";
}

.fa-person-burst:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-section:before {
	content: "";
}

.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-blind:before, .fa-person-walking-with-cane:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-heart-circle-bolt:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-check-to-slot:before, .fa-vote-yea:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-assistive-listening-systems:before, .fa-ear-listen:before {
	content: "";
}

.fa-tree-city:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-table-cells-row-lock:before {
	content: "";
}

.fa-rupiah-sign:before {
	content: "";
}

.fa-magnifying-glass:before, .fa-search:before {
	content: "";
}

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
	content: "";
}

.fa-diagnoses:before, .fa-person-dots-from-line:before {
	content: "";
}

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
	content: "";
}

.fa-naira-sign:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-walkie-talkie:before {
	content: "";
}

.fa-file-edit:before, .fa-file-pen:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-pen-square:before, .fa-pencil-square:before, .fa-square-pen:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-person-circle-exclamation:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-battery-5:before, .fa-battery-full:before, .fa-battery:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-code-compare:before {
	content: "";
}

.fa-list-dots:before, .fa-list-ul:before {
	content: "";
}

.fa-school-lock:before {
	content: "";
}

.fa-tower-cell:before {
	content: "";
}

.fa-down-long:before, .fa-long-arrow-alt-down:before {
	content: "";
}

.fa-ranking-star:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-person-harassing:before {
	content: "";
}

.fa-brazilian-real-sign:before {
	content: "";
}

.fa-landmark-alt:before, .fa-landmark-dome:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
	content: "";
}

.fa-shrimp:before {
	content: "";
}

.fa-list-check:before, .fa-tasks:before {
	content: "";
}

.fa-jug-detergent:before {
	content: "";
}

.fa-circle-user:before, .fa-user-circle:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-car-burst:before, .fa-car-crash:before {
	content: "";
}

.fa-y:before {
	content: "Y";
}

.fa-person-snowboarding:before, .fa-snowboarding:before {
	content: "";
}

.fa-shipping-fast:before, .fa-truck-fast:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-adjust:before, .fa-circle-half-stroke:before {
	content: "";
}

.fa-clapperboard:before {
	content: "";
}

.fa-circle-radiation:before, .fa-radiation-alt:before {
	content: "";
}

.fa-baseball-ball:before, .fa-baseball:before {
	content: "";
}

.fa-jet-fighter-up:before {
	content: "";
}

.fa-diagram-project:before, .fa-project-diagram:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-grip-horizontal:before, .fa-grip:before {
	content: "";
}

.fa-share-from-square:before, .fa-share-square:before {
	content: "";
}

.fa-child-combatant:before, .fa-child-rifle:before {
	content: "";
}

.fa-gun:before {
	content: "";
}

.fa-phone-square:before, .fa-square-phone:before {
	content: "";
}

.fa-add:before, .fa-plus:before {
	content: "+";
}

.fa-expand:before {
	content: "";
}

.fa-computer:before {
	content: "";
}

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
	content: "";
}

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
	content: "";
}

.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
	content: "";
}

.fa-peso-sign:before {
	content: "";
}

.fa-building-shield:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-users-line:before {
	content: "";
}

.fa-quote-left-alt:before, .fa-quote-left:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trash-arrow-up:before, .fa-trash-restore:before {
	content: "";
}

.fa-arrow-down-up-lock:before {
	content: "";
}

.fa-lines-leaning:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-equals:before {
	content: "=";
}

.fa-blender:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-ils:before, .fa-shekel-sign:before, .fa-shekel:before, .fa-sheqel-sign:before, .fa-sheqel:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-photo-film:before, .fa-photo-video:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-arrow-trend-up:before {
	content: "";
}

.fa-plug-circle-minus:before {
	content: "";
}

.fa-sign-hanging:before, .fa-sign:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-tablet-android:before, .fa-tablet:before {
	content: "";
}

.fa-school-flag:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-notdef:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-car-alt:before, .fa-car-rear:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-quarter:before {
	content: "";
}

.fa-radio:before {
	content: "";
}

.fa-baby-carriage:before, .fa-carriage-baby:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-percent:before, .fa-percentage:before {
	content: "%";
}

.fa-truck-moving:before {
	content: "";
}

.fa-glass-water-droplet:before {
	content: "";
}

.fa-display:before {
	content: "";
}

.fa-face-smile:before, .fa-smile:before {
	content: "";
}

.fa-thumb-tack:before, .fa-thumbtack:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-person-praying:before, .fa-pray:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-rotate:before, .fa-sync-alt:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-cogs:before, .fa-gears:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-arrow-up-right-dots:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-face-grin-hearts:before, .fa-grin-hearts:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-transgender-alt:before, .fa-transgender:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-arrow-turn-down:before, .fa-level-down:before {
	content: "";
}

.fa-person-falling-burst:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-ticket-alt:before, .fa-ticket-simple:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-angle-double-left:before, .fa-angles-left:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-clock-rotate-left:before, .fa-history:before {
	content: "";
}

.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
	content: "";
}

.fa-arrow-right-from-file:before, .fa-file-export:before {
	content: "";
}

.fa-shield-blank:before, .fa-shield:before {
	content: "";
}

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
	content: "";
}

.fa-house-medical:before {
	content: "";
}

.fa-golf-ball-tee:before, .fa-golf-ball:before {
	content: "";
}

.fa-chevron-circle-left:before, .fa-circle-chevron-left:before {
	content: "";
}

.fa-house-chimney-window:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-tent-arrow-turn-left:before {
	content: "";
}

.fa-tents:before {
	content: "";
}

.fa-magic:before, .fa-wand-magic:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-biking:before, .fa-person-biking:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-shield-heart:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-earth-oceania:before, .fa-globe-oceania:before {
	content: "";
}

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
	content: "";
}

.fa-hashtag:before {
	content: "#";
}

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-t:before {
	content: "T";
}

.fa-hippo:before {
	content: "";
}

.fa-chart-column:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-vial-circle-check:before {
	content: "";
}

.fa-person-arrow-down-to-line:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-person-walking-luggage:before {
	content: "";
}

.fa-arrows-alt-v:before, .fa-up-down:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-bahai:before, .fa-haykal:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-circle-plus:before, .fa-plus-circle:before {
	content: "";
}

.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-plug-circle-exclamation:before {
	content: "";
}

.fa-chain-broken:before, .fa-chain-slash:before, .fa-link-slash:before, .fa-unlink:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-person-walking-arrow-loop-left:before {
	content: "";
}

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-fire-alt:before, .fa-fire-flame-curved:before {
	content: "";
}

.fa-tornado:before {
	content: "";
}

.fa-file-circle-plus:before {
	content: "";
}

.fa-book-quran:before, .fa-quran:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-angry:before, .fa-face-angry:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-arrow-trend-down:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-balance-scale:before, .fa-scale-balanced:before {
	content: "";
}

.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-desktop-alt:before, .fa-desktop:before {
	content: "";
}

.fa-m:before {
	content: "M";
}

.fa-table-list:before, .fa-th-list:before {
	content: "";
}

.fa-comment-sms:before, .fa-sms:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-battery-4:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-house-circle-check:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-diagram-successor:before {
	content: "";
}

.fa-truck-arrow-right:before {
	content: "";
}

.fa-arrows-split-up-and-left:before {
	content: "";
}

.fa-fist-raised:before, .fa-hand-fist:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-person-falling:before {
	content: "";
}

.fa-image-portrait:before, .fa-portrait:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-rug:before {
	content: "";
}

.fa-earth-europe:before, .fa-globe-europe:before {
	content: "";
}

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
	content: "";
}

.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-baht-sign:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-journal-whills:before, .fa-journal-whills:before {
	content: "";
}

.fa-handcuffs:before {
	content: "";
}

.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-bottle-droplet:before {
	content: "";
}

.fa-mask-face:before {
	content: "";
}

.fa-hill-rockslide:before {
	content: "";
}

.fa-exchange-alt:before, .fa-right-left:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-road-circle-exclamation:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
	content: "";
}

.fa-arrows-up-down:before, .fa-arrows-v:before {
	content: "";
}

.fa-face-grimace:before, .fa-grimace:before {
	content: "";
}

.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
	content: "";
}

.fa-level-down-alt:before, .fa-turn-down:before {
	content: "";
}

.fa-person-walking-arrow-right:before {
	content: "";
}

.fa-envelope-square:before, .fa-square-envelope:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-band-aid:before, .fa-bandage:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-earth-asia:before, .fa-globe-asia:before {
	content: "";
}

.fa-id-card-alt:before, .fa-id-card-clip:before {
	content: "";
}

.fa-magnifying-glass-plus:before, .fa-search-plus:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-allergies:before, .fa-hand-dots:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-coffee:before, .fa-mug-saucer:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-magnifying-glass-minus:before, .fa-search-minus:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-user-alt:before, .fa-user-large:before {
	content: "";
}

.fa-train-tram:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-jar:before {
	content: "";
}

.fa-note-sticky:before, .fa-sticky-note:before {
	content: "";
}

.fa-bug-slash:before {
	content: "";
}

.fa-arrow-up-from-water-pump:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-face-sad-tear:before, .fa-sad-tear:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-tent-arrows-down:before {
	content: "";
}

.fa-exclamation:before {
	content: "!";
}

.fa-arrows-spin:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before {
	content: "";
}

.fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before {
	content: "$";
}

.fa-x:before {
	content: "X";
}

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
	content: "";
}

.fa-users-cog:before, .fa-users-gear:before {
	content: "";
}

.fa-person-military-pointing:before {
	content: "";
}

.fa-bank:before, .fa-building-columns:before, .fa-institution:before, .fa-museum:before, .fa-university:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-trowel:before {
	content: "";
}

.fa-d:before {
	content: "D";
}

.fa-stapler:before {
	content: "";
}

.fa-masks-theater:before, .fa-theater-masks:before {
	content: "";
}

.fa-kip-sign:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-handshake-alt:before, .fa-handshake-simple:before {
	content: "";
}

.fa-fighter-jet:before, .fa-jet-fighter:before {
	content: "";
}

.fa-share-alt-square:before, .fa-square-share-nodes:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-plus-minus:before {
	content: "";
}

.fa-video-camera:before, .fa-video:before {
	content: "";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-person-circle-check:before {
	content: "";
}

.fa-level-up-alt:before, .fa-turn-up:before {
	content: "";
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
	clip: rect(0, 0, 0, 0);
	border-width: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

: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;
}

: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:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-pixiv:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-js-square:before, .fa-square-js:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-jxl:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-reddit-square:before, .fa-square-reddit:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-square-font-awesome:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-brave:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-instagram-square:before, .fa-square-instagram:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-hacker-news-square:before, .fa-square-hacker-news:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-threads:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-snapchat-square:before, .fa-square-snapchat:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-square-viadeo:before, .fa-viadeo-square:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-opensuse:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-dribbble-square:before, .fa-square-dribbble:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-debian:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-square-twitter:before, .fa-twitter-square:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-golang:before {
	content: "";
}

.fa-kickstarter:before, .fa-square-kickstarter:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-square-youtube:before, .fa-youtube-square:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-rendact:before, .fa-wpressr:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-nfc-directional:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-meta:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-square-letterboxd:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-shoelace:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-square-steam:before, .fa-steam-square:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-square-vimeo:before, .fa-vimeo-square:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-padlet:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-github-square:before, .fa-square-github:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-square-threads:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-google-scholar:before {
	content: "";
}

.fa-gitlab-square:before, .fa-square-gitlab:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-odnoklassniki-square:before, .fa-square-odnoklassniki:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-hashnode:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-pinterest-square:before, .fa-square-pinterest:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-signal-messenger:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-nfc-symbol:before {
	content: "";
}

.fa-mintbit:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-brave-reverse:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-google-plus-square:before, .fa-square-google-plus:before {
	content: "";
}

.fa-web-awesome:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-square-xing:before, .fa-xing-square:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-letterboxd:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-bilibili:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-x-twitter:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-42-group:before, .fa-innosoft:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-pied-piper-square:before, .fa-square-pied-piper:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-square-web-awesome-stroke:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-facebook-square:before, .fa-square-facebook:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-lastfm-square:before, .fa-square-lastfm:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-cmplid:before {
	content: "";
}

.fa-upwork:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-square-upwork:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-screenpal:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-square-web-awesome:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-wirsindhandwerk:before, .fa-wsh:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-bluesky:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-snapchat-ghost:before, .fa-snapchat:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-behance-square:before, .fa-square-behance:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-webflow:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-space-awesome:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-git-square:before, .fa-square-git:before {
	content: "";
}

.fa-square-tumblr:before, .fa-tumblr-square:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-bots:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-stubber:before {
	content: "";
}

.fa-telegram-plane:before, .fa-telegram:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-odysee:before {
	content: "";
}

.fa-square-whatsapp:before, .fa-whatsapp-square:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-slack-hash:before, .fa-slack:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-square-x-twitter:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-medium-m:before, .fa-medium:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-sitrox:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-pix:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
	border-bottom: 0;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden], template {
	display: none;
}

[data-whatinput=mouse] *, [data-whatinput=mouse] :focus, [data-whatinput=touch] *, [data-whatinput=touch] :focus, [data-whatintent=mouse] *, [data-whatintent=mouse] :focus, [data-whatintent=touch] *, [data-whatintent=touch] :focus {
	outline: none;
}

[draggable=false] {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

.foundation-mq {
	font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}

*, :after, :before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #000;
	font-family: Manrope-Light;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

textarea {
	border-radius: 0;
	height: auto;
	min-height: 50px;
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
	max-width: none !important;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0);
	border: 0;
	border-radius: 0;
	cursor: auto;
	line-height: 1;
	padding: 0;
}

[data-whatinput=mouse] button {
	outline: 0;
}

pre {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

.row:after, .row:before {
	content: " ";
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.row:after {
	clear: both;
}

.row.gutter-small > .column, .row.gutter-small > .columns {
	padding-left: .625rem;
	padding-right: .625rem;
}

.row.gutter-medium > .column, .row.gutter-medium > .columns {
	padding-left: .9375rem;
	padding-right: .9375rem;
}

.column, .columns {
	float: left;
	width: 100%;
}

.column, .column:last-child:not(:first-child), .columns {
	clear: none;
	float: left;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
	float: left;
}

.small-1 {
	width: 8.3333333333%;
}

.small-push-1 {
	left: 8.3333333333%;
	position: relative;
}

.small-pull-1 {
	left: -8.3333333333%;
	position: relative;
}

.small-2 {
	width: 16.6666666667%;
}

.small-push-2 {
	left: 16.6666666667%;
	position: relative;
}

.small-pull-2 {
	left: -16.6666666667%;
	position: relative;
}

.small-3 {
	width: 25%;
}

.small-push-3 {
	left: 25%;
	position: relative;
}

.small-pull-3 {
	left: -25%;
	position: relative;
}

.small-4 {
	width: 33.3333333333%;
}

.small-push-4 {
	left: 33.3333333333%;
	position: relative;
}

.small-pull-4 {
	left: -33.3333333333%;
	position: relative;
}

.small-5 {
	width: 41.6666666667%;
}

.small-push-5 {
	left: 41.6666666667%;
	position: relative;
}

.small-pull-5 {
	left: -41.6666666667%;
	position: relative;
}

.small-6 {
	width: 50%;
}

.small-push-6 {
	left: 50%;
	position: relative;
}

.small-pull-6 {
	left: -50%;
	position: relative;
}

.small-7 {
	width: 58.3333333333%;
}

.small-push-7 {
	left: 58.3333333333%;
	position: relative;
}

.small-pull-7 {
	left: -58.3333333333%;
	position: relative;
}

.small-8 {
	width: 66.6666666667%;
}

.small-push-8 {
	left: 66.6666666667%;
	position: relative;
}

.small-pull-8 {
	left: -66.6666666667%;
	position: relative;
}

.small-9 {
	width: 75%;
}

.small-push-9 {
	left: 75%;
	position: relative;
}

.small-pull-9 {
	left: -75%;
	position: relative;
}

.small-10 {
	width: 83.3333333333%;
}

.small-push-10 {
	left: 83.3333333333%;
	position: relative;
}

.small-pull-10 {
	left: -83.3333333333%;
	position: relative;
}

.small-11 {
	width: 91.6666666667%;
}

.small-push-11 {
	left: 91.6666666667%;
	position: relative;
}

.small-pull-11 {
	left: -91.6666666667%;
	position: relative;
}

.small-12 {
	width: 100%;
}

.small-up-1 > .column, .small-up-1 > .columns {
	float: left;
	width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
	float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
	float: left;
	width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-2 > .column:nth-of-type(odd), .small-up-2 > .columns:nth-of-type(odd) {
	clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
	float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
	float: left;
	width: 33.3333333333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
	float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
	float: left;
	width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
	float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
	float: left;
	width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
	float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
	float: left;
	width: 16.6666666667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
	clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
	float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
	float: left;
	width: 14.2857142857%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
	clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
	float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
	float: left;
	width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
	clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
	float: left;
}

.expanded.row .small-collapse.row, .small-collapse .row {
	margin-left: 0;
	margin-right: 0;
}

.small-centered {
	margin-left: auto;
	margin-right: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
	clear: both;
	float: none;
}

.small-pull-0, .small-push-0, .small-uncentered {
	margin-left: 0;
	margin-right: 0;
	position: static;
}

.small-pull-0, .small-pull-0:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-uncentered, .small-uncentered:last-child:not(:first-child) {
	clear: none;
	float: left;
}

.small-pull-0:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-uncentered:last-child:not(:first-child) {
	float: right;
}

@media print,screen and (min-width:48em) {
	.medium-1 {
		width: 8.3333333333%;
	}
	
	.medium-push-1 {
		left: 8.3333333333%;
		position: relative;
	}
	
	.medium-pull-1 {
		left: -8.3333333333%;
		position: relative;
	}
	
	.medium-offset-0 {
		margin-left: 0;
	}
	
	.medium-2 {
		width: 16.6666666667%;
	}
	
	.medium-push-2 {
		left: 16.6666666667%;
		position: relative;
	}
	
	.medium-pull-2 {
		left: -16.6666666667%;
		position: relative;
	}
	
	.medium-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.medium-3 {
		width: 25%;
	}
	
	.medium-push-3 {
		left: 25%;
		position: relative;
	}
	
	.medium-pull-3 {
		left: -25%;
		position: relative;
	}
	
	.medium-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.medium-4 {
		width: 33.3333333333%;
	}
	
	.medium-push-4 {
		left: 33.3333333333%;
		position: relative;
	}
	
	.medium-pull-4 {
		left: -33.3333333333%;
		position: relative;
	}
	
	.medium-offset-3 {
		margin-left: 25%;
	}
	
	.medium-5 {
		width: 41.6666666667%;
	}
	
	.medium-push-5 {
		left: 41.6666666667%;
		position: relative;
	}
	
	.medium-pull-5 {
		left: -41.6666666667%;
		position: relative;
	}
	
	.medium-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.medium-6 {
		width: 50%;
	}
	
	.medium-push-6 {
		left: 50%;
		position: relative;
	}
	
	.medium-pull-6 {
		left: -50%;
		position: relative;
	}
	
	.medium-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.medium-7 {
		width: 58.3333333333%;
	}
	
	.medium-push-7 {
		left: 58.3333333333%;
		position: relative;
	}
	
	.medium-pull-7 {
		left: -58.3333333333%;
		position: relative;
	}
	
	.medium-offset-6 {
		margin-left: 50%;
	}
	
	.medium-8 {
		width: 66.6666666667%;
	}
	
	.medium-push-8 {
		left: 66.6666666667%;
		position: relative;
	}
	
	.medium-pull-8 {
		left: -66.6666666667%;
		position: relative;
	}
	
	.medium-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.medium-9 {
		width: 75%;
	}
	
	.medium-push-9 {
		left: 75%;
		position: relative;
	}
	
	.medium-pull-9 {
		left: -75%;
		position: relative;
	}
	
	.medium-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.medium-10 {
		width: 83.3333333333%;
	}
	
	.medium-push-10 {
		left: 83.3333333333%;
		position: relative;
	}
	
	.medium-pull-10 {
		left: -83.3333333333%;
		position: relative;
	}
	
	.medium-offset-9 {
		margin-left: 75%;
	}
	
	.medium-11 {
		width: 91.6666666667%;
	}
	
	.medium-push-11 {
		left: 91.6666666667%;
		position: relative;
	}
	
	.medium-pull-11 {
		left: -91.6666666667%;
		position: relative;
	}
	
	.medium-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.medium-12 {
		width: 100%;
	}
	
	.medium-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.medium-up-1 > .column, .medium-up-1 > .columns {
		float: left;
		width: 100%;
	}
	
	.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}
	
	.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
		float: left;
	}
	
	.medium-up-2 > .column, .medium-up-2 > .columns {
		float: left;
		width: 50%;
	}
	
	.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-up-2 > .column:nth-of-type(odd), .medium-up-2 > .columns:nth-of-type(odd) {
		clear: both;
	}
	
	.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
		float: left;
	}
	
	.medium-up-3 > .column, .medium-up-3 > .columns {
		float: left;
		width: 33.3333333333%;
	}
	
	.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}
	
	.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
		float: left;
	}
	
	.medium-up-4 > .column, .medium-up-4 > .columns {
		float: left;
		width: 25%;
	}
	
	.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}
	
	.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
		float: left;
	}
	
	.medium-up-5 > .column, .medium-up-5 > .columns {
		float: left;
		width: 20%;
	}
	
	.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}
	
	.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
		float: left;
	}
	
	.medium-up-6 > .column, .medium-up-6 > .columns {
		float: left;
		width: 16.6666666667%;
	}
	
	.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}
	
	.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
		float: left;
	}
	
	.medium-up-7 > .column, .medium-up-7 > .columns {
		float: left;
		width: 14.2857142857%;
	}
	
	.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}
	
	.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
		float: left;
	}
	
	.medium-up-8 > .column, .medium-up-8 > .columns {
		float: left;
		width: 12.5%;
	}
	
	.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}
	
	.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
		float: left;
	}
	
	.medium-collapse > .column, .medium-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	
	.expanded.row .medium-collapse.row, .medium-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.medium-uncollapse > .column, .medium-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}
	
	.medium-centered {
		margin-left: auto;
		margin-right: auto;
	}
	
	.medium-centered, .medium-centered:last-child:not(:first-child) {
		clear: both;
		float: none;
	}
	
	.medium-pull-0, .medium-push-0, .medium-uncentered {
		margin-left: 0;
		margin-right: 0;
		position: static;
	}
	
	.medium-pull-0, .medium-pull-0:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-uncentered, .medium-uncentered:last-child:not(:first-child) {
		clear: none;
		float: left;
	}
	
	.medium-pull-0:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-uncentered:last-child:not(:first-child) {
		float: right;
	}
}

@media print,screen and (min-width:64em) {
	.large-1 {
		width: 8.3333333333%;
	}
	
	.large-push-1 {
		left: 8.3333333333%;
		position: relative;
	}
	
	.large-pull-1 {
		left: -8.3333333333%;
		position: relative;
	}
	
	.large-offset-0 {
		margin-left: 0;
	}
	
	.large-2 {
		width: 16.6666666667%;
	}
	
	.large-push-2 {
		left: 16.6666666667%;
		position: relative;
	}
	
	.large-pull-2 {
		left: -16.6666666667%;
		position: relative;
	}
	
	.large-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.large-3 {
		width: 25%;
	}
	
	.large-push-3 {
		left: 25%;
		position: relative;
	}
	
	.large-pull-3 {
		left: -25%;
		position: relative;
	}
	
	.large-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.large-4 {
		width: 33.3333333333%;
	}
	
	.large-push-4 {
		left: 33.3333333333%;
		position: relative;
	}
	
	.large-pull-4 {
		left: -33.3333333333%;
		position: relative;
	}
	
	.large-offset-3 {
		margin-left: 25%;
	}
	
	.large-5 {
		width: 41.6666666667%;
	}
	
	.large-push-5 {
		left: 41.6666666667%;
		position: relative;
	}
	
	.large-pull-5 {
		left: -41.6666666667%;
		position: relative;
	}
	
	.large-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.large-6 {
		width: 50%;
	}
	
	.large-push-6 {
		left: 50%;
		position: relative;
	}
	
	.large-pull-6 {
		left: -50%;
		position: relative;
	}
	
	.large-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.large-7 {
		width: 58.3333333333%;
	}
	
	.large-push-7 {
		left: 58.3333333333%;
		position: relative;
	}
	
	.large-pull-7 {
		left: -58.3333333333%;
		position: relative;
	}
	
	.large-offset-6 {
		margin-left: 50%;
	}
	
	.large-8 {
		width: 66.6666666667%;
	}
	
	.large-push-8 {
		left: 66.6666666667%;
		position: relative;
	}
	
	.large-pull-8 {
		left: -66.6666666667%;
		position: relative;
	}
	
	.large-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.large-9 {
		width: 75%;
	}
	
	.large-push-9 {
		left: 75%;
		position: relative;
	}
	
	.large-pull-9 {
		left: -75%;
		position: relative;
	}
	
	.large-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.large-10 {
		width: 83.3333333333%;
	}
	
	.large-push-10 {
		left: 83.3333333333%;
		position: relative;
	}
	
	.large-pull-10 {
		left: -83.3333333333%;
		position: relative;
	}
	
	.large-offset-9 {
		margin-left: 75%;
	}
	
	.large-11 {
		width: 91.6666666667%;
	}
	
	.large-push-11 {
		left: 91.6666666667%;
		position: relative;
	}
	
	.large-pull-11 {
		left: -91.6666666667%;
		position: relative;
	}
	
	.large-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.large-12 {
		width: 100%;
	}
	
	.large-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.large-up-1 > .column, .large-up-1 > .columns {
		float: left;
		width: 100%;
	}
	
	.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}
	
	.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
		float: left;
	}
	
	.large-up-2 > .column, .large-up-2 > .columns {
		float: left;
		width: 50%;
	}
	
	.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.large-up-2 > .column:nth-of-type(odd), .large-up-2 > .columns:nth-of-type(odd) {
		clear: both;
	}
	
	.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
		float: left;
	}
	
	.large-up-3 > .column, .large-up-3 > .columns {
		float: left;
		width: 33.3333333333%;
	}
	
	.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}
	
	.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
		float: left;
	}
	
	.large-up-4 > .column, .large-up-4 > .columns {
		float: left;
		width: 25%;
	}
	
	.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}
	
	.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
		float: left;
	}
	
	.large-up-5 > .column, .large-up-5 > .columns {
		float: left;
		width: 20%;
	}
	
	.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}
	
	.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
		float: left;
	}
	
	.large-up-6 > .column, .large-up-6 > .columns {
		float: left;
		width: 16.6666666667%;
	}
	
	.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}
	
	.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
		float: left;
	}
	
	.large-up-7 > .column, .large-up-7 > .columns {
		float: left;
		width: 14.2857142857%;
	}
	
	.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}
	
	.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
		float: left;
	}
	
	.large-up-8 > .column, .large-up-8 > .columns {
		float: left;
		width: 12.5%;
	}
	
	.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}
	
	.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
		float: left;
	}
	
	.large-collapse > .column, .large-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	
	.expanded.row .large-collapse.row, .large-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.large-uncollapse > .column, .large-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}
	
	.large-centered {
		margin-left: auto;
		margin-right: auto;
	}
	
	.large-centered, .large-centered:last-child:not(:first-child) {
		clear: both;
		float: none;
	}
	
	.large-pull-0, .large-push-0, .large-uncentered {
		margin-left: 0;
		margin-right: 0;
		position: static;
	}
	
	.large-pull-0, .large-pull-0:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-uncentered, .large-uncentered:last-child:not(:first-child) {
		clear: none;
		float: left;
	}
	
	.large-pull-0:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-uncentered:last-child:not(:first-child) {
		float: right;
	}
}

@media screen and (min-width:75em) {
	.xlarge-1 {
		width: 8.3333333333%;
	}
	
	.xlarge-push-1 {
		left: 8.3333333333%;
		position: relative;
	}
	
	.xlarge-pull-1 {
		left: -8.3333333333%;
		position: relative;
	}
	
	.xlarge-offset-0 {
		margin-left: 0;
	}
	
	.xlarge-2 {
		width: 16.6666666667%;
	}
	
	.xlarge-push-2 {
		left: 16.6666666667%;
		position: relative;
	}
	
	.xlarge-pull-2 {
		left: -16.6666666667%;
		position: relative;
	}
	
	.xlarge-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.xlarge-3 {
		width: 25%;
	}
	
	.xlarge-push-3 {
		left: 25%;
		position: relative;
	}
	
	.xlarge-pull-3 {
		left: -25%;
		position: relative;
	}
	
	.xlarge-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.xlarge-4 {
		width: 33.3333333333%;
	}
	
	.xlarge-push-4 {
		left: 33.3333333333%;
		position: relative;
	}
	
	.xlarge-pull-4 {
		left: -33.3333333333%;
		position: relative;
	}
	
	.xlarge-offset-3 {
		margin-left: 25%;
	}
	
	.xlarge-5 {
		width: 41.6666666667%;
	}
	
	.xlarge-push-5 {
		left: 41.6666666667%;
		position: relative;
	}
	
	.xlarge-pull-5 {
		left: -41.6666666667%;
		position: relative;
	}
	
	.xlarge-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.xlarge-6 {
		width: 50%;
	}
	
	.xlarge-push-6 {
		left: 50%;
		position: relative;
	}
	
	.xlarge-pull-6 {
		left: -50%;
		position: relative;
	}
	
	.xlarge-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.xlarge-7 {
		width: 58.3333333333%;
	}
	
	.xlarge-push-7 {
		left: 58.3333333333%;
		position: relative;
	}
	
	.xlarge-pull-7 {
		left: -58.3333333333%;
		position: relative;
	}
	
	.xlarge-offset-6 {
		margin-left: 50%;
	}
	
	.xlarge-8 {
		width: 66.6666666667%;
	}
	
	.xlarge-push-8 {
		left: 66.6666666667%;
		position: relative;
	}
	
	.xlarge-pull-8 {
		left: -66.6666666667%;
		position: relative;
	}
	
	.xlarge-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.xlarge-9 {
		width: 75%;
	}
	
	.xlarge-push-9 {
		left: 75%;
		position: relative;
	}
	
	.xlarge-pull-9 {
		left: -75%;
		position: relative;
	}
	
	.xlarge-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.xlarge-10 {
		width: 83.3333333333%;
	}
	
	.xlarge-push-10 {
		left: 83.3333333333%;
		position: relative;
	}
	
	.xlarge-pull-10 {
		left: -83.3333333333%;
		position: relative;
	}
	
	.xlarge-offset-9 {
		margin-left: 75%;
	}
	
	.xlarge-11 {
		width: 91.6666666667%;
	}
	
	.xlarge-push-11 {
		left: 91.6666666667%;
		position: relative;
	}
	
	.xlarge-pull-11 {
		left: -91.6666666667%;
		position: relative;
	}
	
	.xlarge-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.xlarge-12 {
		width: 100%;
	}
	
	.xlarge-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.xlarge-up-1 > .column, .xlarge-up-1 > .columns {
		float: left;
		width: 100%;
	}
	
	.xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}
	
	.xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
		float: left;
	}
	
	.xlarge-up-2 > .column, .xlarge-up-2 > .columns {
		float: left;
		width: 50%;
	}
	
	.xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xlarge-up-2 > .column:nth-of-type(odd), .xlarge-up-2 > .columns:nth-of-type(odd) {
		clear: both;
	}
	
	.xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
		float: left;
	}
	
	.xlarge-up-3 > .column, .xlarge-up-3 > .columns {
		float: left;
		width: 33.3333333333%;
	}
	
	.xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}
	
	.xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
		float: left;
	}
	
	.xlarge-up-4 > .column, .xlarge-up-4 > .columns {
		float: left;
		width: 25%;
	}
	
	.xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}
	
	.xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
		float: left;
	}
	
	.xlarge-up-5 > .column, .xlarge-up-5 > .columns {
		float: left;
		width: 20%;
	}
	
	.xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}
	
	.xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
		float: left;
	}
	
	.xlarge-up-6 > .column, .xlarge-up-6 > .columns {
		float: left;
		width: 16.6666666667%;
	}
	
	.xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}
	
	.xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
		float: left;
	}
	
	.xlarge-up-7 > .column, .xlarge-up-7 > .columns {
		float: left;
		width: 14.2857142857%;
	}
	
	.xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}
	
	.xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
		float: left;
	}
	
	.xlarge-up-8 > .column, .xlarge-up-8 > .columns {
		float: left;
		width: 12.5%;
	}
	
	.xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}
	
	.xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
		float: left;
	}
	
	.xlarge-collapse > .column, .xlarge-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	
	.expanded.row .xlarge-collapse.row, .xlarge-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}
	
	.xlarge-centered {
		margin-left: auto;
		margin-right: auto;
	}
	
	.xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
		clear: both;
		float: none;
	}
	
	.xlarge-pull-0, .xlarge-push-0, .xlarge-uncentered {
		margin-left: 0;
		margin-right: 0;
		position: static;
	}
	
	.xlarge-pull-0, .xlarge-pull-0:last-child:not(:first-child), .xlarge-push-0, .xlarge-push-0:last-child:not(:first-child), .xlarge-uncentered, .xlarge-uncentered:last-child:not(:first-child) {
		clear: none;
		float: left;
	}
	
	.xlarge-pull-0:last-child:not(:first-child), .xlarge-push-0:last-child:not(:first-child), .xlarge-uncentered:last-child:not(:first-child) {
		float: right;
	}
}

@media screen and (min-width:90em) {
	.xxlarge-1 {
		width: 8.3333333333%;
	}
	
	.xxlarge-push-1 {
		left: 8.3333333333%;
		position: relative;
	}
	
	.xxlarge-pull-1 {
		left: -8.3333333333%;
		position: relative;
	}
	
	.xxlarge-offset-0 {
		margin-left: 0;
	}
	
	.xxlarge-2 {
		width: 16.6666666667%;
	}
	
	.xxlarge-push-2 {
		left: 16.6666666667%;
		position: relative;
	}
	
	.xxlarge-pull-2 {
		left: -16.6666666667%;
		position: relative;
	}
	
	.xxlarge-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.xxlarge-3 {
		width: 25%;
	}
	
	.xxlarge-push-3 {
		left: 25%;
		position: relative;
	}
	
	.xxlarge-pull-3 {
		left: -25%;
		position: relative;
	}
	
	.xxlarge-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.xxlarge-4 {
		width: 33.3333333333%;
	}
	
	.xxlarge-push-4 {
		left: 33.3333333333%;
		position: relative;
	}
	
	.xxlarge-pull-4 {
		left: -33.3333333333%;
		position: relative;
	}
	
	.xxlarge-offset-3 {
		margin-left: 25%;
	}
	
	.xxlarge-5 {
		width: 41.6666666667%;
	}
	
	.xxlarge-push-5 {
		left: 41.6666666667%;
		position: relative;
	}
	
	.xxlarge-pull-5 {
		left: -41.6666666667%;
		position: relative;
	}
	
	.xxlarge-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.xxlarge-6 {
		width: 50%;
	}
	
	.xxlarge-push-6 {
		left: 50%;
		position: relative;
	}
	
	.xxlarge-pull-6 {
		left: -50%;
		position: relative;
	}
	
	.xxlarge-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.xxlarge-7 {
		width: 58.3333333333%;
	}
	
	.xxlarge-push-7 {
		left: 58.3333333333%;
		position: relative;
	}
	
	.xxlarge-pull-7 {
		left: -58.3333333333%;
		position: relative;
	}
	
	.xxlarge-offset-6 {
		margin-left: 50%;
	}
	
	.xxlarge-8 {
		width: 66.6666666667%;
	}
	
	.xxlarge-push-8 {
		left: 66.6666666667%;
		position: relative;
	}
	
	.xxlarge-pull-8 {
		left: -66.6666666667%;
		position: relative;
	}
	
	.xxlarge-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.xxlarge-9 {
		width: 75%;
	}
	
	.xxlarge-push-9 {
		left: 75%;
		position: relative;
	}
	
	.xxlarge-pull-9 {
		left: -75%;
		position: relative;
	}
	
	.xxlarge-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.xxlarge-10 {
		width: 83.3333333333%;
	}
	
	.xxlarge-push-10 {
		left: 83.3333333333%;
		position: relative;
	}
	
	.xxlarge-pull-10 {
		left: -83.3333333333%;
		position: relative;
	}
	
	.xxlarge-offset-9 {
		margin-left: 75%;
	}
	
	.xxlarge-11 {
		width: 91.6666666667%;
	}
	
	.xxlarge-push-11 {
		left: 91.6666666667%;
		position: relative;
	}
	
	.xxlarge-pull-11 {
		left: -91.6666666667%;
		position: relative;
	}
	
	.xxlarge-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.xxlarge-12 {
		width: 100%;
	}
	
	.xxlarge-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
		float: left;
		width: 100%;
	}
	
	.xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}
	
	.xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
		float: left;
	}
	
	.xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
		float: left;
		width: 50%;
	}
	
	.xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xxlarge-up-2 > .column:nth-of-type(odd), .xxlarge-up-2 > .columns:nth-of-type(odd) {
		clear: both;
	}
	
	.xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
		float: left;
	}
	
	.xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
		float: left;
		width: 33.3333333333%;
	}
	
	.xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}
	
	.xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
		float: left;
	}
	
	.xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
		float: left;
		width: 25%;
	}
	
	.xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}
	
	.xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
		float: left;
	}
	
	.xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
		float: left;
		width: 20%;
	}
	
	.xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}
	
	.xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
		float: left;
	}
	
	.xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
		float: left;
		width: 16.6666666667%;
	}
	
	.xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}
	
	.xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
		float: left;
	}
	
	.xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
		float: left;
		width: 14.2857142857%;
	}
	
	.xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}
	
	.xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
		float: left;
	}
	
	.xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
		float: left;
		width: 12.5%;
	}
	
	.xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	
	.xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}
	
	.xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
		float: left;
	}
	
	.xxlarge-collapse > .column, .xxlarge-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	
	.expanded.row .xxlarge-collapse.row, .xxlarge-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}
	
	.xxlarge-centered {
		margin-left: auto;
		margin-right: auto;
	}
	
	.xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
		clear: both;
		float: none;
	}
	
	.xxlarge-pull-0, .xxlarge-push-0, .xxlarge-uncentered {
		margin-left: 0;
		margin-right: 0;
		position: static;
	}
	
	.xxlarge-pull-0, .xxlarge-pull-0:last-child:not(:first-child), .xxlarge-push-0, .xxlarge-push-0:last-child:not(:first-child), .xxlarge-uncentered, .xxlarge-uncentered:last-child:not(:first-child) {
		clear: none;
		float: left;
	}
	
	.xxlarge-pull-0:last-child:not(:first-child), .xxlarge-push-0:last-child:not(:first-child), .xxlarge-uncentered:last-child:not(:first-child) {
		float: right;
	}
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
	margin: 0;
	padding: 0;
}

p {
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 1rem;
	text-rendering: optimizeLegibility;
}

em, i {
	font-style: italic;
}

b, em, i, strong {
	line-height: inherit;
}

b, strong {
	font-weight: 700;
}

small {
	font-size: 80%;
	line-height: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-family: Manrope-Light;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: #cacaca;
	line-height: 0;
}

.h1, h1 {
	font-size: 1.5rem;
}

.h1, .h2, h1, h2 {
	line-height: 1.4;
	margin-bottom: .5rem;
	margin-top: 0;
}

.h2, h2 {
	font-size: 1.25rem;
}

.h3, h3 {
	font-size: 1.1875rem;
}

.h3, .h4, h3, h4 {
	line-height: 1.4;
	margin-bottom: .5rem;
	margin-top: 0;
}

.h4, h4 {
	font-size: 1.125rem;
}

.h5, h5 {
	font-size: 1.0625rem;
}

.h5, .h6, h5, h6 {
	line-height: 1.4;
	margin-bottom: .5rem;
	margin-top: 0;
}

.h6, h6 {
	font-size: 1rem;
}

@media print,screen and (min-width:48em) {
	.h1, h1 {
		font-size: 3rem;
	}
	
	.h2, h2 {
		font-size: 2.5rem;
	}
	
	.h3, h3 {
		font-size: 1.9375rem;
	}
	
	.h4, h4 {
		font-size: 1.5625rem;
	}
	
	.h5, h5 {
		font-size: 1.25rem;
	}
	
	.h6, h6 {
		font-size: 1rem;
	}
}

a {
	cursor: pointer;
	line-height: inherit;
	text-decoration: none;
}

a:focus, a:hover {
	color: #1468a0;
}

a img, hr {
	border: 0;
}

hr {
	border-bottom: 1px solid #cacaca;
	clear: both;
	height: 0;
	margin: 1.25rem auto;
	max-width: var(--wide-size);
}

dl, ol, ul {
	line-height: 1.6;
	list-style-position: outside;
	margin-bottom: 1rem;
}

li {
	font-size: inherit;
}

ul {
	list-style-type: disc;
}

ol, ul {
	margin-left: 1.25rem;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
	margin-left: 1.25rem;
}

dl {
	margin-bottom: 1rem;
}

dl dt {
	font-weight: 700;
	margin-bottom: .3rem;
}

blockquote {
	border-left: 1px solid #cacaca;
	margin: 0 0 1rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
}

blockquote, blockquote p {
	color: #1d1d1d;
	line-height: 1.6;
}

abbr, abbr[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
	text-decoration: none;
}

figure, kbd {
	margin: 0;
}

kbd {
	background-color: #e5e5e5;
	color: #000;
	font-family: Consolas, Liberation Mono, Courier, monospace;
	padding: .125rem .25rem 0;
}

.subheader {
	color: #1d1d1d;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: .5rem;
	margin-top: .2rem;
}

.lead {
	font-size: 125%;
	line-height: 1.6;
}

.stat {
	font-size: 2.5rem;
	line-height: 1;
}

p + .stat {
	margin-top: -1rem;
}

ol.no-bullet, ul.no-bullet {
	list-style: none;
	margin-left: 0;
}

.cite-block, cite {
	color: #1d1d1d;
	display: block;
	font-size: .8125rem;
}

.cite-block:before, cite:before {
	content: "— ";
}

.code-inline, code {
	word-wrap: break-word;
	display: inline;
	max-width: 100%;
	padding: .125rem .3125rem .0625rem;
}

.code-block, .code-inline, code {
	background-color: #e5e5e5;
	border: 1px solid #cacaca;
	color: #000;
	font-family: Consolas, Liberation Mono, Courier, monospace;
	font-weight: 400;
}

.code-block {
	display: block;
	margin-bottom: 1.5rem;
	overflow: auto;
	padding: 1rem;
	white-space: pre;
}

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

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

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

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

@media print,screen and (min-width:48em) {
	.medium-text-left {
		text-align: left;
	}
	
	.medium-text-right {
		text-align: right;
	}
	
	.medium-text-center {
		text-align: center;
	}
	
	.medium-text-justify {
		text-align: justify;
	}
}

@media print,screen and (min-width:64em) {
	.large-text-left {
		text-align: left;
	}
	
	.large-text-right {
		text-align: right;
	}
	
	.large-text-center {
		text-align: center;
	}
	
	.large-text-justify {
		text-align: justify;
	}
}

@media screen and (min-width:75em) {
	.xlarge-text-left {
		text-align: left;
	}
	
	.xlarge-text-right {
		text-align: right;
	}
	
	.xlarge-text-center {
		text-align: center;
	}
	
	.xlarge-text-justify {
		text-align: justify;
	}
}

@media screen and (min-width:90em) {
	.xxlarge-text-left {
		text-align: left;
	}
	
	.xxlarge-text-right {
		text-align: right;
	}
	
	.xxlarge-text-center {
		text-align: center;
	}
	
	.xxlarge-text-justify {
		text-align: justify;
	}
}

.show-for-print {
	display: none !important;
}

@media print {
	* {
		background: rgba(0, 0, 0, 0) !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		color: #000 !important;
		-webkit-print-color-adjust: economy;
		print-color-adjust: economy;
		text-shadow: none !important;
	}
	
	.show-for-print {
		display: block !important;
	}
	
	.hide-for-print {
		display: none !important;
	}
	
	table.show-for-print {
		display: table !important;
	}
	
	thead.show-for-print {
		display: table-header-group !important;
	}
	
	tbody.show-for-print {
		display: table-row-group !important;
	}
	
	tr.show-for-print {
		display: table-row !important;
	}
	
	td.show-for-print, th.show-for-print {
		display: table-cell !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	.ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	blockquote, pre {
		border: 1px solid #1d1d1d;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	img, tr {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	@page {
		margin: .5cm;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
	
	.print-break-inside {
		page-break-inside: auto;
	}
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #cacaca;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	height: 2.4375rem;
	line-height: 1.5;
	margin: 0 0 1rem;
	padding: .5rem;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
	width: 100%;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
	background-color: #fff;
	border: 1px solid #1d1d1d;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	outline: none;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
}

textarea {
	max-width: 100%;
}

textarea[rows] {
	height: auto;
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	background-color: #e5e5e5;
	cursor: not-allowed;
}

[type=button], [type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input[type=search] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	color: #cacaca;
}

::-moz-placeholder {
	color: #cacaca;
}

:-ms-input-placeholder {
	color: #cacaca;
}

::-ms-input-placeholder {
	color: #cacaca;
}

::placeholder {
	color: #cacaca;
}

[type=checkbox], [type=file], [type=radio] {
	margin: 0 0 1rem;
}

[type=checkbox] + label, [type=radio] + label {
	display: inline-block;
	margin-bottom: 0;
	margin-left: .5rem;
	margin-right: 1rem;
	vertical-align: baseline;
}

[type=checkbox] + label[for], [type=radio] + label[for] {
	cursor: pointer;
}

label > [type=checkbox], label > [type=radio] {
	margin-right: .5rem;
}

[type=file] {
	width: 100%;
}

label {
	color: #000;
	display: block;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
}

label.middle {
	line-height: 1.5;
	margin: 0 0 1rem;
	padding: .5625rem 0;
}

.help-text {
	color: #000;
	font-size: .8125rem;
	font-style: italic;
	margin-top: -.5rem;
}

.input-group {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	width: 100%;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > *, .input-group > :last-child, .input-group > :last-child.input-group-button > * {
	border-radius: 0 0 0 0;
}

.input-group-button, .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label, .input-group-field, .input-group-label {
	margin: 0;
	white-space: nowrap;
}

.input-group-label {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #e5e5e5;
	border: 1px solid #cacaca;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 1rem;
	text-align: center;
	white-space: nowrap;
}

.input-group-label:first-child {
	border-right: 0;
}

.input-group-label:last-child {
	border-left: 0;
}

.input-group-field {
	border-radius: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	min-width: 0;
}

.input-group-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}

.input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	font-size: 1rem;
	height: auto;
	padding-bottom: 0;
	padding-top: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	margin-bottom: .5rem;
	max-width: 100%;
}

.fieldset {
	border: 1px solid #cacaca;
	margin: 1.125rem 0;
	padding: 1.25rem;
}

.fieldset legend {
	margin: 0 0 0 -.1875rem;
	padding: 0 .1875rem;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb%2829, 29, 29%29\"></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	border: 1px solid #cacaca;
	border-radius: 0;
	color: #000;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	height: 2.4375rem;
	line-height: 1.5;
	margin: 0 0 1rem;
	padding: .5rem 1.5rem .5rem .5rem;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
}

@media screen and (min-width:0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
	
	select.nitro-lazy {
		background-image: none !important;
	}
}

select:focus {
	background-color: #fff;
	border: 1px solid #1d1d1d;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	outline: none;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
}

select:disabled {
	background-color: #e5e5e5;
	cursor: not-allowed;
}

select::-ms-expand {
	display: none;
}

select[multiple] {
	background-image: none;
	height: auto;
}

select[multiple].nitro-lazy {
	background-image: none !important;
}

select:not([multiple]) {
	padding-bottom: 0;
	padding-top: 0;
}

.is-invalid-input:not(:focus) {
	background-color: #feedea;
	border-color: #f6462c;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: #f6462c;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
	color: #f6462c;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #f6462c;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
	color: #f6462c;
}

.is-invalid-input:not(:focus)::placeholder {
	color: #f6462c;
}

.form-error, .is-invalid-label {
	color: #f6462c;
}

.form-error {
	display: none;
	font-size: .75rem;
	font-weight: 700;
	margin-bottom: 1rem;
	margin-top: -.5rem;
}

.form-error.is-visible {
	display: block;
}

.button {
	-webkit-appearance: none;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: .9rem;
	line-height: 1;
	margin: 0 0 1rem;
	padding: .85em 1em;
	text-align: center;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	vertical-align: middle;
}

[data-whatinput=mouse] .button {
	outline: 0;
}

.button.tiny {
	font-size: .6rem;
}

.button.small {
	font-size: .75rem;
}

select.nitro-lazy {
	background-image: none !important;
}

.button.large {
	font-size: 1.25rem;
}

.button.expanded {
	display: block;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
	background-color: #1779ba;
	color: #fff;
}

.button:focus, .button:hover {
	background-color: #14679e;
	color: #fff;
}

.button.primary, .button.primary.disabled, .button.primary.disabled:focus, .button.primary.disabled:hover, .button.primary[disabled], .button.primary[disabled]:focus, .button.primary[disabled]:hover {
	background-color: #1779ba;
	color: #fff;
}

.button.primary:focus, .button.primary:hover {
	background-color: #126195;
	color: #fff;
}

.button.secondary, .button.secondary.disabled, .button.secondary.disabled:focus, .button.secondary.disabled:hover, .button.secondary[disabled], .button.secondary[disabled]:focus, .button.secondary[disabled]:hover {
	background-color: #767676;
	color: #000;
}

.button.secondary:focus, .button.secondary:hover {
	background-color: #5e5e5e;
	color: #000;
}

.button.success, .button.success.disabled, .button.success.disabled:focus, .button.success.disabled:hover, .button.success[disabled], .button.success[disabled]:focus, .button.success[disabled]:hover {
	background-color: #3adb76;
	color: #000;
}

.button.success:focus, .button.success:hover {
	background-color: #22bb5b;
	color: #000;
}

.button.warning, .button.warning.disabled, .button.warning.disabled:focus, .button.warning.disabled:hover, .button.warning[disabled], .button.warning[disabled]:focus, .button.warning[disabled]:hover {
	background-color: #ffae00;
	color: #000;
}

.button.warning:focus, .button.warning:hover {
	background-color: #cc8b00;
	color: #000;
}

.button.alert, .button.alert.disabled, .button.alert.disabled:focus, .button.alert.disabled:hover, .button.alert[disabled], .button.alert[disabled]:focus, .button.alert[disabled]:hover {
	background-color: #f6462c;
	color: #000;
}

.button.alert:focus, .button.alert:hover {
	background-color: #df2509;
	color: #000;
}

.button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow:focus, .button.hollow:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
	background-color: rgba(0, 0, 0, 0);
}

.button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
	border: 1px solid #1779ba;
	color: #1779ba;
}

.button.hollow:focus, .button.hollow:hover {
	border-color: #0c3d5d;
	color: #0c3d5d;
}

.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary.disabled:focus, .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled], .button.hollow.primary[disabled]:focus, .button.hollow.primary[disabled]:hover {
	border: 1px solid #1779ba;
	color: #1779ba;
}

.button.hollow.primary:focus, .button.hollow.primary:hover {
	border-color: #0c3d5d;
	color: #0c3d5d;
}

.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary.disabled:focus, .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled], .button.hollow.secondary[disabled]:focus, .button.hollow.secondary[disabled]:hover {
	border: 1px solid #767676;
	color: #767676;
}

.button.hollow.secondary:focus, .button.hollow.secondary:hover {
	border-color: #3b3b3b;
	color: #3b3b3b;
}

.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success.disabled:focus, .button.hollow.success.disabled:hover, .button.hollow.success[disabled], .button.hollow.success[disabled]:focus, .button.hollow.success[disabled]:hover {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.hollow.success:focus, .button.hollow.success:hover {
	border-color: #157539;
	color: #157539;
}

.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning.disabled:focus, .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled], .button.hollow.warning[disabled]:focus, .button.hollow.warning[disabled]:hover {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.hollow.warning:focus, .button.hollow.warning:hover {
	border-color: #805700;
	color: #805700;
}

.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert.disabled:focus, .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled], .button.hollow.alert[disabled]:focus, .button.hollow.alert[disabled]:hover {
	border: 1px solid #f6462c;
	color: #f6462c;
}

.button.hollow.alert:focus, .button.hollow.alert:hover {
	border-color: #8b1706;
	color: #8b1706;
}

.button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear:focus, .button.clear:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}

.button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
	color: #1779ba;
}

.button.clear:focus, .button.clear:hover {
	color: #0c3d5d;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary.disabled:focus, .button.clear.primary.disabled:hover, .button.clear.primary[disabled], .button.clear.primary[disabled]:focus, .button.clear.primary[disabled]:hover {
	color: #1779ba;
}

.button.clear.primary:focus, .button.clear.primary:hover {
	color: #0c3d5d;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary.disabled:focus, .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled], .button.clear.secondary[disabled]:focus, .button.clear.secondary[disabled]:hover {
	color: #767676;
}

.button.clear.secondary:focus, .button.clear.secondary:hover {
	color: #3b3b3b;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success.disabled:focus, .button.clear.success.disabled:hover, .button.clear.success[disabled], .button.clear.success[disabled]:focus, .button.clear.success[disabled]:hover {
	color: #3adb76;
}

.button.clear.success:focus, .button.clear.success:hover {
	color: #157539;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning.disabled:focus, .button.clear.warning.disabled:hover, .button.clear.warning[disabled], .button.clear.warning[disabled]:focus, .button.clear.warning[disabled]:hover {
	color: #ffae00;
}

.button.clear.warning:focus, .button.clear.warning:hover {
	color: #805700;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert.disabled:focus, .button.clear.alert.disabled:hover, .button.clear.alert[disabled], .button.clear.alert[disabled]:focus, .button.clear.alert[disabled]:hover {
	color: #f6462c;
}

.button.clear.alert:focus, .button.clear.alert:hover {
	color: #8b1706;
}

.button.disabled, .button[disabled] {
	cursor: not-allowed;
	opacity: .25;
}

.button.dropdown:after {
	border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: .4em .4em 0;
	content: "";
	display: block;
	display: inline-block;
	float: right;
	height: 0;
	margin-left: 1em;
	position: relative;
	top: .4em;
	width: 0;
}

.button.dropdown.clear.primary:after, .button.dropdown.clear:after, .button.dropdown.hollow.primary:after, .button.dropdown.hollow:after {
	border-top-color: #1779ba;
}

.button.dropdown.clear.secondary:after, .button.dropdown.hollow.secondary:after {
	border-top-color: #767676;
}

.button.dropdown.clear.success:after, .button.dropdown.hollow.success:after {
	border-top-color: #3adb76;
}

.button.dropdown.clear.warning:after, .button.dropdown.hollow.warning:after {
	border-top-color: #ffae00;
}

.button.dropdown.clear.alert:after, .button.dropdown.hollow.alert:after {
	border-top-color: #f6462c;
}

.button.arrow-only:after {
	float: none;
	margin-left: 0;
	top: -.1em;
}

a.button:focus, a.button:hover {
	text-decoration: none;
}

.grid-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wide-size);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media print,screen and (min-width:48em) {
	.grid-container {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
}

@media screen and (min-width:75em) {
	.grid-container {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

.grid-container.fluid {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media print,screen and (min-width:48em) {
	.grid-container.fluid {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
}

@media screen and (min-width:75em) {
	.grid-container.fluid {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

.grid-container.full {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.grid-x {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.cell {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;
	width: 100%;
}

.cell.auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}

.cell.shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.grid-x > .auto, .grid-x > .shrink {
	width: auto;
}

.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-full, .grid-x > .small-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

@media print,screen and (min-width:48em) {
	.grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-full, .grid-x > .medium-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media print,screen and (min-width:64em) {
	.grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-full, .grid-x > .large-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media screen and (min-width:75em) {
	.grid-x > .xlarge-1, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-full, .grid-x > .xlarge-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media screen and (min-width:90em) {
	.grid-x > .xxlarge-1, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-full, .grid-x > .xxlarge-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.grid-x > .small-1 {
	width: 8.3333333333%;
}

.grid-x > .small-2 {
	width: 16.6666666667%;
}

.grid-x > .small-3 {
	width: 25%;
}

.grid-x > .small-4 {
	width: 33.3333333333%;
}

.grid-x > .small-5 {
	width: 41.6666666667%;
}

.grid-x > .small-6 {
	width: 50%;
}

.grid-x > .small-7 {
	width: 58.3333333333%;
}

.grid-x > .small-8 {
	width: 66.6666666667%;
}

.grid-x > .small-9 {
	width: 75%;
}

.grid-x > .small-10 {
	width: 83.3333333333%;
}

.grid-x > .small-11 {
	width: 91.6666666667%;
}

.grid-x > .small-12 {
	width: 100%;
}

@media print,screen and (min-width:48em) {
	.grid-x > .medium-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		width: auto;
	}
	
	.grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-x > .medium-shrink {
		width: auto;
	}
	
	.grid-x > .medium-1 {
		width: 8.3333333333%;
	}
	
	.grid-x > .medium-2 {
		width: 16.6666666667%;
	}
	
	.grid-x > .medium-3 {
		width: 25%;
	}
	
	.grid-x > .medium-4 {
		width: 33.3333333333%;
	}
	
	.grid-x > .medium-5 {
		width: 41.6666666667%;
	}
	
	.grid-x > .medium-6 {
		width: 50%;
	}
	
	.grid-x > .medium-7 {
		width: 58.3333333333%;
	}
	
	.grid-x > .medium-8 {
		width: 66.6666666667%;
	}
	
	.grid-x > .medium-9 {
		width: 75%;
	}
	
	.grid-x > .medium-10 {
		width: 83.3333333333%;
	}
	
	.grid-x > .medium-11 {
		width: 91.6666666667%;
	}
	
	.grid-x > .medium-12 {
		width: 100%;
	}
}

@media print,screen and (min-width:64em) {
	.grid-x > .large-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		width: auto;
	}
	
	.grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-x > .large-shrink {
		width: auto;
	}
	
	.grid-x > .large-1 {
		width: 8.3333333333%;
	}
	
	.grid-x > .large-2 {
		width: 16.6666666667%;
	}
	
	.grid-x > .large-3 {
		width: 25%;
	}
	
	.grid-x > .large-4 {
		width: 33.3333333333%;
	}
	
	.grid-x > .large-5 {
		width: 41.6666666667%;
	}
	
	.grid-x > .large-6 {
		width: 50%;
	}
	
	.grid-x > .large-7 {
		width: 58.3333333333%;
	}
	
	.grid-x > .large-8 {
		width: 66.6666666667%;
	}
	
	.grid-x > .large-9 {
		width: 75%;
	}
	
	.grid-x > .large-10 {
		width: 83.3333333333%;
	}
	
	.grid-x > .large-11 {
		width: 91.6666666667%;
	}
	
	.grid-x > .large-12 {
		width: 100%;
	}
}

@media screen and (min-width:75em) {
	.grid-x > .xlarge-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		width: auto;
	}
	
	.grid-x > .xlarge-1, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-x > .xlarge-shrink {
		width: auto;
	}
	
	.grid-x > .xlarge-1 {
		width: 8.3333333333%;
	}
	
	.grid-x > .xlarge-2 {
		width: 16.6666666667%;
	}
	
	.grid-x > .xlarge-3 {
		width: 25%;
	}
	
	.grid-x > .xlarge-4 {
		width: 33.3333333333%;
	}
	
	.grid-x > .xlarge-5 {
		width: 41.6666666667%;
	}
	
	.grid-x > .xlarge-6 {
		width: 50%;
	}
	
	.grid-x > .xlarge-7 {
		width: 58.3333333333%;
	}
	
	.grid-x > .xlarge-8 {
		width: 66.6666666667%;
	}
	
	.grid-x > .xlarge-9 {
		width: 75%;
	}
	
	.grid-x > .xlarge-10 {
		width: 83.3333333333%;
	}
	
	.grid-x > .xlarge-11 {
		width: 91.6666666667%;
	}
	
	.grid-x > .xlarge-12 {
		width: 100%;
	}
}

@media screen and (min-width:90em) {
	.grid-x > .xxlarge-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		width: auto;
	}
	
	.grid-x > .xxlarge-1, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-x > .xxlarge-shrink {
		width: auto;
	}
	
	.grid-x > .xxlarge-1 {
		width: 8.3333333333%;
	}
	
	.grid-x > .xxlarge-2 {
		width: 16.6666666667%;
	}
	
	.grid-x > .xxlarge-3 {
		width: 25%;
	}
	
	.grid-x > .xxlarge-4 {
		width: 33.3333333333%;
	}
	
	.grid-x > .xxlarge-5 {
		width: 41.6666666667%;
	}
	
	.grid-x > .xxlarge-6 {
		width: 50%;
	}
	
	.grid-x > .xxlarge-7 {
		width: 58.3333333333%;
	}
	
	.grid-x > .xxlarge-8 {
		width: 66.6666666667%;
	}
	
	.grid-x > .xxlarge-9 {
		width: 75%;
	}
	
	.grid-x > .xxlarge-10 {
		width: 83.3333333333%;
	}
	
	.grid-x > .xxlarge-11 {
		width: 91.6666666667%;
	}
	
	.grid-x > .xxlarge-12 {
		width: 100%;
	}
}

.grid-margin-x:not(.grid-x) > .cell {
	width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
	height: auto;
}

.grid-margin-x {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}

@media print,screen and (min-width:48em) {
	.grid-margin-x {
		margin-left: -1.875rem;
		margin-right: -1.875rem;
	}
}

@media screen and (min-width:75em) {
	.grid-margin-x {
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}
}

.grid-margin-x > .cell {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	width: calc(100% - 2.5rem);
}

@media print,screen and (min-width:48em) {
	.grid-margin-x > .cell {
		margin-left: 1.875rem;
		margin-right: 1.875rem;
		width: calc(100% - 3.75rem);
	}
}

@media screen and (min-width:75em) {
	.grid-margin-x > .cell {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
		width: calc(100% - 5rem);
	}
}

.grid-margin-x > .auto, .grid-margin-x > .shrink {
	width: auto;
}

.grid-margin-x > .small-1 {
	width: calc(8.33333% - 2.5rem);
}

.grid-margin-x > .small-2 {
	width: calc(16.66667% - 2.5rem);
}

.grid-margin-x > .small-3 {
	width: calc(25% - 2.5rem);
}

.grid-margin-x > .small-4 {
	width: calc(33.33333% - 2.5rem);
}

.grid-margin-x > .small-5 {
	width: calc(41.66667% - 2.5rem);
}

.grid-margin-x > .small-6 {
	width: calc(50% - 2.5rem);
}

.grid-margin-x > .small-7 {
	width: calc(58.33333% - 2.5rem);
}

.grid-margin-x > .small-8 {
	width: calc(66.66667% - 2.5rem);
}

.grid-margin-x > .small-9 {
	width: calc(75% - 2.5rem);
}

.grid-margin-x > .small-10 {
	width: calc(83.33333% - 2.5rem);
}

.grid-margin-x > .small-11 {
	width: calc(91.66667% - 2.5rem);
}

.grid-margin-x > .small-12 {
	width: calc(100% - 2.5rem);
}

@media print,screen and (min-width:48em) {
	.grid-margin-x > .auto, .grid-margin-x > .shrink {
		width: auto;
	}
	
	.grid-margin-x > .small-1 {
		width: calc(8.33333% - 3.75rem);
	}
	
	.grid-margin-x > .small-2 {
		width: calc(16.66667% - 3.75rem);
	}
	
	.grid-margin-x > .small-3 {
		width: calc(25% - 3.75rem);
	}
	
	.grid-margin-x > .small-4 {
		width: calc(33.33333% - 3.75rem);
	}
	
	.grid-margin-x > .small-5 {
		width: calc(41.66667% - 3.75rem);
	}
	
	.grid-margin-x > .small-6 {
		width: calc(50% - 3.75rem);
	}
	
	.grid-margin-x > .small-7 {
		width: calc(58.33333% - 3.75rem);
	}
	
	.grid-margin-x > .small-8 {
		width: calc(66.66667% - 3.75rem);
	}
	
	.grid-margin-x > .small-9 {
		width: calc(75% - 3.75rem);
	}
	
	.grid-margin-x > .small-10 {
		width: calc(83.33333% - 3.75rem);
	}
	
	.grid-margin-x > .small-11 {
		width: calc(91.66667% - 3.75rem);
	}
	
	.grid-margin-x > .small-12 {
		width: calc(100% - 3.75rem);
	}
	
	.grid-margin-x > .medium-auto, .grid-margin-x > .medium-shrink {
		width: auto;
	}
	
	.grid-margin-x > .medium-1 {
		width: calc(8.33333% - 3.75rem);
	}
	
	.grid-margin-x > .medium-2 {
		width: calc(16.66667% - 3.75rem);
	}
	
	.grid-margin-x > .medium-3 {
		width: calc(25% - 3.75rem);
	}
	
	.grid-margin-x > .medium-4 {
		width: calc(33.33333% - 3.75rem);
	}
	
	.grid-margin-x > .medium-5 {
		width: calc(41.66667% - 3.75rem);
	}
	
	.grid-margin-x > .medium-6 {
		width: calc(50% - 3.75rem);
	}
	
	.grid-margin-x > .medium-7 {
		width: calc(58.33333% - 3.75rem);
	}
	
	.grid-margin-x > .medium-8 {
		width: calc(66.66667% - 3.75rem);
	}
	
	.grid-margin-x > .medium-9 {
		width: calc(75% - 3.75rem);
	}
	
	.grid-margin-x > .medium-10 {
		width: calc(83.33333% - 3.75rem);
	}
	
	.grid-margin-x > .medium-11 {
		width: calc(91.66667% - 3.75rem);
	}
	
	.grid-margin-x > .medium-12 {
		width: calc(100% - 3.75rem);
	}
}

@media print,screen and (min-width:64em) {
	.grid-margin-x > .large-auto, .grid-margin-x > .large-shrink {
		width: auto;
	}
	
	.grid-margin-x > .large-1 {
		width: calc(8.33333% - 3.75rem);
	}
	
	.grid-margin-x > .large-2 {
		width: calc(16.66667% - 3.75rem);
	}
	
	.grid-margin-x > .large-3 {
		width: calc(25% - 3.75rem);
	}
	
	.grid-margin-x > .large-4 {
		width: calc(33.33333% - 3.75rem);
	}
	
	.grid-margin-x > .large-5 {
		width: calc(41.66667% - 3.75rem);
	}
	
	.grid-margin-x > .large-6 {
		width: calc(50% - 3.75rem);
	}
	
	.grid-margin-x > .large-7 {
		width: calc(58.33333% - 3.75rem);
	}
	
	.grid-margin-x > .large-8 {
		width: calc(66.66667% - 3.75rem);
	}
	
	.grid-margin-x > .large-9 {
		width: calc(75% - 3.75rem);
	}
	
	.grid-margin-x > .large-10 {
		width: calc(83.33333% - 3.75rem);
	}
	
	.grid-margin-x > .large-11 {
		width: calc(91.66667% - 3.75rem);
	}
	
	.grid-margin-x > .large-12 {
		width: calc(100% - 3.75rem);
	}
}

@media screen and (min-width:75em) {
	.grid-margin-x > .auto, .grid-margin-x > .shrink {
		width: auto;
	}
	
	.grid-margin-x > .small-1 {
		width: calc(8.33333% - 5rem);
	}
	
	.grid-margin-x > .small-2 {
		width: calc(16.66667% - 5rem);
	}
	
	.grid-margin-x > .small-3 {
		width: calc(25% - 5rem);
	}
	
	.grid-margin-x > .small-4 {
		width: calc(33.33333% - 5rem);
	}
	
	.grid-margin-x > .small-5 {
		width: calc(41.66667% - 5rem);
	}
	
	.grid-margin-x > .small-6 {
		width: calc(50% - 5rem);
	}
	
	.grid-margin-x > .small-7 {
		width: calc(58.33333% - 5rem);
	}
	
	.grid-margin-x > .small-8 {
		width: calc(66.66667% - 5rem);
	}
	
	.grid-margin-x > .small-9 {
		width: calc(75% - 5rem);
	}
	
	.grid-margin-x > .small-10 {
		width: calc(83.33333% - 5rem);
	}
	
	.grid-margin-x > .small-11 {
		width: calc(91.66667% - 5rem);
	}
	
	.grid-margin-x > .small-12 {
		width: calc(100% - 5rem);
	}
	
	.grid-margin-x > .medium-auto, .grid-margin-x > .medium-shrink {
		width: auto;
	}
	
	.grid-margin-x > .medium-1 {
		width: calc(8.33333% - 5rem);
	}
	
	.grid-margin-x > .medium-2 {
		width: calc(16.66667% - 5rem);
	}
	
	.grid-margin-x > .medium-3 {
		width: calc(25% - 5rem);
	}
	
	.grid-margin-x > .medium-4 {
		width: calc(33.33333% - 5rem);
	}
	
	.grid-margin-x > .medium-5 {
		width: calc(41.66667% - 5rem);
	}
	
	.grid-margin-x > .medium-6 {
		width: calc(50% - 5rem);
	}
	
	.grid-margin-x > .medium-7 {
		width: calc(58.33333% - 5rem);
	}
	
	.grid-margin-x > .medium-8 {
		width: calc(66.66667% - 5rem);
	}
	
	.grid-margin-x > .medium-9 {
		width: calc(75% - 5rem);
	}
	
	.grid-margin-x > .medium-10 {
		width: calc(83.33333% - 5rem);
	}
	
	.grid-margin-x > .medium-11 {
		width: calc(91.66667% - 5rem);
	}
	
	.grid-margin-x > .medium-12 {
		width: calc(100% - 5rem);
	}
	
	.grid-margin-x > .large-auto, .grid-margin-x > .large-shrink {
		width: auto;
	}
	
	.grid-margin-x > .large-1 {
		width: calc(8.33333% - 5rem);
	}
	
	.grid-margin-x > .large-2 {
		width: calc(16.66667% - 5rem);
	}
	
	.grid-margin-x > .large-3 {
		width: calc(25% - 5rem);
	}
	
	.grid-margin-x > .large-4 {
		width: calc(33.33333% - 5rem);
	}
	
	.grid-margin-x > .large-5 {
		width: calc(41.66667% - 5rem);
	}
	
	.grid-margin-x > .large-6 {
		width: calc(50% - 5rem);
	}
	
	.grid-margin-x > .large-7 {
		width: calc(58.33333% - 5rem);
	}
	
	.grid-margin-x > .large-8 {
		width: calc(66.66667% - 5rem);
	}
	
	.grid-margin-x > .large-9 {
		width: calc(75% - 5rem);
	}
	
	.grid-margin-x > .large-10 {
		width: calc(83.33333% - 5rem);
	}
	
	.grid-margin-x > .large-11 {
		width: calc(91.66667% - 5rem);
	}
	
	.grid-margin-x > .large-12 {
		width: calc(100% - 5rem);
	}
	
	.grid-margin-x > .xlarge-auto, .grid-margin-x > .xlarge-shrink {
		width: auto;
	}
	
	.grid-margin-x > .xlarge-1 {
		width: calc(8.33333% - 5rem);
	}
	
	.grid-margin-x > .xlarge-2 {
		width: calc(16.66667% - 5rem);
	}
	
	.grid-margin-x > .xlarge-3 {
		width: calc(25% - 5rem);
	}
	
	.grid-margin-x > .xlarge-4 {
		width: calc(33.33333% - 5rem);
	}
	
	.grid-margin-x > .xlarge-5 {
		width: calc(41.66667% - 5rem);
	}
	
	.grid-margin-x > .xlarge-6 {
		width: calc(50% - 5rem);
	}
	
	.grid-margin-x > .xlarge-7 {
		width: calc(58.33333% - 5rem);
	}
	
	.grid-margin-x > .xlarge-8 {
		width: calc(66.66667% - 5rem);
	}
	
	.grid-margin-x > .xlarge-9 {
		width: calc(75% - 5rem);
	}
	
	.grid-margin-x > .xlarge-10 {
		width: calc(83.33333% - 5rem);
	}
	
	.grid-margin-x > .xlarge-11 {
		width: calc(91.66667% - 5rem);
	}
	
	.grid-margin-x > .xlarge-12 {
		width: calc(100% - 5rem);
	}
}

@media screen and (min-width:90em) {
	.grid-margin-x > .xxlarge-auto, .grid-margin-x > .xxlarge-shrink {
		width: auto;
	}
	
	.grid-margin-x > .xxlarge-1 {
		width: calc(8.33333% - 5rem);
	}
	
	.grid-margin-x > .xxlarge-2 {
		width: calc(16.66667% - 5rem);
	}
	
	.grid-margin-x > .xxlarge-3 {
		width: calc(25% - 5rem);
	}
	
	.grid-margin-x > .xxlarge-4 {
		width: calc(33.33333% - 5rem);
	}
	
	.grid-margin-x > .xxlarge-5 {
		width: calc(41.66667% - 5rem);
	}
	
	.grid-margin-x > .xxlarge-6 {
		width: calc(50% - 5rem);
	}
	
	.grid-margin-x > .xxlarge-7 {
		width: calc(58.33333% - 5rem);
	}
	
	.grid-margin-x > .xxlarge-8 {
		width: calc(66.66667% - 5rem);
	}
	
	.grid-margin-x > .xxlarge-9 {
		width: calc(75% - 5rem);
	}
	
	.grid-margin-x > .xxlarge-10 {
		width: calc(83.33333% - 5rem);
	}
	
	.grid-margin-x > .xxlarge-11 {
		width: calc(91.66667% - 5rem);
	}
	
	.grid-margin-x > .xxlarge-12 {
		width: calc(100% - 5rem);
	}
}

.grid-padding-x .grid-padding-x {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}

@media print,screen and (min-width:48em) {
	.grid-padding-x .grid-padding-x {
		margin-left: -1.875rem;
		margin-right: -1.875rem;
	}
}

@media screen and (min-width:75em) {
	.grid-padding-x .grid-padding-x {
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}
}

.grid-container:not(.full) > .grid-padding-x {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}

@media print,screen and (min-width:48em) {
	.grid-container:not(.full) > .grid-padding-x {
		margin-left: -1.875rem;
		margin-right: -1.875rem;
	}
}

@media screen and (min-width:75em) {
	.grid-container:not(.full) > .grid-padding-x {
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}
}

.grid-padding-x > .cell {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media print,screen and (min-width:48em) {
	.grid-padding-x > .cell {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
}

@media screen and (min-width:75em) {
	.grid-padding-x > .cell {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

.small-up-1 > .cell {
	width: 100%;
}

.small-up-2 > .cell {
	width: 50%;
}

.small-up-3 > .cell {
	width: 33.3333333333%;
}

.small-up-4 > .cell {
	width: 25%;
}

.small-up-5 > .cell {
	width: 20%;
}

.small-up-6 > .cell {
	width: 16.6666666667%;
}

.small-up-7 > .cell {
	width: 14.2857142857%;
}

.small-up-8 > .cell {
	width: 12.5%;
}

@media print,screen and (min-width:48em) {
	.medium-up-1 > .cell {
		width: 100%;
	}
	
	.medium-up-2 > .cell {
		width: 50%;
	}
	
	.medium-up-3 > .cell {
		width: 33.3333333333%;
	}
	
	.medium-up-4 > .cell {
		width: 25%;
	}
	
	.medium-up-5 > .cell {
		width: 20%;
	}
	
	.medium-up-6 > .cell {
		width: 16.6666666667%;
	}
	
	.medium-up-7 > .cell {
		width: 14.2857142857%;
	}
	
	.medium-up-8 > .cell {
		width: 12.5%;
	}
}

@media print,screen and (min-width:64em) {
	.large-up-1 > .cell {
		width: 100%;
	}
	
	.large-up-2 > .cell {
		width: 50%;
	}
	
	.large-up-3 > .cell {
		width: 33.3333333333%;
	}
	
	.large-up-4 > .cell {
		width: 25%;
	}
	
	.large-up-5 > .cell {
		width: 20%;
	}
	
	.large-up-6 > .cell {
		width: 16.6666666667%;
	}
	
	.large-up-7 > .cell {
		width: 14.2857142857%;
	}
	
	.large-up-8 > .cell {
		width: 12.5%;
	}
}

@media screen and (min-width:75em) {
	.xlarge-up-1 > .cell {
		width: 100%;
	}
	
	.xlarge-up-2 > .cell {
		width: 50%;
	}
	
	.xlarge-up-3 > .cell {
		width: 33.3333333333%;
	}
	
	.xlarge-up-4 > .cell {
		width: 25%;
	}
	
	.xlarge-up-5 > .cell {
		width: 20%;
	}
	
	.xlarge-up-6 > .cell {
		width: 16.6666666667%;
	}
	
	.xlarge-up-7 > .cell {
		width: 14.2857142857%;
	}
	
	.xlarge-up-8 > .cell {
		width: 12.5%;
	}
}

@media screen and (min-width:90em) {
	.xxlarge-up-1 > .cell {
		width: 100%;
	}
	
	.xxlarge-up-2 > .cell {
		width: 50%;
	}
	
	.xxlarge-up-3 > .cell {
		width: 33.3333333333%;
	}
	
	.xxlarge-up-4 > .cell {
		width: 25%;
	}
	
	.xxlarge-up-5 > .cell {
		width: 20%;
	}
	
	.xxlarge-up-6 > .cell {
		width: 16.6666666667%;
	}
	
	.xxlarge-up-7 > .cell {
		width: 14.2857142857%;
	}
	
	.xxlarge-up-8 > .cell {
		width: 12.5%;
	}
}

.grid-margin-x.small-up-1 > .cell {
	width: calc(100% - 2.5rem);
}

.grid-margin-x.small-up-2 > .cell {
	width: calc(50% - 2.5rem);
}

.grid-margin-x.small-up-3 > .cell {
	width: calc(33.33333% - 2.5rem);
}

.grid-margin-x.small-up-4 > .cell {
	width: calc(25% - 2.5rem);
}

.grid-margin-x.small-up-5 > .cell {
	width: calc(20% - 2.5rem);
}

.grid-margin-x.small-up-6 > .cell {
	width: calc(16.66667% - 2.5rem);
}

.grid-margin-x.small-up-7 > .cell {
	width: calc(14.28571% - 2.5rem);
}

.grid-margin-x.small-up-8 > .cell {
	width: calc(12.5% - 2.5rem);
}

@media print,screen and (min-width:48em) {
	.grid-margin-x.small-up-1 > .cell {
		width: calc(100% - 3.75rem);
	}
	
	.grid-margin-x.small-up-2 > .cell {
		width: calc(50% - 3.75rem);
	}
	
	.grid-margin-x.small-up-3 > .cell {
		width: calc(33.33333% - 3.75rem);
	}
	
	.grid-margin-x.small-up-4 > .cell {
		width: calc(25% - 3.75rem);
	}
	
	.grid-margin-x.small-up-5 > .cell {
		width: calc(20% - 3.75rem);
	}
	
	.grid-margin-x.small-up-6 > .cell {
		width: calc(16.66667% - 3.75rem);
	}
	
	.grid-margin-x.small-up-7 > .cell {
		width: calc(14.28571% - 3.75rem);
	}
	
	.grid-margin-x.small-up-8 > .cell {
		width: calc(12.5% - 3.75rem);
	}
	
	.grid-margin-x.medium-up-1 > .cell {
		width: calc(100% - 3.75rem);
	}
	
	.grid-margin-x.medium-up-2 > .cell {
		width: calc(50% - 3.75rem);
	}
	
	.grid-margin-x.medium-up-3 > .cell {
		width: calc(33.33333% - 3.75rem);
	}
	
	.grid-margin-x.medium-up-4 > .cell {
		width: calc(25% - 3.75rem);
	}
	
	.grid-margin-x.medium-up-5 > .cell {
		width: calc(20% - 3.75rem);
	}
	
	.grid-margin-x.medium-up-6 > .cell {
		width: calc(16.66667% - 3.75rem);
	}
	
	.grid-margin-x.medium-up-7 > .cell {
		width: calc(14.28571% - 3.75rem);
	}
	
	.grid-margin-x.medium-up-8 > .cell {
		width: calc(12.5% - 3.75rem);
	}
}

@media print,screen and (min-width:64em) {
	.grid-margin-x.large-up-1 > .cell {
		width: calc(100% - 3.75rem);
	}
	
	.grid-margin-x.large-up-2 > .cell {
		width: calc(50% - 3.75rem);
	}
	
	.grid-margin-x.large-up-3 > .cell {
		width: calc(33.33333% - 3.75rem);
	}
	
	.grid-margin-x.large-up-4 > .cell {
		width: calc(25% - 3.75rem);
	}
	
	.grid-margin-x.large-up-5 > .cell {
		width: calc(20% - 3.75rem);
	}
	
	.grid-margin-x.large-up-6 > .cell {
		width: calc(16.66667% - 3.75rem);
	}
	
	.grid-margin-x.large-up-7 > .cell {
		width: calc(14.28571% - 3.75rem);
	}
	
	.grid-margin-x.large-up-8 > .cell {
		width: calc(12.5% - 3.75rem);
	}
}

@media screen and (min-width:75em) {
	.grid-margin-x.medium-up-1 > .cell, .grid-margin-x.small-up-1 > .cell {
		width: calc(100% - 5rem);
	}
	
	.grid-margin-x.medium-up-2 > .cell, .grid-margin-x.small-up-2 > .cell {
		width: calc(50% - 5rem);
	}
	
	.grid-margin-x.medium-up-3 > .cell, .grid-margin-x.small-up-3 > .cell {
		width: calc(33.33333% - 5rem);
	}
	
	.grid-margin-x.medium-up-4 > .cell, .grid-margin-x.small-up-4 > .cell {
		width: calc(25% - 5rem);
	}
	
	.grid-margin-x.medium-up-5 > .cell, .grid-margin-x.small-up-5 > .cell {
		width: calc(20% - 5rem);
	}
	
	.grid-margin-x.medium-up-6 > .cell, .grid-margin-x.small-up-6 > .cell {
		width: calc(16.66667% - 5rem);
	}
	
	.grid-margin-x.medium-up-7 > .cell, .grid-margin-x.small-up-7 > .cell {
		width: calc(14.28571% - 5rem);
	}
	
	.grid-margin-x.medium-up-8 > .cell, .grid-margin-x.small-up-8 > .cell {
		width: calc(12.5% - 5rem);
	}
	
	.grid-margin-x.xlarge-up-1 > .cell {
		width: calc(100% - 5rem);
	}
	
	.grid-margin-x.xlarge-up-2 > .cell {
		width: calc(50% - 5rem);
	}
	
	.grid-margin-x.xlarge-up-3 > .cell {
		width: calc(33.33333% - 5rem);
	}
	
	.grid-margin-x.xlarge-up-4 > .cell {
		width: calc(25% - 5rem);
	}
	
	.grid-margin-x.xlarge-up-5 > .cell {
		width: calc(20% - 5rem);
	}
	
	.grid-margin-x.xlarge-up-6 > .cell {
		width: calc(16.66667% - 5rem);
	}
	
	.grid-margin-x.xlarge-up-7 > .cell {
		width: calc(14.28571% - 5rem);
	}
	
	.grid-margin-x.xlarge-up-8 > .cell {
		width: calc(12.5% - 5rem);
	}
}

@media screen and (min-width:90em) {
	.grid-margin-x.xxlarge-up-1 > .cell {
		width: calc(100% - 5rem);
	}
	
	.grid-margin-x.xxlarge-up-2 > .cell {
		width: calc(50% - 5rem);
	}
	
	.grid-margin-x.xxlarge-up-3 > .cell {
		width: calc(33.33333% - 5rem);
	}
	
	.grid-margin-x.xxlarge-up-4 > .cell {
		width: calc(25% - 5rem);
	}
	
	.grid-margin-x.xxlarge-up-5 > .cell {
		width: calc(20% - 5rem);
	}
	
	.grid-margin-x.xxlarge-up-6 > .cell {
		width: calc(16.66667% - 5rem);
	}
	
	.grid-margin-x.xxlarge-up-7 > .cell {
		width: calc(14.28571% - 5rem);
	}
	
	.grid-margin-x.xxlarge-up-8 > .cell {
		width: calc(12.5% - 5rem);
	}
}

.small-margin-collapse, .small-margin-collapse > .cell {
	margin-left: 0;
	margin-right: 0;
}

.small-margin-collapse > .small-1 {
	width: 8.3333333333%;
}

.small-margin-collapse > .small-2 {
	width: 16.6666666667%;
}

.small-margin-collapse > .small-3 {
	width: 25%;
}

.small-margin-collapse > .small-4 {
	width: 33.3333333333%;
}

.small-margin-collapse > .small-5 {
	width: 41.6666666667%;
}

.small-margin-collapse > .small-6 {
	width: 50%;
}

.small-margin-collapse > .small-7 {
	width: 58.3333333333%;
}

.small-margin-collapse > .small-8 {
	width: 66.6666666667%;
}

.small-margin-collapse > .small-9 {
	width: 75%;
}

.small-margin-collapse > .small-10 {
	width: 83.3333333333%;
}

.small-margin-collapse > .small-11 {
	width: 91.6666666667%;
}

.small-margin-collapse > .small-12 {
	width: 100%;
}

@media print,screen and (min-width:48em) {
	.small-margin-collapse > .medium-1 {
		width: 8.3333333333%;
	}
	
	.small-margin-collapse > .medium-2 {
		width: 16.6666666667%;
	}
	
	.small-margin-collapse > .medium-3 {
		width: 25%;
	}
	
	.small-margin-collapse > .medium-4 {
		width: 33.3333333333%;
	}
	
	.small-margin-collapse > .medium-5 {
		width: 41.6666666667%;
	}
	
	.small-margin-collapse > .medium-6 {
		width: 50%;
	}
	
	.small-margin-collapse > .medium-7 {
		width: 58.3333333333%;
	}
	
	.small-margin-collapse > .medium-8 {
		width: 66.6666666667%;
	}
	
	.small-margin-collapse > .medium-9 {
		width: 75%;
	}
	
	.small-margin-collapse > .medium-10 {
		width: 83.3333333333%;
	}
	
	.small-margin-collapse > .medium-11 {
		width: 91.6666666667%;
	}
	
	.small-margin-collapse > .medium-12 {
		width: 100%;
	}
}

@media print,screen and (min-width:64em) {
	.small-margin-collapse > .large-1 {
		width: 8.3333333333%;
	}
	
	.small-margin-collapse > .large-2 {
		width: 16.6666666667%;
	}
	
	.small-margin-collapse > .large-3 {
		width: 25%;
	}
	
	.small-margin-collapse > .large-4 {
		width: 33.3333333333%;
	}
	
	.small-margin-collapse > .large-5 {
		width: 41.6666666667%;
	}
	
	.small-margin-collapse > .large-6 {
		width: 50%;
	}
	
	.small-margin-collapse > .large-7 {
		width: 58.3333333333%;
	}
	
	.small-margin-collapse > .large-8 {
		width: 66.6666666667%;
	}
	
	.small-margin-collapse > .large-9 {
		width: 75%;
	}
	
	.small-margin-collapse > .large-10 {
		width: 83.3333333333%;
	}
	
	.small-margin-collapse > .large-11 {
		width: 91.6666666667%;
	}
	
	.small-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media screen and (min-width:75em) {
	.small-margin-collapse > .xlarge-1 {
		width: 8.3333333333%;
	}
	
	.small-margin-collapse > .xlarge-2 {
		width: 16.6666666667%;
	}
	
	.small-margin-collapse > .xlarge-3 {
		width: 25%;
	}
	
	.small-margin-collapse > .xlarge-4 {
		width: 33.3333333333%;
	}
	
	.small-margin-collapse > .xlarge-5 {
		width: 41.6666666667%;
	}
	
	.small-margin-collapse > .xlarge-6 {
		width: 50%;
	}
	
	.small-margin-collapse > .xlarge-7 {
		width: 58.3333333333%;
	}
	
	.small-margin-collapse > .xlarge-8 {
		width: 66.6666666667%;
	}
	
	.small-margin-collapse > .xlarge-9 {
		width: 75%;
	}
	
	.small-margin-collapse > .xlarge-10 {
		width: 83.3333333333%;
	}
	
	.small-margin-collapse > .xlarge-11 {
		width: 91.6666666667%;
	}
	
	.small-margin-collapse > .xlarge-12 {
		width: 100%;
	}
}

@media screen and (min-width:90em) {
	.small-margin-collapse > .xxlarge-1 {
		width: 8.3333333333%;
	}
	
	.small-margin-collapse > .xxlarge-2 {
		width: 16.6666666667%;
	}
	
	.small-margin-collapse > .xxlarge-3 {
		width: 25%;
	}
	
	.small-margin-collapse > .xxlarge-4 {
		width: 33.3333333333%;
	}
	
	.small-margin-collapse > .xxlarge-5 {
		width: 41.6666666667%;
	}
	
	.small-margin-collapse > .xxlarge-6 {
		width: 50%;
	}
	
	.small-margin-collapse > .xxlarge-7 {
		width: 58.3333333333%;
	}
	
	.small-margin-collapse > .xxlarge-8 {
		width: 66.6666666667%;
	}
	
	.small-margin-collapse > .xxlarge-9 {
		width: 75%;
	}
	
	.small-margin-collapse > .xxlarge-10 {
		width: 83.3333333333%;
	}
	
	.small-margin-collapse > .xxlarge-11 {
		width: 91.6666666667%;
	}
	
	.small-margin-collapse > .xxlarge-12 {
		width: 100%;
	}
}

.small-padding-collapse {
	margin-left: 0;
	margin-right: 0;
}

.small-padding-collapse > .cell {
	padding-left: 0;
	padding-right: 0;
}

@media print,screen and (min-width:48em) {
	.medium-margin-collapse, .medium-margin-collapse > .cell {
		margin-left: 0;
		margin-right: 0;
	}
	
	.medium-margin-collapse > .small-1 {
		width: 8.3333333333%;
	}
	
	.medium-margin-collapse > .small-2 {
		width: 16.6666666667%;
	}
	
	.medium-margin-collapse > .small-3 {
		width: 25%;
	}
	
	.medium-margin-collapse > .small-4 {
		width: 33.3333333333%;
	}
	
	.medium-margin-collapse > .small-5 {
		width: 41.6666666667%;
	}
	
	.medium-margin-collapse > .small-6 {
		width: 50%;
	}
	
	.medium-margin-collapse > .small-7 {
		width: 58.3333333333%;
	}
	
	.medium-margin-collapse > .small-8 {
		width: 66.6666666667%;
	}
	
	.medium-margin-collapse > .small-9 {
		width: 75%;
	}
	
	.medium-margin-collapse > .small-10 {
		width: 83.3333333333%;
	}
	
	.medium-margin-collapse > .small-11 {
		width: 91.6666666667%;
	}
	
	.medium-margin-collapse > .small-12 {
		width: 100%;
	}
	
	.medium-margin-collapse > .medium-1 {
		width: 8.3333333333%;
	}
	
	.medium-margin-collapse > .medium-2 {
		width: 16.6666666667%;
	}
	
	.medium-margin-collapse > .medium-3 {
		width: 25%;
	}
	
	.medium-margin-collapse > .medium-4 {
		width: 33.3333333333%;
	}
	
	.medium-margin-collapse > .medium-5 {
		width: 41.6666666667%;
	}
	
	.medium-margin-collapse > .medium-6 {
		width: 50%;
	}
	
	.medium-margin-collapse > .medium-7 {
		width: 58.3333333333%;
	}
	
	.medium-margin-collapse > .medium-8 {
		width: 66.6666666667%;
	}
	
	.medium-margin-collapse > .medium-9 {
		width: 75%;
	}
	
	.medium-margin-collapse > .medium-10 {
		width: 83.3333333333%;
	}
	
	.medium-margin-collapse > .medium-11 {
		width: 91.6666666667%;
	}
	
	.medium-margin-collapse > .medium-12 {
		width: 100%;
	}
}

@media print,screen and (min-width:64em) {
	.medium-margin-collapse > .large-1 {
		width: 8.3333333333%;
	}
	
	.medium-margin-collapse > .large-2 {
		width: 16.6666666667%;
	}
	
	.medium-margin-collapse > .large-3 {
		width: 25%;
	}
	
	.medium-margin-collapse > .large-4 {
		width: 33.3333333333%;
	}
	
	.medium-margin-collapse > .large-5 {
		width: 41.6666666667%;
	}
	
	.medium-margin-collapse > .large-6 {
		width: 50%;
	}
	
	.medium-margin-collapse > .large-7 {
		width: 58.3333333333%;
	}
	
	.medium-margin-collapse > .large-8 {
		width: 66.6666666667%;
	}
	
	.medium-margin-collapse > .large-9 {
		width: 75%;
	}
	
	.medium-margin-collapse > .large-10 {
		width: 83.3333333333%;
	}
	
	.medium-margin-collapse > .large-11 {
		width: 91.6666666667%;
	}
	
	.medium-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media screen and (min-width:75em) {
	.medium-margin-collapse > .xlarge-1 {
		width: 8.3333333333%;
	}
	
	.medium-margin-collapse > .xlarge-2 {
		width: 16.6666666667%;
	}
	
	.medium-margin-collapse > .xlarge-3 {
		width: 25%;
	}
	
	.medium-margin-collapse > .xlarge-4 {
		width: 33.3333333333%;
	}
	
	.medium-margin-collapse > .xlarge-5 {
		width: 41.6666666667%;
	}
	
	.medium-margin-collapse > .xlarge-6 {
		width: 50%;
	}
	
	.medium-margin-collapse > .xlarge-7 {
		width: 58.3333333333%;
	}
	
	.medium-margin-collapse > .xlarge-8 {
		width: 66.6666666667%;
	}
	
	.medium-margin-collapse > .xlarge-9 {
		width: 75%;
	}
	
	.medium-margin-collapse > .xlarge-10 {
		width: 83.3333333333%;
	}
	
	.medium-margin-collapse > .xlarge-11 {
		width: 91.6666666667%;
	}
	
	.medium-margin-collapse > .xlarge-12 {
		width: 100%;
	}
}

@media screen and (min-width:90em) {
	.medium-margin-collapse > .xxlarge-1 {
		width: 8.3333333333%;
	}
	
	.medium-margin-collapse > .xxlarge-2 {
		width: 16.6666666667%;
	}
	
	.medium-margin-collapse > .xxlarge-3 {
		width: 25%;
	}
	
	.medium-margin-collapse > .xxlarge-4 {
		width: 33.3333333333%;
	}
	
	.medium-margin-collapse > .xxlarge-5 {
		width: 41.6666666667%;
	}
	
	.medium-margin-collapse > .xxlarge-6 {
		width: 50%;
	}
	
	.medium-margin-collapse > .xxlarge-7 {
		width: 58.3333333333%;
	}
	
	.medium-margin-collapse > .xxlarge-8 {
		width: 66.6666666667%;
	}
	
	.medium-margin-collapse > .xxlarge-9 {
		width: 75%;
	}
	
	.medium-margin-collapse > .xxlarge-10 {
		width: 83.3333333333%;
	}
	
	.medium-margin-collapse > .xxlarge-11 {
		width: 91.6666666667%;
	}
	
	.medium-margin-collapse > .xxlarge-12 {
		width: 100%;
	}
}

@media print,screen and (min-width:48em) {
	.medium-padding-collapse {
		margin-left: 0;
		margin-right: 0;
	}
	
	.medium-padding-collapse > .cell {
		padding-left: 0;
		padding-right: 0;
	}
}

@media print,screen and (min-width:64em) {
	.large-margin-collapse, .large-margin-collapse > .cell {
		margin-left: 0;
		margin-right: 0;
	}
	
	.large-margin-collapse > .small-1 {
		width: 8.3333333333%;
	}
	
	.large-margin-collapse > .small-2 {
		width: 16.6666666667%;
	}
	
	.large-margin-collapse > .small-3 {
		width: 25%;
	}
	
	.large-margin-collapse > .small-4 {
		width: 33.3333333333%;
	}
	
	.large-margin-collapse > .small-5 {
		width: 41.6666666667%;
	}
	
	.large-margin-collapse > .small-6 {
		width: 50%;
	}
	
	.large-margin-collapse > .small-7 {
		width: 58.3333333333%;
	}
	
	.large-margin-collapse > .small-8 {
		width: 66.6666666667%;
	}
	
	.large-margin-collapse > .small-9 {
		width: 75%;
	}
	
	.large-margin-collapse > .small-10 {
		width: 83.3333333333%;
	}
	
	.large-margin-collapse > .small-11 {
		width: 91.6666666667%;
	}
	
	.large-margin-collapse > .small-12 {
		width: 100%;
	}
	
	.large-margin-collapse > .medium-1 {
		width: 8.3333333333%;
	}
	
	.large-margin-collapse > .medium-2 {
		width: 16.6666666667%;
	}
	
	.large-margin-collapse > .medium-3 {
		width: 25%;
	}
	
	.large-margin-collapse > .medium-4 {
		width: 33.3333333333%;
	}
	
	.large-margin-collapse > .medium-5 {
		width: 41.6666666667%;
	}
	
	.large-margin-collapse > .medium-6 {
		width: 50%;
	}
	
	.large-margin-collapse > .medium-7 {
		width: 58.3333333333%;
	}
	
	.large-margin-collapse > .medium-8 {
		width: 66.6666666667%;
	}
	
	.large-margin-collapse > .medium-9 {
		width: 75%;
	}
	
	.large-margin-collapse > .medium-10 {
		width: 83.3333333333%;
	}
	
	.large-margin-collapse > .medium-11 {
		width: 91.6666666667%;
	}
	
	.large-margin-collapse > .medium-12 {
		width: 100%;
	}
	
	.large-margin-collapse > .large-1 {
		width: 8.3333333333%;
	}
	
	.large-margin-collapse > .large-2 {
		width: 16.6666666667%;
	}
	
	.large-margin-collapse > .large-3 {
		width: 25%;
	}
	
	.large-margin-collapse > .large-4 {
		width: 33.3333333333%;
	}
	
	.large-margin-collapse > .large-5 {
		width: 41.6666666667%;
	}
	
	.large-margin-collapse > .large-6 {
		width: 50%;
	}
	
	.large-margin-collapse > .large-7 {
		width: 58.3333333333%;
	}
	
	.large-margin-collapse > .large-8 {
		width: 66.6666666667%;
	}
	
	.large-margin-collapse > .large-9 {
		width: 75%;
	}
	
	.large-margin-collapse > .large-10 {
		width: 83.3333333333%;
	}
	
	.large-margin-collapse > .large-11 {
		width: 91.6666666667%;
	}
	
	.large-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media screen and (min-width:75em) {
	.large-margin-collapse > .xlarge-1 {
		width: 8.3333333333%;
	}
	
	.large-margin-collapse > .xlarge-2 {
		width: 16.6666666667%;
	}
	
	.large-margin-collapse > .xlarge-3 {
		width: 25%;
	}
	
	.large-margin-collapse > .xlarge-4 {
		width: 33.3333333333%;
	}
	
	.large-margin-collapse > .xlarge-5 {
		width: 41.6666666667%;
	}
	
	.large-margin-collapse > .xlarge-6 {
		width: 50%;
	}
	
	.large-margin-collapse > .xlarge-7 {
		width: 58.3333333333%;
	}
	
	.large-margin-collapse > .xlarge-8 {
		width: 66.6666666667%;
	}
	
	.large-margin-collapse > .xlarge-9 {
		width: 75%;
	}
	
	.large-margin-collapse > .xlarge-10 {
		width: 83.3333333333%;
	}
	
	.large-margin-collapse > .xlarge-11 {
		width: 91.6666666667%;
	}
	
	.large-margin-collapse > .xlarge-12 {
		width: 100%;
	}
}

@media screen and (min-width:90em) {
	.large-margin-collapse > .xxlarge-1 {
		width: 8.3333333333%;
	}
	
	.large-margin-collapse > .xxlarge-2 {
		width: 16.6666666667%;
	}
	
	.large-margin-collapse > .xxlarge-3 {
		width: 25%;
	}
	
	.large-margin-collapse > .xxlarge-4 {
		width: 33.3333333333%;
	}
	
	.large-margin-collapse > .xxlarge-5 {
		width: 41.6666666667%;
	}
	
	.large-margin-collapse > .xxlarge-6 {
		width: 50%;
	}
	
	.large-margin-collapse > .xxlarge-7 {
		width: 58.3333333333%;
	}
	
	.large-margin-collapse > .xxlarge-8 {
		width: 66.6666666667%;
	}
	
	.large-margin-collapse > .xxlarge-9 {
		width: 75%;
	}
	
	.large-margin-collapse > .xxlarge-10 {
		width: 83.3333333333%;
	}
	
	.large-margin-collapse > .xxlarge-11 {
		width: 91.6666666667%;
	}
	
	.large-margin-collapse > .xxlarge-12 {
		width: 100%;
	}
}

@media print,screen and (min-width:64em) {
	.large-padding-collapse {
		margin-left: 0;
		margin-right: 0;
	}
	
	.large-padding-collapse > .cell {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width:75em) {
	.xlarge-margin-collapse, .xlarge-margin-collapse > .cell {
		margin-left: 0;
		margin-right: 0;
	}
	
	.xlarge-margin-collapse > .small-1 {
		width: 8.3333333333%;
	}
	
	.xlarge-margin-collapse > .small-2 {
		width: 16.6666666667%;
	}
	
	.xlarge-margin-collapse > .small-3 {
		width: 25%;
	}
	
	.xlarge-margin-collapse > .small-4 {
		width: 33.3333333333%;
	}
	
	.xlarge-margin-collapse > .small-5 {
		width: 41.6666666667%;
	}
	
	.xlarge-margin-collapse > .small-6 {
		width: 50%;
	}
	
	.xlarge-margin-collapse > .small-7 {
		width: 58.3333333333%;
	}
	
	.xlarge-margin-collapse > .small-8 {
		width: 66.6666666667%;
	}
	
	.xlarge-margin-collapse > .small-9 {
		width: 75%;
	}
	
	.xlarge-margin-collapse > .small-10 {
		width: 83.3333333333%;
	}
	
	.xlarge-margin-collapse > .small-11 {
		width: 91.6666666667%;
	}
	
	.xlarge-margin-collapse > .small-12 {
		width: 100%;
	}
	
	.xlarge-margin-collapse > .medium-1 {
		width: 8.3333333333%;
	}
	
	.xlarge-margin-collapse > .medium-2 {
		width: 16.6666666667%;
	}
	
	.xlarge-margin-collapse > .medium-3 {
		width: 25%;
	}
	
	.xlarge-margin-collapse > .medium-4 {
		width: 33.3333333333%;
	}
	
	.xlarge-margin-collapse > .medium-5 {
		width: 41.6666666667%;
	}
	
	.xlarge-margin-collapse > .medium-6 {
		width: 50%;
	}
	
	.xlarge-margin-collapse > .medium-7 {
		width: 58.3333333333%;
	}
	
	.xlarge-margin-collapse > .medium-8 {
		width: 66.6666666667%;
	}
	
	.xlarge-margin-collapse > .medium-9 {
		width: 75%;
	}
	
	.xlarge-margin-collapse > .medium-10 {
		width: 83.3333333333%;
	}
	
	.xlarge-margin-collapse > .medium-11 {
		width: 91.6666666667%;
	}
	
	.xlarge-margin-collapse > .medium-12 {
		width: 100%;
	}
	
	.xlarge-margin-collapse > .large-1 {
		width: 8.3333333333%;
	}
	
	.xlarge-margin-collapse > .large-2 {
		width: 16.6666666667%;
	}
	
	.xlarge-margin-collapse > .large-3 {
		width: 25%;
	}
	
	.xlarge-margin-collapse > .large-4 {
		width: 33.3333333333%;
	}
	
	.xlarge-margin-collapse > .large-5 {
		width: 41.6666666667%;
	}
	
	.xlarge-margin-collapse > .large-6 {
		width: 50%;
	}
	
	.xlarge-margin-collapse > .large-7 {
		width: 58.3333333333%;
	}
	
	.xlarge-margin-collapse > .large-8 {
		width: 66.6666666667%;
	}
	
	.xlarge-margin-collapse > .large-9 {
		width: 75%;
	}
	
	.xlarge-margin-collapse > .large-10 {
		width: 83.3333333333%;
	}
	
	.xlarge-margin-collapse > .large-11 {
		width: 91.6666666667%;
	}
	
	.xlarge-margin-collapse > .large-12 {
		width: 100%;
	}
	
	.xlarge-margin-collapse > .xlarge-1 {
		width: 8.3333333333%;
	}
	
	.xlarge-margin-collapse > .xlarge-2 {
		width: 16.6666666667%;
	}
	
	.xlarge-margin-collapse > .xlarge-3 {
		width: 25%;
	}
	
	.xlarge-margin-collapse > .xlarge-4 {
		width: 33.3333333333%;
	}
	
	.xlarge-margin-collapse > .xlarge-5 {
		width: 41.6666666667%;
	}
	
	.xlarge-margin-collapse > .xlarge-6 {
		width: 50%;
	}
	
	.xlarge-margin-collapse > .xlarge-7 {
		width: 58.3333333333%;
	}
	
	.xlarge-margin-collapse > .xlarge-8 {
		width: 66.6666666667%;
	}
	
	.xlarge-margin-collapse > .xlarge-9 {
		width: 75%;
	}
	
	.xlarge-margin-collapse > .xlarge-10 {
		width: 83.3333333333%;
	}
	
	.xlarge-margin-collapse > .xlarge-11 {
		width: 91.6666666667%;
	}
	
	.xlarge-margin-collapse > .xlarge-12 {
		width: 100%;
	}
}

@media screen and (min-width:90em) {
	.xlarge-margin-collapse > .xxlarge-1 {
		width: 8.3333333333%;
	}
	
	.xlarge-margin-collapse > .xxlarge-2 {
		width: 16.6666666667%;
	}
	
	.xlarge-margin-collapse > .xxlarge-3 {
		width: 25%;
	}
	
	.xlarge-margin-collapse > .xxlarge-4 {
		width: 33.3333333333%;
	}
	
	.xlarge-margin-collapse > .xxlarge-5 {
		width: 41.6666666667%;
	}
	
	.xlarge-margin-collapse > .xxlarge-6 {
		width: 50%;
	}
	
	.xlarge-margin-collapse > .xxlarge-7 {
		width: 58.3333333333%;
	}
	
	.xlarge-margin-collapse > .xxlarge-8 {
		width: 66.6666666667%;
	}
	
	.xlarge-margin-collapse > .xxlarge-9 {
		width: 75%;
	}
	
	.xlarge-margin-collapse > .xxlarge-10 {
		width: 83.3333333333%;
	}
	
	.xlarge-margin-collapse > .xxlarge-11 {
		width: 91.6666666667%;
	}
	
	.xlarge-margin-collapse > .xxlarge-12 {
		width: 100%;
	}
}

@media screen and (min-width:75em) {
	.xlarge-padding-collapse {
		margin-left: 0;
		margin-right: 0;
	}
	
	.xlarge-padding-collapse > .cell {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width:90em) {
	.xxlarge-margin-collapse, .xxlarge-margin-collapse > .cell {
		margin-left: 0;
		margin-right: 0;
	}
	
	.xxlarge-margin-collapse > .small-1 {
		width: 8.3333333333%;
	}
	
	.xxlarge-margin-collapse > .small-2 {
		width: 16.6666666667%;
	}
	
	.xxlarge-margin-collapse > .small-3 {
		width: 25%;
	}
	
	.xxlarge-margin-collapse > .small-4 {
		width: 33.3333333333%;
	}
	
	.xxlarge-margin-collapse > .small-5 {
		width: 41.6666666667%;
	}
	
	.xxlarge-margin-collapse > .small-6 {
		width: 50%;
	}
	
	.xxlarge-margin-collapse > .small-7 {
		width: 58.3333333333%;
	}
	
	.xxlarge-margin-collapse > .small-8 {
		width: 66.6666666667%;
	}
	
	.xxlarge-margin-collapse > .small-9 {
		width: 75%;
	}
	
	.xxlarge-margin-collapse > .small-10 {
		width: 83.3333333333%;
	}
	
	.xxlarge-margin-collapse > .small-11 {
		width: 91.6666666667%;
	}
	
	.xxlarge-margin-collapse > .small-12 {
		width: 100%;
	}
	
	.xxlarge-margin-collapse > .medium-1 {
		width: 8.3333333333%;
	}
	
	.xxlarge-margin-collapse > .medium-2 {
		width: 16.6666666667%;
	}
	
	.xxlarge-margin-collapse > .medium-3 {
		width: 25%;
	}
	
	.xxlarge-margin-collapse > .medium-4 {
		width: 33.3333333333%;
	}
	
	.xxlarge-margin-collapse > .medium-5 {
		width: 41.6666666667%;
	}
	
	.xxlarge-margin-collapse > .medium-6 {
		width: 50%;
	}
	
	.xxlarge-margin-collapse > .medium-7 {
		width: 58.3333333333%;
	}
	
	.xxlarge-margin-collapse > .medium-8 {
		width: 66.6666666667%;
	}
	
	.xxlarge-margin-collapse > .medium-9 {
		width: 75%;
	}
	
	.xxlarge-margin-collapse > .medium-10 {
		width: 83.3333333333%;
	}
	
	.xxlarge-margin-collapse > .medium-11 {
		width: 91.6666666667%;
	}
	
	.xxlarge-margin-collapse > .medium-12 {
		width: 100%;
	}
	
	.xxlarge-margin-collapse > .large-1 {
		width: 8.3333333333%;
	}
	
	.xxlarge-margin-collapse > .large-2 {
		width: 16.6666666667%;
	}
	
	.xxlarge-margin-collapse > .large-3 {
		width: 25%;
	}
	
	.xxlarge-margin-collapse > .large-4 {
		width: 33.3333333333%;
	}
	
	.xxlarge-margin-collapse > .large-5 {
		width: 41.6666666667%;
	}
	
	.xxlarge-margin-collapse > .large-6 {
		width: 50%;
	}
	
	.xxlarge-margin-collapse > .large-7 {
		width: 58.3333333333%;
	}
	
	.xxlarge-margin-collapse > .large-8 {
		width: 66.6666666667%;
	}
	
	.xxlarge-margin-collapse > .large-9 {
		width: 75%;
	}
	
	.xxlarge-margin-collapse > .large-10 {
		width: 83.3333333333%;
	}
	
	.xxlarge-margin-collapse > .large-11 {
		width: 91.6666666667%;
	}
	
	.xxlarge-margin-collapse > .large-12 {
		width: 100%;
	}
	
	.xxlarge-margin-collapse > .xlarge-1 {
		width: 8.3333333333%;
	}
	
	.xxlarge-margin-collapse > .xlarge-2 {
		width: 16.6666666667%;
	}
	
	.xxlarge-margin-collapse > .xlarge-3 {
		width: 25%;
	}
	
	.xxlarge-margin-collapse > .xlarge-4 {
		width: 33.3333333333%;
	}
	
	.xxlarge-margin-collapse > .xlarge-5 {
		width: 41.6666666667%;
	}
	
	.xxlarge-margin-collapse > .xlarge-6 {
		width: 50%;
	}
	
	.xxlarge-margin-collapse > .xlarge-7 {
		width: 58.3333333333%;
	}
	
	.xxlarge-margin-collapse > .xlarge-8 {
		width: 66.6666666667%;
	}
	
	.xxlarge-margin-collapse > .xlarge-9 {
		width: 75%;
	}
	
	.xxlarge-margin-collapse > .xlarge-10 {
		width: 83.3333333333%;
	}
	
	.xxlarge-margin-collapse > .xlarge-11 {
		width: 91.6666666667%;
	}
	
	.xxlarge-margin-collapse > .xlarge-12 {
		width: 100%;
	}
	
	.xxlarge-margin-collapse > .xxlarge-1 {
		width: 8.3333333333%;
	}
	
	.xxlarge-margin-collapse > .xxlarge-2 {
		width: 16.6666666667%;
	}
	
	.xxlarge-margin-collapse > .xxlarge-3 {
		width: 25%;
	}
	
	.xxlarge-margin-collapse > .xxlarge-4 {
		width: 33.3333333333%;
	}
	
	.xxlarge-margin-collapse > .xxlarge-5 {
		width: 41.6666666667%;
	}
	
	.xxlarge-margin-collapse > .xxlarge-6 {
		width: 50%;
	}
	
	.xxlarge-margin-collapse > .xxlarge-7 {
		width: 58.3333333333%;
	}
	
	.xxlarge-margin-collapse > .xxlarge-8 {
		width: 66.6666666667%;
	}
	
	.xxlarge-margin-collapse > .xxlarge-9 {
		width: 75%;
	}
	
	.xxlarge-margin-collapse > .xxlarge-10 {
		width: 83.3333333333%;
	}
	
	.xxlarge-margin-collapse > .xxlarge-11 {
		width: 91.6666666667%;
	}
	
	.xxlarge-margin-collapse > .xxlarge-12 {
		width: 100%;
	}
	
	.xxlarge-padding-collapse {
		margin-left: 0;
		margin-right: 0;
	}
	
	.xxlarge-padding-collapse > .cell {
		padding-left: 0;
		padding-right: 0;
	}
}

.grid-margin-x > .small-offset-0 {
	margin-left: 1.25rem;
}

.grid-margin-x > .small-offset-1 {
	margin-left: calc(8.33333% + 1.25rem);
}

.grid-margin-x > .small-offset-2 {
	margin-left: calc(16.66667% + 1.25rem);
}

.grid-margin-x > .small-offset-3 {
	margin-left: calc(25% + 1.25rem);
}

.grid-margin-x > .small-offset-4 {
	margin-left: calc(33.33333% + 1.25rem);
}

.grid-margin-x > .small-offset-5 {
	margin-left: calc(41.66667% + 1.25rem);
}

.grid-margin-x > .small-offset-6 {
	margin-left: calc(50% + 1.25rem);
}

.grid-margin-x > .small-offset-7 {
	margin-left: calc(58.33333% + 1.25rem);
}

.grid-margin-x > .small-offset-8 {
	margin-left: calc(66.66667% + 1.25rem);
}

.grid-margin-x > .small-offset-9 {
	margin-left: calc(75% + 1.25rem);
}

.grid-margin-x > .small-offset-10 {
	margin-left: calc(83.33333% + 1.25rem);
}

.grid-margin-x > .small-offset-11 {
	margin-left: calc(91.66667% + 1.25rem);
}

@media print,screen and (min-width:48em) {
	.medium-offset-0 {
		margin-left: 0;
	}
	
	.grid-margin-x > .medium-offset-0 {
		margin-left: 1.875rem;
	}
	
	.medium-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.grid-margin-x > .medium-offset-1 {
		margin-left: calc(8.33333% + 1.875rem);
	}
	
	.medium-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.grid-margin-x > .medium-offset-2 {
		margin-left: calc(16.66667% + 1.875rem);
	}
	
	.medium-offset-3 {
		margin-left: 25%;
	}
	
	.grid-margin-x > .medium-offset-3 {
		margin-left: calc(25% + 1.875rem);
	}
	
	.medium-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.grid-margin-x > .medium-offset-4 {
		margin-left: calc(33.33333% + 1.875rem);
	}
	
	.medium-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.grid-margin-x > .medium-offset-5 {
		margin-left: calc(41.66667% + 1.875rem);
	}
	
	.medium-offset-6 {
		margin-left: 50%;
	}
	
	.grid-margin-x > .medium-offset-6 {
		margin-left: calc(50% + 1.875rem);
	}
	
	.medium-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.grid-margin-x > .medium-offset-7 {
		margin-left: calc(58.33333% + 1.875rem);
	}
	
	.medium-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.grid-margin-x > .medium-offset-8 {
		margin-left: calc(66.66667% + 1.875rem);
	}
	
	.medium-offset-9 {
		margin-left: 75%;
	}
	
	.grid-margin-x > .medium-offset-9 {
		margin-left: calc(75% + 1.875rem);
	}
	
	.medium-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.grid-margin-x > .medium-offset-10 {
		margin-left: calc(83.33333% + 1.875rem);
	}
	
	.medium-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.grid-margin-x > .medium-offset-11 {
		margin-left: calc(91.66667% + 1.875rem);
	}
}

@media print,screen and (min-width:64em) {
	.large-offset-0 {
		margin-left: 0;
	}
	
	.grid-margin-x > .large-offset-0 {
		margin-left: 1.875rem;
	}
	
	.large-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.grid-margin-x > .large-offset-1 {
		margin-left: calc(8.33333% + 1.875rem);
	}
	
	.large-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.grid-margin-x > .large-offset-2 {
		margin-left: calc(16.66667% + 1.875rem);
	}
	
	.large-offset-3 {
		margin-left: 25%;
	}
	
	.grid-margin-x > .large-offset-3 {
		margin-left: calc(25% + 1.875rem);
	}
	
	.large-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.grid-margin-x > .large-offset-4 {
		margin-left: calc(33.33333% + 1.875rem);
	}
	
	.large-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.grid-margin-x > .large-offset-5 {
		margin-left: calc(41.66667% + 1.875rem);
	}
	
	.large-offset-6 {
		margin-left: 50%;
	}
	
	.grid-margin-x > .large-offset-6 {
		margin-left: calc(50% + 1.875rem);
	}
	
	.large-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.grid-margin-x > .large-offset-7 {
		margin-left: calc(58.33333% + 1.875rem);
	}
	
	.large-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.grid-margin-x > .large-offset-8 {
		margin-left: calc(66.66667% + 1.875rem);
	}
	
	.large-offset-9 {
		margin-left: 75%;
	}
	
	.grid-margin-x > .large-offset-9 {
		margin-left: calc(75% + 1.875rem);
	}
	
	.large-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.grid-margin-x > .large-offset-10 {
		margin-left: calc(83.33333% + 1.875rem);
	}
	
	.large-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.grid-margin-x > .large-offset-11 {
		margin-left: calc(91.66667% + 1.875rem);
	}
}

@media screen and (min-width:75em) {
	.xlarge-offset-0 {
		margin-left: 0;
	}
	
	.grid-margin-x > .xlarge-offset-0 {
		margin-left: 2.5rem;
	}
	
	.xlarge-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.grid-margin-x > .xlarge-offset-1 {
		margin-left: calc(8.33333% + 2.5rem);
	}
	
	.xlarge-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.grid-margin-x > .xlarge-offset-2 {
		margin-left: calc(16.66667% + 2.5rem);
	}
	
	.xlarge-offset-3 {
		margin-left: 25%;
	}
	
	.grid-margin-x > .xlarge-offset-3 {
		margin-left: calc(25% + 2.5rem);
	}
	
	.xlarge-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.grid-margin-x > .xlarge-offset-4 {
		margin-left: calc(33.33333% + 2.5rem);
	}
	
	.xlarge-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.grid-margin-x > .xlarge-offset-5 {
		margin-left: calc(41.66667% + 2.5rem);
	}
	
	.xlarge-offset-6 {
		margin-left: 50%;
	}
	
	.grid-margin-x > .xlarge-offset-6 {
		margin-left: calc(50% + 2.5rem);
	}
	
	.xlarge-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.grid-margin-x > .xlarge-offset-7 {
		margin-left: calc(58.33333% + 2.5rem);
	}
	
	.xlarge-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.grid-margin-x > .xlarge-offset-8 {
		margin-left: calc(66.66667% + 2.5rem);
	}
	
	.xlarge-offset-9 {
		margin-left: 75%;
	}
	
	.grid-margin-x > .xlarge-offset-9 {
		margin-left: calc(75% + 2.5rem);
	}
	
	.xlarge-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.grid-margin-x > .xlarge-offset-10 {
		margin-left: calc(83.33333% + 2.5rem);
	}
	
	.xlarge-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.grid-margin-x > .xlarge-offset-11 {
		margin-left: calc(91.66667% + 2.5rem);
	}
}

@media screen and (min-width:90em) {
	.xxlarge-offset-0 {
		margin-left: 0;
	}
	
	.grid-margin-x > .xxlarge-offset-0 {
		margin-left: 2.5rem;
	}
	
	.xxlarge-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.grid-margin-x > .xxlarge-offset-1 {
		margin-left: calc(8.33333% + 2.5rem);
	}
	
	.xxlarge-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.grid-margin-x > .xxlarge-offset-2 {
		margin-left: calc(16.66667% + 2.5rem);
	}
	
	.xxlarge-offset-3 {
		margin-left: 25%;
	}
	
	.grid-margin-x > .xxlarge-offset-3 {
		margin-left: calc(25% + 2.5rem);
	}
	
	.xxlarge-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.grid-margin-x > .xxlarge-offset-4 {
		margin-left: calc(33.33333% + 2.5rem);
	}
	
	.xxlarge-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.grid-margin-x > .xxlarge-offset-5 {
		margin-left: calc(41.66667% + 2.5rem);
	}
	
	.xxlarge-offset-6 {
		margin-left: 50%;
	}
	
	.grid-margin-x > .xxlarge-offset-6 {
		margin-left: calc(50% + 2.5rem);
	}
	
	.xxlarge-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.grid-margin-x > .xxlarge-offset-7 {
		margin-left: calc(58.33333% + 2.5rem);
	}
	
	.xxlarge-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.grid-margin-x > .xxlarge-offset-8 {
		margin-left: calc(66.66667% + 2.5rem);
	}
	
	.xxlarge-offset-9 {
		margin-left: 75%;
	}
	
	.grid-margin-x > .xxlarge-offset-9 {
		margin-left: calc(75% + 2.5rem);
	}
	
	.xxlarge-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.grid-margin-x > .xxlarge-offset-10 {
		margin-left: calc(83.33333% + 2.5rem);
	}
	
	.xxlarge-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.grid-margin-x > .xxlarge-offset-11 {
		margin-left: calc(91.66667% + 2.5rem);
	}
}

.grid-y {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.grid-y > .cell {
	height: auto;
	max-height: none;
}

.grid-y > .auto, .grid-y > .shrink {
	height: auto;
}

.grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-full, .grid-y > .small-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

@media print,screen and (min-width:48em) {
	.grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-full, .grid-y > .medium-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media print,screen and (min-width:64em) {
	.grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-full, .grid-y > .large-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media screen and (min-width:75em) {
	.grid-y > .xlarge-1, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-full, .grid-y > .xlarge-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media screen and (min-width:90em) {
	.grid-y > .xxlarge-1, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-full, .grid-y > .xxlarge-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

.grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.grid-y > .small-1 {
	height: 8.3333333333%;
}

.grid-y > .small-2 {
	height: 16.6666666667%;
}

.grid-y > .small-3 {
	height: 25%;
}

.grid-y > .small-4 {
	height: 33.3333333333%;
}

.grid-y > .small-5 {
	height: 41.6666666667%;
}

.grid-y > .small-6 {
	height: 50%;
}

.grid-y > .small-7 {
	height: 58.3333333333%;
}

.grid-y > .small-8 {
	height: 66.6666666667%;
}

.grid-y > .small-9 {
	height: 75%;
}

.grid-y > .small-10 {
	height: 83.3333333333%;
}

.grid-y > .small-11 {
	height: 91.6666666667%;
}

.grid-y > .small-12 {
	height: 100%;
}

@media print,screen and (min-width:48em) {
	.grid-y > .medium-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		height: auto;
	}
	
	.grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-y > .medium-shrink {
		height: auto;
	}
	
	.grid-y > .medium-1 {
		height: 8.3333333333%;
	}
	
	.grid-y > .medium-2 {
		height: 16.6666666667%;
	}
	
	.grid-y > .medium-3 {
		height: 25%;
	}
	
	.grid-y > .medium-4 {
		height: 33.3333333333%;
	}
	
	.grid-y > .medium-5 {
		height: 41.6666666667%;
	}
	
	.grid-y > .medium-6 {
		height: 50%;
	}
	
	.grid-y > .medium-7 {
		height: 58.3333333333%;
	}
	
	.grid-y > .medium-8 {
		height: 66.6666666667%;
	}
	
	.grid-y > .medium-9 {
		height: 75%;
	}
	
	.grid-y > .medium-10 {
		height: 83.3333333333%;
	}
	
	.grid-y > .medium-11 {
		height: 91.6666666667%;
	}
	
	.grid-y > .medium-12 {
		height: 100%;
	}
}

@media print,screen and (min-width:64em) {
	.grid-y > .large-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		height: auto;
	}
	
	.grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-y > .large-shrink {
		height: auto;
	}
	
	.grid-y > .large-1 {
		height: 8.3333333333%;
	}
	
	.grid-y > .large-2 {
		height: 16.6666666667%;
	}
	
	.grid-y > .large-3 {
		height: 25%;
	}
	
	.grid-y > .large-4 {
		height: 33.3333333333%;
	}
	
	.grid-y > .large-5 {
		height: 41.6666666667%;
	}
	
	.grid-y > .large-6 {
		height: 50%;
	}
	
	.grid-y > .large-7 {
		height: 58.3333333333%;
	}
	
	.grid-y > .large-8 {
		height: 66.6666666667%;
	}
	
	.grid-y > .large-9 {
		height: 75%;
	}
	
	.grid-y > .large-10 {
		height: 83.3333333333%;
	}
	
	.grid-y > .large-11 {
		height: 91.6666666667%;
	}
	
	.grid-y > .large-12 {
		height: 100%;
	}
}

@media screen and (min-width:75em) {
	.grid-y > .xlarge-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		height: auto;
	}
	
	.grid-y > .xlarge-1, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-y > .xlarge-shrink {
		height: auto;
	}
	
	.grid-y > .xlarge-1 {
		height: 8.3333333333%;
	}
	
	.grid-y > .xlarge-2 {
		height: 16.6666666667%;
	}
	
	.grid-y > .xlarge-3 {
		height: 25%;
	}
	
	.grid-y > .xlarge-4 {
		height: 33.3333333333%;
	}
	
	.grid-y > .xlarge-5 {
		height: 41.6666666667%;
	}
	
	.grid-y > .xlarge-6 {
		height: 50%;
	}
	
	.grid-y > .xlarge-7 {
		height: 58.3333333333%;
	}
	
	.grid-y > .xlarge-8 {
		height: 66.6666666667%;
	}
	
	.grid-y > .xlarge-9 {
		height: 75%;
	}
	
	.grid-y > .xlarge-10 {
		height: 83.3333333333%;
	}
	
	.grid-y > .xlarge-11 {
		height: 91.6666666667%;
	}
	
	.grid-y > .xlarge-12 {
		height: 100%;
	}
}

@media screen and (min-width:90em) {
	.grid-y > .xxlarge-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		height: auto;
	}
	
	.grid-y > .xxlarge-1, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-y > .xxlarge-shrink {
		height: auto;
	}
	
	.grid-y > .xxlarge-1 {
		height: 8.3333333333%;
	}
	
	.grid-y > .xxlarge-2 {
		height: 16.6666666667%;
	}
	
	.grid-y > .xxlarge-3 {
		height: 25%;
	}
	
	.grid-y > .xxlarge-4 {
		height: 33.3333333333%;
	}
	
	.grid-y > .xxlarge-5 {
		height: 41.6666666667%;
	}
	
	.grid-y > .xxlarge-6 {
		height: 50%;
	}
	
	.grid-y > .xxlarge-7 {
		height: 58.3333333333%;
	}
	
	.grid-y > .xxlarge-8 {
		height: 66.6666666667%;
	}
	
	.grid-y > .xxlarge-9 {
		height: 75%;
	}
	
	.grid-y > .xxlarge-10 {
		height: 83.3333333333%;
	}
	
	.grid-y > .xxlarge-11 {
		height: 91.6666666667%;
	}
	
	.grid-y > .xxlarge-12 {
		height: 100%;
	}
}

.grid-padding-y .grid-padding-y {
	margin-bottom: -1.25rem;
	margin-top: -1.25rem;
}

@media print,screen and (min-width:48em) {
	.grid-padding-y .grid-padding-y {
		margin-bottom: -1.875rem;
		margin-top: -1.875rem;
	}
}

@media screen and (min-width:75em) {
	.grid-padding-y .grid-padding-y {
		margin-bottom: -2.5rem;
		margin-top: -2.5rem;
	}
}

.grid-padding-y > .cell {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

@media print,screen and (min-width:48em) {
	.grid-padding-y > .cell {
		padding-bottom: 1.875rem;
		padding-top: 1.875rem;
	}
}

@media screen and (min-width:75em) {
	.grid-padding-y > .cell {
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
	}
}

.grid-frame {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
	width: 100vw;
}

.cell .grid-frame {
	width: 100%;
}

.cell-block {
	max-width: 100%;
	overflow-x: auto;
}

.cell-block, .cell-block-y {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
	max-height: 100%;
	min-height: 100%;
	overflow-y: auto;
}

.cell-block-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
}

.cell-block-container > .grid-x {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-height: 100%;
}

@media print,screen and (min-width:48em) {
	.medium-grid-frame {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: hidden;
		position: relative;
		width: 100vw;
	}
	
	.cell .medium-grid-frame {
		width: 100%;
	}
	
	.medium-cell-block {
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		max-width: 100%;
		overflow-x: auto;
	}
	
	.medium-cell-block-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}
	
	.medium-cell-block-container > .grid-x {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		max-height: 100%;
	}
	
	.medium-cell-block-y {
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		max-height: 100%;
		min-height: 100%;
		overflow-y: auto;
	}
}

@media print,screen and (min-width:64em) {
	.large-grid-frame {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: hidden;
		position: relative;
		width: 100vw;
	}
	
	.cell .large-grid-frame {
		width: 100%;
	}
	
	.large-cell-block {
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		max-width: 100%;
		overflow-x: auto;
	}
	
	.large-cell-block-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}
	
	.large-cell-block-container > .grid-x {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		max-height: 100%;
	}
	
	.large-cell-block-y {
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		max-height: 100%;
		min-height: 100%;
		overflow-y: auto;
	}
}

@media screen and (min-width:75em) {
	.xlarge-grid-frame {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: hidden;
		position: relative;
		width: 100vw;
	}
	
	.cell .xlarge-grid-frame {
		width: 100%;
	}
	
	.xlarge-cell-block {
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		max-width: 100%;
		overflow-x: auto;
	}
	
	.xlarge-cell-block-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}
	
	.xlarge-cell-block-container > .grid-x {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		max-height: 100%;
	}
	
	.xlarge-cell-block-y {
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		max-height: 100%;
		min-height: 100%;
		overflow-y: auto;
	}
}

@media screen and (min-width:90em) {
	.xxlarge-grid-frame {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: hidden;
		position: relative;
		width: 100vw;
	}
	
	.cell .xxlarge-grid-frame {
		width: 100%;
	}
	
	.xxlarge-cell-block {
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		max-width: 100%;
		overflow-x: auto;
	}
	
	.xxlarge-cell-block-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}
	
	.xxlarge-cell-block-container > .grid-x {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		max-height: 100%;
	}
	
	.xxlarge-cell-block-y {
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		max-height: 100%;
		min-height: 100%;
		overflow-y: auto;
	}
}

.grid-y.grid-frame {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: auto;
}

@media print,screen and (min-width:48em) {
	.grid-y.medium-grid-frame {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		height: 100vh;
		overflow: hidden;
		position: relative;
		width: auto;
	}
}

@media print,screen and (min-width:64em) {
	.grid-y.large-grid-frame {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		height: 100vh;
		overflow: hidden;
		position: relative;
		width: auto;
	}
}

@media screen and (min-width:75em) {
	.grid-y.xlarge-grid-frame {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		height: 100vh;
		overflow: hidden;
		position: relative;
		width: auto;
	}
}

@media screen and (min-width:90em) {
	.grid-y.xxlarge-grid-frame {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		height: 100vh;
		overflow: hidden;
		position: relative;
		width: auto;
	}
}

.cell .grid-y.grid-frame {
	height: 100%;
}

@media print,screen and (min-width:48em) {
	.cell .grid-y.medium-grid-frame {
		height: 100%;
	}
}

@media print,screen and (min-width:64em) {
	.cell .grid-y.large-grid-frame {
		height: 100%;
	}
}

@media screen and (min-width:75em) {
	.cell .grid-y.xlarge-grid-frame {
		height: 100%;
	}
}

@media screen and (min-width:90em) {
	.cell .grid-y.xxlarge-grid-frame {
		height: 100%;
	}
}

.grid-margin-y {
	margin-bottom: -1.25rem;
	margin-top: -1.25rem;
}

@media print,screen and (min-width:48em) {
	.grid-margin-y {
		margin-bottom: -1.875rem;
		margin-top: -1.875rem;
	}
}

@media screen and (min-width:75em) {
	.grid-margin-y {
		margin-bottom: -2.5rem;
		margin-top: -2.5rem;
	}
}

.grid-margin-y > .cell {
	height: calc(100% - 2.5rem);
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
}

@media print,screen and (min-width:48em) {
	.grid-margin-y > .cell {
		height: calc(100% - 3.75rem);
		margin-bottom: 1.875rem;
		margin-top: 1.875rem;
	}
}

@media screen and (min-width:75em) {
	.grid-margin-y > .cell {
		height: calc(100% - 5rem);
		margin-bottom: 2.5rem;
		margin-top: 2.5rem;
	}
}

.grid-margin-y > .auto, .grid-margin-y > .shrink {
	height: auto;
}

.grid-margin-y > .small-1 {
	height: calc(8.33333% - 2.5rem);
}

.grid-margin-y > .small-2 {
	height: calc(16.66667% - 2.5rem);
}

.grid-margin-y > .small-3 {
	height: calc(25% - 2.5rem);
}

.grid-margin-y > .small-4 {
	height: calc(33.33333% - 2.5rem);
}

.grid-margin-y > .small-5 {
	height: calc(41.66667% - 2.5rem);
}

.grid-margin-y > .small-6 {
	height: calc(50% - 2.5rem);
}

.grid-margin-y > .small-7 {
	height: calc(58.33333% - 2.5rem);
}

.grid-margin-y > .small-8 {
	height: calc(66.66667% - 2.5rem);
}

.grid-margin-y > .small-9 {
	height: calc(75% - 2.5rem);
}

.grid-margin-y > .small-10 {
	height: calc(83.33333% - 2.5rem);
}

.grid-margin-y > .small-11 {
	height: calc(91.66667% - 2.5rem);
}

.grid-margin-y > .small-12 {
	height: calc(100% - 2.5rem);
}

@media print,screen and (min-width:48em) {
	.grid-margin-y > .auto, .grid-margin-y > .shrink {
		height: auto;
	}
	
	.grid-margin-y > .small-1 {
		height: calc(8.33333% - 3.75rem);
	}
	
	.grid-margin-y > .small-2 {
		height: calc(16.66667% - 3.75rem);
	}
	
	.grid-margin-y > .small-3 {
		height: calc(25% - 3.75rem);
	}
	
	.grid-margin-y > .small-4 {
		height: calc(33.33333% - 3.75rem);
	}
	
	.grid-margin-y > .small-5 {
		height: calc(41.66667% - 3.75rem);
	}
	
	.grid-margin-y > .small-6 {
		height: calc(50% - 3.75rem);
	}
	
	.grid-margin-y > .small-7 {
		height: calc(58.33333% - 3.75rem);
	}
	
	.grid-margin-y > .small-8 {
		height: calc(66.66667% - 3.75rem);
	}
	
	.grid-margin-y > .small-9 {
		height: calc(75% - 3.75rem);
	}
	
	.grid-margin-y > .small-10 {
		height: calc(83.33333% - 3.75rem);
	}
	
	.grid-margin-y > .small-11 {
		height: calc(91.66667% - 3.75rem);
	}
	
	.grid-margin-y > .small-12 {
		height: calc(100% - 3.75rem);
	}
	
	.grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
		height: auto;
	}
	
	.grid-margin-y > .medium-1 {
		height: calc(8.33333% - 3.75rem);
	}
	
	.grid-margin-y > .medium-2 {
		height: calc(16.66667% - 3.75rem);
	}
	
	.grid-margin-y > .medium-3 {
		height: calc(25% - 3.75rem);
	}
	
	.grid-margin-y > .medium-4 {
		height: calc(33.33333% - 3.75rem);
	}
	
	.grid-margin-y > .medium-5 {
		height: calc(41.66667% - 3.75rem);
	}
	
	.grid-margin-y > .medium-6 {
		height: calc(50% - 3.75rem);
	}
	
	.grid-margin-y > .medium-7 {
		height: calc(58.33333% - 3.75rem);
	}
	
	.grid-margin-y > .medium-8 {
		height: calc(66.66667% - 3.75rem);
	}
	
	.grid-margin-y > .medium-9 {
		height: calc(75% - 3.75rem);
	}
	
	.grid-margin-y > .medium-10 {
		height: calc(83.33333% - 3.75rem);
	}
	
	.grid-margin-y > .medium-11 {
		height: calc(91.66667% - 3.75rem);
	}
	
	.grid-margin-y > .medium-12 {
		height: calc(100% - 3.75rem);
	}
}

@media print,screen and (min-width:64em) {
	.grid-margin-y > .large-auto, .grid-margin-y > .large-shrink {
		height: auto;
	}
	
	.grid-margin-y > .large-1 {
		height: calc(8.33333% - 3.75rem);
	}
	
	.grid-margin-y > .large-2 {
		height: calc(16.66667% - 3.75rem);
	}
	
	.grid-margin-y > .large-3 {
		height: calc(25% - 3.75rem);
	}
	
	.grid-margin-y > .large-4 {
		height: calc(33.33333% - 3.75rem);
	}
	
	.grid-margin-y > .large-5 {
		height: calc(41.66667% - 3.75rem);
	}
	
	.grid-margin-y > .large-6 {
		height: calc(50% - 3.75rem);
	}
	
	.grid-margin-y > .large-7 {
		height: calc(58.33333% - 3.75rem);
	}
	
	.grid-margin-y > .large-8 {
		height: calc(66.66667% - 3.75rem);
	}
	
	.grid-margin-y > .large-9 {
		height: calc(75% - 3.75rem);
	}
	
	.grid-margin-y > .large-10 {
		height: calc(83.33333% - 3.75rem);
	}
	
	.grid-margin-y > .large-11 {
		height: calc(91.66667% - 3.75rem);
	}
	
	.grid-margin-y > .large-12 {
		height: calc(100% - 3.75rem);
	}
}

@media screen and (min-width:75em) {
	.grid-margin-y > .auto, .grid-margin-y > .shrink {
		height: auto;
	}
	
	.grid-margin-y > .small-1 {
		height: calc(8.33333% - 5rem);
	}
	
	.grid-margin-y > .small-2 {
		height: calc(16.66667% - 5rem);
	}
	
	.grid-margin-y > .small-3 {
		height: calc(25% - 5rem);
	}
	
	.grid-margin-y > .small-4 {
		height: calc(33.33333% - 5rem);
	}
	
	.grid-margin-y > .small-5 {
		height: calc(41.66667% - 5rem);
	}
	
	.grid-margin-y > .small-6 {
		height: calc(50% - 5rem);
	}
	
	.grid-margin-y > .small-7 {
		height: calc(58.33333% - 5rem);
	}
	
	.grid-margin-y > .small-8 {
		height: calc(66.66667% - 5rem);
	}
	
	.grid-margin-y > .small-9 {
		height: calc(75% - 5rem);
	}
	
	.grid-margin-y > .small-10 {
		height: calc(83.33333% - 5rem);
	}
	
	.grid-margin-y > .small-11 {
		height: calc(91.66667% - 5rem);
	}
	
	.grid-margin-y > .small-12 {
		height: calc(100% - 5rem);
	}
	
	.grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
		height: auto;
	}
	
	.grid-margin-y > .medium-1 {
		height: calc(8.33333% - 5rem);
	}
	
	.grid-margin-y > .medium-2 {
		height: calc(16.66667% - 5rem);
	}
	
	.grid-margin-y > .medium-3 {
		height: calc(25% - 5rem);
	}
	
	.grid-margin-y > .medium-4 {
		height: calc(33.33333% - 5rem);
	}
	
	.grid-margin-y > .medium-5 {
		height: calc(41.66667% - 5rem);
	}
	
	.grid-margin-y > .medium-6 {
		height: calc(50% - 5rem);
	}
	
	.grid-margin-y > .medium-7 {
		height: calc(58.33333% - 5rem);
	}
	
	.grid-margin-y > .medium-8 {
		height: calc(66.66667% - 5rem);
	}
	
	.grid-margin-y > .medium-9 {
		height: calc(75% - 5rem);
	}
	
	.grid-margin-y > .medium-10 {
		height: calc(83.33333% - 5rem);
	}
	
	.grid-margin-y > .medium-11 {
		height: calc(91.66667% - 5rem);
	}
	
	.grid-margin-y > .medium-12 {
		height: calc(100% - 5rem);
	}
	
	.grid-margin-y > .large-auto, .grid-margin-y > .large-shrink {
		height: auto;
	}
	
	.grid-margin-y > .large-1 {
		height: calc(8.33333% - 5rem);
	}
	
	.grid-margin-y > .large-2 {
		height: calc(16.66667% - 5rem);
	}
	
	.grid-margin-y > .large-3 {
		height: calc(25% - 5rem);
	}
	
	.grid-margin-y > .large-4 {
		height: calc(33.33333% - 5rem);
	}
	
	.grid-margin-y > .large-5 {
		height: calc(41.66667% - 5rem);
	}
	
	.grid-margin-y > .large-6 {
		height: calc(50% - 5rem);
	}
	
	.grid-margin-y > .large-7 {
		height: calc(58.33333% - 5rem);
	}
	
	.grid-margin-y > .large-8 {
		height: calc(66.66667% - 5rem);
	}
	
	.grid-margin-y > .large-9 {
		height: calc(75% - 5rem);
	}
	
	.grid-margin-y > .large-10 {
		height: calc(83.33333% - 5rem);
	}
	
	.grid-margin-y > .large-11 {
		height: calc(91.66667% - 5rem);
	}
	
	.grid-margin-y > .large-12 {
		height: calc(100% - 5rem);
	}
	
	.grid-margin-y > .xlarge-auto, .grid-margin-y > .xlarge-shrink {
		height: auto;
	}
	
	.grid-margin-y > .xlarge-1 {
		height: calc(8.33333% - 5rem);
	}
	
	.grid-margin-y > .xlarge-2 {
		height: calc(16.66667% - 5rem);
	}
	
	.grid-margin-y > .xlarge-3 {
		height: calc(25% - 5rem);
	}
	
	.grid-margin-y > .xlarge-4 {
		height: calc(33.33333% - 5rem);
	}
	
	.grid-margin-y > .xlarge-5 {
		height: calc(41.66667% - 5rem);
	}
	
	.grid-margin-y > .xlarge-6 {
		height: calc(50% - 5rem);
	}
	
	.grid-margin-y > .xlarge-7 {
		height: calc(58.33333% - 5rem);
	}
	
	.grid-margin-y > .xlarge-8 {
		height: calc(66.66667% - 5rem);
	}
	
	.grid-margin-y > .xlarge-9 {
		height: calc(75% - 5rem);
	}
	
	.grid-margin-y > .xlarge-10 {
		height: calc(83.33333% - 5rem);
	}
	
	.grid-margin-y > .xlarge-11 {
		height: calc(91.66667% - 5rem);
	}
	
	.grid-margin-y > .xlarge-12 {
		height: calc(100% - 5rem);
	}
}

@media screen and (min-width:90em) {
	.grid-margin-y > .xxlarge-auto, .grid-margin-y > .xxlarge-shrink {
		height: auto;
	}
	
	.grid-margin-y > .xxlarge-1 {
		height: calc(8.33333% - 5rem);
	}
	
	.grid-margin-y > .xxlarge-2 {
		height: calc(16.66667% - 5rem);
	}
	
	.grid-margin-y > .xxlarge-3 {
		height: calc(25% - 5rem);
	}
	
	.grid-margin-y > .xxlarge-4 {
		height: calc(33.33333% - 5rem);
	}
	
	.grid-margin-y > .xxlarge-5 {
		height: calc(41.66667% - 5rem);
	}
	
	.grid-margin-y > .xxlarge-6 {
		height: calc(50% - 5rem);
	}
	
	.grid-margin-y > .xxlarge-7 {
		height: calc(58.33333% - 5rem);
	}
	
	.grid-margin-y > .xxlarge-8 {
		height: calc(66.66667% - 5rem);
	}
	
	.grid-margin-y > .xxlarge-9 {
		height: calc(75% - 5rem);
	}
	
	.grid-margin-y > .xxlarge-10 {
		height: calc(83.33333% - 5rem);
	}
	
	.grid-margin-y > .xxlarge-11 {
		height: calc(91.66667% - 5rem);
	}
	
	.grid-margin-y > .xxlarge-12 {
		height: calc(100% - 5rem);
	}
}

.grid-frame.grid-margin-y {
	height: calc(100vh + 2.5rem);
}

@media print,screen and (min-width:48em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 3.75rem);
	}
}

@media print,screen and (min-width:64em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 3.75rem);
	}
}

@media screen and (min-width:75em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 5rem);
	}
}

@media screen and (min-width:90em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 5rem);
	}
}

@media print,screen and (min-width:48em) {
	.grid-margin-y.medium-grid-frame {
		height: calc(100vh + 3.75rem);
	}
}

@media print,screen and (min-width:64em) {
	.grid-margin-y.large-grid-frame {
		height: calc(100vh + 3.75rem);
	}
}

@media screen and (min-width:75em) {
	.grid-margin-y.xlarge-grid-frame {
		height: calc(100vh + 5rem);
	}
}

@media screen and (min-width:90em) {
	.grid-margin-y.xxlarge-grid-frame {
		height: calc(100vh + 5rem);
	}
}

.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

[data-whatinput=mouse] .menu li {
	outline: 0;
}

.menu .button, .menu a {
	display: block;
	line-height: 1;
	padding: .7rem 1rem;
	text-decoration: none;
}

.menu a, .menu button, .menu input, .menu select {
	margin-bottom: 0;
}

.menu input {
	display: inline-block;
}

.menu, .menu.horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.menu.vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.menu.vertical.icon-bottom li a i, .menu.vertical.icon-bottom li a img, .menu.vertical.icon-bottom li a svg, .menu.vertical.icon-top li a i, .menu.vertical.icon-top li a img, .menu.vertical.icon-top li a svg {
	text-align: left;
}

.menu.expanded li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}

.menu.expanded.icon-bottom li a i, .menu.expanded.icon-bottom li a img, .menu.expanded.icon-bottom li a svg, .menu.expanded.icon-top li a i, .menu.expanded.icon-top li a img, .menu.expanded.icon-top li a svg {
	text-align: left;
}

.menu.simple {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu.simple li + li {
	margin-left: 1rem;
}

.menu.simple a {
	padding: 0;
}

@media print,screen and (min-width:48em) {
	.menu.medium-horizontal {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.menu.medium-vertical {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.menu.medium-expanded li, .menu.medium-simple li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

@media print,screen and (min-width:64em) {
	.menu.large-horizontal {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.menu.large-vertical {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.menu.large-expanded li, .menu.large-simple li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

@media screen and (min-width:75em) {
	.menu.xlarge-horizontal {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.menu.xlarge-vertical {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.menu.xlarge-expanded li, .menu.xlarge-simple li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

@media screen and (min-width:90em) {
	.menu.xxlarge-horizontal {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.menu.xxlarge-vertical {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.menu.xxlarge-expanded li, .menu.xxlarge-simple li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

.menu.nested {
	margin-left: 1rem;
	margin-right: 0;
}

.menu.icon-bottom a, .menu.icon-left a, .menu.icon-right a, .menu.icon-top a, .menu.icons a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.menu.icon-left li a, .menu.nested.icon-left li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.menu.icon-left li a i, .menu.icon-left li a img, .menu.icon-left li a svg, .menu.nested.icon-left li a i, .menu.nested.icon-left li a img, .menu.nested.icon-left li a svg {
	margin-right: .25rem;
}

.menu.icon-right li a, .menu.nested.icon-right li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.menu.icon-right li a i, .menu.icon-right li a img, .menu.icon-right li a svg, .menu.nested.icon-right li a i, .menu.nested.icon-right li a img, .menu.nested.icon-right li a svg {
	margin-left: .25rem;
}

.menu.icon-top li a, .menu.nested.icon-top li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.menu.icon-top li a i, .menu.icon-top li a img, .menu.icon-top li a svg, .menu.nested.icon-top li a i, .menu.nested.icon-top li a img, .menu.nested.icon-top li a svg {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center;
}

.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.menu.icon-bottom li a i, .menu.icon-bottom li a img, .menu.icon-bottom li a svg, .menu.nested.icon-bottom li a i, .menu.nested.icon-bottom li a img, .menu.nested.icon-bottom li a svg {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center;
}

.menu .active > a, .menu .is-active > a {
	background: #1779ba;
	color: #fff;
}

.menu.align-left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.menu.align-right li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.menu.align-right li .submenu li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.menu.align-right.vertical li {
	display: block;
	text-align: right;
}

.menu.align-right.icon-bottom li a i, .menu.align-right.icon-bottom li a img, .menu.align-right.icon-bottom li a svg, .menu.align-right.icon-top li a i, .menu.align-right.icon-top li a img, .menu.align-right.icon-top li a svg, .menu.align-right.vertical li .submenu li {
	text-align: right;
}

.menu.align-right .nested {
	margin-left: 0;
	margin-right: 1rem;
}

.menu.align-center li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu.align-center li .submenu li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.menu .menu-text {
	color: inherit;
	font-weight: 700;
	line-height: 1;
	padding: .7rem 1rem;
}

.menu-centered > .menu {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu-centered > .menu li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu-centered > .menu li .submenu li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
	display: none;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	left: auto;
	right: 0;
	top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	left: 0;
	right: auto;
	top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
	padding-right: 1.5rem;
	position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
	border-color: #1779ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 6px 6px 0;
	content: "";
	display: block;
	height: 0;
	left: auto;
	margin-top: -3px;
	right: 5px;
	width: 0;
}

[data-whatinput=mouse] .dropdown.menu a {
	outline: 0;
}

.dropdown.menu > li > a {
	padding: .7rem 1rem;
}

.dropdown.menu > li.is-active > a {
	background: rgba(0, 0, 0, 0);
	color: #1779ba;
}

.no-js .dropdown.menu ul {
	display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
	margin-left: 0;
	margin-right: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
	top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
	left: auto;
	right: 100%;
	top: 0;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
	left: 100%;
	right: auto;
}

.dropdown.menu.vertical > li > a:after {
	right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a:after {
	border-color: rgba(0, 0, 0, 0) #1779ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 6px 6px 6px 0;
	content: "";
	display: block;
	height: 0;
	left: 5px;
	right: auto;
	width: 0;
}

.dropdown.menu.vertical > li.opens-right > a:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1779ba;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	content: "";
	display: block;
	height: 0;
	width: 0;
}

@media print,screen and (min-width:48em) {
	.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%;
	}
	
	.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
		left: 0;
		right: auto;
		top: 100%;
	}
	
	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
		padding-right: 1.5rem;
		position: relative;
	}
	
	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
		border-color: #1779ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		border-style: solid;
		border-width: 6px 6px 0;
		content: "";
		display: block;
		height: 0;
		left: auto;
		margin-top: -3px;
		right: 5px;
		width: 0;
	}
	
	.dropdown.menu.medium-vertical > li .is-dropdown-submenu {
		top: 0;
	}
	
	.dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 100%;
		top: 0;
	}
	
	.dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
		left: 100%;
		right: auto;
	}
	
	.dropdown.menu.medium-vertical > li > a:after {
		right: 14px;
	}
	
	.dropdown.menu.medium-vertical > li.opens-left > a:after {
		border-color: rgba(0, 0, 0, 0) #1779ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		border-style: solid;
		border-width: 6px 6px 6px 0;
		content: "";
		display: block;
		height: 0;
		left: 5px;
		right: auto;
		width: 0;
	}
	
	.dropdown.menu.medium-vertical > li.opens-right > a:after {
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1779ba;
		border-style: solid;
		border-width: 6px 0 6px 6px;
		content: "";
		display: block;
		height: 0;
		width: 0;
	}
}

@media print,screen and (min-width:64em) {
	.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%;
	}
	
	.dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
		left: 0;
		right: auto;
		top: 100%;
	}
	
	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
		padding-right: 1.5rem;
		position: relative;
	}
	
	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
		border-color: #1779ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		border-style: solid;
		border-width: 6px 6px 0;
		content: "";
		display: block;
		height: 0;
		left: auto;
		margin-top: -3px;
		right: 5px;
		width: 0;
	}
	
	.dropdown.menu.large-vertical > li .is-dropdown-submenu {
		top: 0;
	}
	
	.dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 100%;
		top: 0;
	}
	
	.dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
		left: 100%;
		right: auto;
	}
	
	.dropdown.menu.large-vertical > li > a:after {
		right: 14px;
	}
	
	.dropdown.menu.large-vertical > li.opens-left > a:after {
		border-color: rgba(0, 0, 0, 0) #1779ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		border-style: solid;
		border-width: 6px 6px 6px 0;
		content: "";
		display: block;
		height: 0;
		left: 5px;
		right: auto;
		width: 0;
	}
	
	.dropdown.menu.large-vertical > li.opens-right > a:after {
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1779ba;
		border-style: solid;
		border-width: 6px 0 6px 6px;
		content: "";
		display: block;
		height: 0;
		width: 0;
	}
}

@media screen and (min-width:75em) {
	.dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%;
	}
	
	.dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
		left: 0;
		right: auto;
		top: 100%;
	}
	
	.dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
		padding-right: 1.5rem;
		position: relative;
	}
	
	.dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a:after {
		border-color: #1779ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		border-style: solid;
		border-width: 6px 6px 0;
		content: "";
		display: block;
		height: 0;
		left: auto;
		margin-top: -3px;
		right: 5px;
		width: 0;
	}
	
	.dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
		top: 0;
	}
	
	.dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 100%;
		top: 0;
	}
	
	.dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
		left: 100%;
		right: auto;
	}
	
	.dropdown.menu.xlarge-vertical > li > a:after {
		right: 14px;
	}
	
	.dropdown.menu.xlarge-vertical > li.opens-left > a:after {
		border-color: rgba(0, 0, 0, 0) #1779ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		border-style: solid;
		border-width: 6px 6px 6px 0;
		content: "";
		display: block;
		height: 0;
		left: 5px;
		right: auto;
		width: 0;
	}
	
	.dropdown.menu.xlarge-vertical > li.opens-right > a:after {
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1779ba;
		border-style: solid;
		border-width: 6px 0 6px 6px;
		content: "";
		display: block;
		height: 0;
		width: 0;
	}
}

@media screen and (min-width:90em) {
	.dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%;
	}
	
	.dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
		left: 0;
		right: auto;
		top: 100%;
	}
	
	.dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
		padding-right: 1.5rem;
		position: relative;
	}
	
	.dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a:after {
		border-color: #1779ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		border-style: solid;
		border-width: 6px 6px 0;
		content: "";
		display: block;
		height: 0;
		left: auto;
		margin-top: -3px;
		right: 5px;
		width: 0;
	}
	
	.dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
		top: 0;
	}
	
	.dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
		left: auto;
		right: 100%;
		top: 0;
	}
	
	.dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
		left: 100%;
		right: auto;
	}
	
	.dropdown.menu.xxlarge-vertical > li > a:after {
		right: 14px;
	}
	
	.dropdown.menu.xxlarge-vertical > li.opens-left > a:after {
		border-color: rgba(0, 0, 0, 0) #1779ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		border-style: solid;
		border-width: 6px 6px 6px 0;
		content: "";
		display: block;
		height: 0;
		left: 5px;
		right: auto;
		width: 0;
	}
	
	.dropdown.menu.xxlarge-vertical > li.opens-right > a:after {
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1779ba;
		border-style: solid;
		border-width: 6px 0 6px 6px;
		content: "";
		display: block;
		height: 0;
		width: 0;
	}
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	left: auto;
	right: 0;
	top: 100%;
}

.is-dropdown-menu.vertical {
	width: 100px;
}

.is-dropdown-menu.vertical.align-right {
	float: right;
}

.is-dropdown-submenu-parent {
	position: relative;
}

.is-dropdown-submenu-parent a:after {
	left: auto;
	margin-top: -6px;
	position: absolute;
	right: 5px;
	top: 50%;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
	left: auto;
	top: 100%;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
	left: auto;
	right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
	left: 100%;
	right: auto;
}

.is-dropdown-submenu {
	background: #fff;
	border: 1px solid #cacaca;
	display: none;
	left: 100%;
	min-width: 200px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.dropdown .is-dropdown-submenu a {
	padding: .7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
	right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
	border-color: rgba(0, 0, 0, 0) #1779ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 6px 6px 6px 0;
	content: "";
	display: block;
	height: 0;
	left: 5px;
	right: auto;
	width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1779ba;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	content: "";
	display: block;
	height: 0;
	width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px;
}

.is-dropdown-submenu > li {
	width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
	display: block;
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

@media print,screen and (max-width:47.99875em) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width:0em),screen and (min-width:48em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media print,screen and (min-width:48em) {
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width:47.99875em) {
	.show-for-medium {
		display: none !important;
	}
}

@media print,screen and (min-width:48em)and (max-width:63.99875em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width:47.99875em),screen and (min-width:64em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media print,screen and (min-width:64em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width:63.99875em) {
	.show-for-large {
		display: none !important;
	}
}

@media print,screen and (min-width:64em)and (max-width:74.99875em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (max-width:63.99875em),screen and (min-width:75em) {
	.show-for-large-only {
		display: none !important;
	}
}

@media screen and (min-width:75em) {
	.hide-for-xlarge {
		display: none !important;
	}
}

@media screen and (max-width:74.99875em) {
	.show-for-xlarge {
		display: none !important;
	}
}

@media screen and (min-width:75em)and (max-width:89.99875em) {
	.hide-for-xlarge-only {
		display: none !important;
	}
}

@media screen and (max-width:74.99875em),screen and (min-width:90em) {
	.show-for-xlarge-only {
		display: none !important;
	}
}

@media screen and (min-width:90em) {
	.hide-for-xxlarge {
		display: none !important;
	}
}

@media screen and (max-width:89.99875em) {
	.show-for-xxlarge {
		display: none !important;
	}
}

@media screen and (min-width:90em) {
	.hide-for-xxlarge-only {
		display: none !important;
	}
}

@media screen and (max-width:89.99875em) {
	.show-for-xxlarge-only {
		display: none !important;
	}
}

.fwp .gform_wrapper .gfield_contains_required .ginput_container_phone .validation_message, .fwp .gform_wrapper .screen-reader-text, .fwp .gform_wrapper label.hidden_sub_label, .show-for-sr, .show-on-focus {
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.show-on-focus:active, .show-on-focus:focus {
	clip: auto !important;
	height: auto !important;
	overflow: visible !important;
	position: static !important;
	white-space: normal !important;
	width: auto !important;
}

.hide-for-portrait, .show-for-landscape {
	display: block !important;
}

@media screen and (orientation:landscape) {
	.hide-for-portrait, .show-for-landscape {
		display: block !important;
	}
}

@media screen and (orientation:portrait) {
	.hide-for-portrait, .show-for-landscape {
		display: none !important;
	}
}

.hide-for-landscape, .show-for-portrait {
	display: none !important;
}

@media screen and (orientation:landscape) {
	.hide-for-landscape, .show-for-portrait {
		display: none !important;
	}
}

@media screen and (orientation:portrait) {
	.hide-for-landscape, .show-for-portrait {
		display: block !important;
	}
}

.show-for-dark-mode {
	display: none;
}

.hide-for-dark-mode {
	display: block;
}

@media screen and (prefers-color-scheme:dark) {
	.show-for-dark-mode {
		display: block !important;
	}
	
	.hide-for-dark-mode {
		display: none !important;
	}
}

.show-for-ie {
	display: none;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.show-for-ie {
		display: block !important;
	}
	
	.hide-for-ie {
		display: none !important;
	}
}

.show-for-sticky {
	display: none;
}

.is-stuck .show-for-sticky {
	display: block;
}

.is-stuck .hide-for-sticky {
	display: none;
}

.dropdown-pane {
	background-color: #fff;
	border: 1px solid #cacaca;
	border-radius: 0;
	display: none;
	font-size: 1rem;
	padding: 1rem;
	position: absolute;
	visibility: hidden;
	width: 300px;
	z-index: 10;
}

.dropdown-pane.is-opening {
	display: block;
}

.dropdown-pane.is-open {
	display: block;
	visibility: visible;
}

.dropdown-pane.tiny {
	width: 100px;
}

.dropdown-pane.small {
	width: 200px;
}

.dropdown-pane.large {
	width: 400px;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wide-size);
}

.row .row {
	margin-left: -.625rem;
	margin-right: -.625rem;
}

@media print,screen and (min-width:48em) {
	.row .row {
		margin-left: -.9375rem;
		margin-right: -.9375rem;
	}
}

@media print,screen and (min-width:64em) {
	.row .row {
		margin-left: -.9375rem;
		margin-right: -.9375rem;
	}
}

@media screen and (min-width:75em) {
	.row .row {
		margin-left: -.9375rem;
		margin-right: -.9375rem;
	}
}

@media screen and (min-width:90em) {
	.row .row {
		margin-left: -.9375rem;
		margin-right: -.9375rem;
	}
}

.row .row.collapse {
	margin-left: 0;
	margin-right: 0;
}

.row.expanded {
	max-width: none;
}

.row.expanded .row {
	margin-left: auto;
	margin-right: auto;
}

.row:not(.expanded) .row {
	max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
	padding-left: 0;
	padding-right: 0;
}

.row.collapse > .column > .row, .row.collapse > .columns > .row, .row.is-collapse-child {
	margin-left: 0;
	margin-right: 0;
}

.column, .columns {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	min-width: 0;
	padding-left: .625rem;
	padding-right: .625rem;
}

@media print,screen and (min-width:48em) {
	.column, .columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}
}

.column.row.row, .row.row.columns {
	display: block;
	float: none;
}

.row .column.row.row, .row .row.row.columns {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.small-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.3333333333%;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.small-offset-0 {
	margin-left: 0;
}

.small-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.6666666667%;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.small-offset-1 {
	margin-left: 8.3333333333%;
}

.small-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.small-offset-2 {
	margin-left: 16.6666666667%;
}

.small-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333333333%;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

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

.small-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.6666666667%;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.small-offset-4 {
	margin-left: 33.3333333333%;
}

.small-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.small-offset-5 {
	margin-left: 41.6666666667%;
}

.small-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.3333333333%;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

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

.small-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.6666666667%;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.small-offset-7 {
	margin-left: 58.3333333333%;
}

.small-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.small-offset-8 {
	margin-left: 66.6666666667%;
}

.small-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.3333333333%;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

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

.small-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.6666666667%;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.small-offset-10 {
	margin-left: 83.3333333333%;
}

.small-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.small-offset-11 {
	margin-left: 91.6666666667%;
}

.small-up-1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.small-up-2 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.small-up-3 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333333333%;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.small-up-4 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.small-up-5 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.small-up-6 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.6666666667%;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.small-up-7 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 14.2857142857%;
	-ms-flex: 0 0 14.2857142857%;
	flex: 0 0 14.2857142857%;
	max-width: 14.2857142857%;
}

.small-up-8 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
	padding-left: 0;
	padding-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
	padding-left: .625rem;
	padding-right: .625rem;
}

@media print,screen and (min-width:48em) {
	.medium-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.3333333333%;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.medium-offset-0 {
		margin-left: 0;
	}
	
	.medium-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.6666666667%;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.medium-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.medium-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.medium-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.medium-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333333333%;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.medium-offset-3 {
		margin-left: 25%;
	}
	
	.medium-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.6666666667%;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.medium-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.medium-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.medium-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.medium-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.3333333333%;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.medium-offset-6 {
		margin-left: 50%;
	}
	
	.medium-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.6666666667%;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.medium-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.medium-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.medium-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.medium-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.3333333333%;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.medium-offset-9 {
		margin-left: 75%;
	}
	
	.medium-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.6666666667%;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.medium-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.medium-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.medium-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.medium-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.medium-up-1 > .column, .medium-up-1 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.medium-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.medium-up-2 > .column, .medium-up-2 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.medium-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.medium-up-3 > .column, .medium-up-3 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333333333%;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.medium-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.medium-up-4 > .column, .medium-up-4 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.medium-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.medium-up-5 > .column, .medium-up-5 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.medium-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.medium-up-6 > .column, .medium-up-6 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.6666666667%;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.medium-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.medium-up-7 > .column, .medium-up-7 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.2857142857%;
		-ms-flex: 0 0 14.2857142857%;
		flex: 0 0 14.2857142857%;
		max-width: 14.2857142857%;
	}
	
	.medium-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.medium-up-8 > .column, .medium-up-8 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media print,screen and (min-width:48em)and (min-width:48em) {
	.medium-expand {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media print,screen and (min-width:48em) {
	.row.medium-unstack > .column, .row.medium-unstack > .columns {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
	
	.medium-collapse > .column, .medium-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	
	.medium-uncollapse > .column, .medium-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}
}

@media print,screen and (min-width:64em) {
	.large-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.3333333333%;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.large-offset-0 {
		margin-left: 0;
	}
	
	.large-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.6666666667%;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.large-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.large-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.large-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.large-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333333333%;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.large-offset-3 {
		margin-left: 25%;
	}
	
	.large-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.6666666667%;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.large-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.large-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.large-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.large-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.3333333333%;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.large-offset-6 {
		margin-left: 50%;
	}
	
	.large-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.6666666667%;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.large-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.large-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.large-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.large-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.3333333333%;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.large-offset-9 {
		margin-left: 75%;
	}
	
	.large-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.6666666667%;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.large-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.large-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.large-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.large-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.large-up-1 > .column, .large-up-1 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.large-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.large-up-2 > .column, .large-up-2 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.large-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.large-up-3 > .column, .large-up-3 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333333333%;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.large-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.large-up-4 > .column, .large-up-4 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.large-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.large-up-5 > .column, .large-up-5 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.large-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.large-up-6 > .column, .large-up-6 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.6666666667%;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.large-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.large-up-7 > .column, .large-up-7 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.2857142857%;
		-ms-flex: 0 0 14.2857142857%;
		flex: 0 0 14.2857142857%;
		max-width: 14.2857142857%;
	}
	
	.large-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.large-up-8 > .column, .large-up-8 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media print,screen and (min-width:64em)and (min-width:64em) {
	.large-expand {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

.row.large-unstack > .column, .row.large-unstack > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media print,screen and (min-width:64em) {
	.row.large-unstack > .column, .row.large-unstack > .columns {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
	
	.large-collapse > .column, .large-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	
	.large-uncollapse > .column, .large-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}
}

@media screen and (min-width:75em) {
	.xlarge-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.3333333333%;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.xlarge-offset-0 {
		margin-left: 0;
	}
	
	.xlarge-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.6666666667%;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.xlarge-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.xlarge-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.xlarge-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.xlarge-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333333333%;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.xlarge-offset-3 {
		margin-left: 25%;
	}
	
	.xlarge-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.6666666667%;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.xlarge-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.xlarge-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.xlarge-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.xlarge-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.3333333333%;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.xlarge-offset-6 {
		margin-left: 50%;
	}
	
	.xlarge-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.6666666667%;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.xlarge-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.xlarge-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.xlarge-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.xlarge-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.3333333333%;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.xlarge-offset-9 {
		margin-left: 75%;
	}
	
	.xlarge-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.6666666667%;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.xlarge-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.xlarge-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.xlarge-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.xlarge-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xlarge-up-1 > .column, .xlarge-up-1 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.xlarge-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xlarge-up-2 > .column, .xlarge-up-2 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.xlarge-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xlarge-up-3 > .column, .xlarge-up-3 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333333333%;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.xlarge-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xlarge-up-4 > .column, .xlarge-up-4 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.xlarge-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xlarge-up-5 > .column, .xlarge-up-5 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.xlarge-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xlarge-up-6 > .column, .xlarge-up-6 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.6666666667%;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.xlarge-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xlarge-up-7 > .column, .xlarge-up-7 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.2857142857%;
		-ms-flex: 0 0 14.2857142857%;
		flex: 0 0 14.2857142857%;
		max-width: 14.2857142857%;
	}
	
	.xlarge-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xlarge-up-8 > .column, .xlarge-up-8 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media screen and (min-width:75em)and (min-width:75em) {
	.xlarge-expand {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media screen and (min-width:75em) {
	.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
	
	.xlarge-collapse > .column, .xlarge-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	
	.xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}
}

@media screen and (min-width:90em) {
	.xxlarge-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.3333333333%;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.xxlarge-offset-0 {
		margin-left: 0;
	}
	
	.xxlarge-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.6666666667%;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.xxlarge-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.xxlarge-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.xxlarge-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.xxlarge-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333333333%;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.xxlarge-offset-3 {
		margin-left: 25%;
	}
	
	.xxlarge-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.6666666667%;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.xxlarge-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.xxlarge-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.xxlarge-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.xxlarge-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.3333333333%;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.xxlarge-offset-6 {
		margin-left: 50%;
	}
	
	.xxlarge-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.6666666667%;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.xxlarge-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.xxlarge-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.xxlarge-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.xxlarge-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.3333333333%;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.xxlarge-offset-9 {
		margin-left: 75%;
	}
	
	.xxlarge-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.6666666667%;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.xxlarge-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.xxlarge-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.xxlarge-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.xxlarge-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.xxlarge-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.xxlarge-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333333333%;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.xxlarge-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.xxlarge-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.xxlarge-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.6666666667%;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.xxlarge-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.2857142857%;
		-ms-flex: 0 0 14.2857142857%;
		flex: 0 0 14.2857142857%;
		max-width: 14.2857142857%;
	}
	
	.xxlarge-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media screen and (min-width:90em)and (min-width:90em) {
	.xxlarge-expand {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media screen and (min-width:90em) {
	.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
	
	.xxlarge-collapse > .column, .xxlarge-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	
	.xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}
}

.shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

.column-block {
	margin-bottom: 1.25rem;
}

.column-block > :last-child {
	margin-bottom: 0;
}

@media print,screen and (min-width:48em) {
	.column-block {
		margin-bottom: 1.875rem;
	}
	
	.column-block > :last-child {
		margin-bottom: 0;
	}
}

.align-left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.align-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-spaced {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.align-left.vertical.menu > li > a {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-self-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.align-bottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-self-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.align-middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-self-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.align-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.align-self-stretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.align-center-middle {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.small-order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.small-order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.small-order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.small-order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.small-order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}

.small-order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}

@media print,screen and (min-width:48em) {
	.medium-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.medium-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.medium-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.medium-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.medium-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.medium-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
}

@media print,screen and (min-width:64em) {
	.large-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.large-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.large-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.large-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.large-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.large-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
}

@media screen and (min-width:75em) {
	.xlarge-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.xlarge-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.xlarge-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.xlarge-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.xlarge-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.xlarge-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
}

@media screen and (min-width:90em) {
	.xxlarge-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.xxlarge-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.xxlarge-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.xxlarge-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.xxlarge-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.xxlarge-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
}

.flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-child-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-child-grow {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.flex-child-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media print,screen and (min-width:48em) {
	.medium-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.medium-flex-child-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.medium-flex-child-grow {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	
	.medium-flex-child-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	
	.medium-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.medium-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.medium-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.medium-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media print,screen and (min-width:64em) {
	.large-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.large-flex-child-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.large-flex-child-grow {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	
	.large-flex-child-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	
	.large-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.large-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.large-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.large-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media screen and (min-width:75em) {
	.xlarge-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.xlarge-flex-child-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.xlarge-flex-child-grow {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	
	.xlarge-flex-child-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	
	.xlarge-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.xlarge-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.xlarge-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.xlarge-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media screen and (min-width:90em) {
	.xxlarge-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.xxlarge-flex-child-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.xxlarge-flex-child-grow {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	
	.xxlarge-flex-child-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	
	.xxlarge-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.xxlarge-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.xxlarge-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.xxlarge-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.accordion {
	background: #fff;
	list-style-type: none;
	margin-left: 0;
}

.accordion[disabled] .accordion-title {
	cursor: not-allowed;
}

.accordion-item:first-child > :first-child, .accordion-item:last-child > :last-child {
	border-radius: 0 0 0 0;
}

.accordion-title {
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	color: #1779ba;
	display: block;
	font-size: .75rem;
	line-height: 1;
	padding: 1.25rem 1rem;
	position: relative;
}

:last-child:not(.is-active) > .accordion-title {
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0 0 0 0;
}

.accordion-title:focus, .accordion-title:hover {
	background-color: #e5e5e5;
}

.accordion-title:before {
	content: "+";
	margin-top: -.5rem;
	position: absolute;
	right: 1rem;
	top: 50%;
}

.is-active > .accordion-title:before {
	content: "–";
}

.accordion-content {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	color: #000;
	display: none;
	padding: 1rem;
}

:last-child > .accordion-content:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.accordion-menu li {
	width: 100%;
}

.accordion-menu .is-accordion-submenu a, .accordion-menu a {
	padding: .7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
	margin-left: 1rem;
	margin-right: 0;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
	margin-left: 0;
	margin-right: 1rem;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
	position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
	border-color: #1779ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 6px 6px 0;
	content: "";
	display: block;
	height: 0;
	margin-top: -3px;
	position: absolute;
	right: 1rem;
	top: 50%;
	width: 0;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a:after {
	left: auto;
	right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a:after {
	left: 1rem;
	right: auto;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
	position: relative;
}

.has-submenu-toggle > a {
	margin-right: 40px;
}

.submenu-toggle {
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}

.submenu-toggle:after {
	border-color: #1779ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 6px 6px 0;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	margin: auto;
	top: 0;
	width: 0;
}

.submenu-toggle[aria-expanded=true]:after {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.submenu-toggle-text {
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.menu-icon {
	cursor: pointer;
	display: inline-block;
	height: 16px;
	position: relative;
	vertical-align: middle;
	width: 20px;
}

.menu-icon:after {
	background: #fff;
	-webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.menu-icon:hover:after {
	background: #cacaca;
	-webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
	cursor: pointer;
	display: inline-block;
	height: 16px;
	position: relative;
	vertical-align: middle;
	width: 20px;
}

.menu-icon.dark:after {
	background: #000;
	-webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
	box-shadow: 0 7px 0 #000, 0 14px 0 #000;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.menu-icon.dark:hover:after {
	background: #1d1d1d;
	-webkit-box-shadow: 0 7px 0 #1d1d1d, 0 14px 0 #1d1d1d;
	box-shadow: 0 7px 0 #1d1d1d, 0 14px 0 #1d1d1d;
}

.tabs {
	background: #fff;
	border: 1px solid #e5e5e5;
	list-style-type: none;
	margin: 0;
}

.tabs:after, .tabs:before {
	content: " ";
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.tabs:after {
	clear: both;
}

.tabs.vertical > li {
	display: block;
	float: none;
	width: auto;
}

.tabs.simple > li > a {
	padding: 0;
}

.tabs.simple > li > a:hover {
	background: rgba(0, 0, 0, 0);
}

.tabs.primary {
	background: #1779ba;
}

.tabs.primary > li > a {
	color: #fff;
}

.tabs.primary > li > a:focus, .tabs.primary > li > a:hover {
	background: #1673b1;
}

.tabs-title {
	float: left;
}

.tabs-title > a {
	color: #1779ba;
	display: block;
	font-size: .75rem;
	line-height: 1;
	padding: 1.25rem 1.5rem;
}

[data-whatinput=mouse] .tabs-title > a {
	outline: 0;
}

.tabs-title > a:hover {
	background: #fff;
	color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
	background: #e5e5e5;
	color: #1779ba;
}

.tabs-content {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 0;
	color: #000;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.tabs-content.vertical {
	border: 1px solid #e5e5e5;
	border-left: 0;
}

.tabs-panel {
	display: none;
	padding: 1rem;
}

.tabs-panel.is-active {
	display: block;
}

@media print,screen and (min-width:64em) {
	[data-scroll] {
		-webkit-transition: opacity .5s ease-in-out, -webkit-transform 1s cubic-bezier(.16, .88, .45, 1);
		transition: opacity .5s ease-in-out, -webkit-transform 1s cubic-bezier(.16, .88, .45, 1);
		transition: opacity .5s ease-in-out, transform 1s cubic-bezier(.16, .88, .45, 1);
		transition: opacity .5s ease-in-out, transform 1s cubic-bezier(.16, .88, .45, 1), -webkit-transform 1s cubic-bezier(.16, .88, .45, 1);
	}
	
	.ease-btm, .ease-left, .ease-right, .ease-top, .fade-in {
		opacity: 0;
	}
	
	.ease-btm[data-scroll=in], .ease-left[data-scroll=in], .ease-right[data-scroll=in], .ease-top[data-scroll=in], .fade-in[data-scroll=in] {
		opacity: 1;
	}
	
	.fade-in {
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
	}
	
	[class*=ease-][data-scroll=in] {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.ease-right {
		-webkit-transform: translateX(100px);
		-ms-transform: translateX(100px);
		transform: translateX(100px);
	}
	
	.ease-left {
		-webkit-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	
	.ease-top {
		-webkit-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	
	.ease-btm {
		-webkit-transform: translateY(100px);
		-ms-transform: translateY(100px);
		transform: translateY(100px);
	}
	
	[class*=flip-][data-scroll=in] {
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	.flip-top {
		-webkit-transform: perspective(400px) rotateX(-90deg);
		transform: perspective(400px) rotateX(-90deg);
		-webkit-transform-origin: center top;
		-ms-transform-origin: center top;
		transform-origin: center top;
	}
	
	.flip-btm {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	.flip-left {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
	}
	
	.flip-right {
		-webkit-transform: perspective(400px) rotateY(-90deg);
		transform: perspective(400px) rotateY(-90deg);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
	}
	
	.ease-delay-100 {
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
	}
	
	.ease-delay-200 {
		-webkit-transition-delay: .6s;
		transition-delay: .6s;
	}
	
	.ease-delay-300 {
		-webkit-transition-delay: .9s;
		transition-delay: .9s;
	}
	
	.ease-delay-400 {
		-webkit-transition-delay: 1.2s;
		transition-delay: 1.2s;
	}
	
	.ease-delay-500 {
		-webkit-transition-delay: 1.5s;
		transition-delay: 1.5s;
	}
}

.slick-slider {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slick-list, .slick-slider {
	display: block;
	position: relative;
}

.slick-list {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track:after, .slick-track:before {
	content: "";
	display: table;
}

.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 {
	border: 1px solid rgba(0, 0, 0, 0);
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url("https://cdn-ilelbph.nitrocdn.com/ZvxokVMbQyDELTbUoBLhhorfHQVPTahx/assets/images/optimized/rev-56ec006/everbody.com/wp-content/themes/everbody/dist/ext/slick-carousel/slick/ajax-loader.gif") 50% no-repeat;
}

.slick-loading .slick-list.nitro-lazy {
	background: none !important;
}

.slick-next, .slick-prev {
	border: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0px;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
	background: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0);
	outline: none;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25;
}

.slick-next:before, .slick-prev:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-family: Font Awesome\ 6 Free;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "";
}

[dir=rtl] .slick-prev:before {
	content: "";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "";
}

[dir=rtl] .slick-next:before {
	content: "";
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	bottom: -25px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	position: relative;
}

.slick-dots li, .slick-dots li button {
	cursor: pointer;
	height: 20px;
	width: 20px;
}

.slick-dots li button {
	background: rgba(0, 0, 0, 0);
	border: 0;
	color: rgba(0, 0, 0, 0);
	display: block;
	font-size: 0;
	line-height: 0px;
	outline: none;
	padding: 5px;
}

.slick-dots li button:focus, .slick-dots li button:hover {
	outline: none;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1;
}

.slick-dots li button:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1779ba;
	content: "";
	font-family: Font Awesome\ 6 Free;
	font-size: 1rem;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: .25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}

.slick-dots li.slick-active button:before {
	color: #1779ba;
	opacity: .75;
}

.slick-arrow {
	height: 2rem;
	width: 1rem;
	z-index: 1;
}

.slick-arrow:before {
	font-size: 2rem;
	font-weight: 900;
}

.slick-prev {
	left: 2rem;
}

.slick-next {
	right: 2rem;
}

.slick-dotted.slick-slider {
	margin-bottom: 3rem;
}

.slick-dots {
	bottom: -2rem;
}

.slick-dots li button:before {
	font-weight: 900;
}

:root {
	--swiper-theme-color: #007aff;
}

:host {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.swiper {
	display: block;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	width: 100%;
	z-index: 1;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	display: block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
	-ms-overflow-style: none;
	overflow: auto;
	scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: none;
	-ms-scroll-snap-type: none;
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
	content: "";
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-webkit-order: 9999;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
	height: var(--swiper-centered-offset-after);
	min-width: 1px;
	width: 100%;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top: 4px solid rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s linear infinite;
	animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

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

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

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: var(--swiper-navigation-size);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	z-index: 10;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: .35;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
	cursor: auto;
	opacity: 0;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	width: 100%;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-lock {
	display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	font-variant: normal;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	left: auto;
	right: var(--swiper-navigation-sides-offset, 10px);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	left: 0;
	top: var(--swiper-pagination-top, auto);
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullet {
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	display: inline-block;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}

button.swiper-pagination-bullet {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
	left: var(--swiper-pagination-left, auto);
	right: var(--swiper-pagination-right, 8px);
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s, -webkit-transform .2s;
	transition: top .2s, -webkit-transform .2s;
	transition: transform .2s, top .2s;
	transition: transform .2s, top .2s, -webkit-transform .2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s, -webkit-transform .2s;
	transition: left .2s, -webkit-transform .2s;
	transition: transform .2s, left .2s;
	transition: transform .2s, left .2s, -webkit-transform .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s, -webkit-transform .2s;
	transition: right .2s, -webkit-transform .2s;
	transition: transform .2s, right .2s;
	transition: transform .2s, right .2s, -webkit-transform .2s;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	width: 100%;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
	width: 100%;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
	height: 100%;
	left: 0;
	top: 0;
	width: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-pagination-lock {
	display: none;
}

.swiper {
	display: grid;
}

.swiper.swiper-navigation-disabled .swiper-navigation {
	display: none;
}

.swiper .swiper-wrapper {
	min-width: 0;
}

.swiper .swiper-pagination-bullet {
	background: #fff;
	border: 1px solid #000;
	opacity: 1;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #000;
	cursor: default;
}

.swiper .swiper-navigation {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 16px;
}

.swiper .swiper-navigation .swiper-button-next, .swiper .swiper-navigation .swiper-button-prev {
	display: inline-block;
	height: 14px;
	inset: unset;
	margin: 0;
	padding-top: 0;
	position: relative;
	width: 21px;
}

.swiper .swiper-navigation .swiper-button-next:after, .swiper .swiper-navigation .swiper-button-prev:after {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 14px;
	width: 21px;
}

.swiper .swiper-navigation .swiper-button-prev:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im01Ljk1NiAwIC41ODQuNjg1LTQuOTYzIDUuODI5SDIxdi45N0gxLjU3N2w0Ljk2MyA1LjgyOS0uNTg0LjY4Ny01LjY3LTYuNjU3LjAwNS0uMDA2TDAgNi45OTVsLjI4OC0uMzM3LS4wMDItLjAwMkw1Ljk1NiAwWiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==");
}

.swiper .swiper-navigation .swiper-button-next:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0xNS4wNDQgMTQtLjU4NC0uNjg1IDQuOTYzLTUuODI5SDB2LS45N2gxOS40MjNMMTQuNDYxLjY4NyAxNS4wNDMgMGw1LjY3IDYuNjU3LS4wMDUuMDA2LjI5MS4zNDItLjI4OC4zMzcuMDAyLjAwMkwxNS4wNDQgMTRaIiBmaWxsPSIjMDAwIi8+PC9zdmc+");
}

.swiper .swiper-custom-pagination {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	gap: 10px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 16px;
}

.swiper .swiper-custom-pagination .swiper-custom-pagination-content {
	color: #333;
	display: none;
	font-family: Manrope-Light;
	font-size: 12px;
	line-height: 1.3;
}

@media print,screen and (max-width:63.99875em) {
	.swiper .swiper-custom-pagination .swiper-custom-pagination-content {
		display: block;
	}
}

.swiper .swiper-custom-progressbar {
	background-color: #ccc;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	max-width: 300px;
	position: relative;
	width: 100%;
}

@media print,screen and (max-width:63.99875em) {
	.swiper .swiper-custom-progressbar {
		max-width: 100%;
	}
}

.swiper .swiper-custom-progressbar .swiper-custom-progressbar-fill {
	background-color: #000;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: width .15s ease;
	transition: width .15s ease;
	width: 0;
}

.alignnone {
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.aligncenter {
	display: block;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

@media print,screen and (max-width:47.99875em) {
	.aligncenter, .alignleft, .alignnone, .alignright {
		float: none;
		margin: 0 0 1em;
	}
}

.wp-caption {
	background: #fff;
	border: 1px solid #f2f2f2;
	max-width: 100%;
	padding: 5px 5px 10px;
	text-align: center;
}

.wp-caption img {
	margin-bottom: 10px;
	width: auto;
}

.wp-caption figcaption {
	font-size: 14px;
	margin-bottom: 0;
}

.gallery-caption {
	font-size: 11px;
	line-height: 1.4;
	padding: 5px;
}

.gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1.5rem;
}

.gallery-item {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item:last-of-type {
	padding-right: 0;
}

.gallery-item > div > a {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	display: block;
	line-height: 0;
}

.gallery-item > div > a:focus {
	-webkit-box-shadow: 0 0 0 2px #1779ba;
	box-shadow: 0 0 0 2px #1779ba;
}

.gallery-columns-2 .gallery-item {
	max-width: calc(50% - 10px);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
	margin-right: 0;
}

.gallery-columns-3 .gallery-item {
	max-width: calc(33.33333% - 13.33333px);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
	margin-right: 0;
}

.gallery-columns-4 .gallery-item {
	max-width: calc(25% - 15px);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
	margin-right: 0;
}

.gallery-columns-5 .gallery-item {
	max-width: calc(20% - 16px);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
	margin-right: 0;
}

.gallery-columns-6 .gallery-item {
	max-width: calc(16.66667% - 16.66667px);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
	margin-right: 0;
}

.gallery-columns-7 .gallery-item {
	max-width: calc(14.28571% - 17.14286px);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
	margin-right: 0;
}

.gallery-columns-8 .gallery-item {
	max-width: calc(12.5% - 17.5px);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
	margin-right: 0;
}

.gallery-columns-9 .gallery-item {
	max-width: calc(11.11111% - 17.77778px);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
	margin-right: 0;
}

#wpadminbar {
	-webkit-transform: translateZ(0);
}

.wp-video {
	width: 100% !important;
}

.wp-video .mejs-container {
	height: auto !important;
	width: 100% !important;
}

.mejs-mediaelement {
	position: static !important;
}

.mediaelementwrapper {
	display: block;
}

.wp-video-shortcode video, video.wp-video-shortcode {
	display: block !important;
	height: auto !important;
	width: 100% !important;
}

ul.pagination {
	list-style: none;
	margin: 15px 0;
	padding: 0;
	text-align: center;
}

ul.pagination li {
	display: inline-block;
	line-height: 1.5;
	margin: 0 3px;
	padding: 0;
}

ul.pagination li a, ul.pagination li span {
	display: block;
	padding: 0 7px;
}

ul.pagination li a.current, ul.pagination li span.current {
	background: #1779ba;
	color: #fff;
	display: block;
}

#comments {
	padding-top: 30px;
}

.comment-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.comment {
	margin-top: 15px;
	position: relative;
}

.comment .children {
	list-style: none;
}

.comment-meta {
	font-size: 14px;
}

.comment-metadata {
	color: #1d1d1d;
	margin-top: 5px;
}

.comment-content {
	border-left: 1px solid #cacaca;
	font-size: 14px;
	margin-top: 15px;
	padding-left: 15px;
}

.reply {
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

.comment-reply-link {
	background: #1d1d1d;
	border-radius: 0;
	color: #fff;
	display: block;
	font-size: .8rem;
	line-height: 1;
	padding: .33333rem .5rem;
	white-space: nowrap;
}

.comment-reply-link:focus, .comment-reply-link:hover {
	background-color: #1779ba;
	color: #fff;
	text-decoration: none;
}

.comment-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.comment-form-comment, .comment-notes {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}

.comment-form-comment {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-flex-basis: calc(33.3333% - 20px);
	-ms-flex-preferred-size: calc(33.3333% - 20px);
	flex-basis: calc(33.3333% - 20px);
}

@media print,screen and (max-width:47.99875em) {
	.comment-form-author, .comment-form-email, .comment-form-url {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media print,screen and (min-width:48em) {
	.comment-form-author, .comment-form-email {
		margin-right: 30px;
	}
}

.comment-form .form-submit, .comment-form-cookies-consent {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.comment-form .form-submit {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

html {
	height: 100%;
}

body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	min-height: 100vh;
	position: static;
}

body:before {
	background-color: rgba(0, 0, 0, .5);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: -1;
}

body:has(.mega-toggle-on):before {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 3603;
}

@media print,screen and (max-width:63.99875em) {
	body:before {
		content: none;
		display: none;
	}
}

main {
	display: block;
}

#wpadminbar {
	overflow: hidden;
}

.grid-container {
	width: 100%;
}

.grid-container.content-size {
	max-width: var(--content-size);
}

.grid-container.wide-size {
	max-width: var(--wide-size);
}

.grid-container.wider-size {
	max-width: var(--wider-size);
}

.grid-container.full-size {
	max-width: 100%;
}

@media print,screen and (max-width:47.99875em) {
	.grid-container.full-size--mobile {
		padding-inline: 0;
	}
}

:last-child {
	margin-bottom: 0;
}

.overflow-hidden {
	overflow: hidden;
	padding-right: 15px;
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.preloader {
	background-color: #fff;
	bottom: 0;
	color: #1779ba;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity .4s ease, visibility .4s ease;
	transition: opacity .4s ease, visibility .4s ease;
	visibility: visible;
	z-index: 100000000;
}

.preloader__icon {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader__icon:before {
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	content: "";
	display: block;
	font-size: 40px;
	font-weight: 900;
}

.preloader--hidden {
	opacity: 0;
	visibility: hidden;
}

.position-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.search {
	position: relative;
}

.posts-list .search {
	margin-bottom: 40px;
}

.search__input {
	padding-right: 75px;
}

.search__submit {
	bottom: 0;
	cursor: pointer;
	height: auto;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: 0;
}

.search__submit:after {
	font-size: 20px;
	font-weight: 900;
}

.bg-cover, .home-slide .home-slide__inner {
	background-size: cover;
}

.bg-contain, .bg-cover, .home-slide .home-slide__inner {
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.bg-contain {
	background-size: contain;
}

.stretched-img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.rel-content {
	position: relative;
	z-index: 2;
}

.of-cover, .stretched-img {
	font-family: "object-fit: cover;";
	-o-object-fit: cover;
	object-fit: cover;
}

@media print,screen and (min-width:48em) {
	.two-columns {
		display: grid;
		gap: 1rem;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.three-columns {
		display: grid;
		gap: 1rem;
		grid-template-columns: repeat(3, 1fr);
	}
}

.stretched-link:after {
	background-color: rgba(0, 0, 0, 0);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

img[data-lazy-src] {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

img.pre-lazyload {
	opacity: 0;
}

img.lazyloaded {
	opacity: 1;
}

.render-video__wrapper {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.render-video__wrapper.with-play-button .video-play-button {
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: background-color .25s ease;
	transition: background-color .25s ease;
	width: 100%;
	z-index: 1;
}

.render-video__wrapper.with-play-button .video-play-button:hover svg circle {
	fill: #fff;
	fill-opacity: .3;
}

.render-video__wrapper.with-play-button .video-play-button svg {
	bottom: 20px;
	position: absolute;
	right: 20px;
	z-index: 1;
}

.render-video__wrapper.with-play-button .video-play-button svg:first-child {
	display: block;
}

.render-video__wrapper.with-play-button .video-play-button svg:nth-child(2) {
	display: none;
}

.render-video__wrapper.with-play-button .video-play-button svg * {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.render-video__wrapper.with-play-button.playing .video-play-button svg:first-child {
	display: none;
}

.render-video__wrapper.with-play-button.playing .video-play-button svg:nth-child(2) {
	display: block;
}

.render-video__wrapper video.render-video {
	height: 100%;
	max-height: 512px;
}

.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

.h1, h1 {
	font-family: Lora-Regular;
	font-size: 60px;
}

@media print,screen and (max-width:89.99875em) {
	.h1, h1 {
		font-size: 40px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.h1, h1 {
		font-size: 28px;
	}
}

.h2, h2 {
	font-family: Lora-Regular;
	font-size: 48px;
}

@media print,screen and (max-width:74.99875em) {
	.h2, h2 {
		font-size: 32px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.h2, h2 {
		font-size: 24px;
	}
}

.h3, h3 {
	font-family: Lora-Regular;
	font-size: 32px;
}

@media print,screen and (max-width:74.99875em) {
	.h3, h3 {
		font-size: 24px;
	}
}

.h4, h4 {
	font-family: Lora-Regular;
	font-size: 22px;
}

@media print,screen and (max-width:74.99875em) {
	.h4, h4 {
		font-size: 20px;
	}
}

.h5, h5 {
	font-family: Manrope-Medium;
	font-size: 18px;
}

@media print,screen and (min-width:48em) {
	.h5, h5 {
		font-size: 20px;
	}
}

p:empty {
	display: none;
}

p a {
	font-family: Manrope-Book;
	height: auto;
	min-width: unset;
	padding: 0;
	text-decoration: underline;
	vertical-align: unset;
}

p a, p a:focus, p a:hover {
	background-color: rgba(0, 0, 0, 0);
	color: inherit;
}

p a:focus, p a:hover {
	text-decoration: none;
}

ul {
	font-size: inherit;
}

address {
	font-style: normal;
	margin-bottom: 1rem;
}

a {
	color: #1779ba;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:focus, a:hover {
	color: #0c3e5f;
}

.text-medium {
	font-size: 16px;
	line-height: 1.3;
}

@media print,screen and (min-width:48em) {
	.text-medium {
		font-size: 18px;
	}
}

@media screen and (min-width:75em) {
	.text-medium {
		font-size: 20px;
	}
}

.text-large {
	font-size: 18px;
	line-height: 1.4;
}

@media print,screen and (min-width:48em) {
	.text-large {
		font-size: 24px;
	}
}

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

table {
	margin-bottom: 1rem;
}

table td, table th {
	border: 1px solid #f2f2f2;
	padding: .75rem;
}

.no-outline [tabindex], .no-outline a, .no-outline button {
	outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	opacity: 1;
}

input::placeholder, textarea::placeholder {
	opacity: 1;
}

.select-styled, [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
	height: 2.625rem;
	margin-bottom: 0;
}

textarea[rows] {
	height: 150px;
	max-width: 100%;
}

[type=number] {
	-moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

[type=checkbox], [type=file], [type=radio] {
	margin-bottom: 0;
}

[type=checkbox] {
	height: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 0;
}

[type=checkbox] + label {
	color: #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	font-size: 16px;
	line-height: 1;
	margin-inline: 0;
	position: relative;
}

[type=checkbox] + label:before {
	background-color: #fff;
	border: 1px solid #ccc;
	content: "";
	display: block;
	height: 18px;
	margin-right: 10px;
	width: 18px;
}

[type=checkbox] + label:after {
	background-color: #000;
	content: "";
	display: block;
	height: 12px;
	left: 3px;
	opacity: 0;
	position: absolute;
	top: 3px;
	width: 12px;
}

[type=checkbox]:checked + label:after {
	opacity: 1;
}

[type=checkbox]:disabled + label {
	color: rgba(51, 51, 51, .502);
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
	border-width: 1px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: Manrope-Book;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.2;
	max-width: 100%;
}

.button, .button:after, .button:before {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.button--xsmall {
	font-size: 14px;
	height: 38px;
	min-width: 125px;
	padding: 10px 25px;
}

.button--small {
	font-size: 16px;
	height: 48px;
	min-width: 130px;
	padding: 10px 28px;
}

@media screen and (max-width:500px) {
	.button--small {
		font-size: 11px;
		height: auto;
		min-width: 70px;
		padding: 7px 0;
	}
}

.button--medium {
	font-size: 16px;
	height: 54px;
	min-width: 165px;
	padding: 10px 52px;
}

.button--large {
	font-size: 18px;
	height: 64px;
	min-width: 230px;
	padding: 10px 34px;
}

@media print,screen and (max-width:47.99875em) {
	.button--large {
		font-size: 14px;
	}
}

.button--primary {
	border-style: solid;
	border-width: 1px;
	position: relative;
}

.button--primary span {
	position: relative;
	z-index: 1;
}

.button--primary:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 0;
}

.button--primary:focus:before, .button--primary:hover:before {
	top: 0;
}

.button--primary.button--green {
	background-color: #005453;
	border-color: #005453;
	color: #fff;
}

.button--primary.button--green:before {
	background-color: #fff;
}

.button--primary.button--green:focus, .button--primary.button--green:hover {
	border-color: #000;
	color: #000;
}

.button--primary.button--white {
	background-color: #fff;
	border-color: #000;
	color: #000;
}

.button--primary.button--white:before {
	background-color: #000;
}

.button--primary.button--white:focus, .button--primary.button--white:hover {
	color: #fff;
}

.button--primary.button--black {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.button--primary.button--black:before {
	background-color: #fff;
}

.button--primary.button--black:focus, .button--primary.button--black:hover {
	color: #000;
}

.button--secondary.button--green {
	background-color: #005453;
	border-color: #005453;
	color: #fff;
}

.button--secondary.button--green:focus, .button--secondary.button--green:hover {
	background-color: #ba5a3a;
	border-color: #ba5a3a;
}

.button--secondary.button--white {
	background-color: #fff;
	border-color: #000;
	color: #000;
}

.button--secondary.button--white:focus, .button--secondary.button--white:hover {
	background-color: #000;
	color: #fff;
}

.button--secondary.button--black {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.button--secondary.button--black:focus, .button--secondary.button--black:hover {
	background-color: #fff;
	color: #000;
}

.button--tertiary {
	background-color: rgba(0, 0, 0, 0);
	color: inherit;
	height: auto;
	min-width: unset;
	padding: 0;
	text-decoration: underline;
	vertical-align: unset;
}

.button--tertiary:focus, .button--tertiary:hover {
	background-color: rgba(0, 0, 0, 0);
	color: inherit;
	text-decoration: none;
}

.small-spacer {
	height: 87px;
}

@media print,screen and (max-width:63.99875em) {
	.small-spacer {
		height: 80px;
	}
}

.medium-spacer {
	height: 105px;
}

@media print,screen and (max-width:63.99875em) {
	.medium-spacer {
		height: 106px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.medium-spacer {
		height: 64px;
	}
}

.large-spacer {
	height: 128px;
}

@media print,screen and (max-width:63.99875em) {
	.large-spacer {
		height: 92px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.large-spacer {
		height: 64px;
	}
}

.xlarge-spacer {
	height: 152px;
}

@media print,screen and (max-width:63.99875em) {
	.xlarge-spacer {
		height: 114px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.xlarge-spacer {
		height: 64px;
	}
}

.fwp .gform_wrapper ul {
	list-style: none;
}

.fwp .gform_wrapper input, .fwp .gform_wrapper textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #333;
	font-family: Manrope-Light;
	font-size: 14px;
	height: auto;
	line-height: 24px;
	margin-bottom: 24px;
	outline: none;
	padding: .5em 1em;
}

.fwp .gform_wrapper input:focus, .fwp .gform_wrapper textarea:focus {
	border-color: #005453;
}

@media print,screen and (max-width:47.99875em) {
	.fwp .gform_wrapper input, .fwp .gform_wrapper textarea {
		font-size: 16px;
		line-height: 19px;
	}
}

.fwp .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .fwp .gform_wrapper textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 14.5px 0 14.5px 16px;
}

.fwp .gform_wrapper textarea {
	min-height: 2.5rem;
}

.fwp .gform_wrapper .gform_confirmation_message {
	margin-bottom: 15px;
}

.fwp .gform_wrapper .gform_ajax_spinner {
	bottom: 0;
	margin: auto;
	position: absolute;
	right: 10px;
	top: 0;
}

.fwp .gform_wrapper .gfield_description {
	margin-top: 10px;
}

.fwp .gform_wrapper .hidden_label .gfield_label {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.fwp .gform_wrapper .gform_description {
	display: block;
}

.fwp .gform_wrapper .gform_fields {
	margin: 0;
}

.fwp .gform_wrapper .gform_fields:after {
	clear: both;
	content: "";
	display: table;
}

.fwp .gform_wrapper .gfield {
	list-style: none;
	margin-bottom: 20px;
	position: relative;
}

.fwp .gform_wrapper .gform_hidden {
	display: none;
}

.fwp .gform_wrapper .ginput_container ul {
	margin-left: 0;
}

.fwp .gform_wrapper div.validation_error {
	border-color: #f6462c;
	border-width: 1px 0;
	color: #f6462c;
}

.fwp .gform_wrapper .gfield.gfield_error, .fwp .gform_wrapper .gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	margin: 20px 0;
	margin-bottom: 20px !important;
	padding: 0;
}

.fwp .gform_wrapper .gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin: 0;
}

.fwp .gform_wrapper .gfield.gfield_error input, .fwp .gform_wrapper .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .fwp .gform_wrapper .gfield.gfield_error textarea, .fwp .gform_wrapper .gfield.gfield_error textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-color: #f6462c;
}

.fwp .gform_wrapper .gfield.gfield_error .gfield_label, .fwp .gform_wrapper .gfield.gfield_error .ginput_complex label {
	color: #f6462c;
}

.fwp .gform_wrapper .gform_validation_errors {
	background-color: #fffaf9;
	border-color: currentColor;
	color: #f6462c;
}

.fwp .gform_wrapper .gform_validation_errors .gform_submission_error {
	color: inherit;
}

.fwp .gform_wrapper div.gfield_validation_message, .fwp .gform_wrapper div.validation_message {
	background-color: #fffaf9;
	border-color: #f6462c;
	color: #f6462c;
	font: normal normal normal .75rem/1.2em Manrope-Light;
	padding: .5rem .75rem;
}

.fwp .gform_wrapper .ginput_container_fileupload .validation_message:empty {
	display: none;
}

.fwp .gform_wrapper .gfield_required {
	color: #f6462c;
}

.fwp .gform_wrapper .gform_footer {
	padding: 0;
	position: relative;
}

.fwp .gform_wrapper .gform_footer button[type=submit], .fwp .gform_wrapper .gform_footer input[type=submit] {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	font-size: 16px;
	height: 54px;
	padding: 10px 52px;
	position: relative;
	width: 100%;
}

.fwp .gform_wrapper .gform_footer button[type=submit] span, .fwp .gform_wrapper .gform_footer input[type=submit] span {
	position: relative;
	z-index: 1;
}

.fwp .gform_wrapper .gform_footer button[type=submit]:before, .fwp .gform_wrapper .gform_footer input[type=submit]:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 0;
}

.fwp .gform_wrapper .gform_footer button[type=submit]:focus, .fwp .gform_wrapper .gform_footer button[type=submit]:hover, .fwp .gform_wrapper .gform_footer input[type=submit]:focus, .fwp .gform_wrapper .gform_footer input[type=submit]:hover {
	color: #000;
}

.fwp .gform_wrapper .gform_footer button[type=submit]:focus:before, .fwp .gform_wrapper .gform_footer button[type=submit]:hover:before, .fwp .gform_wrapper .gform_footer input[type=submit]:focus:before, .fwp .gform_wrapper .gform_footer input[type=submit]:hover:before {
	top: 0;
}

.fwp .gform_wrapper .gf_invisible, .fwp .gform_wrapper .gfield_visibility_hidden {
	left: -9999px;
	position: absolute;
	visibility: hidden;
}

.fwp .gfield_time_ampm, .fwp .gfield_time_hour, .fwp .gfield_time_minute {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
}

.fwp .gfield_time_ampm input, .fwp .gfield_time_ampm select, .fwp .gfield_time_hour input, .fwp .gfield_time_hour select, .fwp .gfield_time_minute input, .fwp .gfield_time_minute select {
	width: 80px;
}

.fwp .gfield_time_ampm select, .fwp .gfield_time_hour select, .fwp .gfield_time_minute select {
	padding-left: .25rem;
	padding-right: .75rem;
}

.fwp .gfield_time_minute {
	margin-right: .5rem;
}

.fwp .gfield_time_hour {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-right: 15px;
	width: 90px;
}

.fwp .gfield_time_hour i {
	text-align: right;
	width: 10px;
}

.fwp .gfield_time_hour .gfield_time_ampm {
	margin-left: .5rem;
}

.fwp input.datepicker_with_icon {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	width: calc(100% - 24px);
}

.fwp .gform_wrapper .top_label input.datepicker.large, .fwp .gform_wrapper .top_label input.datepicker.medium, .fwp .gform_wrapper .top_label input.datepicker.small {
	width: 100%;
}

.fwp .ui-datepicker {
	border: none;
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .2);
	font-size: 11px;
	height: auto;
	margin: 5px auto 0;
	position: absolute;
	width: 216px;
	z-index: 9999 !important;
}

.fwp .ui-datepicker a {
	text-decoration: none;
}

.fwp .ui-datepicker table {
	border-collapse: collapse;
	width: 100%;
}

.fwp .ui-datepicker thead {
	background: #fff;
	color: #000;
}

.fwp .ui-datepicker thead th {
	border-bottom: 1px solid #cacaca;
	padding: 3px;
	text-align: center;
}

.fwp .ui-datepicker tbody, .fwp .ui-datepicker tbody tr {
	border: none;
}

.fwp .ui-datepicker tbody td {
	border: none;
	padding: 0;
	width: 31px;
}

.fwp .ui-datepicker tbody td a, .fwp .ui-datepicker tbody td span {
	color: #1d1d1d;
	display: block;
	font-weight: 700;
	height: 29px;
	line-height: 30px;
	text-align: center;
}

.fwp .ui-datepicker tbody th {
	color: #1d1d1d;
	font-size: 6pt;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}

.fwp .ui-datepicker select.ui-datepicker-month, .fwp .ui-datepicker select.ui-datepicker-year {
	border-color: rgba(0, 0, 0, 0);
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 13px;
	height: 30px;
	line-height: 20px;
	margin: 0 2.5%;
	padding: 5px 20px 5px 5px;
	width: auto;
}

.fwp .ui-datepicker select.ui-datepicker-month:focus, .fwp .ui-datepicker select.ui-datepicker-year:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.fwp .ui-datepicker select.ui-datepicker-month:after, .fwp .ui-datepicker select.ui-datepicker-year:after {
	content: "2";
	position: absolute;
	right: 0;
	top: 50%;
}

.fwp .ui-datepicker-header {
	background-color: #1779ba;
	border: none;
	color: #fff;
	padding: 5px 0;
	position: relative;
}

.fwp .ui-datepicker-header:after {
	clear: both;
	content: "";
	display: table;
}

.fwp .ui-datepicker-next, .fwp .ui-datepicker-prev {
	background: 0;
	color: #fff;
	font-size: 0;
	line-height: 1.4;
	padding: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fwp .ui-datepicker-next:before, .fwp .ui-datepicker-prev:before {
	border: 5px solid rgba(0, 0, 0, 0);
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.fwp .ui-datepicker-next:focus, .fwp .ui-datepicker-next:hover, .fwp .ui-datepicker-prev:focus, .fwp .ui-datepicker-prev:hover {
	color: #fff;
}

.fwp .ui-datepicker-next.ui-state-hover:after, .fwp .ui-datepicker-prev.ui-state-hover:after {
	opacity: .5;
}

.fwp .ui-datepicker-next {
	right: 3px;
}

.fwp .ui-datepicker-next:after {
	border-left-color: #fff;
	border-right-width: 0;
}

.fwp .ui-datepicker-prev {
	left: 3px;
}

.fwp .ui-datepicker-prev:after {
	border-left-width: 0;
	border-right-color: #fff;
}

.fwp .ui-datepicker-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 35px;
	padding-right: 35px;
}

.fwp .ui-datepicker-calendar {
	margin: 0 !important;
}

.fwp .ui-datepicker-calendar .ui-state-default {
	background: #fff;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	height: 31px;
	text-shadow: unset;
	width: 31px;
}

.fwp .ui-datepicker-calendar .ui-state-hover {
	background-color: #e5e5e5;
	color: #1779ba;
	-webkit-transition: none;
	transition: none;
}

.fwp .ui-datepicker-calendar .ui-state-active {
	background-color: #1779ba;
	border: 0;
	color: #fff;
	margin: 0;
	position: relative;
}

.fwp .ui-datepicker-unselectable, .fwp .ui-datepicker-unselectable.ui-state-disabled {
	background-color: #f2f2f2;
	color: #1d1d1d;
}

@media print,screen and (min-width:48em) {
	.gf_left_half, .gf_right_half {
		float: left;
		width: calc(50% - 15px);
	}
	
	.gf_left_half + .gfield:not(.gf_left_half):not(.gf_right_half), .gf_right_half + .gfield:not(.gf_left_half):not(.gf_right_half) {
		clear: both;
	}
	
	.gf_left_third, .gf_middle_third, .gf_right_third {
		float: left;
		width: calc(33.3333% - 20px);
	}
	
	.gf_left_third + .gfield:not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third), .gf_middle_third + .gfield:not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third), .gf_right_third + .gfield:not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third) {
		clear: both;
	}
	
	.gf_left_half {
		margin-right: 15px;
	}
	
	.gf_right_half {
		margin-left: 15px;
	}
	
	.gf_right_half + .gfield {
		clear: both;
	}
	
	.gf_left_third {
		margin-right: 20px;
	}
	
	.gf_right_third {
		margin-left: 20px;
	}
	
	.gf_right_third + .gfield {
		clear: both;
	}
	
	.gf_middle_third {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.ginput_container_creditcard .ginput_cardinfo_left, .ginput_container_creditcard .ginput_cardinfo_right {
	display: block;
}

@media print,screen and (min-width:48em) {
	.ginput_container_creditcard .ginput_cardinfo_left {
		margin-right: 15px;
	}
	
	.ginput_container_creditcard .ginput_cardinfo_right {
		margin-left: 15px;
	}
	
	.ginput_container_creditcard select.ginput_card_expiration {
		display: inline-block;
		width: 47% !important;
	}
}

@media print,screen and (max-width:47.99875em) {
	.ginput_container_creditcard select.ginput_card_expiration_month {
		margin-bottom: 15px;
	}
	
	.ginput_container_creditcard .ginput_cardinfo_left, .ginput_container_creditcard .ginput_cardinfo_right {
		margin-bottom: 15px;
		margin-top: 15px;
	}
}

.ginput_container_creditcard .ginput_card_expiration_container {
	display: block;
	width: 100%;
}

.ginput_container_creditcard .ginput_cardinfo_right input.ginput_card_security_code {
	display: inline-block;
	max-width: 50% !important;
	position: relative;
}

.gform_card_icon_container {
	height: 32px;
	margin: 8px 0 6px;
}

div.gform_card_icon {
	background-image: url("https://cdn-ilelbph.nitrocdn.com/ZvxokVMbQyDELTbUoBLhhorfHQVPTahx/assets/images/optimized/rev-56ec006/everbody.com/wp-content/themes/everbody/dist/images/gf-creditcard-icons.png");
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	margin-right: 4px;
	text-indent: -9000px;
	width: 36px;
}

div.gform_card_icon.nitro-lazy {
	background-image: none !important;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
	background-position: 0 0;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
	background-position: 0 -32px;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
	background-position: 0 -64px;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
	background-position: -36px 0;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
	background-position: -36px -32px;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
	background-position: -36px -64px;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
	background-position: -72px 0;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
	background-position: -72px -32px;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
	background-position: -72px -64px;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
	background-position: -108px 0;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
	background-position: -108px -32px;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
	background-position: -108px -64px;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
	background-position: -144px 0;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
	background-position: -144px -32px;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
	background-position: -144px -64px;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
	background-position: -180px 0;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
	background-position: -180px -32px;
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
	background-position: -180px -64px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
	background-position: 0 -192px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
	background-position: 0 -224px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
	background-position: 0 -256px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
	background-position: -36px -192px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
	background-position: -36px -224px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
	background-position: -36px -256px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
	background-position: -72px -192px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
	background-position: -72px -224px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
	background-position: -72px -256px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
	background-position: -108px -192px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
	background-position: -108px -224px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
	background-position: -108px -256px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
	background-position: -144px -192px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
	background-position: -144px -224px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
	background-position: -144px -256px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
	background-position: -180px -192px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
	background-position: -180px -224px;
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
	background-position: -180px -256px;
}

.ginput_complex .ginput_cardinfo_right {
	min-width: 85px !important;
}

.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
	margin-right: 4px;
}

.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
	background-image: url("https://cdn-ilelbph.nitrocdn.com/ZvxokVMbQyDELTbUoBLhhorfHQVPTahx/assets/images/optimized/rev-56ec006/everbody.com/wp-content/themes/everbody/dist/images/gf-creditcard-icons.png");
	background-position: 0 -128px;
	background-repeat: no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	height: 23px;
	left: 6px;
	position: relative;
	top: -2px;
	width: 32px;
}

.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon.nitro-lazy {
	background-image: none !important;
}

div.gfield_creditcard_warning_message {
	color: #f6462c;
	font-weight: 700;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none !important;
	left: -9000px;
	position: absolute !important;
}

.not-found {
	padding-bottom: 100px;
	padding-top: 100px;
}

.not-found .label {
	background-color: #1779ba;
	cursor: pointer;
	text-decoration: none;
}

.not-found .label:hover {
	background-color: #136196;
	color: #fff;
}

.stay-tuned {
	font-size: 0;
	list-style: none;
	margin: 0 -3px;
	padding: 0;
}

.stay-tuned__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 16px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 3px;
	margin-right: 3px;
	width: 16px;
}

@media print,screen and (max-width:63.99875em) {
	.stay-tuned__item {
		height: 25px;
		margin-left: 5px;
		margin-right: 5px;
		width: 25px;
	}
}

.stay-tuned__link {
	color: #000;
	display: block;
}

.stay-tuned__link .fab {
	display: block;
	font-size: 10px;
}

@media print,screen and (max-width:63.99875em) {
	.stay-tuned__link .fab {
		font-size: 15px;
	}
}

.sbs-block {
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
}

.sbs-block--reverse .cell.sbs-block__img-wrap {
	left: 0;
	right: 50%;
}

.sbs-block__content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sbs-block__content {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media print,screen and (min-width:48em) {
	.sbs-block__content {
		min-height: 400px;
	}
}

.sbs-block__content-inner {
	width: 100%;
}

@media print,screen and (min-width:48em) {
	.cell.sbs-block__img-wrap {
		height: 100%;
		left: 50%;
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 50%;
	}
}

@media print,screen and (max-width:47.99875em) {
	.cell.sbs-block__img-wrap {
		margin-bottom: 25px;
	}
}

.sbs-block__img {
	height: 100%;
	width: 100%;
}

header {
	position: relative;
	z-index: 3604;
}

header .cart-button {
	color: #000;
	cursor: pointer;
	margin-right: 20px;
	position: relative;
}

header .cart-button svg {
	height: 18px;
	width: 21px;
}

header .cart-button .cart-button__count {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Manrope-Medium;
	font-size: 9px;
	height: 14px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 12px;
	position: absolute;
	right: -10px;
	text-align: center;
	top: -4px;
	width: 14px;
}

header .header__top-bar {
	background-color: #d9cec3;
	color: #000;
	padding-block: .75rem;
}

header .header__bar {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding-block: 1.1875rem;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .header__bar .nav-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 1.75rem;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

header .header__bar .nav-bar--mobile {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header .header__bar .nav-bar--mobile, header .header__bar .nav-bar--mobile .right-bar {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
}

header .header__bar .nav-bar--mobile li:has(.is-logo) {
	display: none !important;
}

@media print,screen and (max-width:47.99875em) {
	header .header__bar .nav-bar--mobile .logo {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: left;
	}
}

header .header__bar .logo {
	-webkit-animation: logo-fade-in .3s ease-in-out forwards;
	animation: logo-fade-in .3s ease-in-out forwards;
	display: block;
}

@media print,screen and (max-width:47.99875em) {
	header .header__bar .logo {
		text-align: left;
	}
	
	header .header__bar .logo img {
		max-width: 168px;
	}
}

header .header__bar .logo a {
	display: inline-block;
}

header .header__bar .logo img {
	max-height: 150px;
}

header .header__bar #mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li.mega-menu-item:has(img.is-logo) {
	display: none;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .header__bar #mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li.mega-menu-item:has(img.is-logo) img {
	height: 48px;
	margin-bottom: 0;
}

header .header__bar.sticky {
	left: 0;
	position: fixed;
	top: var(--adminbar-offset, 0);
	width: 100%;
}

@media print,screen and (min-width:64em) {
	header .header__bar.sticky .logo {
		display: none;
	}
}

@media screen and (max-width:600px) {
	header .header__bar.sticky {
		top: 0;
	}
}

header .header__bar.sticky .left-bar p span:first-child {
	display: none;
}

header .header__bar.sticky .left-bar, header .header__bar.sticky .right-bar {
	margin-block: auto;
}

header .header__bar.sticky #mega-menu-wrap-header-menu > ul#mega-menu-header-menu > li.mega-menu-item:has(img.is-logo) {
	-webkit-animation: logo-fade-in .3s ease-in-out forwards;
	animation: logo-fade-in .3s ease-in-out forwards;
	display: block;
}

header .header__bar.sticky #mega-menu-wrap-header-menu > ul#mega-menu-header-menu li.active-line {
	bottom: 1.1875rem;
}

@media print,screen and (max-width:63.99875em) {
	body header .header__bar #mega-menu-wrap-header-menu {
		background: rgba(0, 0, 0, 0);
		position: static;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu .mega-menu-toggle {
		background: rgba(0, 0, 0, 0);
		position: relative;
		z-index: 999;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-animated-box {
		height: 20px;
		width: 20px;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-animated-inner, body header .header__bar #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-animated-inner:after, body header .header__bar #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-animated-inner:before {
		background-color: #1d1d1d;
		height: 2px;
		width: 20px;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu {
		background: #fff;
		height: calc(100vh - var(--header-offset) - 70px);
		left: 0;
		overflow: hidden;
		overflow-y: scroll;
		padding: 3.125%;
		position: absolute;
		top: calc(100% + 1px);
		width: 100%;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu a.mega-menu-link:focus span:before, body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu a.mega-menu-link:hover span:before {
		width: 100%;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu a.mega-menu-link span {
		display: inline-block;
		position: relative;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu a.mega-menu-link span:before {
		background-color: #1d1d1d;
		bottom: 2px;
		content: "";
		display: inline-block;
		height: 1px;
		left: 0;
		position: absolute;
		-webkit-transition: width .3s ease-in-out;
		transition: width .3s ease-in-out;
		width: 0;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu a.mega-menu-link img {
		margin-bottom: .75rem;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item {
		border-bottom: 1px solid #ccc;
		margin-bottom: 8px;
		padding-bottom: 8px;
		position: relative;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item:before {
		content: "";
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item:has(.is-fixed-button) {
		background-color: #fff;
		border: none;
		border-top: 1px solid #ccc;
		bottom: 0;
		left: 0;
		margin: 0;
		padding: .5rem;
		position: fixed;
		width: 100%;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item:has(.is-fixed-button) > a.mega-menu-link {
		background-color: #005453;
		border: 1px solid #005453;
		color: #fff;
		font-size: 16px;
		height: 54px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-width: 165px;
		padding: 10px 52px;
		position: relative;
		width: 100%;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item:has(.is-fixed-button) > a.mega-menu-link span {
		position: relative;
		z-index: 1;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item:has(.is-fixed-button) > a.mega-menu-link:before {
		background-color: #fff;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 0;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item:has(.is-fixed-button) > a.mega-menu-link:focus, body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item:has(.is-fixed-button) > a.mega-menu-link:hover {
		border-color: #000;
		color: #000;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item:has(.is-fixed-button) > a.mega-menu-link:focus:before, body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item:has(.is-fixed-button) > a.mega-menu-link:hover:before {
		top: 0;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		background: rgba(0, 0, 0, 0);
		color: #000;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > .mega-indicator {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > .mega-indicator:after {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background: rgba(0, 0, 0, 0);
		color: #000;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		font-family: Manrope-Light;
		font-size: 1.5rem;
		height: 56px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		line-height: 1;
		padding-inline: 0;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus, body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
		background: rgba(0, 0, 0, 0);
		color: #000;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link span:before {
		content: none;
		display: none;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link > .mega-indicator {
		height: 100%;
		left: 0;
		margin-left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link > .mega-indicator:after {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4xNDYuMTQ4YS41LjUgMCAwIDEgLjcwOCAwbDYuMTQ1IDYuMTQ1TDEzLjE0Ni4xNDdhLjUuNSAwIDEgMSAuNzA3LjcwOGwtNi41IDYuNDk5LS4zNTQuMzUzLS4zNTMtLjM1My02LjUtNi41YS41LjUgMCAwIDEgMC0uNzA2WiIgZmlsbD0iIzFkMWQxZCIvPjwvc3ZnPg==");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		height: 8px;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 14px;
		z-index: 1;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu {
		background: #fff;
		padding: 0;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
		display: grid;
		gap: 1.25rem;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media print,screen and (max-width:63.99875em)and (max-width:47.99875em) {
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
		grid-template-columns: 1fr;
	}
}

@media print,screen and (max-width:63.99875em) {
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		gap: 1.25rem;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding: 0;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link {
		font-family: Manrope-Medium;
		font-size: .875rem;
		margin-bottom: .5rem;
		padding-bottom: 0;
		text-transform: unset;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link span:before {
		content: none;
		display: none;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		background: rgba(0, 0, 0, 0);
		color: #1d1d1d;
		display: inline-block;
		font-family: Manrope-Light;
		font-size: 1rem;
		font-weight: 400;
		position: relative;
		text-transform: unset;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
		color: #1d1d1d;
		opacity: 1;
	}
}

@media print,screen and (min-width:64em) {
	body header .header__bar #mega-menu-wrap-header-menu {
		background: rgba(0, 0, 0, 0);
		position: static;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		gap: 2rem;
		height: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: static;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu a.mega-menu-link:focus span:before, body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu a.mega-menu-link:hover span:before {
		width: 100%;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu a.mega-menu-link span {
		display: inline-block;
		position: relative;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu a.mega-menu-link span:before {
		background-color: #1d1d1d;
		bottom: 2px;
		content: "";
		display: inline-block;
		height: 1px;
		left: 0;
		position: absolute;
		-webkit-transition: width .3s ease-in-out;
		transition: width .3s ease-in-out;
		width: 0;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu a.mega-menu-link img {
		margin-bottom: .75rem;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu a.mega-menu-link .mega-indicator {
		display: none !important;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu li.active-line {
		background: #000;
		bottom: .625rem;
		height: 2px;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		width: 0;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item:before {
		content: "";
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		background: rgba(0, 0, 0, 0);
		color: #000;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item:has(.is-fixed-button) {
		display: none !important;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
		background: rgba(0, 0, 0, 0);
		color: #000;
		font-family: Manrope-Light;
		font-size: 1.25rem;
		height: auto;
		line-height: 1;
		padding-inline: 0;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus, body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
		background: rgba(0, 0, 0, 0);
		color: #000;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link span:before {
		content: none;
		display: none;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu {
		background: #fff;
		padding-block: 2.5rem;
		top: calc(100% + 1px);
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
		margin-inline: auto;
		max-width: var(--wide-size);
		width: 100%;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		gap: .375rem;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link {
		font-family: Manrope-Medium;
		font-size: .875rem;
		margin-bottom: .5rem;
		padding-bottom: 0;
		text-transform: unset;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link span:before {
		content: none;
		display: none;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		background: rgba(0, 0, 0, 0);
		color: #1d1d1d;
		display: inline-block;
		font-family: Manrope-Light;
		font-size: 1rem;
		font-weight: 400;
		position: relative;
		text-transform: unset;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	
	body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, body header .header__bar #mega-menu-wrap-header-menu ul#mega-menu-header-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
		color: #1d1d1d;
		opacity: 1;
	}
}

@-webkit-keyframes logo-fade-in {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes logo-fade-in {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@media print,screen and (max-width:47.99875em) {
	.sidebar {
		margin-top: 50px;
	}
}

.widget {
	margin-bottom: 20px;
}

.widget:last-child {
	margin-bottom: 0;
}

.footer {
	background-color: #000;
	color: #e5e5e5;
	margin-top: auto;
	padding-bottom: 16px;
	padding-top: 32px;
}

.footer .footer__container {
	max-width: 1780px !important;
	padding-inline: 24px;
}

@media print,screen and (min-width:64em) {
	.footer .footer__container {
		padding-inline: 40px;
	}
	
	.footer {
		padding-bottom: 24px;
		padding-top: 50px;
	}
}

@media screen and (min-width:75em) {
	.footer {
		padding-top: 80px;
	}
}

.footer-form__title {
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 0;
}

@media screen and (min-width:75em) {
	.footer-form__title {
		font-size: 24px;
	}
}

@media screen and (min-width:112.5em) {
	.footer-form__title {
		font-size: 32px;
	}
}

.footer-form__subtitle {
	font-size: 14px;
	line-height: normal;
	margin: 15px 0 10px;
	max-width: 410px;
}

.footer-form__form .gform_wrapper .gform_validation_errors {
	display: none;
}

.footer-form__form .gform_validation_error.gform-theme--foundation .gform_fields:before {
	background-color: #ff5e5e;
}

.footer-form__form .gform-theme--foundation .gform_fields {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	padding-bottom: 30px;
	position: relative;
}

.footer-form__form .gform-theme--foundation .gform_fields:before {
	background-color: #fff;
	bottom: 30px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.footer-form__form .gform-theme--foundation .gform_fields .gfield {
	margin: 0 !important;
}

.footer-form__form .gform-theme--foundation .gform_fields .gfield--type-email {
	position: static;
	width: 100%;
}

.footer-form__form .gform-theme--foundation .gform_fields .gfield--type-email input {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	height: 47px;
	margin-bottom: 0;
	outline: none;
	padding: 11px 0 !important;
}

.footer-form__form .gform-theme--foundation .gform_fields .gfield--type-email .gfield_description {
	bottom: 0;
	color: #fff;
	font-size: 12px;
	margin-top: 0;
	position: absolute;
	right: 0;
}

.footer-form__form .gform-theme--foundation .gform_fields .gfield--type-email .gfield_description a {
	color: inherit;
	text-decoration: underline;
}

.footer-form__form .gform-theme--foundation .gform_fields .gfield--type-email .gfield_description a:hover {
	text-decoration: none;
}

.footer-form__form .gform-theme--foundation .gform_fields .gfield--type-email .gfield_description.gfield_validation_message {
	background-color: rgba(0, 0, 0, 0);
	bottom: unset;
	color: #ff5e5e;
	font-size: 12px;
	font-style: italic;
	left: 0;
	margin-top: 0;
	max-width: calc(100% - 200px);
	padding: 0;
	position: absolute;
	top: 60px;
}

.footer-form__form .gform-theme--foundation .gform_fields #field_submit {
	display: block;
}

.footer-form__form .gform-theme--foundation .gform_fields #field_submit button {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 0;
	color: #fff;
	height: 35px;
	margin-top: 6px;
	outline: none;
	width: 35px;
}

.footer-form__form .gform-theme--foundation .gform_fields #field_submit button:hover {
	background-color: #fff;
	color: #000;
}

.footer-form__form .gform-theme--foundation .gform_footer {
	margin-top: 0;
}

.footer-form__description {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 15px;
}

.footer-form__description p {
	font-size: 12px;
	line-height: 1.27;
}

.footer-form__description p a {
	color: inherit;
	text-decoration: underline;
}

.footer-form__description p a:hover {
	text-decoration: none;
}

@media print,screen and (max-width:63.99875em) {
	.footer-form__description p {
		color: #fff;
		font-size: 10px !important;
	}
	
	.footer-form__description {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding-block: 16px;
		position: relative;
	}
	
	.footer-form__description:after, .footer-form__description:before {
		background-color: #444;
		content: "";
		display: block;
		height: 1px;
		left: 50%;
		position: absolute;
		top: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100vw;
	}
	
	.footer-form__description:after {
		bottom: 0;
		top: unset;
	}
}

@media print,screen and (min-width:64em) {
	.footer-form__description {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		margin-top: 40px;
	}
}

@media screen and (min-width:90em) {
	.footer-form__description {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.footer-form__description-logo {
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	width: 63px;
}

@media print,screen and (max-width:63.99875em) {
	.footer-form__description-logo {
		width: 49px;
	}
}

.footer-nav {
	margin-top: 35px;
}

.footer-nav__title {
	color: #fff;
	font-family: Manrope-Medium;
	font-size: 12px;
	line-height: normal;
	margin-bottom: 16px;
}

@media screen and (min-width:112.5em) {
	.footer-nav__title {
		font-size: 14px;
	}
}

.footer-nav__list {
	list-style: none;
	margin: 0;
	margin-block: 17px;
	padding: 0;
}

.footer-nav__list li {
	margin-bottom: 4px;
}

@media screen and (min-width:90em) {
	.footer-nav__list li {
		margin-bottom: 6px;
	}
}

.footer-nav__link {
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e5e5e5)) 0 100% no-repeat;
	background: linear-gradient(#e5e5e5, #e5e5e5) 0 100% no-repeat;
	background-size: 0 1px;
	color: #e5e5e5;
	font-size: 14px;
	line-height: normal;
}

.footer-nav__link:hover {
	background-size: 100% 1px;
	color: #e5e5e5;
}

@media screen and (min-width:90em) {
	.footer-nav__link {
		font-size: 16px;
		line-height: 1.5;
	}
}

@media print,screen and (min-width:64em) {
	.footer-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		gap: 60px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
		max-width: 560px;
	}
}

@media screen and (min-width:75em) {
	.footer-nav {
		gap: 50px;
	}
}

@media screen and (min-width:90em) {
	.footer-nav {
		gap: 70px;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-left: auto;
	}
}

@media screen and (min-width:112.5em) {
	.footer-nav {
		gap: 88px;
	}
}

.footer-payment__title {
	color: #fff;
	font-family: Manrope-Medium;
	font-size: 12px;
	line-height: normal;
	margin-bottom: 16px;
}

@media screen and (min-width:112.5em) {
	.footer-payment__title {
		font-size: 15px;
	}
}

.footer-payment__icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
	margin: 7px 0 21px;
}

.footer-payment__icon {
	height: 18px;
	width: auto;
}

@media print,screen and (max-width:63.99875em) {
	.footer-payment__icon {
		height: 23px;
	}
}

.footer-payment__description p {
	font-size: 12px;
	line-height: normal;
	margin-block: 12px;
}

.footer-payment__description p a {
	color: inherit;
	text-decoration: underline;
}

.footer-payment__description p a:hover {
	text-decoration: none;
}

@media print,screen and (max-width:63.99875em) {
	.footer-payment__description p {
		font-size: 10px;
	}
}

@media print,screen and (min-width:64em) {
	.footer-payment {
		margin-top: 30px;
	}
}

@media screen and (min-width:90em) {
	.footer-payment {
		margin-left: auto;
		max-width: 310px;
	}
}

@media screen and (min-width:112.5em) {
	.footer-payment {
		max-width: 394px;
	}
}

.footer__logo img {
	max-height: 21px;
}

@media print,screen and (max-width:63.99875em) {
	.footer__logo img {
		max-height: 16px;
	}
	
	.footer__logo {
		margin-top: 70px;
	}
}

.logo-locations {
	font-size: 10px;
	height: 1em;
	margin-top: 13px;
	position: relative;
}

.logo-locations__item {
	color: #fff;
	display: inline-block;
	font-family: Manrope-Medium;
	font-weight: 500;
	left: 50%;
	letter-spacing: 2px;
	line-height: 1;
	opacity: 0;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.logo-locations__item.is-visible {
	opacity: 1;
}

@media print,screen and (max-width:63.99875em) {
	.logo-locations {
		margin-bottom: 55px;
		margin-top: 11px;
	}
}

.footer__sp {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__sp.mobile {
	margin-bottom: 32px;
}

.footer__sp .label {
	font-size: 12px;
}

@media screen and (min-width:90em) {
	.footer__sp .label {
		font-size: 14px;
	}
}

@media print,screen and (min-width:64em) {
	.footer__sp {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.footer__copy p {
	font-size: 12px;
}

@media screen and (min-width:90em) {
	.footer__copy p {
		font-size: 14px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.footer__copy-text {
		color: #fff;
		padding-top: 16px;
	}
}

@media print,screen and (min-width:64em) {
	.footer__copy {
		border-top: 1px solid #444;
		margin-top: 50px;
		padding-top: 33px;
	}
}

@media screen and (min-width:75em) {
	.footer__copy {
		margin-top: 46px;
	}
}

@media screen and (min-width:90em) {
	.footer__copy {
		margin-top: 55px;
	}
}

@media screen and (min-width:112.5em) {
	.footer__copy {
		margin-top: 64px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.js-accordion .js-accordion-trigger {
		border-bottom: 1px solid #444;
		margin: 0;
		padding: 16px 16px 16px 0;
		position: relative;
	}
	
	.js-accordion .js-accordion-trigger:after {
		color: #fff;
		content: "";
		font-family: Font Awesome\ 6 Free;
		font-size: 10px;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	
	.js-accordion .js-accordion-trigger.is-active {
		border: none;
	}
	
	.js-accordion .js-accordion-trigger.is-active:after {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
	
	.js-accordion .js-accordion-content {
		border-bottom: 1px solid #444;
		display: none;
		margin: 0;
		padding-bottom: 16px;
	}
	
	.js-accordion .js-accordion-content.is-active {
		display: block;
	}
	
	.js-accordion .js-accordion-content li {
		margin-bottom: 10px;
	}
}

.map-locations .hide-content {
	height: 0;
	opacity: 0;
}

.map-locations .map-tabs {
	display: none;
}

.map-locations.with-tabs .map-tabs {
	border-bottom: 1px solid #ccc;
	display: none;
	margin-bottom: 12px;
}

.map-locations.with-tabs .map-tabs .map-tabs__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}

.map-locations.with-tabs .map-tabs .map-tabs__list-item.is-active button {
	border-bottom-color: #000;
	opacity: 1;
}

.map-locations.with-tabs .map-tabs .map-tabs__list-item button {
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	color: #000;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	font-family: Manrope-Book;
	font-size: 14px;
	height: 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.3;
	margin-bottom: -1px;
	opacity: .5;
	text-transform: capitalize;
}

.map-locations .map-sidebar .accordion .accordion-item {
	border-bottom: 1px solid #ccc;
}

.map-locations .map-sidebar .accordion .accordion-item.is-active .accordion-title:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.map-locations .map-sidebar .accordion .accordion-title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0);
	border: none;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Lora-Regular;
	font-size: 32px;
	gap: 8px;
	line-height: 1.3;
	padding: 24px 0;
}

.map-locations .map-sidebar .accordion .accordion-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4xNDYuMTQ4YS41LjUgMCAwIDEgLjcwOCAwbDYuMTQ1IDYuMTQ1TDEzLjE0Ni4xNDdhLjUuNSAwIDEgMSAuNzA3LjcwOGwtNi41IDYuNDk5LS4zNTQuMzUzLS4zNTMtLjM1My02LjUtNi41YS41LjUgMCAwIDEgMC0uNzA2WiIgZmlsbD0iIzFkMWQxZCIvPjwvc3ZnPg==");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8px;
	margin: -.15rem;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	width: 17px;
}

.map-locations .map-sidebar .accordion .accordion-title span {
	color: #999;
	font-family: Manrope-Book;
	font-size: 18px;
	padding-top: 10px;
}

@media print,screen and (max-width:63.99875em) {
	.map-locations .map-sidebar .accordion .accordion-title {
		font-size: 28px;
		padding: 20px 0;
	}
	
	.map-locations .map-sidebar .accordion .accordion-title span {
		font-size: 14px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.map-locations .map-sidebar .accordion .accordion-title {
		font-size: 24px;
	}
	
	.map-locations .map-sidebar .accordion .accordion-title span {
		font-size: 16px;
	}
}

.map-locations .map-sidebar .accordion .accordion-content {
	border: none;
	padding: 0;
}

.map-locations .map-sidebar .accordion .location-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 24px;
	margin-bottom: 24px;
}

@media print,screen and (max-width:63.99875em) {
	.map-locations .map-sidebar .accordion .location-items {
		gap: 20px;
		margin-bottom: 20px;
	}
}

.map-locations .map-sidebar .accordion .location-item {
	border: 1px solid #ccc;
	border-radius: 8px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	padding: 16px 20px;
}

.map-locations .map-sidebar .accordion .location-item.is-active, .map-locations .map-sidebar .accordion .location-item:hover {
	border-color: #000;
}

.map-locations .map-sidebar .accordion .location-item .location-item__inner {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.map-locations .map-sidebar .accordion .location-item .location-item__title {
	margin-bottom: 12px;
}

.map-locations .map-sidebar .accordion .location-item .location-item__address, .map-locations .map-sidebar .accordion .location-item .location-item__phone {
	color: #333;
	font-family: Manrope-Light;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}

@media print,screen and (max-width:47.99875em) {
	.map-locations .map-sidebar .accordion .location-item .location-item__address, .map-locations .map-sidebar .accordion .location-item .location-item__phone {
		font-size: 13px;
		line-height: 1.4;
	}
}

.map-locations .map-sidebar .accordion .location-item .location-item__opening {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	margin-top: 12px;
}

.map-locations .map-sidebar .accordion .location-item .location-item__opening span {
	color: #333;
	display: inline-block;
	font-family: Manrope-Light;
	font-size: 14px;
}

.map-locations .map-sidebar .accordion .location-item .location-item__opening span:first-child {
	font-family: Manrope-Medium;
}

.map-locations .map-sidebar .accordion .location-item__buttons {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	gap: 1rem;
}

.map-locations .map-sidebar .accordion .location-item__buttons .button {
	margin: 0;
	width: 50%;
}

@media print,screen and (max-width:63.99875em) {
	.map-locations .map-sidebar .accordion .location-item.is-active + .location-item__buttons {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.map-locations .map-container .gm-style-iw-chr {
	display: none !important;
}

.map-locations .map-container .info-window {
	max-width: 186px;
	padding-top: 12px;
}

.map-locations .map-container .info-window h5 {
	color: #000;
	font-family: Manrope-Light;
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
}

.map-locations .map-container .info-window p {
	color: #333;
	font-family: Manrope-Light;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}

.map-locations .map-container .info-window a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	border-width: 0;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Manrope-Book;
	font-size: 14px;
	height: 32px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.4;
	margin-top: 12px;
	text-align: center;
	width: 100%;
}

@media print,screen and (max-width:47.99875em) {
	.map-locations .map-container #locations-map {
		aspect-ratio: 1 !important;
		height: auto !important;
	}
}

.location-gallery {
	position: relative;
}

.location-gallery img {
	height: 406px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}

@media print,screen and (max-width:63.99875em) {
	.location-gallery img {
		height: 284px;
	}
}

.location-info {
	padding-block: 48px 88px;
	position: relative;
}

.location-info .location-info__back-button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 41px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 34px;
}

.location-info .location-info__address {
	margin-top: 24px;
}

.location-info .location-info__address-info {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Manrope-Light;
	font-size: 24px;
	gap: 12px;
	line-height: 1.4;
}

.location-info .location-info__address-info > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}

@media print,screen and (max-width:63.99875em) {
	.location-info .location-info__address-info {
		font-size: 16px;
		line-height: 1.3;
	}
	
	.location-info .location-info__address-info > div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		gap: 0;
	}
}

.location-info .location-info__address-info a {
	font-size: inherit;
}

.location-info .location-info__address-info img {
	height: 30px;
	width: auto;
}

.location-info .location-info__address-info .separator {
	padding-inline: 3px;
}

.location-info .location-info__content {
	border-top: 1px solid #ccc;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	gap: 24px;
	margin-top: 24px;
	padding-top: 48px;
}

@media print,screen and (max-width:63.99875em) {
	.location-info .location-info__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		margin-top: 16px;
		padding-top: 16px;
	}
}

.location-info .location-info__content .location-info__description {
	color: #333;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: Manrope-Light;
	font-size: 20px;
	line-height: 1.3;
}

@media print,screen and (max-width:63.99875em) {
	.location-info .location-info__content .location-info__description {
		font-size: 16px;
	}
}

.location-info .location-info__content .location-info__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	gap: 20px;
	margin-top: 32px;
}

.location-info .location-info__content .location-info__buttons .button {
	margin-bottom: 0;
}

@media print,screen and (max-width:63.99875em) {
	.location-info .location-info__content .location-info__buttons {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 24px;
	}
	
	.location-info .location-info__content .location-info__buttons .button {
		width: 100%;
	}
}

.location-info .location-info__content .location-info__transport, .location-info .location-info__content .location-info__visit {
	font-family: Manrope-Light;
	width: 192px;
}

@media print,screen and (max-width:63.99875em) {
	.location-info .location-info__content .location-info__transport, .location-info .location-info__content .location-info__visit {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		width: auto;
	}
}

.location-info .location-info__content .location-info__transport-title, .location-info .location-info__content .location-info__visit-title {
	color: #000;
	font-family: Manrope-Medium;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 12px;
}

.location-info .location-info__content .location-info__visit ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.location-info .location-info__content .location-info__visit ul li {
	font-size: 16px;
	line-height: 1.3;
}

.location-info .location-info__content .location-info__transport ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media print,screen and (max-width:63.99875em) {
	.location-info .location-info__content .location-info__transport ul {
		gap: 8px;
	}
}

.location-info .location-info__content .location-info__transport ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	font-size: 16px;
	gap: 8px;
	line-height: 1.3;
}

.location-info .location-info__content .location-info__transport ul li p {
	line-height: 1.3;
	margin: 0;
}

.location-info .location-info__content .location-info__transport ul li span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 8px;
}

@media print,screen and (max-width:63.99875em) {
	.location-treatments .button {
		margin-top: 32px;
		width: 100%;
	}
}

.location-treatments .location-treatments__container {
	background-color: #f7f5f2;
}

.location-treatments .location-treatments__inner {
	margin: 0 auto;
	max-width: var(--content-size);
	padding-block: 96px;
}

@media print,screen and (max-width:74.99875em) {
	.location-treatments .location-treatments__inner {
		padding-block: 40px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.location-treatments .location-treatments__inner {
		padding-block: 32px;
	}
}

.location-treatments .location-treatments__title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}

.location-treatments .location-treatments__title > * {
	margin: 0;
}

@media print,screen and (max-width:89.99875em) {
	.location-treatments .location-treatments__title {
		margin-bottom: 36px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.location-treatments .location-treatments__title {
		margin-bottom: 32px;
	}
}

.location-treatments .treatments {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(3, 1fr);
}

@media print,screen and (max-width:63.99875em) {
	.location-treatments .treatments {
		grid-template-columns: 1fr;
	}
	
	.location-treatments .treatments .treatment {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
	}
}

.location-treatments .treatments .treatment .treatment__image {
	height: 197px;
	margin-bottom: 16px;
}

.location-treatments .treatments .treatment .treatment__image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}

@media print,screen and (max-width:63.99875em) {
	.location-treatments .treatments .treatment .treatment__image {
		height: 74px;
		margin-bottom: 0;
		width: 118px;
	}
}

.location-treatments .treatments .treatment .treatment__title {
	font-size: 20px;
	margin: 0;
}

@media print,screen and (max-width:63.99875em) {
	.location-treatments .treatments .treatment .treatment__title {
		font-size: 15px;
	}
}

.location-treatments .treatments .treatment .treatment__short-description {
	color: #333;
	font-family: Manrope-Light;
	font-size: 14px;
	line-height: 1.3;
	margin-top: 4px;
}

.location-treatments .accordion {
	background: rgba(0, 0, 0, 0);
	border-top: 1px solid #ccc;
}

.location-treatments .accordion .accordion-item {
	border-bottom: 1px solid #ccc;
}

.location-treatments .accordion .accordion-item.is-active .accordion-title:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.location-treatments .accordion .accordion-item .accordion-title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0);
	border: none;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Manrope-Medium;
	gap: 8px;
	padding: 20px 0;
}

.location-treatments .accordion .accordion-item .accordion-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4xNDYuMTQ4YS41LjUgMCAwIDEgLjcwOCAwbDYuMTQ1IDYuMTQ1TDEzLjE0Ni4xNDdhLjUuNSAwIDEgMSAuNzA3LjcwOGwtNi41IDYuNDk5LS4zNTQuMzUzLS4zNTMtLjM1My02LjUtNi41YS41LjUgMCAwIDEgMC0uNzA2WiIgZmlsbD0iIzFkMWQxZCIvPjwvc3ZnPg==");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8px;
	margin: -.15rem;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	width: 17px;
}

.location-treatments .accordion .accordion-item .accordion-title span {
	color: #999;
	font-family: Manrope-Book;
}

@media print,screen and (max-width:89.99875em) {
	.location-treatments .accordion .accordion-item .accordion-title {
		font-size: 16px;
		padding: 14px 0;
	}
}

@media print,screen and (max-width:63.99875em) {
	.location-treatments .accordion .accordion-item .accordion-title {
		font-size: 20px;
		padding: 20px 0;
	}
}

.location-treatments .accordion .accordion-item .accordion-content {
	border: none;
	padding: 0 0 36px;
}

.location-treatments .accordion .accordion-item .accordion-title {
	font-size: 22px;
	gap: 12px;
	line-height: 1.2;
}

@media print,screen and (max-width:89.99875em) {
	.location-treatments .accordion .accordion-item .accordion-title {
		gap: 8px;
	}
}

.location-treatments .accordion .accordion-item .accordion-title span {
	font-size: 16px;
	line-height: 1.43;
	text-transform: capitalize;
}

.location-treatments .accordion .accordion-item .accordion-content {
	background: rgba(0, 0, 0, 0);
	padding-bottom: 80px;
}

.location-team {
	margin-block: 96px 104px;
	position: relative;
}

@media print,screen and (max-width:63.99875em) {
	.location-team {
		margin-block: 76px 64px;
	}
}

.location-team .button {
	margin-top: 40px;
}

@media print,screen and (max-width:63.99875em) {
	.location-team .button {
		width: 100%;
	}
}

.location-team .location-team__content {
	padding-left: 5rem;
}

@media print,screen and (max-width:63.99875em) {
	.location-team .location-team__content {
		padding-left: 0;
	}
}

.location-team .location-team__description {
	color: #333;
	font-family: Manrope-Light;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: 24px;
}

.location-map .location-single-map {
	height: 552px;
	margin-bottom: 104px;
	width: 100%;
}

@media print,screen and (max-width:63.99875em) {
	.location-map .location-single-map {
		height: 447px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.location-map .location-single-map {
		height: 230px;
		margin-bottom: 64px;
	}
}

.location-reviews {
	margin-block: 124px;
}

@media print,screen and (max-width:63.99875em) {
	.location-reviews {
		margin-block: 64px;
	}
}

.location-reviews .location-reviews__title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	gap: 16px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media print,screen and (max-width:63.99875em) {
	.location-reviews .location-reviews__title h2 {
		-webkit-flex-basis: 35%;
		-ms-flex-preferred-size: 35%;
		flex-basis: 35%;
	}
}

.location-reviews .location-reviews__reviews {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 64px;
	padding-bottom: 80px;
}

@media print,screen and (max-width:63.99875em) {
	.location-reviews .location-reviews__reviews {
		margin-top: 50px;
		padding-bottom: 56px;
	}
}

.location-reviews .location-reviews__reviews .location-reviews__review {
	background-color: #f7f5f2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	font-family: Manrope-Light;
	font-size: 16px;
	gap: 24px;
	line-height: 1.4;
	padding: 32px;
}

@media print,screen and (max-width:63.99875em) {
	.location-reviews .location-reviews__reviews .location-reviews__review {
		font-size: 14px;
		padding: 24px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.location-reviews .location-reviews__reviews .location-reviews__review {
		font-size: 13px;
		gap: 16px;
		padding: 20px;
	}
}

.location-reviews .location-reviews__reviews .location-reviews__review button {
	background-color: #f7f5f2;
	cursor: pointer;
	font-family: Manrope-Light;
	line-height: 1.5;
}

.location-reviews .location-reviews__reviews .location-reviews__review-content .review-text {
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	line-height: 1.5em;
	overflow: hidden;
	position: relative;
}

.location-reviews .location-reviews__reviews .location-reviews__review-content .review-text.expanded {
	-webkit-line-clamp: unset;
	overflow: visible;
}

.location-reviews .location-reviews__reviews .location-reviews__review-rating {
	max-width: 125px;
}

@media print,screen and (max-width:63.99875em) {
	.location-reviews .location-reviews__reviews .location-reviews__review-rating {
		max-width: 96px;
	}
}

.location-reviews .location-reviews__reviews .location-reviews__review-title {
	color: #000;
	font-family: Manrope-Medium;
	font-size: 20px;
	line-height: 1.3;
	margin: 0;
}

@media print,screen and (max-width:63.99875em) {
	.location-reviews .location-reviews__reviews .location-reviews__review-title {
		font-size: 16px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.location-reviews .location-reviews__reviews .location-reviews__review-title {
		font-size: 14px;
	}
}

.location-reviews .location-reviews__reviews .location-reviews__review-subline {
	font-size: 18px;
	margin: 0;
}

.location-reviews .location-reviews__reviews .location-reviews__review-google {
	max-width: 101px;
}

@media print,screen and (max-width:63.99875em) {
	.location-reviews .location-reviews__reviews .location-reviews__review-google {
		max-width: 68px;
	}
}

.location-neighborhood {
	position: relative;
}

.location-neighborhood .location-neighborhood__inner {
	background-color: #f7f5f2;
	padding: 64px 80px;
}

@media print,screen and (max-width:63.99875em) {
	.location-neighborhood .location-neighborhood__inner {
		padding: 40px 20px;
	}
}

.location-neighborhood .location-neighborhood__title {
	font-family: Manrope-Medium;
	font-size: 20px;
	letter-spacing: 2.559px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

@media print,screen and (max-width:63.99875em) {
	.location-neighborhood .location-neighborhood__title {
		font-size: 12px;
		letter-spacing: 1.606px;
	}
}

.location-neighborhood .location-neighborhood__content {
	color: #333;
	font-family: Lora-Regular;
	font-size: 40px;
	line-height: 1.4;
	margin-block: 40px;
}

.location-neighborhood .location-neighborhood__content em, .location-neighborhood .location-neighborhood__content i {
	font-family: Lora-Italic;
}

.location-neighborhood .location-neighborhood__content img {
	height: 54px;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 54px;
}

@media print,screen and (max-width:74.99875em) {
	.location-neighborhood .location-neighborhood__content {
		font-size: 34px;
		line-height: 1.25;
	}
	
	.location-neighborhood .location-neighborhood__content img {
		height: 40px;
		width: 40px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.location-neighborhood .location-neighborhood__content {
		font-size: 24px;
		line-height: 1.3;
		margin-block: 16px;
	}
	
	.location-neighborhood .location-neighborhood__content img {
		height: 34px;
		width: 34px;
	}
}

.location-nearby {
	margin-block: 104px;
	position: relative;
}

@media print,screen and (max-width:74.99875em) {
	.location-nearby {
		margin-block: 80px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.location-nearby {
		margin-block: 64px;
	}
	
	.location-nearby .button {
		margin-top: 24px;
	}
}

.location-nearby .location-nearby__title-wrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 32px;
}

@media print,screen and (max-width:74.99875em) {
	.location-nearby .location-nearby__title-wrapper {
		margin-bottom: 34px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.location-nearby .location-nearby__title-wrapper {
		margin-bottom: 20px;
	}
}

.location-nearby .location-nearby__title {
	font-size: 40px;
	line-height: 1.25;
}

@media print,screen and (max-width:74.99875em) {
	.location-nearby .location-nearby__title {
		font-size: 32px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.location-nearby .location-nearby__title {
		font-size: 24px;
	}
}

.location-nearby .location-nearby__items {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(3, 1fr);
}

@media print,screen and (max-width:74.99875em) {
	.location-nearby .location-nearby__items {
		gap: 26px;
	}
}

.location-nearby .location-nearby__item {
	position: relative;
}

.location-nearby .location-nearby__item a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.location-nearby .location-nearby__item img {
	aspect-ratio: 1;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.location-nearby .location-nearby__item-title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Manrope-Book;
	font-size: 20px;
	gap: 6px;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: 16px;
}

@media print,screen and (max-width:63.99875em) {
	.location-nearby .location-nearby__item-title {
		font-size: 16px;
	}
}

.location-nearby .location-nearby__item-address {
	font-family: Manrope-Light;
	font-size: 16px;
	line-height: 1.3;
}

.single-treatment__wrapper {
	margin-top: 64px;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__wrapper {
		margin-top: 0;
	}
}

.single-treatment__wrapper .steps-trigger .steps-trigger-wrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.single-treatment__hero .single-treatment__hero-media {
	margin-inline: auto;
	margin-bottom: 48px;
}

@media (max-width:1800px) {
	.single-treatment__hero .single-treatment__hero-media {
		margin-bottom: 40px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__hero .single-treatment__hero-media {
		margin-bottom: 32px;
	}
}

.single-treatment__hero .single-treatment__hero-media img, .single-treatment__hero .single-treatment__hero-media video {
	max-width: 100%;
}

.single-treatment__hero .single-treatment__hero-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	gap: 145px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:1800px) {
	.single-treatment__hero .single-treatment__hero-inner {
		gap: 116px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__hero .single-treatment__hero-inner {
		gap: 100px;
	}
}

@media print,screen and (max-width:74.99875em) {
	.single-treatment__hero .single-treatment__hero-inner {
		gap: 26px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .single-treatment__hero-inner {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		gap: 0;
	}
}

.single-treatment__hero .single-treatment__hero-left {
	max-width: 766px;
	width: 100%;
}

@media (max-width:1800px) {
	.single-treatment__hero .single-treatment__hero-left {
		max-width: 612px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__hero .single-treatment__hero-left {
		max-width: 545px;
	}
}

@media print,screen and (max-width:74.99875em) {
	.single-treatment__hero .single-treatment__hero-left {
		max-width: 518px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .single-treatment__hero-left {
		max-width: 488px;
	}
}

.single-treatment__hero .single-treatment__hero-right {
	max-width: 539px;
	width: 100%;
}

@media (max-width:1800px) {
	.single-treatment__hero .single-treatment__hero-right {
		max-width: 432px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__hero .single-treatment__hero-right {
		max-width: 432px;
	}
}

@media print,screen and (max-width:74.99875em) {
	.single-treatment__hero .single-treatment__hero-right {
		max-width: 409px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .single-treatment__hero-right {
		max-width: 409px;
	}
}

.single-treatment__hero .single-treatment__hero-right > .button {
	font-size: 20px;
}

@media (max-width:1800px) {
	.single-treatment__hero .single-treatment__hero-right > .button {
		font-size: 18px;
	}
}

@media print,screen and (max-width:74.99875em) {
	.single-treatment__hero .single-treatment__hero-right > .button {
		font-size: 16px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .single-treatment__hero-right > .button {
		font-size: 14px;
	}
}

.single-treatment__hero .single-treatment__hero-right .single-treatment__hero-title {
	font-size: 44px;
}

@media (max-width:1800px) {
	.single-treatment__hero .single-treatment__hero-right .single-treatment__hero-title {
		font-size: 40px;
		line-height: 1.25;
	}
}

@media print,screen and (max-width:74.99875em) {
	.single-treatment__hero .single-treatment__hero-right .single-treatment__hero-title {
		font-size: 32px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .single-treatment__hero-right .single-treatment__hero-title {
		font-size: 28px;
	}
}

.single-treatment__hero .single-treatment__hero-right .single-treatment__hero-description {
	font-size: 20px;
	font-size: #333;
	margin-top: 15px;
}

@media (max-width:1800px) {
	.single-treatment__hero .single-treatment__hero-right .single-treatment__hero-description {
		font-size: 18px;
		margin-top: 12px;
	}
}

@media print,screen and (max-width:74.99875em) {
	.single-treatment__hero .single-treatment__hero-right .single-treatment__hero-description {
		font-size: 16px;
		margin-top: 8px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .single-treatment__hero-right .single-treatment__hero-description {
		font-size: 14px;
		margin-top: 8px;
	}
}

.single-treatment__hero .single-treatment__hero-right .single-treatment__hero-booking.is-active .hero-booking__button-wrapper {
	display: block;
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__title {
	font-size: 24px;
}

@media (max-width:1800px) {
	.single-treatment__hero .single-treatment__hero-right .hero-booking__title {
		font-size: 20px;
	}
}

@media print,screen and (max-width:74.99875em) {
	.single-treatment__hero .single-treatment__hero-right .hero-booking__title {
		font-size: 18px;
	}
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__title span {
	font-size: 32px;
}

@media (max-width:1800px) {
	.single-treatment__hero .single-treatment__hero-right .hero-booking__title span {
		font-size: 28px;
		line-height: 1.25;
	}
}

@media print,screen and (max-width:74.99875em) {
	.single-treatment__hero .single-treatment__hero-right .hero-booking__title span {
		font-size: 24px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .single-treatment__hero-right .hero-booking__title span {
		font-size: 20px;
	}
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__options {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 12px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .single-treatment__hero-right .hero-booking__options {
		margin-bottom: 32px;
	}
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option {
	border: 1px solid #333;
	border-radius: 8px;
	cursor: pointer;
	padding: 20px;
	position: relative;
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option::hover {
	border-color: #005453;
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option.is-active {
	border-width: 2px;
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-footer {
	border-top: 1px solid #ccc;
	margin-top: 16px;
	padding-top: 16px;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-footer {
		margin-top: 12px;
		padding-top: 12px;
	}
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-footer ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 8px;
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-footer ul li {
	padding-left: 8px;
	position: relative;
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-footer ul li:before {
	background-color: #000;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: -2px;
	position: absolute;
	top: 10px;
	width: 4px;
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-family: Manrope-Book;
	font-size: 20px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
}

@media (max-width:1800px) {
	.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-title {
		font-size: 18px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-title {
		font-size: 16px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-title {
		font-size: 14px;
	}
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-description {
	font-family: Manrope-Light;
	font-size: 15px;
	margin: 0;
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-price {
	color: #333;
	font-size: 15px;
	line-height: 1.4;
}

@media (max-width:1800px) {
	.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-price {
		font-size: 13px;
		line-height: 1.3;
	}
}

@media print,screen and (max-width:47.99875em) {
	.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-price {
		font-size: 12px;
		line-height: 1.4;
	}
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-price span {
	font-family: Manrope-Book;
	font-weight: 700;
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__options .hero-booking__option .hero-booking__option-price span:before {
	content: "$";
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__button-wrapper {
	display: none;
	margin-top: 35px;
}

@media (max-width:1800px) {
	.single-treatment__hero .single-treatment__hero-right .hero-booking__button-wrapper {
		margin-top: 26px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__hero .single-treatment__hero-right .hero-booking__button-wrapper {
		margin-top: 32px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .single-treatment__hero-right .hero-booking__button-wrapper {
		margin-bottom: 32px;
		margin-top: 24px;
	}
}

.single-treatment__hero .single-treatment__hero-right .hero-booking__button-wrapper .button {
	width: 100%;
}

.single-treatment__hero .single-treatment__hero-consultation {
	border: 1px solid #ccc;
	display: grid;
	grid-template-columns: 163px 1fr;
	margin-top: 48px;
}

@media (max-width:1800px) {
	.single-treatment__hero .single-treatment__hero-consultation {
		margin-top: 40px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__hero .single-treatment__hero-consultation {
		margin-top: 32px;
	}
}

.single-treatment__hero .single-treatment__hero-consultation .button {
	font-size: 12px;
	max-width: unset;
	min-width: unset;
	padding: 5px 14px;
	width: auto;
}

.single-treatment__hero .single-treatment__hero-consultation .button span {
	white-space: nowrap;
}

.single-treatment__hero .single-treatment__hero-consultation .hero-consultation__image {
	height: 100%;
	width: 100%;
}

.single-treatment__hero .single-treatment__hero-consultation .hero-consultation__image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}

.single-treatment__hero .single-treatment__hero-consultation .hero-consultation__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	gap: 15px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 15px 20px 22px;
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__hero .single-treatment__hero-consultation .hero-consultation__inner {
		padding: 12px 16px;
	}
}

.single-treatment__hero .single-treatment__hero-consultation .hero-consultation__title {
	font-family: Lora-Regular;
	font-size: 18px;
	line-height: 1.2;
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__hero .single-treatment__hero-consultation .hero-consultation__title {
		font-size: 15px;
		line-height: 1.6;
	}
}

.single-treatment__hero .single-treatment__hero-consultation .hero-consultation__description {
	color: #333;
	font-size: 14px;
	line-height: 1.3;
	margin-top: 6px;
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__hero .single-treatment__hero-consultation .hero-consultation__description {
		font-size: 12px;
	}
}

.single-treatment__hero .accordion {
	margin-bottom: 10px;
}

.single-treatment__hero .accordion .accordion-item {
	border: none;
	margin: 0;
}

.single-treatment__hero .accordion .accordion-item.is-active .accordion-title {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.single-treatment__hero .accordion .accordion-item.is-active .accordion-title:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.single-treatment__hero .accordion .accordion-item.is-active .accordion-content {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.single-treatment__hero .accordion .accordion-title {
	background-color: #f7f5f2;
	border: none;
	border-radius: 8px;
	color: #000;
	font-family: Manrope-Book;
	font-size: 18px;
	line-height: 1.15;
	padding: 15px 20px 15px 50px;
	position: relative;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .accordion .accordion-title {
		font-size: 14px;
	}
}

.single-treatment__hero .accordion .accordion-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMgMSA3IDcgMSAxIiBzdHJva2U9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPg==");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8px;
	left: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 14px;
}

.single-treatment__hero .accordion .accordion-content {
	background-color: #f7f5f2;
	border: none;
	color: #333;
	font-family: Manrope-Light;
	font-size: 16px;
	line-height: 1.3;
	padding: 0 48px 32px;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .accordion .accordion-content {
		font-size: 13px;
		padding: 5px 20px 24px;
	}
}

.single-treatment__hero .accordion .accordion-content .hero-accordion__name {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	font-family: Manrope-Book;
	font-size: 15px;
	font-weight: 700;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.3;
}

.single-treatment__hero .accordion .accordion-content .hero-accordion__name > span {
	font-family: Manrope-Medium;
	font-size: 12px;
}

.single-treatment__hero .accordion .accordion-content .hero-accordion__name > span:before {
	content: "$";
}

.single-treatment__hero .accordion .accordion-content .hero-accordion__name > span > span {
	color: #333;
	font-family: Manrope-Light;
	font-size: 12;
	font-weight: 400;
}

.single-treatment__hero .treatment-pricing.single {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .treatment-pricing.single {
		padding: 16px;
	}
}

.single-treatment__hero .treatment-pricing.table-one {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 18px;
}

.single-treatment__hero .treatment-pricing.table-one .hero-accordion__content {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
}

.single-treatment__hero .treatment-pricing.table-one .hero-accordion__title {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 4px;
}

.single-treatment__hero .treatment-pricing.table-one .hero-accordion__description {
	font-size: 13px;
	line-height: 1.3;
	margin: 0;
}

.single-treatment__hero .treatment-pricing.table-one .hero-accordion__name {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
}

.single-treatment__hero .treatment-pricing.table-two {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 18px;
}

.single-treatment__hero .treatment-pricing.table-two .hero-accordion__content {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
}

.single-treatment__hero .treatment-pricing.table-two .hero-accordion__description {
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.single-treatment__hero .treatment-pricing.table-two .hero-accordion__subline {
	border-top: 1px solid #ccc;
	color: #333;
	font-size: 13px;
	line-height: 1.3;
	margin-top: 20px;
	padding-top: 16px;
}

.single-treatment__hero .treatment-pricing.table-multiple {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 18px;
}

.single-treatment__hero .treatment-pricing.table-multiple .hero-accordion__content {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
}

.single-treatment__hero .treatment-pricing.table-multiple .hero-accordion__title {
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.single-treatment__hero .treatment-pricing.table-multiple .hero-accordion__name {
	margin-bottom: 8px;
}

.single-treatment__hero .treatment-pricing.table-multiple .hero-accordion__name:last-of-type {
	margin-bottom: 0;
}

.single-treatment__hero .treatment-pricing.table-multiple .hero-accordion__description {
	color: #333;
	font-size: 13px;
	line-height: 1.3;
	margin-top: 8px;
}

.single-treatment__hero .treatment-pricing.grid {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .treatment-pricing.grid {
		grid-template-columns: 1fr;
	}
}

.single-treatment__hero .treatment-pricing.grid .hero-accordion__content {
	padding: 20px;
}

.single-treatment__hero .treatment-pricing.grid .hero-accordion__content:nth-child(4n+1) {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.single-treatment__hero .treatment-pricing.grid .hero-accordion__content:nth-child(4n+2) {
	border-bottom: 1px solid #ccc;
}

.single-treatment__hero .treatment-pricing.grid .hero-accordion__content:nth-child(4n+3) {
	border-right: 1px solid #ccc;
}

.single-treatment__hero .treatment-pricing.grid .hero-accordion__description {
	color: #333;
	font-size: 13px;
	line-height: 1.3;
	margin-top: 4px;
}

.single-treatment__hero .treatment-personalization.grid {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .treatment-personalization.grid {
		grid-template-columns: 1fr;
	}
}

.single-treatment__hero .treatment-personalization.grid .hero-accordion__content {
	padding: 20px;
}

.single-treatment__hero .treatment-personalization.grid .hero-accordion__content:nth-child(4n+1) {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.single-treatment__hero .treatment-personalization.grid .hero-accordion__content:nth-child(4n+2) {
	border-bottom: 1px solid #ccc;
}

.single-treatment__hero .treatment-personalization.grid .hero-accordion__content:nth-child(4n+3) {
	border-right: 1px solid #ccc;
}

.single-treatment__hero .treatment-personalization.grid .hero-accordion__content.span-2 {
	border-right: 0;
	grid-column: span 2;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__hero .treatment-personalization.grid .hero-accordion__content.span-2 {
		grid-column: auto;
	}
}

.single-treatment__hero .treatment-personalization.grid .hero-accordion__description {
	color: #333;
	font-size: 13px;
	line-height: 1.3;
	margin-top: 4px;
	text-align: center;
}

.single-treatment__hero .treatment-personalization.table-one {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 18px;
}

.single-treatment__hero .treatment-personalization.table-one .hero-accordion__content {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
}

.single-treatment__hero .treatment-personalization.table-one .hero-accordion__title {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 4px;
}

.single-treatment__hero .treatment-personalization.table-one .hero-accordion__name button {
	color: #333;
	cursor: pointer;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: Manrope-Light;
	font-size: 13px;
	line-height: 1.4;
	margin-left: 6px;
	text-align: left;
	text-decoration: underline;
}

.single-treatment__hero .treatment-personalization.table-one .hero-accordion__name button:focus, .single-treatment__hero .treatment-personalization.table-one .hero-accordion__name button:hover {
	text-decoration: none;
}

.single-treatment__hero .treatment-personalization.table-one .hero-accordion__description {
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.single-treatment__hero .treatment-personalization.table-two {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
}

.single-treatment__hero .treatment-personalization.table-two .hero-accordion__content {
	border-bottom: 1px solid #ccc;
	padding: 20px;
}

.single-treatment__hero .treatment-personalization.table-two .hero-accordion__content:last-child {
	border-bottom: 0;
}

.single-treatment__hero .treatment-personalization.table-two .hero-accordion__title {
	font-family: Manrope-Book;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.single-treatment__hero .treatment-personalization.table-two .hero-accordion__description {
	color: #333;
	font-size: 13px;
	line-height: 1.3;
}

.single-treatment__about {
	margin-block: 56px;
}

.single-treatment__about .single-treatment__about-inner {
	background-color: #f7f5f2;
	border-radius: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	gap: 137px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 59px 53px 59px 61px;
}

@media (max-width:1800px) {
	.single-treatment__about .single-treatment__about-inner {
		gap: 110px;
		padding: 48px 42px 48px 48px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__about .single-treatment__about-inner {
		gap: 73px;
		padding: 42px 35px 48px 42px;
	}
}

@media print,screen and (max-width:74.99875em) {
	.single-treatment__about .single-treatment__about-inner {
		gap: 0;
		padding: 48px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.single-treatment__about .single-treatment__about-inner {
		border-radius: 0;
		padding: 40px 20px;
	}
}

.single-treatment__about .single-treatment__about-left {
	width: 38.9%;
}

@media (max-width:1800px) {
	.single-treatment__about .single-treatment__about-left {
		width: 40.9%;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__about .single-treatment__about-left {
		width: 41%;
	}
}

@media print,screen and (max-width:74.99875em) {
	.single-treatment__about .single-treatment__about-left {
		width: 100%;
	}
}

.single-treatment__about .single-treatment__about-right {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.single-treatment__about .single-treatment__about-title {
	font-size: 49px;
	line-height: 1.3;
	margin-bottom: 29px;
}

@media (max-width:1800px) {
	.single-treatment__about .single-treatment__about-title {
		font-size: 40px;
		margin-bottom: 24px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__about .single-treatment__about-title {
		font-size: 36px;
		margin-bottom: 20px;
	}
}

@media print,screen and (max-width:74.99875em) {
	.single-treatment__about .single-treatment__about-title {
		font-size: 32px;
	}
}

.single-treatment__about .single-treatment__about-description {
	color: #333;
	font-size: 22px;
	line-height: 1.4;
}

@media (max-width:1800px) {
	.single-treatment__about .single-treatment__about-description {
		font-size: 18px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__about .single-treatment__about-description {
		font-size: 16px;
	}
}

@media print,screen and (max-width:74.99875em) {
	.single-treatment__about .single-treatment__about-description {
		font-size: 16px;
	}
}

.single-treatment__about .single-treatment__about-table {
	background-color: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	gap: 20px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 70px;
	padding: 29px 26px;
	width: 424px;
}

@media (max-width:1800px) {
	.single-treatment__about .single-treatment__about-table {
		width: 340px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__about .single-treatment__about-table {
		width: 302px;
	}
}

@media print,screen and (max-width:74.99875em) {
	.single-treatment__about .single-treatment__about-table {
		padding: 20px;
		width: 340px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__about .single-treatment__about-table {
		margin-top: 30px;
	}
}

.single-treatment__about .single-treatment__about-table .about-table__column {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}

.single-treatment__about .single-treatment__about-table .about-table__column .about-table__column-title {
	font-family: Manrope-Book;
	font-size: 15px;
	line-height: 1.15;
	margin-bottom: 6px;
}

@media print,screen and (max-width:74.99875em) {
	.single-treatment__about .single-treatment__about-table .about-table__column .about-table__column-title {
		margin-bottom: 10px;
	}
}

.single-treatment__about .single-treatment__about-table .about-table__column ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 3px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-treatment__about .single-treatment__about-table .about-table__column ul li {
	font-size: 15px;
	line-height: 1.3;
}

.single-treatment__about .single-treatment__about-advantages {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media print,screen and (min-width:64em) {
	.single-treatment__about .single-treatment__about-advantages {
		display: grid;
		gap: 40px 34px;
		grid-template-columns: repeat(2, 1fr);
	}
}

.single-treatment__about .single-treatment__about-advantages .swiper-custom-pagination {
	margin-top: 20px;
}

.single-treatment__about .single-treatment__about-advantages .about-advantages__list-item img {
	height: 60px;
	margin-bottom: 4px;
	width: 60px;
}

.single-treatment__about .single-treatment__about-advantages .about-advantages__list-title {
	font-family: Manrope-Book;
	font-size: 16px;
	margin: 0;
}

.single-treatment__how {
	padding-block: 80px;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__how {
		padding-block: 40px;
	}
}

.single-treatment__how .single-treatment__how-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	gap: 116px;
	margin-inline: auto;
	max-width: 1162px;
	overflow: hidden;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__how .single-treatment__how-inner {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		gap: 27px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 600px;
	}
}

.single-treatment__how .single-treatment__how-images {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	position: relative;
}

.single-treatment__how .single-treatment__how-images img:first-child {
	inset: unset;
	opacity: 1;
	position: relative;
}

.single-treatment__how .single-treatment__how-images img {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	width: 100%;
	z-index: 1;
}

.single-treatment__how .single-treatment__how-images img.is-active {
	opacity: 1;
}

.single-treatment__how .single-treatment__how-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	max-width: 434px;
	position: relative;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__how .single-treatment__how-content {
		max-width: 409px;
	}
}

.single-treatment__how .single-treatment__how-title {
	font-family: Lora-Regular;
	font-size: 32px;
	line-height: 1.3;
	text-align: center;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__how .single-treatment__how-title {
		font-size: 28px;
	}
}

.single-treatment__how .single-treatment__how-steps-wrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 300px;
	overflow: hidden;
	position: relative;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__how .single-treatment__how-steps-wrapper {
		height: 200px;
	}
}

.single-treatment__how .single-treatment__how-steps {
	height: 250px;
	will-change: transform;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__how .single-treatment__how-steps {
		height: 150px;
	}
}

.single-treatment__how .single-treatment__how-steps .single-treatment__how-step {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 250px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	padding-block: 20px;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	width: 100%;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__how .single-treatment__how-steps .single-treatment__how-step {
		height: 150px;
	}
}

.single-treatment__how .single-treatment__how-steps .single-treatment__how-step.is-active {
	opacity: 1;
}

.single-treatment__how .single-treatment__how-steps .single-treatment__how-step svg {
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.single-treatment__how .single-treatment__how-steps .step-title {
	font-family: Manrope-Book;
	font-size: 18px;
	line-height: 1.15;
	margin-bottom: 8px;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__how .single-treatment__how-steps .step-title {
		font-size: 16px;
	}
}

.single-treatment__how .single-treatment__how-steps .step-description {
	color: #333;
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__how .single-treatment__how-steps .step-description {
		font-size: 14px;
	}
}

.single-treatment__glance {
	background-color: #f7f5f2;
	margin-block: 48px;
	padding-block: 90px 41px;
}

@media (max-width:1800px) {
	.single-treatment__glance {
		padding-block: 69px 33px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__glance {
		padding-block: 48px 26px;
	}
}

.single-treatment__glance .single-treatment__glance-title {
	font-size: 43px;
	line-height: 1.3;
	margin-bottom: 34px;
	max-width: 60%;
}

@media (max-width:1800px) {
	.single-treatment__glance .single-treatment__glance-title {
		font-size: 32px;
	}
}

.single-treatment__glance .single-treatment__glance-slides {
	margin-top: -80px;
	position: relative;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__glance .single-treatment__glance-slides {
		margin-top: 0;
	}
}

.single-treatment__glance .single-treatment__glance-slides .swiper-wrapper {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__glance .single-treatment__glance-slides .swiper-wrapper {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

.single-treatment__glance .single-treatment__glance-slides .swiper-slide {
	height: 100%;
}

.single-treatment__glance .single-treatment__glance-slides .swiper-navigation {
	margin: 0 0 8px;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.single-treatment__glance .single-treatment__glance-slides .swiper-navigation > div {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 35px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	width: 35px;
}

.single-treatment__glance .single-treatment__glance-slides .swiper-navigation > div:hover {
	background-color: #fff;
	border-color: #ccc;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__glance .single-treatment__glance-slides .swiper-navigation {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}

.single-treatment__glance .single-treatment__glance-slides .swiper-custom-pagination {
	margin: 0 0 34px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__glance .single-treatment__glance-slides .swiper-custom-pagination {
		margin-block: 24px 0;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
}

.single-treatment__glance .single-treatment__glance-slide {
	background-color: #fff;
	border-radius: 10px;
	height: 100%;
}

.single-treatment__glance .single-treatment__glance-slide:has(>img) .glance-slide__inner {
	padding-top: 0;
}

.single-treatment__glance .single-treatment__glance-slide > img {
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}

.single-treatment__glance .single-treatment__glance-slide img {
	margin-bottom: 40px;
}

@media (max-width:1800px) {
	.single-treatment__glance .single-treatment__glance-slide img {
		margin-bottom: 24px;
	}
}

.single-treatment__glance .single-treatment__glance-slide .glance-slide__inner {
	padding: 48px 42px;
}

@media (max-width:1800px) {
	.single-treatment__glance .single-treatment__glance-slide .glance-slide__inner {
		padding: 37px 32px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__glance .single-treatment__glance-slide .glance-slide__inner {
		padding: 25px;
	}
}

.single-treatment__glance .single-treatment__glance-slide .glance-slide__title {
	font-family: Manrope-Light;
	font-size: 28px;
	line-height: 1.15;
	margin-bottom: 16px;
}

@media (max-width:1800px) {
	.single-treatment__glance .single-treatment__glance-slide .glance-slide__title {
		font-size: 22px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__glance .single-treatment__glance-slide .glance-slide__title {
		font-size: 20px;
		margin-bottom: 19px;
	}
}

.single-treatment__glance .single-treatment__glance-slide .glance-slide__description {
	color: #333;
	font-size: 16px;
	line-height: 1.3;
	margin-top: 16px;
}

@media (max-width:1800px) {
	.single-treatment__glance .single-treatment__glance-slide .glance-slide__description {
		font-size: 14px;
	}
}

.single-treatment__glance .single-treatment__glance-slide .glance-slide__description a {
	text-decoration: underline;
}

.single-treatment__glance .single-treatment__glance-slide .glance-slide__description a:focus, .single-treatment__glance .single-treatment__glance-slide .glance-slide__description a:hover {
	text-decoration: none;
}

.single-treatment__glance .single-treatment__glance-slide .glance-slide__description p {
	margin-bottom: 18px;
}

.single-treatment__glance .single-treatment__glance-slide .glance-slide__description p:last-child {
	margin-bottom: 0;
}

.single-treatment__glance .single-treatment__glance-slide .glance-slide__description p:empty {
	display: none;
}

.single-treatment__glance .single-treatment__glance-slide .glance-slide__description ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-treatment__glance .single-treatment__glance-slide .glance-slide__description ul li {
	margin: 0;
	padding-left: 30px;
	position: relative;
}

.single-treatment__glance .single-treatment__glance-slide .glance-slide__description ul li:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSI+PHBhdGggZD0ibTE0Ljc1MyAxMS40NjIuMjE3LS4xMjYtLjIxNy4xMjZabS01LjYyLTkuNjktLjIxNi4xMjQuMjE2LS4xMjVaTTYuODY3IDEuNzdsLjIxNi4xMjUtLjIxNi0uMTI1Wm0tNS42MiA5LjY5LS4yMTctLjEyNS4yMTcuMTI2Wm0tLjEwNCAxLjM2My4yMTYtLjEyNS0uMjE2LjEyNVptMTMuOTMuMTI2Yy4yOC0uNDgzLjIxNC0xLjA2Ni0uMTAzLTEuNjE0bC0uNDMzLjI1MWMuMjU5LjQ0Ny4yNjYuODMyLjEwNCAxLjExMmwuNDMzLjI1Wm0tLjEwMy0xLjYxNC01LjYyLTkuNjktLjQzMy4yNSA1LjYyIDkuNjkxLjQzMy0uMjVabS01LjYyLTkuNjlDOS4wMzEgMS4wOTggOC41NTcuNzUgOCAuNzV2LjVjLjMyNiAwIC42NTguMi45MTcuNjQ2bC40MzItLjI1Wk04IC43NWMtLjU1OSAwLTEuMDMyLjM0OC0xLjM1Ljg5NmwuNDMzLjI1Yy4yNTktLjQ0Ni41OS0uNjQ2LjkxNy0uNjQ2di0uNVptLTEuMzUuODk2LTUuNjIgOS42OS40MzMuMjUxIDUuNjItOS42OS0uNDMyLS4yNTFabS01LjYyIDkuNjljLS4zMTcuNTQ4LS4zODQgMS4xMy0uMTAzIDEuNjE0bC40MzItLjI1MWMtLjE2My0uMjgtLjE1NS0uNjY1LjEwNC0xLjExMmwtLjQzMy0uMjVaTS45MjcgMTIuOTVjLjI4LjQ4Mi44MTguNzE2IDEuNDUzLjcxNnYtLjVjLS41MTkgMC0uODU4LS4xODctMS4wMi0uNDY3bC0uNDMzLjI1Wm0xLjQ1My43MTZoMTEuMjR2LS41SDIuMzh2LjVabTExLjI0IDBjLjYzNSAwIDEuMTc0LS4yMzQgMS40NTQtLjcxNmwtLjQzMy0uMjUxYy0uMTYzLjI4LS41MDIuNDY3LTEuMDIuNDY3di41WiIgZmlsbD0iIzYzODFhMiIvPjxtYXNrIGlkPSJhIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI3IiB5PSIzIiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuNzA4IDQuMTg4VjkuNjVjMCAuMTY2LjEzMS4zLjI5Mi4zLjE2MSAwIC4yOTItLjEzNC4yOTItLjNWNC4xODhjMC0uMTY2LS4xMy0uMy0uMjkyLS4zYS4yOTYuMjk2IDAgMCAwLS4yOTIuM1oiIGZpbGw9IiNmZmYiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tMjAzLjc1IDI3Ni4xN0g5NjIuOTE3Vi00LjE5N0gtMjAzLjc1VjI3Ni4xN1oiIGZpbGw9IiM2MzgxYTIiLz48L2c+PG1hc2sgaWQ9ImIiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjciIHk9IjEwIiB3aWR0aD0iMiIgaGVpZ2h0PSIyIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuNDE3IDExLjM5NWMwIC4zMTkuMjYuNTc3LjU4My41NzdhLjU4LjU4IDAgMCAwIC41ODMtLjU3Ny41OC41OCAwIDAgMC0uNTgzLS41NzguNTguNTggMCAwIDAtLjU4My41NzhaIiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYikiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTIwMy43NSAyNzYuMTdIOTYyLjkxN1YtNC4xOTdILTIwMy43NVYyNzYuMTdaIiBmaWxsPSIjNjM4MWEyIi8+PC9nPjwvc3ZnPg==");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 14px;
	left: 4px;
	position: absolute;
	top: 3px;
	width: 16px;
}

.single-treatment__glance .single-treatment__glance-warning {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	font-size: 16px;
	gap: 16px;
	line-height: 1.3;
	margin-top: 34px;
}

@media (max-width:1800px) {
	.single-treatment__glance .single-treatment__glance-warning {
		gap: 12px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__glance .single-treatment__glance-warning {
		font-size: 14px;
		margin-top: 24px;
	}
}

.single-treatment__glance .single-treatment__glance-warning svg {
	height: 47px;
	width: 47px;
}

@media (max-width:1800px) {
	.single-treatment__glance .single-treatment__glance-warning svg {
		height: 35px;
		width: 35px;
	}
}

.single-treatment__results {
	margin-block: 139px;
}

@media (max-width:1800px) {
	.single-treatment__results {
		margin-block: 122px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__results {
		margin-block: 70px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__results {
		margin-block: 56px;
	}
}

.single-treatment__results .single-treatment__results-description, .single-treatment__results .single-treatment__results-subline, .single-treatment__results .single-treatment__results-title {
	margin-inline: auto;
	max-width: 686px;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__results .single-treatment__results-description, .single-treatment__results .single-treatment__results-subline, .single-treatment__results .single-treatment__results-title {
		max-width: 407px;
	}
}

.single-treatment__results .single-treatment__results-subline {
	font-family: Manrope-Medium;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-bottom: 11px;
	text-transform: uppercase;
}

@media (max-width:1800px) {
	.single-treatment__results .single-treatment__results-subline {
		font-size: 14px;
		margin-bottom: 8px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__results .single-treatment__results-subline {
		font-size: 13px;
		margin-bottom: 4px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__results .single-treatment__results-subline {
		margin-bottom: 8px;
	}
}

.single-treatment__results .single-treatment__results-title {
	font-size: 56px;
}

@media (max-width:1800px) {
	.single-treatment__results .single-treatment__results-title {
		font-size: 48px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__results .single-treatment__results-title {
		font-size: 40px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__results .single-treatment__results-title {
		font-size: 24px;
	}
}

.single-treatment__results .single-treatment__results-description {
	font-size: 22px;
	line-height: 1.4;
	margin-top: 16px;
}

@media (max-width:1800px) {
	.single-treatment__results .single-treatment__results-description {
		font-size: 18px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__results .single-treatment__results-description {
		margin-top: 12px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__results .single-treatment__results-description {
		font-size: 13px;
		margin-top: 15px;
	}
}

.single-treatment__results .single-treatment__results-images {
	display: grid;
	gap: 54px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 49px;
	margin-inline: auto;
	max-width: 1254px;
}

@media (max-width:1800px) {
	.single-treatment__results .single-treatment__results-images {
		gap: 44px;
		max-width: 1005px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__results .single-treatment__results-images {
		gap: 32px;
		max-width: 792px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__results .single-treatment__results-images {
		display: block;
		max-width: unset;
	}
	
	.single-treatment__results .single-treatment__results-images img {
		max-width: 400px;
	}
}

.single-treatment__results .single-treatment__results-sliders {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 49px;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__results .single-treatment__results-sliders {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.single-treatment__results .single-treatment__results-sliders .results-slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	text-align: left;
	width: 290px;
}

.single-treatment__results .single-treatment__results-sliders .results-slider__title {
	font-family: Manrope-Book;
	font-size: 16px;
	line-height: 1.15;
	margin: 16px 0 0;
}

.single-treatment__results .single-treatment__results-sliders .results-slider__description {
	color: #333;
	font-size: 14px;
	line-height: 1.3;
	margin: 8px 0 0;
}

.single-treatment__results .swiper-pagination {
	margin-top: 26px;
	position: relative;
}

.single-treatment__review {
	margin-block: 104px;
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__review {
		margin-block: 92px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__review {
		margin-block: 64px;
	}
}

.single-treatment__review .single-treatment__review-stars {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	gap: 18px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 32px;
}

.single-treatment__review .single-treatment__review-stars svg {
	height: 38px;
}

.single-treatment__review .single-treatment__review-stars svg * {
	fill: #6381a2;
}

.single-treatment__review .single-treatment__review-content {
	font-family: Lora-Regular;
	font-size: 40px;
	line-height: 1.3;
}

@media (max-width:1800px) {
	.single-treatment__review .single-treatment__review-content {
		font-size: 32px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__review .single-treatment__review-content {
		font-size: 28px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__review .single-treatment__review-content {
		font-size: 18px;
		line-height: 1.4;
	}
}

.single-treatment__review .single-treatment__review-title {
	font-family: Manrope-Light;
	font-size: 29px;
	line-height: 1.3;
	margin-top: 40px;
}

@media (max-width:1800px) {
	.single-treatment__review .single-treatment__review-title {
		font-size: 22px;
		margin-top: 24px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__review .single-treatment__review-title {
		font-size: 20px;
		margin-top: 32px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__review .single-treatment__review-title {
		font-size: 18px;
		margin-top: 24px;
	}
}

.single-treatment__review .single-treatment__review-title .button {
	font-size: inherit;
}

.single-treatment__review .button {
	font-size: 21px;
	line-height: 1.3;
	margin-top: 16px;
}

@media (max-width:1800px) {
	.single-treatment__review .button {
		font-size: 16px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__review .button {
		font-size: 14px;
		margin-top: 8px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__review .button {
		font-size: 12px;
		margin-top: 12px;
	}
}

.single-treatment__faq {
	margin-block: 72px;
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__faq {
		margin-block: 56px;
	}
}

.single-treatment__faq .single-treatment__faq-title {
	margin-bottom: 75px;
}

@media (max-width:1800px) {
	.single-treatment__faq .single-treatment__faq-title {
		margin-bottom: 60px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__faq .single-treatment__faq-title {
		margin-bottom: 46px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__faq .single-treatment__faq-title {
		margin-bottom: 15px;
	}
}

.single-treatment__faq .single-treatment__faq-image {
	margin-bottom: 32px;
	position: -webkit-sticky;
	position: sticky;
	text-align: center;
	top: var(--header-offset);
}

.single-treatment__faq .single-treatment__faq-image img {
	margin-inline: auto;
	max-width: 539px;
	width: 100%;
}

@media (max-width:1800px) {
	.single-treatment__faq .single-treatment__faq-image img {
		max-width: 432px;
	}
}

.single-treatment__consultation {
	background-color: #f7f5f2;
	padding-block: 85px 128px;
}

@media (max-width:1800px) {
	.single-treatment__consultation {
		padding-block: 64px 72px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__consultation {
		padding-block: 40px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.single-treatment__consultation {
		padding-block: 19px 56px;
	}
}

.single-treatment__consultation img {
	margin-bottom: 28px;
}

.single-treatment__consultation .single-treatment__consultation-title {
	font-size: 60px;
	line-height: 1.3;
	margin-bottom: 18px;
}

@media (max-width:1800px) {
	.single-treatment__consultation .single-treatment__consultation-title {
		font-size: 40px;
		margin-bottom: 16px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__consultation .single-treatment__consultation-title {
		font-size: 37px;
		margin-bottom: 22px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__consultation .single-treatment__consultation-title {
		font-size: 28px;
		margin-bottom: 12px;
	}
}

.single-treatment__consultation .single-treatment__consultation-description {
	color: #333;
	font-size: 27px;
	line-height: 1.3;
}

@media (max-width:1800px) {
	.single-treatment__consultation .single-treatment__consultation-description {
		font-size: 22px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__consultation .single-treatment__consultation-description {
		font-size: 19px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__consultation .single-treatment__consultation-description {
		font-size: 16px;
	}
}

.single-treatment__consultation .button {
	font-size: 27px;
	margin-top: 37px;
}

@media (max-width:1800px) {
	.single-treatment__consultation .button {
		font-size: 22px;
		margin-top: 30px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.single-treatment__consultation .button {
		font-size: 20px;
		margin-top: 18px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.single-treatment__consultation .button {
		font-size: 16px;
		margin-top: 16px;
	}
}

.preview {
	border-bottom: 1px solid #cacaca;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.preview__meta {
	color: #1d1d1d;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 20px;
}

@media print,screen and (max-width:47.99875em) {
	.preview__thumb {
		margin-bottom: 20px;
	}
}

.entry__thumb {
	margin-bottom: 20px;
}

.entry__meta {
	color: #1d1d1d;
	font-size: 14px;
}

.entry__cat {
	margin-top: 20px;
}

.contact-us {
	position: relative;
}

.contact-us .contact-us__hero {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 408px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

@media print,screen and (max-width:89.99875em) {
	.contact-us .contact-us__hero {
		height: 272px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.contact-us .contact-us__hero {
		height: 240px;
	}
}

.contact-us .contact-us__hero > * {
	position: relative;
	z-index: 2;
}

.contact-us .contact-us__hero-bg {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.contact-us .contact-us__hero-title {
	color: #fff;
	font-family: Lora-Regular;
	font-size: 60px;
	line-height: 1.25;
}

@media print,screen and (max-width:89.99875em) {
	.contact-us .contact-us__hero-title {
		font-size: 52px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.contact-us .contact-us__hero-title {
		font-size: 28px;
	}
}

.contact-us .contact-us__description {
	padding-block: 72px 86px;
}

@media print,screen and (max-width:89.99875em) {
	.contact-us .contact-us__description {
		padding-block: 48px 56px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.contact-us .contact-us__description {
		padding-block: 40px 44px;
	}
}

.contact-us .contact-us__description p {
	color: #333;
	font-size: 24px;
	line-height: 1.4;
	padding-top: 26px;
}

@media print,screen and (max-width:89.99875em) {
	.contact-us .contact-us__description p {
		font-size: 20px;
		line-height: 1.3;
		padding-top: 44px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.contact-us .contact-us__description p {
		font-size: 18px;
		line-height: 1.4;
		padding-top: 20px;
	}
}

.contact-us .contact-us__wh {
	overflow: hidden;
	position: relative;
}

.contact-us .contact-us__wh img {
	height: 470px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: relative;
	z-index: 10;
}

@media print,screen and (max-width:89.99875em) {
	.contact-us .contact-us__wh img {
		height: 278px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.contact-us .contact-us__wh img {
		height: 324px;
	}
}

.contact-us .contact-us__wh-content {
	padding-block: 167px 156px;
	position: relative;
}

.contact-us .contact-us__wh-content:before {
	background-color: #f7f5f2;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(145px);
	-ms-transform: translateX(145px);
	transform: translateX(145px);
	width: 100vw;
	z-index: 1;
}

@media print,screen and (max-width:89.99875em) {
	.contact-us .contact-us__wh-content {
		padding-block: 110px 109px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.contact-us .contact-us__wh-content {
		padding-block: 30px 66px;
	}
	
	.contact-us .contact-us__wh-content:before {
		inset: unset;
		bottom: 0;
		height: calc(100% + 162px);
		right: 0;
		-webkit-transform: translateX(.625rem);
		-ms-transform: translateX(.625rem);
		transform: translateX(.625rem);
		width: 100vw;
	}
}

.contact-us .contact-us__wh-content > * {
	position: relative;
	z-index: 2;
}

.contact-us .contact-us__wh-title {
	font-size: 32px;
	line-height: 1.3;
}

@media print,screen and (max-width:89.99875em) {
	.contact-us .contact-us__wh-title {
		font-size: 28px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.contact-us .contact-us__wh-title {
		font-size: 24px;
	}
}

.contact-us .contact-us__wh-hours {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 12px;
	margin-top: 20px;
}

@media print,screen and (max-width:89.99875em) {
	.contact-us .contact-us__wh-hours {
		margin-top: 28px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.contact-us .contact-us__wh-hours {
		margin-top: 20px;
	}
}

.contact-us .contact-us__wh-hour {
	color: #333;
	display: grid;
	font-size: 20px;
	gap: 8px;
	grid-template-columns: 200px 1fr;
}

@media print,screen and (max-width:89.99875em) {
	.contact-us .contact-us__wh-hour {
		font-size: 18px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.contact-us .contact-us__wh-hour {
		grid-template-columns: 158px 1fr;
	}
}

.contact-us .contact-us__wh-description {
	color: #333;
	font-size: 19px;
	margin-top: 54px;
}

@media print,screen and (max-width:89.99875em) {
	.contact-us .contact-us__wh-description {
		margin-top: 48px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.contact-us .contact-us__wh-description {
		font-size: 18px;
		margin-top: 40px;
	}
}

.contact-us .contact-us__info {
	padding-block: 160px;
}

@media print,screen and (max-width:89.99875em) {
	.contact-us .contact-us__info {
		padding-block: 112px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.contact-us .contact-us__info {
		padding-block: 64px 48px;
	}
}

.contact-us .contact-us__info-devider {
	position: relative;
}

.contact-us .contact-us__info-devider:before {
	background-color: #ccc;
	content: "";
	height: 118px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1px;
}

@media print,screen and (max-width:47.99875em) {
	.contact-us .contact-us__info-devider {
		height: 80px;
	}
	
	.contact-us .contact-us__info-devider:before {
		height: 1px;
		width: 100%;
	}
}

.contact-us .contact-us__info-title {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 24px;
}

@media print,screen and (max-width:89.99875em) {
	.contact-us .contact-us__info-title {
		font-size: 28px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.contact-us .contact-us__info-title {
		font-size: 24px;
	}
}

.contact-us .contact-us__info-description {
	color: #333;
	font-size: 20px;
	line-height: 1.3;
	word-break: break-word;
}

@media print,screen and (max-width:47.99875em) {
	.contact-us .contact-us__info-description {
		font-size: 18px;
	}
}

.contact-us .contact-us__info-description a {
	color: #333;
	text-decoration: underline;
}

.contact-us .contact-us__info-description a:focus, .contact-us .contact-us__info-description a:hover {
	text-decoration: none;
}

.page-template-template-providers section {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

.page-template-template-providers .main-content .grid-container {
	max-width: 1230px;
}

.page-template-template-providers .intro {
	background-color: #f8f3f3;
	padding: 64px 0 75px;
}

.page-template-template-providers .intro__title {
	color: #003b49;
	font-family: Cormorant-Book;
	line-height: 1.06;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .intro__title {
		font-size: 35px;
		margin-bottom: 23px;
	}
}

.page-template-template-providers .intro__subtitle {
	font-family: Public-Sans-Light;
	font-size: 18px;
	line-height: 1.33;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .intro__subtitle {
		font-size: 14px;
	}
}

.page-template-template-providers .intro__image {
	padding-top: 64px;
}

.page-template-template-providers .intro__image img {
	border-radius: 10px;
	display: block;
	max-width: 100%;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .intro__image {
		padding-top: 34px;
	}
}

.page-template-template-providers .intro__content {
	margin: 0 auto;
	max-width: 830px;
	padding-top: 40px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .intro__content {
		padding-top: 32px;
	}
}

.page-template-template-providers .intro__caption {
	color: #003b49;
	font-family: Public-Sans-Bold;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.4px;
	line-height: 1.28;
	margin-bottom: 12px;
	text-align: center;
	text-transform: uppercase;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .intro__caption {
		font-size: 12px;
		margin-bottom: 9px;
	}
}

.page-template-template-providers .intro__info {
	font-family: Cormorant-Book;
	font-size: 24px;
	line-height: 1.16;
	margin-bottom: 40px;
	text-align: center;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .intro__info {
		font-size: 18px;
		margin-bottom: 32px;
	}
	
	.page-template-template-providers .intro {
		padding: 32px 0;
	}
}

.page-template-template-providers .standards {
	background-color: #efe5e4;
	padding: 80px 0 104px;
	position: relative;
}

.page-template-template-providers .standards__video {
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
}

.page-template-template-providers .standards__video .render-video__wrapper {
	width: 100%;
}

.page-template-template-providers .standards__video .render-video__wrapper .render-video {
	border-radius: 10px;
	height: auto;
	max-height: unset;
	width: 100%;
}

.page-template-template-providers .standards__description {
	font-family: Public-Sans-Light;
	font-size: 18px;
	line-height: 1.33;
	padding-top: 14px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .standards__description {
		font-size: 14px;
		padding-top: 34px;
	}
}

.page-template-template-providers .standards__timeline {
	margin-top: 40px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .standards__timeline {
		margin-top: 32px;
	}
}

.page-template-template-providers .standards .timeline {
	position: relative;
}

.page-template-template-providers .standards .timeline__progressbar {
	background-color: #003b49;
	left: 7px;
	position: absolute;
	top: 10px;
	width: 1px;
}

.page-template-template-providers .standards .timeline__item {
	opacity: .5;
	padding: 0 0 72px 47px;
	position: relative;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.page-template-template-providers .standards .timeline__item.visible {
	opacity: 1;
}

.page-template-template-providers .standards .timeline__item.visible:before {
	background-color: #003b49;
}

.page-template-template-providers .standards .timeline__item:last-child {
	padding: 0 0 0 47px;
}

.page-template-template-providers .standards .timeline__item:before {
	border: 1px solid #003b49;
	border-radius: 100%;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	top: 0;
	width: 15px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .standards .timeline__item {
		padding: 0 0 40px 37px;
	}
	
	.page-template-template-providers .standards .timeline__item:last-child {
		padding: 0 0 0 37px;
	}
}

.page-template-template-providers .standards .timeline__title {
	font-family: Public-Sans-Bold;
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 1.28;
	margin-bottom: 8px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .standards .timeline__title {
		font-size: 12px;
	}
}

.page-template-template-providers .standards .timeline__description {
	font-family: Public-Sans-Light;
	font-size: 14px;
	line-height: 1.57;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .standards .timeline__description {
		font-size: 12px;
		letter-spacing: .2px;
	}
	
	.page-template-template-providers .standards {
		padding: 40px 0;
	}
}

.page-template-template-providers .providers {
	background-color: #f8f3f3;
	overflow: hidden;
	padding-top: 64px;
	position: relative;
}

.page-template-template-providers .providers .grid-container {
	position: relative;
	z-index: 1;
}

.page-template-template-providers .providers__wave {
	background-color: #efe5e4;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-template-template-providers .providers__cursor {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #003b49;
	border-radius: 100%;
	color: #cbe2d2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	height: 90px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 1.6px;
	line-height: 18px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	text-transform: uppercase;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-property: background-color, opacity, -webkit-transform;
	transition-property: background-color, opacity, -webkit-transform;
	transition-property: background-color, opacity, transform;
	transition-property: background-color, opacity, transform, -webkit-transform;
	width: 90px;
	z-index: 9999;
}

.page-template-template-providers .providers__cursor.visible {
	opacity: 1;
}

.page-template-template-providers .providers__title {
	font-family: Cormorant-Book;
	line-height: 1.05;
	margin-bottom: 24px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers__title {
		color: #003b49;
		font-size: 28px;
		margin-bottom: 12px;
	}
}

.page-template-template-providers .providers__description {
	font-family: Public-Sans-Light;
	font-size: 18px;
	line-height: 1.33;
	margin-bottom: 40px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers__description {
		font-size: 14px;
		margin-bottom: 24px;
	}
}

.page-template-template-providers .providers__slider {
	margin-right: -275px;
	padding-bottom: 64px;
}

.page-template-template-providers .providers__slider .swiper-button-next, .page-template-template-providers .providers__slider .swiper-button-prev {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ccc;
	border-radius: 50%;
	bottom: 4px;
	height: 40px;
	left: 0;
	position: absolute;
	text-align: center;
	top: unset;
	width: 40px;
}

.page-template-template-providers .providers__slider .swiper-button-next:hover, .page-template-template-providers .providers__slider .swiper-button-prev:hover {
	background-color: #efe5e4;
	border: 1px solid #efe5e4;
}

.page-template-template-providers .providers__slider .swiper-button-next:after, .page-template-template-providers .providers__slider .swiper-button-prev:after {
	color: #000;
	font-size: 15px;
	line-height: 40px;
}

.page-template-template-providers .providers__slider .swiper-button-next {
	left: 60px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers__slider {
		margin-left: -15px;
		margin-right: -15px;
		padding: 40px 0 5px;
	}
}

.page-template-template-providers .providers .card {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 518px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 48px 41px 65px 32px;
}

.page-template-template-providers .providers .card__image {
	height: 120px;
	margin: 0 auto 46px;
	position: relative;
	width: 120px;
}

.page-template-template-providers .providers .card__image img {
	border-radius: 50%;
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.page-template-template-providers .providers .card__image:before {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #003b49;
	border-radius: 50%;
	bottom: -6px;
	color: #fff;
	content: "";
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Font Awesome\ 6 Free;
	font-size: 16px;
	height: 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 1px;
	width: 40px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers .card__image:before {
		font-size: 12px;
		height: 30px;
		width: 30px;
	}
	
	.page-template-template-providers .providers .card__image {
		height: 90px;
		margin-bottom: 24px;
		width: 90px;
	}
}

.page-template-template-providers .providers .card__info {
	font-family: Public-Sans-Light;
	font-size: 18px;
	line-height: 1.33;
	text-align: center;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers .card__info {
		font-size: 14px;
		letter-spacing: .2px;
	}
}

.page-template-template-providers .providers .card__title {
	font-family: Lora-Regular;
	font-family: Public-Sans-Bold;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .35px;
	line-height: 1.5;
	margin-bottom: 0;
	text-align: center;
	white-space: pre-line;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers .card__title {
		font-size: 12px;
		letter-spacing: .2px;
	}
}

.page-template-template-providers .providers .card__position {
	font-size: 16px;
	font-style: italic;
	letter-spacing: .35px;
	line-height: 1.5;
	margin-bottom: 0;
	text-align: center;
	white-space: pre-line;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers .card__position {
		font-size: 12px;
		letter-spacing: .2px;
	}
}

.page-template-template-providers .providers .card__button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #003b49;
	border-radius: 0 0 10px 10px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Lora-Regular;
	font-family: Public-Sans-Medium;
	font-size: 14px;
	font-weight: 700;
	height: 47px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: .23px;
	line-height: 1.2;
	margin: 30px 0 0 -36px;
	text-align: center;
	width: calc(100% + 72px);
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers .card {
		height: 395px;
		padding: 31px 36px 0;
	}
}

.page-template-template-providers .providers__popup {
	background-color: rgba(0, 0, 0, .5);
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
}

.page-template-template-providers .providers__popup-content {
	background-color: #f8f3f3;
	border-radius: 0 40px 0 0;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding: 68px 30px 30px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 435px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers__popup-content {
		border-radius: 0 20px 0 0;
		padding: 42px 16px 30px;
		width: 330px;
	}
}

.page-template-template-providers .providers__popup.active {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
	z-index: 3605;
}

.page-template-template-providers .providers__popup.active .providers__popup-content {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.page-template-template-providers .providers__popup-close {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	color: #000;
	cursor: pointer;
	height: 50px;
	position: absolute;
	right: 25px;
	top: 25px;
	width: 50px;
}

.page-template-template-providers .providers__popup-close:hover {
	background-color: #efe5e4;
}

.page-template-template-providers .providers__popup-close:before {
	content: "";
	font-family: Font Awesome\ 6 Free;
	font-size: 15px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers__popup-close {
		height: 35px;
		right: 12px;
		top: 12px;
		width: 35px;
	}
}

.page-template-template-providers .providers__popup-image {
	height: 152px;
	margin: 0 auto 24px;
	width: 152px;
}

.page-template-template-providers .providers__popup-image img {
	border-radius: 50%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers__popup-image {
		height: 100px;
		margin-bottom: 16px;
		width: 100px;
	}
}

.page-template-template-providers .providers__popup-name {
	font-family: Lora-Regular;
	font-family: Public-Sans-Bold;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .35px;
	line-height: 1.5;
	margin-bottom: 0;
	text-align: center;
	white-space: pre-line;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers__popup-name {
		font-size: 12px;
		letter-spacing: .2px;
	}
}

.page-template-template-providers .providers__popup-position {
	font-size: 16px;
	font-style: italic;
	letter-spacing: .35px;
	line-height: 1.5;
	margin-bottom: 0;
	text-align: center;
	white-space: pre-line;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers__popup-position {
		font-size: 12px;
		letter-spacing: .2px;
	}
}

.page-template-template-providers .providers__popup-title {
	font-family: Public-Sans-Bold;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.4px;
	line-height: 1.28;
	margin-bottom: 16px;
	margin-top: 40px;
	text-transform: uppercase;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers__popup-title {
		font-size: 12px;
		margin-bottom: 4px;
		margin-top: 36px;
	}
}

.page-template-template-providers .providers__popup-info {
	font-family: Public-Sans-Light;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 32px;
	white-space: pre-line;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers__popup-info {
		font-size: 14px;
		margin-bottom: 24px;
	}
}

.page-template-template-providers .providers__popup-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .providers {
		padding-top: 72px;
	}
}

.page-template-template-providers .consultation {
	background-color: #f8f3f3;
	padding: 104px 0 0;
}

.page-template-template-providers .consultation__image-wrapper {
	margin-left: -120px;
	position: relative;
}

@media print,screen and (max-width:89.99875em) {
	.page-template-template-providers .consultation__image-wrapper {
		margin-left: calc(-50vw - -600px);
	}
}

@media screen and (max-width:76.875em) {
	.page-template-template-providers .consultation__image-wrapper {
		margin-left: -15px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .consultation__image-wrapper {
		margin-right: -15px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.page-template-template-providers .consultation__image-wrapper {
		margin-inline: -10px;
	}
}

.page-template-template-providers .consultation__image {
	padding-bottom: 58%;
	position: relative;
}

.page-template-template-providers .consultation__image img {
	border-radius: 4px;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-template-template-providers .consultation__title {
	color: #003b49;
	font-family: Cormorant-Book;
	line-height: 1.06;
	margin-bottom: 16px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .consultation__title {
		font-size: 28px;
		margin-bottom: 12px;
		margin-top: 30px;
	}
}

.page-template-template-providers .consultation__text {
	font-family: Public-Sans-Light;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 40px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .consultation__text {
		font-size: 14px;
		margin-bottom: 24px;
	}
	
	.page-template-template-providers .consultation {
		padding-top: 78px;
	}
}

.page-template-template-providers .reviews {
	background-color: #f8f3f3;
	padding: 104px 0 80px;
}

.page-template-template-providers .reviews__title {
	color: #003b49;
	font-family: Cormorant-Book;
	line-height: 1.06;
	margin-bottom: 40px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .reviews__title {
		font-size: 28px;
		margin-bottom: 0;
	}
}

.page-template-template-providers .reviews__item {
	background-color: #fff;
	border: 1px solid #003b49;
	border-radius: 4px;
	-webkit-box-shadow: 10px 10px 0 #003b49;
	box-shadow: 10px 10px 0 #003b49;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 316px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 29px 30px 23px;
	position: relative;
	width: calc(100% - 10px);
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .reviews__item {
		height: 220px;
		margin-top: 32px;
	}
}

.page-template-template-providers .reviews__stars {
	margin-bottom: 24px;
}

.page-template-template-providers .reviews__text {
	font-family: Public-Sans-Light;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .reviews__text {
		font-size: 14px;
	}
}

.page-template-template-providers .reviews__name {
	font-family: Cormorant-Medium-Italic;
	font-size: 21px;
	font-style: italic;
	font-weight: 700;
	text-align: right;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .reviews__name {
		font-size: 18px;
	}
}

.page-template-template-providers .reviews__button {
	margin-top: 50px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-providers .reviews {
		padding: 80px 0 40px;
	}
}

.page-template-template-faq .faq-banner {
	background-color: #f7f5f2;
	padding: 48px 0 36px;
}

@media print,screen and (min-width:48em) {
	.page-template-template-faq .faq-banner__inner {
		min-height: 272px;
	}
}

@media screen and (min-width:75em) {
	.page-template-template-faq .faq-banner__inner {
		min-height: 408px;
	}
}

.page-template-template-faq .faq-banner__heading {
	font-size: 28px;
	line-height: 1.25;
}

@media print,screen and (min-width:48em) {
	.page-template-template-faq .faq-banner__heading {
		font-size: 52px;
	}
}

@media screen and (min-width:75em) {
	.page-template-template-faq .faq-banner__heading {
		font-size: 60px;
	}
}

.page-template-template-faq .faq-banner__description {
	color: #333;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-top: 36px;
}

@media print,screen and (min-width:48em) {
	.page-template-template-faq .faq-banner__description {
		padding-top: 0;
	}
}

@media screen and (min-width:75em) {
	.page-template-template-faq .faq-banner__description {
		font-size: 18px;
	}
}

.page-template-template-faq .faq-banner__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2718%27 height=%2719%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.116 14.616a7 7 0 1 0 0-14 7 7 0 0 0 0 14Z%27 stroke=%27%23000%27 stroke-width=%271.2%27/%3E%3Cpath d=%27m13.001 13.5 4.243 4.243%27 stroke=%27%23000%27 stroke-width=%271.2%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
	background-position: calc(100% - 15px) 50%;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #333;
	font-size: 16px;
	height: 44px;
	line-height: 1.3;
	outline: none;
	padding-left: 20px;
	padding-right: 40px;
	width: 100%;
}

.page-template-template-faq .faq-banner__input.nitro-lazy {
	background-image: none !important;
}

.page-template-template-faq .faq-banner__input::-webkit-input-placeholder {
	color: #333;
}

.page-template-template-faq .faq-banner__input::-moz-placeholder {
	color: #333;
}

.page-template-template-faq .faq-banner__input:-ms-input-placeholder {
	color: #333;
}

.page-template-template-faq .faq-banner__input::-ms-input-placeholder {
	color: #333;
}

.page-template-template-faq .faq-banner__input::placeholder {
	color: #333;
}

@media print,screen and (min-width:48em) {
	.page-template-template-faq .faq-banner {
		padding: 0;
	}
}

.page-template-template-faq .questions {
	padding: 0 0 72px;
}

.page-template-template-faq .questions__label {
	display: none;
	font-size: 18px;
	font-size: 13px;
	padding-top: 45px;
}

.page-template-template-faq .questions__label.visible {
	display: block;
}

.page-template-template-faq .questions__label .has-results, .page-template-template-faq .questions__label .no-results {
	display: none;
}

.page-template-template-faq .questions__label .search-term {
	font-family: Manrope-Medium;
}

.page-template-template-faq .questions__label .search-term:after, .page-template-template-faq .questions__label .search-term:before {
	content: "\"";
}

@media print,screen and (min-width:48em) {
	.page-template-template-faq .questions__label {
		font-size: 14px;
		padding-bottom: 72px;
		padding-top: 0;
	}
}

@media screen and (min-width:75em) {
	.page-template-template-faq .questions__label {
		font-size: 18px;
		padding-bottom: 64px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.page-template-template-faq .questions__sidebar-column {
		margin-inline: 0;
		width: 100%;
	}
}

@media print,screen and (max-width:47.99875em) {
	.page-template-template-faq .questions:has(.sticky) .questions__sidebar-trigger {
		height: 42px;
	}
}

.page-template-template-faq .questions__sidebar {
	-ms-overflow-style: none;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	height: auto;
	-webkit-box-pack: normal;
	-webkit-justify-content: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	list-style: none;
	margin: 0;
	padding: 20px 0 0;
	position: -webkit-sticky;
	position: sticky;
	scrollbar-width: none;
	top: 110px;
}

.page-template-template-faq .questions__sidebar::-webkit-scrollbar {
	display: none;
}

@media print,screen and (max-width:47.99875em) {
	.page-template-template-faq .questions__sidebar {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #fff;
		border-color: #ccc;
		border-style: solid;
		border-width: 1px 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		gap: 14px;
		height: 42px;
		overflow-x: auto;
		padding: 0 20px;
		width: 100%;
	}
	
	.page-template-template-faq .questions__sidebar.sticky {
		left: 0;
		position: fixed;
		top: var(--header-offset);
		z-index: 3604;
	}
}

.page-template-template-faq .questions__sidebar-item.active {
	position: relative;
}

.page-template-template-faq .questions__sidebar-item.active:before {
	background-color: #000;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: calc(100% - 2px);
}

@media print,screen and (min-width:48em) {
	.page-template-template-faq .questions__sidebar-item.active:before {
		top: calc(100% + 4px);
	}
}

.page-template-template-faq .questions__sidebar-item.active .questions__sidebar-link {
	color: #000;
	font-family: Manrope-Medium;
}

.page-template-template-faq .questions__sidebar-link {
	color: #333;
	font-size: 12px;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-template-template-faq .questions__sidebar-link:hover {
	color: #000;
	font-family: Manrope-Medium;
}

@media print,screen and (min-width:48em) {
	.page-template-template-faq .questions__sidebar-link {
		text-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		font-size: 14px;
		line-height: 1.3;
	}
}

@media screen and (min-width:75em) {
	.page-template-template-faq .questions__sidebar-link {
		font-size: 18px;
	}
}

.page-template-template-faq .questions__heading {
	margin-bottom: 24px;
}

@media print,screen and (min-width:48em) {
	.page-template-template-faq .questions__heading {
		margin-bottom: 40px;
	}
}

.page-template-template-faq .questions__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 56px;
	margin-top: 45px;
}

@media print,screen and (min-width:48em) {
	.page-template-template-faq .questions__content {
		gap: 72px;
		margin-top: 0;
	}
}

@media screen and (min-width:75em) {
	.page-template-template-faq .questions__content {
		gap: 104px;
	}
}

.page-template-template-faq .questions__list-title {
	font-family: Manrope-Medium;
}

.page-template-template-faq .questions__list-content p {
	color: #333;
	line-height: 1.3;
}

.page-template-template-faq .questions__list-content p a {
	color: inherit;
	text-decoration: none;
}

.page-template-template-faq .questions__list-content p a:hover {
	color: #ba5a3a;
}

@media print,screen and (max-width:47.99875em) {
	.page-template-template-faq .questions__list-content p {
		font-size: 14px;
	}
}

@media print,screen and (min-width:48em) {
	.page-template-template-faq .questions {
		padding: 56px 0 88px;
	}
}

@media screen and (min-width:75em) {
	.page-template-template-faq .questions {
		padding: 72px 0 104px;
	}
}

.treatments-overview {
	margin-bottom: 124px;
	margin-top: 48px;
}

@media print,screen and (max-width:63.99875em) {
	.treatments-overview {
		margin-bottom: 84px;
		margin-top: 28px;
	}
}

.treatments-overview.popup-active .treatments-overview__sidebar {
	display: block !important;
}

.treatments-overview.popup-active .treatments-overview__filters {
	background-color: #fff;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 3605;
}

.treatments-overview .treatments-overview__sidebar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	position: -webkit-sticky;
	position: sticky;
	top: calc(var(--header-offset) + 30px);
}

@media print,screen and (max-width:63.99875em) {
	.treatments-overview .treatments-overview__sidebar {
		position: relative;
		top: unset;
	}
}

.treatments-overview .treatments-overview__info {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	margin-top: 40px;
	position: relative;
}

@media print,screen and (max-width:63.99875em) {
	.treatments-overview .treatments-overview__info {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border: 1px solid #ccc;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row;
		-ms-flex-flow: row;
		flex-flow: row;
		gap: 23px;
		margin-bottom: 10px;
		margin-top: 0;
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
		padding: 12px 20px;
		width: 100%;
	}
	
	.treatments-overview .treatments-overview__info img {
		height: 26px;
		width: 56px;
	}
}

.treatments-overview .treatments-overview__info a {
	font-size: 14px;
}

.treatments-overview .treatments-overview__info a:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.treatments-overview .treatments-overview__info img {
	margin-bottom: 8px;
}

.treatments-overview .treatments-overview__info .treatments-overview__info-content {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
}

.treatments-overview .treatments-overview__info .treatments-overview__info-title {
	font-size: 20px;
	line-height: 1.3;
	margin-block: 4px;
}

.treatments-overview .treatments-overview__info .treatments-overview__info-description {
	font-size: 14px;
	line-height: 1.3;
	margin-block: 4px;
}

.treatments-overview .treatments-overview__products {
	display: grid;
	gap: 48px 32px;
	grid-template-columns: repeat(3, 1fr);
}

@media print,screen and (max-width:74.99875em) {
	.treatments-overview .treatments-overview__products {
		gap: 45px 26px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media print,screen and (max-width:63.99875em) {
	.treatments-overview .treatments-overview__products {
		gap: 45px 20px;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media print,screen and (max-width:47.99875em) {
	.treatments-overview .treatments-overview__products {
		gap: 32px 20px;
		grid-template-columns: repeat(2, 1fr);
	}
}

.treatments-overview .treatments-overview__products .treatment {
	position: relative;
}

@media print,screen and (max-width:63.99875em) {
	.treatments-overview .treatments-overview__products .treatment:nth-child(3) {
		display: none;
	}
}

.treatments-overview .treatments-overview__products .treatment a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.treatments-overview .treatments-overview__products .treatment .treatment__title {
	font-size: 20px;
	margin-block: 15px 0;
}

@media print,screen and (max-width:89.99875em) {
	.treatments-overview .treatments-overview__products .treatment .treatment__title {
		font-size: 18px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.treatments-overview .treatments-overview__products .treatment .treatment__title {
		font-size: 15px;
	}
}

.treatments-overview .treatments-overview__products .treatment .treatment__price {
	font-size: 14px;
}

@media print,screen and (max-width:89.99875em) {
	.treatments-overview .treatments-overview__products .treatment .treatment__price {
		font-size: 13px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.treatments-overview .treatments-overview__products .treatment .treatment__price {
		font-size: 14px;
	}
}

.treatments-overview .treatments-overview__products .treatment .treatment__price span {
	font-family: Manrope-Medium;
}

.treatments-overview .treatments-overview__products .treatment .treatment__price span:before {
	content: "$";
}

.treatments-overview .treatments-overview__products .treatment .treatment__short-description {
	color: #333;
	font-family: Manrope-Light;
	font-size: 14px;
	line-height: 1.3;
	margin-top: 8px;
}

@media print,screen and (max-width:74.99875em) {
	.treatments-overview .treatments-overview__products .treatment .treatment__short-description {
		font-size: 13px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.treatments-overview .treatments-overview__products .treatment .treatment__short-description {
		font-size: 12px;
		margin-top: 4px;
	}
}

.treatments-overview {
	position: relative;
}

.treatments-overview .treatments-overview__products-result {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 16px;
}

.treatments-overview .treatments-overview__products-result span {
	display: inline-block;
	font-family: Manrope-Light;
	font-size: 14px;
	line-height: 1.6;
}

.treatments-overview .treatments-overview__filter-clear {
	cursor: pointer;
	display: none;
	font-size: 14px;
	text-decoration: underline;
	white-space: nowrap;
}

.treatments-overview .treatments-overview__filter-clear.is-active {
	display: inline-block;
}

.treatments-overview .treatments-overview__filters-popup {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	gap: 8px;
}

.treatments-overview .treatments-overview__filters-popup .treatments-overview__products-result {
	margin: 0;
}

.treatments-overview .treatments-overview__filters-popup button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	font-family: Manrope-Book;
	gap: 6px;
}

.treatments-overview .treatments-overview__filters-popup button span.icon {
	border: 1px solid #000;
	border-radius: 50%;
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
}

.treatments-overview .treatments-overview__filters-popup button span.icon:after, .treatments-overview .treatments-overview__filters-popup button span.icon:before {
	background-color: #000;
	content: "";
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
}

.treatments-overview .treatments-overview__filters-popup button span.icon:before {
	-webkit-transform: translate(-50%, calc(-50% - 2px));
	-ms-transform: translate(-50%, calc(-50% - 2px));
	transform: translate(-50%, calc(-50% - 2px));
	width: 10px;
}

.treatments-overview .treatments-overview__filters-popup button span.icon:after {
	-webkit-transform: translate(-50%, calc(-50% + 2px));
	-ms-transform: translate(-50%, calc(-50% + 2px));
	transform: translate(-50%, calc(-50% + 2px));
	width: 6px;
}

.treatments-overview .treatments-overview__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 16px;
	position: relative;
	row-gap: 16px;
}

.treatments-overview .treatments-overview__header .treatments-overview__filters-popup {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.treatments-overview .treatments-overview__header .treatments-overview__chips-wrapper {
	-webkit-flex-basis: 75%;
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.treatments-overview .treatments-overview__header .treatments-overview__sort {
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

@media print,screen and (max-width:63.99875em) {
	.treatments-overview .treatments-overview__header .treatments-overview__filters-popup {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.treatments-overview .treatments-overview__header .treatments-overview__chips-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row;
		-ms-flex-flow: row;
		flex-flow: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.treatments-overview .treatments-overview__header .treatments-overview__sort {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}

.treatments-overview ul.treatments-overview__chips {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.treatments-overview ul.treatments-overview__chips li button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ccc;
	color: #333;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	font-family: Manrope-Book;
	font-size: 16px;
	gap: 16px;
	line-height: 1;
	padding: 13px 16px;
	white-space: nowrap;
}

.treatments-overview ul.treatments-overview__chips li button svg {
	width: 10px;
}

.treatments-overview .treatments-overview__sort {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}

.treatments-overview .treatments-overview__sort:before {
	background-color: #fff;
	content: "";
	display: block;
	height: calc(100% - 2px);
	position: absolute;
	right: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 31px;
	z-index: 1;
}

.treatments-overview .treatments-overview__sort:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0ic3R5bGVzX2ZpbHRlckFjY29yZGlvbl9fYXJyb3dfX1p2bllpIj48cGF0aCBkPSJNOSAxIDUgNSAxIDEiIHN0cm9rZT0iY3VycmVudENvbG9yIi8+PC9zdmc+");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 6px;
	position: absolute;
	right: 11px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	width: 10px;
	z-index: 2;
}

.treatments-overview .treatments-overview__sort:has(select:focus):after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.treatments-overview .treatments-overview__sort select {
	border: 1px solid #ccc;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	cursor: pointer;
	font-size: 16px;
	height: auto;
	line-height: 1;
	min-width: 194px;
	outline: none;
	padding: 13px 32px 13px 17px;
	width: auto;
}

.treatments-overview .treatments-overview__sort select:focus {
	border: 1px solid #ccc;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	outline: none;
}

.treatments-overview .treatments-overview__filters {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
}

@media print,screen and (max-width:63.99875em) {
	.admin-bar .treatments-overview .treatments-overview__filters {
		padding-top: 32px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.admin-bar .treatments-overview .treatments-overview__filters {
		padding-top: 46px;
	}
}

.treatments-overview .treatments-overview__filters .treatments-overview__filters-header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	font-size: 24px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
	margin-right: 1rem;
	padding-top: 20px;
	padding-inline: .625rem;
}

@media print,screen and (max-width:63.99875em) {
	.treatments-overview .treatments-overview__filters .treatments-overview__filters-body {
		padding-inline: .625rem;
	}
}

.treatments-overview .treatments-overview__filters .treatments-overview__filters-footer {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #ccc;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: auto;
	padding: 15px .625rem 20px;
}

.treatments-overview .treatments-overview__filters .treatments-overview__filters-footer > * {
	display: block !important;
	margin: 0;
}

.treatments-overview .treatments-overview__filters .accordion {
	border: none;
	border-top: 1px solid #ccc;
}

.treatments-overview .treatments-overview__filters .accordion .accordion-item {
	border: none;
	border-bottom: 1px solid #ccc;
}

.treatments-overview .treatments-overview__filters .accordion .accordion-item.is-active .accordion-title:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.treatments-overview .treatments-overview__filters .accordion .accordion-item .accordion-title {
	background: rgba(0, 0, 0, 0);
	border: none;
	color: #000;
	font-family: Manrope-Book;
	font-size: 16px;
	line-height: 1.15;
	padding: 16px 0;
}

.treatments-overview .treatments-overview__filters .accordion .accordion-item .accordion-title:focus, .treatments-overview .treatments-overview__filters .accordion .accordion-item .accordion-title:hover {
	background: rgba(0, 0, 0, 0);
	color: #000;
}

.treatments-overview .treatments-overview__filters .accordion .accordion-item .accordion-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0ic3R5bGVzX2ZpbHRlckFjY29yZGlvbl9fYXJyb3dfX1p2bllpIj48cGF0aCBkPSJNOSAxIDUgNSAxIDEiIHN0cm9rZT0iY3VycmVudENvbG9yIi8+PC9zdmc+");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6px;
	margin: -.15rem;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	width: 10px;
}

.treatments-overview .treatments-overview__filters .accordion .accordion-item .accordion-content {
	border: none;
	padding: 8px 0 32px;
}

.treatments-overview .treatments-overview__filter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 16px;
}

.press-banner {
	background-color: #efe5e4;
	position: relative;
}

.press-banner__bg {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.press-banner__inner {
	min-height: 234px;
	position: relative;
	z-index: 2;
}

@media print,screen and (min-width:48em) {
	.press-banner__inner {
		min-height: 272px;
	}
}

@media screen and (min-width:75em) {
	.press-banner__inner {
		min-height: 408px;
	}
}

.press-banner__heading {
	color: #fff;
	font-size: 28px;
	line-height: 1.25;
}

@media print,screen and (min-width:48em) {
	.press-banner__heading {
		font-size: 52px;
	}
}

@media screen and (min-width:75em) {
	.press-banner__heading {
		font-size: 60px;
	}
}

.press {
	padding: 0 0 72px;
}

@media print,screen and (max-width:47.99875em) {
	.press__sidebar-column {
		margin-inline: 0 !important;
		width: 100% !important;
	}
}

@media print,screen and (max-width:47.99875em) {
	.press:has(.sticky) .press__sidebar-trigger {
		height: 112px;
	}
}

.press__sidebar-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: -webkit-sticky;
	position: sticky;
	top: 110px;
}

@media print,screen and (max-width:47.99875em) {
	.press__sidebar-content {
		background-color: #fff;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		width: 100%;
	}
	
	.press__sidebar-content.sticky {
		left: 0;
		position: fixed;
		top: var(--header-offset);
		z-index: 3604;
	}
}

.press__sidebar {
	-ms-overflow-style: none;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	height: auto;
	-webkit-box-pack: normal;
	-webkit-justify-content: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	list-style: none;
	margin: 0;
	padding: 20px 0 0;
	scrollbar-width: none;
}

.press__sidebar::-webkit-scrollbar {
	display: none;
}

@media print,screen and (max-width:47.99875em) {
	.press__sidebar {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #fff;
		border-color: #ccc;
		border-style: solid;
		border-width: 1px 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		gap: 14px;
		height: 42px;
		overflow-x: auto;
		padding: 0 20px;
		width: 100%;
	}
}

.press__sidebar-item {
	color: #333;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.press__sidebar-item:hover {
	color: #000;
	font-family: Manrope-Medium;
}

@media print,screen and (min-width:48em) {
	.press__sidebar-item {
		text-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		font-size: 14px;
		line-height: 1.3;
	}
}

@media screen and (min-width:75em) {
	.press__sidebar-item {
		font-size: 18px;
	}
}

.press__sidebar-item.active {
	color: #000;
	font-family: Manrope-Medium;
	position: relative;
}

.press__sidebar-item.active:before {
	background-color: #000;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: calc(100% - 2px);
}

@media print,screen and (min-width:48em) {
	.press__sidebar-item.active:before {
		top: calc(100% + 4px);
	}
}

.press__sidebar-text {
	border-top: 1px solid #ccc;
	color: #333;
	font-family: PostGrotesk-Light, sans-serif;
	font-size: 14px;
	line-height: 1.25;
	padding: 12px 0;
	text-align: center;
}

@media print,screen and (min-width:48em) {
	.press__sidebar-text {
		border-top-width: 0;
		font-size: 18px;
		margin-top: 44px;
		padding: 0;
		text-align: left;
	}
}

.press__container {
	padding: 42px 0 0;
}

.press__container.loading {
	opacity: .5;
}

@media print,screen and (min-width:48em) {
	.press__container {
		padding: 0;
	}
}

.press__pagination {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	padding: 24px 0 16px;
}

.press__pagination .page-numbers {
	color: #000;
	position: relative;
}

.press__pagination .page-numbers.current, .press__pagination .page-numbers:hover {
	font-family: Manrope-Book;
}

.press__pagination .page-numbers.current:after {
	background-color: #000;
	bottom: -4px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 8px;
}

@media print,screen and (min-width:48em) {
	.press__pagination {
		margin-top: 48px;
	}
}

@media screen and (min-width:75em) {
	.press__pagination {
		margin-top: 64px;
	}
}

@media print,screen and (min-width:48em) {
	.press {
		padding: 56px 0 88px;
	}
}

@media screen and (min-width:75em) {
	.press {
		padding: 72px 0 104px;
	}
}

.press-item {
	background-color: #fff;
	color: #000;
	display: block;
	text-decoration: none;
}

.press-item:hover {
	background-color: #f7f5f2;
	color: #000;
}

.press-item__inner {
	border-top: 1px solid #ccc;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 0;
}

@media print,screen and (min-width:48em) {
	.press-item__inner {
		padding: 28px 20px;
	}
}

@media screen and (min-width:75em) {
	.press-item__inner {
		padding: 28px 24px;
	}
}

.press-item__publication {
	font-family: Manrope-Medium;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 1.3;
	margin-bottom: 12px;
	text-transform: uppercase;
}

@media print,screen and (min-width:48em) {
	.press-item__publication {
		font-size: 14px;
	}
}

.press-item__title {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 0;
}

@media print,screen and (min-width:48em) {
	.press-item__title {
		font-size: 24px;
	}
}

.press-item__content {
	text-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #333;
	display: -webkit-box;
	font-size: 16px;
	line-height: 1.3;
	margin: 8px 0 12px;
	overflow: hidden;
}

@media print,screen and (min-width:48em) {
	.press-item__content {
		-webkit-line-clamp: 1;
		font-size: 18px;
	}
}

.press-item__footer {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: PostGrotesk-Light, sans-serif;
	font-size: 14px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1;
}

.press-item__date {
	margin-bottom: 0;
}

.press-item__button:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%277%27 height=%278%27 fill=%27none%27%3E%3Cpath d=%27m1 6.778 5-5.556m0 0H2.111m3.889 0v3.89%27 stroke=%27%23000%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1em;
	margin-left: 8px;
	width: 8px;
}

.page-template-template-how-it-works section {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

.page-template-template-how-it-works .main-content .grid-container:not(.full,.fluid) {
	max-width: 1230px;
}

.page-template-template-how-it-works .intro-banner {
	background-color: #cbe2d2;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.page-template-template-how-it-works .intro-banner .grid-container {
	position: relative;
	z-index: 2;
}

.page-template-template-how-it-works .intro-banner__inner {
	min-height: 583px;
	padding: 30px 0;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .intro-banner__inner {
		min-height: unset;
		padding: 16px 0 43px;
	}
}

.page-template-template-how-it-works .intro-banner__bg {
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media print,screen and (max-width:74.99875em) {
	.page-template-template-how-it-works .intro-banner__bg {
		background-position: 50%;
	}
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .intro-banner__bg {
		height: 500px;
		position: static;
	}
}

@media print,screen and (max-width:47.99875em) {
	.page-template-template-how-it-works .intro-banner__bg {
		height: 317px;
	}
}

.page-template-template-how-it-works .intro-banner__title {
	color: #003b49;
	font-family: Cormorant-Book;
	font-size: 65px;
	letter-spacing: 0;
	line-height: 1.07;
	white-space: pre-line;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .intro-banner__title {
		font-size: 48px;
	}
}

.page-template-template-how-it-works .intro-banner__text {
	color: #000;
	font-family: Public-Sans-Light;
	font-size: 24px;
	letter-spacing: -.22px;
	line-height: 1.33;
	margin: 0 auto;
	max-width: 505px;
	padding-top: 24px;
	white-space: pre-line;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .intro-banner__text {
		font-size: 22px;
		letter-spacing: -.2px;
		padding-top: 16px;
	}
}

.page-template-template-how-it-works .intro-banner__button {
	margin-top: 40px;
	text-transform: uppercase;
}

.page-template-template-how-it-works .intro-banner__button a:hover {
	background-color: #cbe2d2;
	border-color: #cbe2d2;
	color: #003b49;
}

@media print,screen and (max-width:47.99875em) {
	.page-template-template-how-it-works .intro-banner__button {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.page-template-template-how-it-works .steps {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 40px 135px;
	position: relative;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .steps {
		padding: 0 15px 100px;
	}
}

.page-template-template-how-it-works .steps .step__animation {
	background-color: #ccc;
	padding-bottom: 84%;
	position: relative;
}

.page-template-template-how-it-works .steps .step__animation:before {
	color: #fff;
	content: "animaton placeholder";
	left: 50%;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page-template-template-how-it-works .steps .step__content {
	padding: 120px 0;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .steps .step__content {
		padding: 48px 0;
	}
}

.page-template-template-how-it-works .steps .step__subtitle {
	font-family: Public-Sans-Bold;
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 1.28;
	text-transform: uppercase;
}

.page-template-template-how-it-works .steps .step__title {
	font-family: Cormorant-Book;
	font-size: 46px;
	line-height: 1.05;
	margin-bottom: 8px;
}

@media print,screen and (max-width:47.99875em) {
	.page-template-template-how-it-works .steps .step__title {
		font-size: 28px;
	}
}

.page-template-template-how-it-works .steps .step__text {
	font-family: Public-Sans-Light;
	font-size: 18px;
	line-height: 1.33;
}

@media print,screen and (max-width:47.99875em) {
	.page-template-template-how-it-works .steps .step__text {
		font-size: 16px;
	}
}

.page-template-template-how-it-works .steps .step__media {
	padding-bottom: 74.5%;
	position: relative;
}

.page-template-template-how-it-works .steps .step__image {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	width: 100%;
}

.page-template-template-how-it-works .steps .step__image.active {
	opacity: 1;
}

.page-template-template-how-it-works .steps .step__cards {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}

.page-template-template-how-it-works .steps .step__card {
	grid-column: 1;
	grid-row: 1;
	margin: 0 auto;
	max-width: 400px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.page-template-template-how-it-works .steps .step__card.active {
	opacity: 1;
	pointer-events: all;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .steps .step__card {
		max-width: 350px;
	}
}

.page-template-template-how-it-works .steps .step__cards .card {
	background-color: #fff;
	border: solid #e5e5e5;
	border-radius: 10px;
	border-width: 1px 1px 0;
	display: block;
	text-align: center;
}

.page-template-template-how-it-works .steps .step__cards .card:hover .card__button {
	background-color: #ba5a3a;
	color: #fff;
}

.page-template-template-how-it-works .steps .step__cards .card__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 255px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .steps .step__cards .card__inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		min-height: 200px;
	}
}

.page-template-template-how-it-works .steps .step__cards .card__content {
	padding: 24px 28px 0;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .steps .step__cards .card__content {
		padding: 16px 11px 0 24px;
	}
}

.page-template-template-how-it-works .steps .step__cards .card__title {
	border-bottom: 1px solid #e5e5e5;
	color: #000;
	font-family: Cormorant-Book;
	font-size: 24px;
	line-height: 1.05;
	margin-bottom: 0;
	padding-bottom: 16px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .steps .step__cards .card__title {
		font-size: 18px;
		padding-bottom: 12px;
	}
}

.page-template-template-how-it-works .steps .step__cards .card__icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 0;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .steps .step__cards .card__icons {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 16px 0 12px;
	}
}

.page-template-template-how-it-works .steps .step__cards .card__icon {
	display: block;
	height: 35px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 35px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .steps .step__cards .card__icon {
		height: 25px;
		width: 25px;
	}
}

.page-template-template-how-it-works .steps .step__cards .card__text {
	color: #000;
	font-family: Public-Sans-Light;
	font-size: 14px;
	letter-spacing: .23px;
	line-height: 1.42;
}

.page-template-template-how-it-works .steps .step__cards .card__footer {
	margin-top: auto;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .steps .step__cards .card__footer {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin: 0;
		width: 25px;
	}
}

.page-template-template-how-it-works .steps .step__cards .card__button {
	background-color: #003b49;
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-family: Public-Sans-Medium;
	font-size: 14px;
	letter-spacing: .23px;
	line-height: 16px;
	padding: 17px 0 14px;
	text-align: center;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	width: 100%;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .steps .step__cards .card__button {
		border-radius: 0 10px 10px 0;
		font-size: 0;
		height: 100%;
		padding: 0;
		position: relative;
		width: 100%;
	}
	
	.page-template-template-how-it-works .steps .step__cards .card__button:before {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%276%27 height=%2710%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.5 1.5 5 5m0 0L1.5 8.5%27 stroke=%27%23FFF%27 stroke-width=%271.2%27 fill=%27none%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		display: block;
		height: 10px;
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 10px;
	}
	
	.page-template-template-how-it-works .steps .step__cards .card {
		border-width: 1px;
		text-align: left;
	}
}

.page-template-template-how-it-works .brands {
	background-color: #003b49;
	padding: 54px 0 79px;
}

.page-template-template-how-it-works .brands__title {
	color: #fff;
	font-family: Public-Sans-Bold;
	font-size: 16px;
	letter-spacing: 2.46px;
	line-height: 1.375;
	margin-bottom: 0;
	padding-bottom: 50px;
	text-align: center;
	text-transform: uppercase;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .brands__title {
		padding-bottom: 40px;
	}
}

.page-template-template-how-it-works .brands__logos {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-template-template-how-it-works .brands__logos--mobile .swiper-slide {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-template-template-how-it-works .brands__logo {
	display: block;
}

.page-template-template-how-it-works .brands__logo--mobile {
	height: 40px;
	width: auto;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .brands {
		padding: 40px 0 51px;
	}
}

.page-template-template-how-it-works .faq-section {
	padding: 60px 0 0;
}

.page-template-template-how-it-works .faq-section .section-title {
	color: #005453;
	font-family: Cormorant-Book;
	font-size: 48px;
	letter-spacing: .2px;
	line-height: 1.2;
	padding-bottom: 32px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .faq-section .section-title {
		font-size: 30px;
		padding-bottom: 24px;
		white-space: pre-line;
	}
}

.page-template-template-how-it-works .faq-section .faq-list .faq-list__item {
	padding: 30px 4px 24px 0;
}

.page-template-template-how-it-works .faq-section .faq-list .faq-list__item-title {
	font-family: Public-Sans-Medium;
	font-size: 16px;
	line-height: 1.375;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .faq-section .faq-list .faq-list__item-title {
		font-size: 14px;
		letter-spacing: .23px;
	}
}

.page-template-template-how-it-works .faq-section .faq-list .faq-list__item-content {
	font-family: Public-Sans-Light;
	font-size: 16px;
	letter-spacing: -.15px;
	line-height: 1.5;
	padding: 0 0 0 28px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .faq-section .faq-list .faq-list__item-content {
		font-size: 14px;
		letter-spacing: .23px;
	}
}

.page-template-template-how-it-works .faq-section .faq-list .faq-list__item.is-active .faq-list__item-title {
	padding-bottom: 8px;
	padding-left: 28px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .faq-section {
		padding: 80px 0;
	}
}

.page-template-template-how-it-works .reviews {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 1440px 100%;
	padding: 52px 0 104px;
}

.page-template-template-how-it-works .reviews__title {
	color: #003b49;
	font-family: Cormorant-Book;
	font-size: 56px;
	line-height: 1.28;
	margin-bottom: 56px;
}

.page-template-template-how-it-works .reviews__title span {
	font-family: Cormorant-Medium-Italic;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .reviews__title {
		margin-bottom: 24px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.page-template-template-how-it-works .reviews__title {
		font-size: 40px;
		margin-bottom: 0;
		text-align: left;
	}
}

.page-template-template-how-it-works .reviews__item {
	background-color: #fff;
	border: 1px solid #003b49;
	border-radius: 4px;
	-webkit-box-shadow: 10px 10px 0 #003b49;
	box-shadow: 10px 10px 0 #003b49;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 329px;
	padding: 28px 21px 28px 32px;
	position: relative;
	width: calc(100% - 10px);
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .reviews__item {
		margin-top: 32px;
		min-height: 367px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.page-template-template-how-it-works .reviews__item {
		min-height: 337px;
	}
}

.page-template-template-how-it-works .reviews__stars {
	margin-bottom: 24px;
}

.page-template-template-how-it-works .reviews__text {
	font-family: Public-Sans-Light;
	font-size: 22px;
	letter-spacing: -.2px;
	line-height: 1.36;
}

.page-template-template-how-it-works .reviews__name {
	font-family: Cormorant-Medium-Italic;
	font-size: 21px;
	font-style: italic;
	font-weight: 700;
	text-align: right;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .reviews__name {
		font-size: 18px;
	}
}

.page-template-template-how-it-works .reviews__button {
	margin-top: 50px;
}

@media print,screen and (max-width:47.99875em) {
	.page-template-template-how-it-works .reviews {
		padding-bottom: 60px;
	}
}

.page-template-template-how-it-works .consultation {
	background-color: #003b49;
}

.page-template-template-how-it-works .consultation__image-wrapper {
	margin-right: -121px;
	position: relative;
}

@media print,screen and (max-width:89.99875em) {
	.page-template-template-how-it-works .consultation__image-wrapper {
		margin-right: calc(-50vw - -600px);
	}
}

@media screen and (max-width:76.875em) {
	.page-template-template-how-it-works .consultation__image-wrapper {
		margin-right: -15px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .consultation__image-wrapper {
		margin-left: -15px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.page-template-template-how-it-works .consultation__image-wrapper {
		margin-inline: -10px;
	}
}

.page-template-template-how-it-works .consultation__image {
	padding-bottom: 68%;
	position: relative;
}

.page-template-template-how-it-works .consultation__image img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .consultation__image {
		padding-bottom: 52%;
	}
}

.page-template-template-how-it-works .consultation__title {
	color: #fff;
	font-family: Cormorant-Book;
	font-size: 46px;
	line-height: 1.06;
	margin-bottom: 16px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .consultation__title {
		font-size: 28px;
		margin-bottom: 12px;
		margin-top: 30px;
	}
}

.page-template-template-how-it-works .consultation__text {
	color: #fff;
	font-family: Public-Sans-Light;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 40px;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .consultation__text {
		font-size: 14px;
		margin-bottom: 24px;
	}
}

.page-template-template-how-it-works .consultation .render-button {
	color: #fff;
}

@media print,screen and (max-width:63.99875em) {
	.page-template-template-how-it-works .consultation {
		padding-bottom: 40px;
	}
}

@media print,screen and (min-width:64em) {
	.page-template-template-gifts .grid-container.gifts-container {
		max-width: 983px;
	}
}

@media screen and (min-width:75em) {
	.page-template-template-gifts .grid-container.gifts-container {
		max-width: 1107px;
	}
}

@media screen and (min-width:90em) {
	.page-template-template-gifts .grid-container.gifts-container {
		max-width: 1190px;
	}
}

@media screen and (min-width:112.5em) {
	.page-template-template-gifts .grid-container.gifts-container {
		max-width: 1480px;
	}
}

@media print,screen and (min-width:48em) {
	.page-template-template-gifts .gifts-row {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media print,screen and (min-width:64em) {
	.page-template-template-gifts .gifts-row {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.page-template-template-gifts .gifts-wide-column {
		max-width: 518px;
	}
}

@media screen and (min-width:75em) {
	.page-template-template-gifts .gifts-wide-column {
		max-width: 545px;
	}
}

@media screen and (min-width:90em) {
	.page-template-template-gifts .gifts-wide-column {
		max-width: 612px;
	}
}

@media screen and (min-width:112.5em) {
	.page-template-template-gifts .gifts-wide-column {
		max-width: 766px;
	}
}

@media print,screen and (min-width:64em) {
	.page-template-template-gifts .gifts-narrow-column {
		max-width: 409px;
	}
}

@media screen and (min-width:75em) {
	.page-template-template-gifts .gifts-narrow-column {
		max-width: 432px;
	}
}

@media screen and (min-width:90em) {
	.page-template-template-gifts .gifts-narrow-column {
		max-width: 432px;
	}
}

@media screen and (min-width:112.5em) {
	.page-template-template-gifts .gifts-narrow-column {
		max-width: 539px;
	}
}

.page-template-template-gifts .intro {
	padding: 24px 0 56px;
}

.page-template-template-gifts .intro__content {
	position: -webkit-sticky;
	position: sticky;
	top: 188px;
}

.page-template-template-gifts .intro__image {
	margin-bottom: 32px;
}

.page-template-template-gifts .intro__image img {
	aspect-ratio: 1.58;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media screen and (min-width:90em) {
	.page-template-template-gifts .intro__image {
		margin-bottom: 40px;
	}
}

@media screen and (min-width:112.5em) {
	.page-template-template-gifts .intro__image {
		margin-bottom: 48px;
	}
}

.page-template-template-gifts .intro__title {
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 10px;
}

@media screen and (min-width:23.4375em) {
	.page-template-template-gifts .intro__title {
		font-size: 28px;
		margin-bottom: 8px;
	}
}

@media print,screen and (min-width:64em) {
	.page-template-template-gifts .intro__title {
		font-size: 32px;
	}
}

@media screen and (min-width:75em) {
	.page-template-template-gifts .intro__title {
		font-size: 40px;
		line-height: 1.25;
		margin-bottom: 12px;
	}
}

@media screen and (min-width:112.5em) {
	.page-template-template-gifts .intro__title {
		font-size: 44px;
		margin-bottom: 15px;
	}
}

.page-template-template-gifts .intro__description {
	color: #333;
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 0;
}

@media screen and (min-width:23.4375em) {
	.page-template-template-gifts .intro__description {
		font-size: 14px;
	}
}

@media print,screen and (min-width:64em) {
	.page-template-template-gifts .intro__description {
		font-size: 16px;
	}
}

@media screen and (min-width:75em) {
	.page-template-template-gifts .intro__description {
		font-size: 18px;
	}
}

@media screen and (min-width:112.5em) {
	.page-template-template-gifts .intro__description {
		font-size: 20px;
	}
}

@media print,screen and (min-width:48em) {
	.page-template-template-gifts .intro {
		padding: 54px 0 96px;
	}
}

.page-template-template-gifts .gifts-faqs {
	padding-bottom: 38px;
}

.page-template-template-gifts .gifts-faqs .faq-section .grid-container {
	padding: 0;
}

.page-template-template-gifts .gifts-faqs__image img {
	display: block;
	height: auto;
	width: 100%;
}

@media print,screen and (max-width:47.99875em) {
	.page-template-template-gifts .gifts-faqs__image {
		margin-bottom: 32px;
	}
}

.page-template-template-gifts .gifts-faqs__title {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 15px;
}

@media print,screen and (min-width:64em) {
	.page-template-template-gifts .gifts-faqs__title {
		font-size: 28px;
		margin-bottom: 46px;
	}
}

@media screen and (min-width:90em) {
	.page-template-template-gifts .gifts-faqs__title {
		font-size: 32px;
		margin-bottom: 60px;
	}
}

@media screen and (min-width:112.5em) {
	.page-template-template-gifts .gifts-faqs__title {
		font-size: 40px;
		margin-bottom: 75px;
	}
}

@media print,screen and (min-width:64em) {
	.page-template-template-gifts .gifts-faqs {
		padding-bottom: 54px;
	}
}

.hero {
	position: relative;
}

.hero[data-type=tertiary] {
	padding-block: 64px;
}

@media print,screen and (max-width:63.99875em) {
	.hero[data-type=tertiary] {
		padding-block: 68px 40px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.hero[data-type=tertiary] {
		padding-block: 24px;
	}
}

.hero[data-type=tertiary] .hero__title {
	margin: 0;
	padding: 0;
}

.hero[data-type=tertiary] .hero__description {
	font-size: 24px;
	margin-top: 24px;
}

@media print,screen and (max-width:63.99875em) {
	.hero[data-type=tertiary] .hero__description {
		font-size: 20px;
		margin-top: 20px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.hero[data-type=tertiary] .hero__description {
		font-size: 16px;
		margin-top: 8px;
	}
}

.faq-section {
	position: relative;
}

.faq-section .section-title {
	padding-bottom: 44px;
}

@media print,screen and (max-width:63.99875em) {
	.faq-section .section-title {
		padding-bottom: 32px;
	}
}

.faq-section .faq-list {
	border-top: 1px solid #ccc;
}

.faq-section .faq-list .faq-list__item {
	border-bottom: 1px solid #ccc;
	padding: 20px 4px 20px 0;
}

.faq-section .faq-list .faq-list__item.is-active .faq-list__item-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMgMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjYwMSAxLjE5NmEuNS41IDAgMCAxLS41LjVILjg5YS41LjUgMCAwIDEgMC0xSDEyLjFhLjUuNSAwIDAgMSAuNS41WiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+");
}

.faq-section .faq-list .faq-list__item-title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0);
	border: none !important;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-flow: row-reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
	font-size: 24px;
	gap: 10px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.15;
	padding: 0;
}

.faq-section .faq-list .faq-list__item-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjAwNCAxLjE5M2EuNS41IDAgMCAwLTEgMFY2LjNILjg4OWEuNS41IDAgMCAwIDAgMWg1LjExNXY1LjEwOGEuNS41IDAgMSAwIDEgMFY3LjMwMWg1LjEwMmEuNS41IDAgMCAwIDAtMUg3LjAwNFYxLjE5M1oiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPg==");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 18px;
	inset: unset;
	margin: 0;
	position: relative;
	width: 15px;
}

.faq-section .faq-list .faq-list__item-title:focus, .faq-section .faq-list .faq-list__item-title:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #000;
}

@media print,screen and (max-width:89.99875em) {
	.faq-section .faq-list .faq-list__item-title {
		font-size: 22px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.faq-section .faq-list .faq-list__item-title {
		font-size: 20px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.faq-section .faq-list .faq-list__item-title {
		font-size: 16px;
	}
}

.faq-section .faq-list .faq-list__item-content {
	border: none !important;
	color: #333;
	font-family: Manrope-Light;
	font-size: 18px;
	line-height: 1.3;
	padding: 16px 0 4px;
}

@media print,screen and (max-width:89.99875em) {
	.faq-section .faq-list .faq-list__item-content {
		font-size: 16px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.faq-section .faq-list .faq-list__item-content {
		font-size: 14px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.faq-section .faq-list .faq-list__item-content {
		font-size: 13px;
	}
}

.team-slider {
	position: relative;
}

@media print,screen and (max-width:63.99875em) {
	.team-slider {
		margin-top: 28px;
	}
	
	.team-slider .swiper-slide {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		gap: 24px;
	}
	
	.team-slider .team-slider__person {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row;
		-ms-flex-flow: row;
		flex-flow: row;
		gap: 16px;
	}
	
	.team-slider .team-slider__person-media > * {
		height: 78px;
		width: auto;
	}
}

.team-slider .team-slider__person-info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 16px;
}

.team-slider .team-slider__person-name {
	color: #000;
	font-family: Manrope-Light;
	font-size: 20px;
	line-height: 1.3;
	margin: 0;
}

.team-slider .team-slider__person-name span {
	font-family: Manrope-Book;
}

@media print,screen and (max-width:63.99875em) {
	.team-slider .team-slider__person-name {
		font-size: 16px;
	}
}

.team-slider .team-slider__person-position {
	color: #333;
	font-family: Manrope-Light;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}

.breadcrumbs {
	padding-block: 25px;
	position: relative;
}

@media print,screen and (max-width:63.99875em) {
	.breadcrumbs {
		padding-block: 18px;
	}
}

.breadcrumbs span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 16px;
}

@media print,screen and (max-width:47.99875em) {
	.breadcrumbs span {
		gap: 12px;
	}
}

.breadcrumbs span a, .breadcrumbs span span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: Manrope-Book;
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
}

@media print,screen and (max-width:47.99875em) {
	.breadcrumbs span a, .breadcrumbs span span {
		font-size: 11px;
	}
}

.breadcrumbs span a img, .breadcrumbs span span img {
	height: 10px;
}

@media print,screen and (max-width:47.99875em) {
	.breadcrumbs span a img, .breadcrumbs span span img {
		height: 8.3px;
	}
}

.fwp-popup.popup__wrapper {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.fwp-popup.popup__wrapper.is-active {
	display: block;
}

.fwp-popup.popup__wrapper.type--treatment .popup__inner {
	background-color: #fff;
}

.fwp-popup.popup__wrapper.type--treatment .popup__content {
	padding: 16px 24px 20px;
}

@media print,screen and (max-width:47.99875em) {
	.fwp-popup.popup__wrapper.type--treatment .popup__content {
		padding: 28px 20px 20px;
	}
}

.fwp-popup.popup__wrapper.type--treatment .popup__close svg * {
	fill: #000;
}

.fwp-popup.popup__wrapper.type--treatment .popup__title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
	padding-bottom: 16px;
}

.fwp-popup.popup__wrapper.type--treatment .popup__text {
	font-size: 14px;
	line-height: 1.3;
}

@media print,screen and (max-width:47.99875em) {
	.fwp-popup.popup__wrapper.type--treatment .popup__text {
		font-size: 13px;
	}
}

.fwp-popup.popup__wrapper .popup__overlay {
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.fwp-popup.popup__wrapper .popup__inner {
	background-color: #f7f5f2;
	border-radius: 10px;
	left: 50%;
	max-width: 513px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.fwp-popup.popup__wrapper .popup__close {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	z-index: 1;
}

.fwp-popup.popup__wrapper .popup__content {
	padding: 36px 42px 40px;
}

@media print,screen and (max-width:47.99875em) {
	.fwp-popup.popup__wrapper .popup__content {
		padding: 24px 20px;
	}
}

.fwp-popup.popup__wrapper .popup__title {
	line-height: 1.3;
	margin: 0;
}

.fwp-popup.popup__wrapper .popup__text {
	color: #333;
	font-family: Manrope-Light;
	font-size: 18px;
	line-height: 1.3;
	margin-top: 8px;
}

.fwp-popup.popup__wrapper .popup__text p {
	line-height: inherit;
}

.fwp-popup.popup__wrapper .popup__text .three-columns, .fwp-popup.popup__wrapper .popup__text .two-columns, .fwp-popup.popup__wrapper .popup__text p {
	margin-bottom: 8px;
}

.fwp-popup.popup__wrapper .popup__text ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 8px;
}

.fwp-popup.popup__wrapper .popup__text ul li {
	padding-left: 8px;
	position: relative;
}

.fwp-popup.popup__wrapper .popup__text ul li:before {
	background-color: #000;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: -2px;
	position: absolute;
	top: 10px;
	width: 4px;
}

.fwp-popup.popup__wrapper .popup__text form {
	margin-top: 24px;
}

@media print,screen and (max-width:47.99875em) {
	.fwp-popup.popup__wrapper .popup__text form {
		margin-top: 16px;
	}
}

.fwp-popup.popup__wrapper .popup__text form .gform-footer {
	text-align: center;
}

.fwp-popup.popup__wrapper .popup__text form .gform-footer button[type=submit], .fwp-popup.popup__wrapper .popup__text form .gform-footer input[type=submit] {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	font-size: 16px;
	height: 54px;
	margin-bottom: 12px;
	min-width: 165px;
	padding: 10px 52px;
	position: relative;
}

.fwp-popup.popup__wrapper .popup__text form .gform-footer button[type=submit] span, .fwp-popup.popup__wrapper .popup__text form .gform-footer input[type=submit] span {
	position: relative;
	z-index: 1;
}

.fwp-popup.popup__wrapper .popup__text form .gform-footer button[type=submit]:before, .fwp-popup.popup__wrapper .popup__text form .gform-footer input[type=submit]:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 0;
}

.fwp-popup.popup__wrapper .popup__text form .gform-footer button[type=submit]:focus, .fwp-popup.popup__wrapper .popup__text form .gform-footer button[type=submit]:hover, .fwp-popup.popup__wrapper .popup__text form .gform-footer input[type=submit]:focus, .fwp-popup.popup__wrapper .popup__text form .gform-footer input[type=submit]:hover {
	color: #000;
}

.fwp-popup.popup__wrapper .popup__text form .gform-footer button[type=submit]:focus:before, .fwp-popup.popup__wrapper .popup__text form .gform-footer button[type=submit]:hover:before, .fwp-popup.popup__wrapper .popup__text form .gform-footer input[type=submit]:focus:before, .fwp-popup.popup__wrapper .popup__text form .gform-footer input[type=submit]:hover:before {
	top: 0;
}

.fwp-popup.popup__wrapper .popup__expert {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f5f2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	font-size: 13px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.3;
	padding: 13px 0 16px;
}

@media print,screen and (max-width:47.99875em) {
	.fwp-popup.popup__wrapper .popup__expert {
		padding: 13px 0 23px;
	}
}

.fwp-popup.popup__wrapper .popup__expert img {
	border-radius: 50%;
	height: 40px;
	margin-bottom: 2px;
	width: 40px;
}

.fwp-popup.popup__wrapper .popup__expert .popup__expert-title {
	font-family: Manrope-Book;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.fwp-popup.popup__wrapper .popup__expert a {
	color: #005453;
	margin: 0;
	text-decoration: underline;
}

.fwp-popup.popup__wrapper .popup__expert a:focus, .fwp-popup.popup__wrapper .popup__expert a:hover {
	text-decoration: none;
}

.fwp-popup.popup__wrapper .popup__expert a svg * {
	fill: #005453;
}

.cta-section__inner {
	display: grid;
	grid-template-columns: 98px 1fr;
}

@media print,screen and (min-width:64em) {
	.cta-section__inner {
		grid-template-columns: 127px 1fr;
	}
}

@media screen and (min-width:90em) {
	.cta-section__inner {
		grid-template-columns: 163px 1fr;
	}
}

.cta-section__image {
	position: relative;
}

.cta-section__image img {
	border: 1px solid #ccc;
	border-right: 0 solid #000;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.cta-section__main {
	border: 1px solid #ccc;
	padding: 9px 19px;
	text-align: center;
}

@media print,screen and (min-width:64em) {
	.cta-section__main {
		grid-gap: 15px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: grid;
		gap: 15px;
		grid-template-columns: 1fr auto;
		padding: 12px 16px;
		text-align: left;
	}
}

@media screen and (min-width:90em) {
	.cta-section__main {
		padding: 20px 15px 20px 22px;
	}
}

.cta-section__title {
	font-family: Manrope-Book;
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}

@media print,screen and (min-width:64em) {
	.cta-section__title {
		font-family: Lora-Regular;
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 6px;
	}
}

.cta-section__text {
	color: #333;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 12px;
}

@media print,screen and (min-width:64em) {
	.cta-section__text {
		font-size: 13px;
		margin-bottom: 0;
	}
}

.gift-cart__tabs {
	background: #f7f7f7;
	border-radius: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
	margin-top: 20px;
	padding: 4px;
}

@media print,screen and (min-width:64em) {
	.gift-cart__tabs {
		margin-bottom: 36px;
		margin-top: 32px;
	}
}

.gift-cart__tab {
	background: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 8px;
	color: #000;
	cursor: pointer;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1;
	-ms-flex: 1 1;
	flex: 1 1;
	font-family: Manrope-Medium;
	font-size: 13px;
	line-height: 1.3;
	padding: 9px;
	text-align: center;
}

.gift-cart__tab.active {
	background: #fff;
	-webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .102);
	box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .102);
}

.gift-cart__sub-treatment-title, .gift-cart__tab-title {
	color: #000;
	font-family: Lora-Regular;
	font-size: 20px;
	line-height: 1.25;
	margin: 0;
}

@media print,screen and (min-width:64em) {
	.gift-cart__sub-treatment-title, .gift-cart__tab-title {
		font-size: 28px;
	}
}

@media screen and (min-width:112.5em) {
	.gift-cart__sub-treatment-title, .gift-cart__tab-title {
		font-size: 32px;
	}
}

.gift-cart__amounts {
	display: grid;
	gap: 9.5px;
	grid-template-columns: repeat(3, 1fr);
	margin: 24px 0;
}

@media print,screen and (min-width:64em) {
	.gift-cart__amounts {
		gap: 12px;
	}
}

.gift-cart__amount-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 6px;
	color: #000;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Manrope-Book;
	font-size: 13px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.3;
	outline: 1px solid #ccc;
	padding: 15px 6px;
}

.gift-cart__amount-item:hover {
	outline-color: #005453;
}

.gift-cart__amount-item.active {
	outline: 2px solid #005453;
	outline-offset: -1px;
}

@media print,screen and (min-width:64em) {
	.gift-cart__amount-item {
		border-radius: 8px;
		font-size: 15px;
		padding: 20px;
	}
}

.gift-cart__custom-amount-input {
	display: none;
	font-family: Manrope-Book;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 24px;
	position: relative;
	width: 100%;
}

.gift-cart__custom-amount-input.active {
	display: block;
}

.gift-cart__custom-amount-input:before {
	color: #333;
	content: "$";
	font-family: Manrope-Book;
	font-size: 14px;
	left: 16px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gift-cart__custom-amount-input input {
	line-height: inherit;
	padding: 11px 16px 11px 32px;
	width: 100%;
}

.gift-cart__custom-amount-input input, .gift-cart__custom-amount-input input:focus, .gift-cart__custom-amount-input input:hover {
	border: 1px solid #ccc;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	outline: unset;
}

.gift-cart__custom-amount-input .allert {
	bottom: -16px;
	color: #be0e0e;
	font-size: 10px;
	opacity: 0;
	position: absolute;
	right: 0;
}

.gift-cart__custom-amount-input .allert.visible {
	opacity: 1;
}

@media print,screen and (max-width:63.99875em) {
	.gift-cart__actions {
		margin-bottom: 32px;
	}
}

.gift-cart__quantity-outer {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Manrope-Book;
	font-size: 14px;
	gap: 10px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.15;
}

@media print,screen and (min-width:48em) {
	.gift-cart__quantity-outer {
		font-size: 18px;
	}
}

.gift-cart__quantity-label {
	margin-bottom: 0;
}

.gift-cart__quantity {
	display: grid;
	grid-template-columns: 40px 70px 40px;
	height: 40px;
}

@media print,screen and (min-width:48em) {
	.gift-cart__quantity {
		grid-template-columns: 47px 80px 47px;
		height: 48px;
	}
}

.gift-cart__quantity-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #ccc;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Manrope-Book;
	font-size: 16px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.3;
}

@media print,screen and (min-width:48em) {
	.gift-cart__quantity-btn {
		font-size: 18px;
	}
}

.gift-cart__quantity-btn.btn-minus {
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}

.gift-cart__quantity-btn.btn-plus {
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}

.gift-cart__quantity-input {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	color: #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.3;
	outline: unset;
	pointer-events: none;
	text-align: center;
}

@media print,screen and (min-width:48em) {
	.gift-cart__quantity-input {
		font-size: 18px;
	}
}

.gift-cart__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 24px;
}

@media print,screen and (min-width:64em) {
	.gift-cart__button {
		margin-top: 32px;
	}
}

.gift-cart__tab-content {
	display: none;
}

.gift-cart__tab-content.active {
	display: block;
}

.gift-cart__sub-treatment {
	display: none;
}

.gift-cart__sub-treatment.active {
	display: block;
}

.gift-cart__treatments {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	margin: 24px 0;
}

@media print,screen and (min-width:64em) {
	.gift-cart__treatments {
		gap: 12px;
	}
}

.gift-cart .treatment-item {
	border-radius: 6px;
	cursor: pointer;
	font-family: Manrope-Book;
	font-size: 13px;
	line-height: 1.3;
	outline: 1px solid #333;
	padding: 15px 6px;
}

.gift-cart .treatment-item.active {
	outline: 2px solid #005453;
	outline-offset: -1px;
}

.gift-cart .treatment-item__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gift-cart .treatment-item__title {
	font-family: Manrope-Book;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 0;
}

@media print,screen and (min-width:64em) {
	.gift-cart .treatment-item__title {
		font-size: 18px;
	}
}

.gift-cart .treatment-item__price {
	color: #000;
	font-family: Manrope-Medium;
	font-size: 12px;
	line-height: 1.4;
}

.gift-cart .treatment-item__price span {
	color: #333;
	display: inline-block;
	font-family: Manrope-Light;
	margin-right: 4px;
}

@media print,screen and (min-width:64em) {
	.gift-cart .treatment-item__price {
		font-size: 13px;
		margin-top: 3px;
	}
}

.gift-cart .treatment-item__description {
	color: #333;
	font-family: Manrope-Light;
	font-size: 12px;
	line-height: 1.4;
	width: 100%;
}

.gift-cart .treatment-item.sub-treatment-item .treatment-item__description {
	border-top: 1px solid #ccc;
	margin-top: 14px;
	padding-top: 16px;
}

@media print,screen and (min-width:64em) {
	.gift-cart .treatment-item {
		border-radius: 8px;
		font-size: 15px;
		padding: 20px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible_text-image .button {
		width: 100%;
	}
}

.flexible_text-image.reversed .image-content__wrapper > div {
	padding-right: 0;
}

@media print,screen and (max-width:63.99875em) {
	.flexible_text-image.reversed .image-content__wrapper > div:after {
		bottom: unset;
		top: 0;
	}
}

.flexible_text-image.reversed .text-content__wrapper:after {
	left: unset;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.flexible_text-image.reversed .text-content__wrapper .text-content__inner {
	margin-inline: auto;
	max-width: 466px;
}

@media print,screen and (max-width:89.99875em) {
	.flexible_text-image.reversed .text-content__wrapper .text-content__inner {
		max-width: 100%;
	}
}

.flexible_text-image .image-content__wrapper > div {
	padding-right: 60px;
	position: relative;
	z-index: 2;
}

@media print,screen and (max-width:63.99875em) {
	.flexible_text-image .image-content__wrapper > div {
		padding-right: 0;
	}
	
	.flexible_text-image .image-content__wrapper > div:after {
		background-color: #f7f5f2;
		bottom: 0;
		content: "";
		height: 50%;
		left: 50%;
		position: absolute;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100vw;
		z-index: 1;
	}
}

.flexible_text-image .image-content__wrapper > div > * {
	position: relative;
	z-index: 2;
}

.flexible_text-image .image-content__wrapper > div .render-video__wrapper {
	max-height: 512px;
	width: auto;
}

.flexible_text-image .image-content__wrapper > div img, .flexible_text-image .image-content__wrapper > div video {
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}

.flexible_text-image .image-content__wrapper > div video {
	max-height: 512px;
}

.flexible_text-image .image-content__wrapper > div.image-content__slider .slider-item__name {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 16px;
}

.flexible_text-image .image-content__wrapper > div.image-content__slider .slider-item__name span {
	font-family: Manrope-Book;
}

@media print,screen and (max-width:89.99875em) {
	.flexible_text-image .image-content__wrapper > div.image-content__slider .slider-item__name {
		font-size: 16px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible_text-image .image-content__wrapper > div.image-content__slider .slider-item__name {
		margin-top: 10px;
	}
}

.flexible_text-image .image-content__wrapper > div.image-content__slider .slider-item__position {
	font-size: 14px;
	line-height: 1.3;
}

@media print,screen and (max-width:63.99875em) {
	.flexible_text-image .image-content__wrapper > div.image-content__slider .slider-item__position {
		font-size: 12px;
	}
}

.flexible_text-image .text-content__wrapper {
	position: relative;
	z-index: 1;
}

.flexible_text-image .text-content__wrapper:after, .flexible_text-image .text-content__wrapper:before {
	background-color: #f7f5f2;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.flexible_text-image .text-content__wrapper:after {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 185px;
}

@media print,screen and (max-width:63.99875em) {
	.flexible_text-image .text-content__wrapper:before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100vw;
	}
	
	.flexible_text-image .text-content__wrapper:after {
		content: none;
		display: none;
	}
}

.flexible_text-image .text-content__wrapper .text-content__inner {
	max-width: 552px;
	padding-block: 96px;
	position: relative;
	z-index: 2;
}

@media print,screen and (max-width:89.99875em) {
	.flexible_text-image .text-content__wrapper .text-content__inner {
		max-width: 450px;
		padding-block: 72px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible_text-image .text-content__wrapper .text-content__inner {
		max-width: 100%;
		padding-block: 20px 40px;
	}
}

.flexible_text-image .text-content__wrapper .text-content__title {
	line-height: 1.25;
}

.flexible_text-image .text-content__wrapper .text-content__description {
	font-family: Manrope-Light;
	font-size: 16px;
	margin-bottom: 0;
}

@media print,screen and (max-width:89.99875em) {
	.flexible_text-image .text-content__wrapper .text-content__description {
		font-size: 13px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible_text-image .text-content__wrapper .text-content__description {
		margin-top: 29px;
	}
}

.flexible_text-image .text-content__wrapper .text-content__person {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	gap: 8px;
	margin-top: 8px;
}

@media print,screen and (max-width:63.99875em) {
	.flexible_text-image .text-content__wrapper .text-content__person {
		gap: 6px;
		margin-top: 6px;
	}
}

.flexible_text-image .text-content__wrapper .text-content__person .text-content__person-photo {
	border-radius: 50%;
	height: 50px;
	overflow: hidden;
	width: 50px;
}

.flexible_text-image .text-content__wrapper .text-content__person .text-content__person-photo img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}

.flexible_text-image .text-content__wrapper .text-content__person .text-content__person-content .text-content__person-signature {
	margin-top: 6px;
}

.flexible_text-image .text-content__wrapper .text-content__person .text-content__person-content .text-content__person-signature img {
	max-height: 32px;
	width: auto;
}

.flexible_text-image .text-content__wrapper .text-content__person .text-content__person-content .text-content__person-position {
	font-size: 14px;
}

@media print,screen and (max-width:89.99875em) {
	.flexible_text-image .text-content__wrapper .text-content__person .text-content__person-content .text-content__person-position {
		font-size: 12px;
	}
}

.flexible_text-image .text-content__wrapper .text-content__list {
	border-top: 1px solid #ccc;
	margin: 36px 0 40px;
}

@media print,screen and (max-width:89.99875em) {
	.flexible_text-image .text-content__wrapper .text-content__list {
		margin: 27px 0;
	}
}

.flexible_text-image .text-content__wrapper .text-content__list.list--large {
	margin: 46px 0 40px;
}

@media print,screen and (max-width:89.99875em) {
	.flexible_text-image .text-content__wrapper .text-content__list.list--large {
		margin: 30px 0 42px;
	}
}

.flexible_text-image .text-content__wrapper .text-content__list.list--large .text-content__list-item {
	padding-block: 28px;
}

@media print,screen and (max-width:89.99875em) {
	.flexible_text-image .text-content__wrapper .text-content__list.list--large .text-content__list-item {
		padding-block: 20px;
	}
}

.flexible_text-image .text-content__wrapper .text-content__list.list--large .text-content__list-item .text-content__list-title {
	font-size: 20px;
	line-height: 1.25;
}

@media print,screen and (max-width:89.99875em) {
	.flexible_text-image .text-content__wrapper .text-content__list.list--large .text-content__list-item .text-content__list-title {
		font-size: 16px;
	}
}

.flexible_text-image .text-content__wrapper .text-content__list.list--large .text-content__list-item .text-content__list-description {
	font-size: 16px;
}

@media print,screen and (max-width:89.99875em) {
	.flexible_text-image .text-content__wrapper .text-content__list.list--large .text-content__list-item .text-content__list-description {
		font-size: 13px;
	}
}

.flexible_text-image .text-content__wrapper .text-content__list .text-content__list-item {
	border-bottom: 1px solid #ccc;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-block: 16px;
}

@media print,screen and (max-width:63.99875em) {
	.flexible_text-image .text-content__wrapper .text-content__list .text-content__list-item {
		padding-block: 12px;
	}
}

.flexible_text-image .text-content__wrapper .text-content__list .text-content__list-item .text-content__list-title {
	font-family: Manrope-Book;
	font-size: 16px;
	line-height: 1.25;
	margin: 0;
}

@media print,screen and (max-width:63.99875em) {
	.flexible_text-image .text-content__wrapper .text-content__list .text-content__list-item .text-content__list-title {
		font-size: 14px;
	}
}

.flexible_text-image .text-content__wrapper .text-content__list .text-content__list-item .text-content__list-description {
	font-size: 16px;
	margin: 4px 0 0;
}

@media print,screen and (max-width:89.99875em) {
	.flexible_text-image .text-content__wrapper .text-content__list .text-content__list-item .text-content__list-description {
		font-size: 12px;
	}
}

.flexible__testimonials {
	position: relative;
}

.flexible__testimonials .flexible__testimonials-subline {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 14px;
}

.flexible__testimonials .flexible__testimonials-subline .rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	gap: 6px;
}

.flexible__testimonials .flexible__testimonials-subline .subline {
	font-family: Manrope-Book;
	font-size: 22px;
	line-height: 1.2;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__testimonials .flexible__testimonials-subline .subline {
		font-size: 18px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__testimonials .flexible__testimonials-subline .subline {
		font-size: 14px;
		margin-top: 8px;
	}
}

.flexible__testimonials .flexible__testimonials-title {
	font-family: Lora-Regular;
	line-height: 1.25;
	margin-bottom: 56px;
	margin-top: 6px;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__testimonials .flexible__testimonials-title {
		margin-bottom: 44px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__testimonials .flexible__testimonials-title {
		margin-bottom: 24px;
	}
}

.flexible__testimonials .testimonial-items .swiper-slide {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1004px;
	width: 100%;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__testimonials .testimonial-items .swiper-slide {
		max-width: 788px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__testimonials .testimonial-items .swiper-slide {
		max-width: 289px;
	}
}

.flexible__testimonials .testimonial-items .swiper-slide.swiper-slide-active .testimonial-item {
	height: 570px;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__testimonials .testimonial-items .swiper-slide.swiper-slide-active .testimonial-item {
		height: 340px;
	}
}

.flexible__testimonials .testimonial-items .testimonial-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f5f2;
	display: grid;
	gap: 48px;
	grid-template-columns: 300px 1fr;
	height: 540px;
	margin-bottom: 40px;
	padding: 16px 54px;
	-webkit-transition: height .2s linear;
	transition: height .2s linear;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item {
		gap: 30px;
		height: 360px;
		padding-inline: 40px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item {
		grid-template-columns: 1fr;
		height: auto !important;
		padding-inline: 16px;
	}
}

.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__video {
	width: 100%;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__video {
		height: 300px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__video {
		height: 255px;
	}
}

.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__video .render-video__wrapper {
	height: 100%;
	width: auto;
}

.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__video .render-video__wrapper .render-video {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
	width: 100%;
}

.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image {
	cursor: pointer;
	height: 300px;
	position: relative;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image {
		height: 274px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image {
		height: 255px;
	}
}

.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image.image-after-first .image-before {
	opacity: .5;
	z-index: 1;
}

.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image.image-after-first .image-after, .flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image.image-before-first .image-before {
	opacity: 1;
	z-index: 2;
}

.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image.image-before-first .image-after {
	opacity: .5;
	z-index: 1;
}

.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image .image-after, .flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image .image-before {
	aspect-ratio: 1;
	left: 0;
	position: absolute;
	top: 0;
	width: calc(100% - 45px);
}

.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image .image-after:before, .flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image .image-before:before {
	background-color: #fff;
	border-radius: 15px;
	bottom: 12px;
	color: #000;
	content: "";
	font-family: Manrope-Book;
	font-size: 15px;
	left: 12px;
	line-height: 1.3;
	padding: 5px 10px;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image .image-after, .flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image .image-before {
		width: calc(100% - 35px);
	}
	
	.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image .image-after:before, .flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image .image-before:before {
		border-radius: 10px;
		bottom: 9px;
		font-size: 11px;
		left: 9px;
		padding: 3px 8px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image .image-after:before, .flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image .image-before:before {
		font-size: 14px;
	}
}

.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image .image-before {
	z-index: 1;
}

.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image .image-before:before {
	content: "Before";
}

.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image .image-after {
	bottom: 0;
	left: unset;
	right: 0;
	top: unset;
	z-index: 2;
}

.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image .image-after:before {
	content: "After";
}

.flexible__testimonials .testimonial-items .testimonial-item__media .testimonial-item__image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}

.flexible__testimonials .testimonial-items .testimonial-item__content-inner {
	background-color: #fff;
	border-radius: 8px;
	padding: 24px;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__content-inner {
		padding: 20px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__content-inner {
		padding: 16px;
	}
}

.flexible__testimonials .testimonial-items .testimonial-item__name {
	font-family: Manrope-Book;
	font-size: 20px;
	line-height: 1.3;
	margin: 0;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__name {
		font-size: 18px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__name {
		font-size: 16px;
	}
}

.flexible__testimonials .testimonial-items .testimonial-item__service {
	border-top: 1px solid #ccc;
	color: #333;
	font-family: Manrope-Light;
	font-size: 20px;
	line-height: 1.3;
	margin-top: 12px;
	padding-top: 16px;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__service {
		font-size: 13px;
		margin-top: 9px;
		padding-top: 12px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__service {
		font-size: 14px;
		margin-top: 8px;
	}
}

.flexible__testimonials .testimonial-items .testimonial-item__tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 8px;
	list-style: none;
	margin: 36px 0 0;
	padding: 0;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__tags {
		gap: 6px;
		margin-top: 28px;
	}
}

.flexible__testimonials .testimonial-items .testimonial-item__tags .testimonial-item__tag {
	background-color: #d9cec3;
	border-radius: 15px;
	color: #000;
	font-family: Manrope-Book;
	font-size: 15px;
	line-height: 1.3;
	padding: 5px 10px;
	z-index: 1;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__tags .testimonial-item__tag {
		border-radius: 10px;
		font-size: 11px;
		padding: 3px 8px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__tags .testimonial-item__tag {
		font-size: 14px;
	}
}

.flexible__testimonials .testimonial-items .testimonial-item__text {
	font-family: Lora-Regular;
	font-size: 32px;
	line-height: 1.3;
	margin-top: 28px;
}

.flexible__testimonials .testimonial-items .testimonial-item__text:before {
	content: "“";
}

.flexible__testimonials .testimonial-items .testimonial-item__text:after {
	content: "”";
}

@media print,screen and (max-width:89.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__text {
		font-size: 16px;
		margin-top: 22px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__testimonials .testimonial-items .testimonial-item__text {
		font-size: 14px;
		line-height: 1.4;
		margin-top: 16px;
	}
}

.flexible__logos a {
	color: #fff;
	margin-top: 38px;
}

.flexible__logos .flexible__logos-inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 394px;
	padding: 1rem 30px;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__logos .flexible__logos-inner {
		height: 280px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__logos .flexible__logos-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		height: 245px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.flexible__logos .flexible__logos-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 38px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	margin-inline: auto;
	max-width: 1485px;
	padding: 0;
	width: 100%;
}

@media print,screen and (max-width:63.99875em) {
	.flexible__logos .flexible__logos-list {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.flexible__logos .flexible__logos-list li img {
	max-height: 35px;
	max-width: 135px;
	width: 80%;
}

.flexible__locations {
	position: relative;
}

.flexible__locations .flexible__locations-inner {
	min-height: 800px;
	padding-block: 73px;
	position: relative;
}

.flexible__locations .flexible__locations-inner:before {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, hsla(0, 0%, 100%, 0)), color-stop(40%, #fff));
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 10%, #fff 40%);
	content: "";
	inset: 0 0 0 25%;
	position: absolute;
	z-index: 2;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__locations .flexible__locations-inner {
		min-height: 700px;
		padding-block: 76px 107px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__locations .flexible__locations-inner {
		min-height: unset;
		padding-block: 0;
	}
	
	.flexible__locations .flexible__locations-inner:before {
		display: none;
	}
}

.flexible__locations .locations-bg {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

@media print,screen and (max-width:63.99875em) {
	.flexible__locations .locations-bg {
		aspect-ratio: 1;
		background-position: 0;
		height: auto;
		inset: unset;
		position: relative;
		width: auto;
	}
}

.flexible__locations .locations__wrapper {
	margin-inline: auto 100px;
	max-width: 612px;
	position: relative;
	z-index: 3;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__locations .locations__wrapper {
		margin-right: 0;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__locations .locations__wrapper {
		max-width: 100%;
	}
}

.flexible__locations .locations__title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__locations .locations__title {
		font-size: 28px;
		margin-bottom: 28px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__locations .locations__title {
		font-size: 24px;
		margin-bottom: 10px;
	}
}

.flexible__locations .locations__list {
	border-top: 1px solid #ccc;
}

.flexible__locations .locations__list .accordion-item {
	border-bottom: 1px solid #ccc;
}

.flexible__locations .locations__list .accordion-item.is-active .accordion-title:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.flexible__locations .locations__list .accordion-item .accordion-title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0);
	border: none;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Manrope-Medium;
	font-size: 22px;
	gap: 8px;
	line-height: 1.2;
	padding: 20px 0;
}

.flexible__locations .locations__list .accordion-item .accordion-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4xNDYuMTQ4YS41LjUgMCAwIDEgLjcwOCAwbDYuMTQ1IDYuMTQ1TDEzLjE0Ni4xNDdhLjUuNSAwIDEgMSAuNzA3LjcwOGwtNi41IDYuNDk5LS4zNTQuMzUzLS4zNTMtLjM1My02LjUtNi41YS41LjUgMCAwIDEgMC0uNzA2WiIgZmlsbD0iIzFkMWQxZCIvPjwvc3ZnPg==");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8px;
	margin: -.15rem;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	width: 17px;
}

.flexible__locations .locations__list .accordion-item .accordion-title span {
	color: #999;
	font-family: Manrope-Book;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__locations .locations__list .accordion-item .accordion-title {
		font-size: 16px;
		padding: 14px 0;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible__locations .locations__list .accordion-item .accordion-title {
		font-size: 20px;
		padding: 20px 0;
	}
}

.flexible__locations .locations__list .accordion-item .accordion-content {
	border: none;
	padding: 0 0 36px;
}

.flexible__locations .locations__list .locations__list-item .locations__list-content .areas-locations {
	-webkit-column-gap: 64px;
	-moz-column-gap: 64px;
	column-gap: 64px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 32px;
}

.flexible__locations .locations__list .locations__list-item .locations__list-content .areas-locations .area-location__title {
	font-family: Manrope-Medium;
	line-height: 1.3;
	margin-bottom: 0;
}

.flexible__locations .locations__list .locations__list-item .locations__list-content .areas-locations .area-location__address {
	color: #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	line-height: 1.3;
}

.flexible-hero, .flexible-hero__inner {
	position: relative;
}

.flexible-hero__inner > * {
	position: relative;
	z-index: 2;
}

.flexible-hero__bg {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.flexible-hero__caption {
	font-family: Manrope-Medium;
	font-size: 16px;
	letter-spacing: 1.6px;
	line-height: 1.3;
	margin-bottom: 8px;
	padding-inline: 10px;
	text-transform: uppercase;
}

@media print,screen and (min-width:64em) {
	.flexible-hero__caption {
		font-size: 18px;
		letter-spacing: 1.8px;
		line-height: 1.2;
	}
}

@media screen and (min-width:75em) {
	.flexible-hero__caption {
		font-size: 20px;
		letter-spacing: 2px;
	}
}

.flexible-hero__heading {
	font-size: 28px;
	line-height: 1.25;
}

@media print,screen and (min-width:64em) {
	.flexible-hero__heading {
		font-size: 52px;
		line-height: 1.2;
	}
}

@media screen and (min-width:75em) {
	.flexible-hero__heading {
		font-size: 60px;
	}
}

.flexible-hero__under {
	margin-top: 24px;
}

.flexible-hero.template-one .flexible-hero__inner {
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 240px;
	padding: 20px 0;
}

@media print,screen and (min-width:64em) {
	.flexible-hero.template-one .flexible-hero__inner {
		aspect-ratio: 3.53;
		padding: 40px 0;
	}
}

.flexible-hero.template-two .flexible-hero__inner {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 28.33vw;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
}

@media print,screen and (max-width:89.99875em) {
	.flexible-hero.template-two .flexible-hero__inner {
		height: 28.74vw;
	}
}

@media print,screen and (max-width:74.99875em) {
	.flexible-hero.template-two .flexible-hero__inner {
		height: 28.33vw;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible-hero.template-two .flexible-hero__inner {
		height: 66.67vw;
	}
}

.flexible-hero.template-two .flexible-hero__content {
	margin-left: 8.6%;
	max-width: 540px;
}

@media (max-width:1800px) {
	.flexible-hero.template-two .flexible-hero__content {
		max-width: 432px;
	}
}

@media print,screen and (max-width:89.99875em) {
	.flexible-hero.template-two .flexible-hero__content {
		max-width: 382px;
	}
}

@media print,screen and (max-width:74.99875em) {
	.flexible-hero.template-two .flexible-hero__content {
		max-width: 353px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible-hero.template-two .flexible-hero__content {
		max-width: 340px;
	}
}

.flexible-hero.template-two .flexible-hero__caption {
	font-size: 16px;
	margin-bottom: 8px;
	padding: 0;
	text-transform: uppercase;
}

@media print,screen and (max-width:63.99875em) {
	.flexible-hero.template-two .flexible-hero__caption {
		font-size: 12px;
		letter-spacing: 1.5px;
		line-height: 1.3;
		margin: 0;
	}
}

.flexible-hero.template-two .flexible-hero__heading {
	font-size: 56px;
	line-height: 1.2;
	margin: 0;
}

@media (max-width:1800px) {
	.flexible-hero.template-two .flexible-hero__heading {
		font-size: 48px;
	}
}

@media print,screen and (max-width:74.99875em) {
	.flexible-hero.template-two .flexible-hero__heading {
		font-size: 32px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible-hero.template-two .flexible-hero__heading {
		font-size: 28px;
	}
}

.flexible-hero.template-two .flexible-hero__description {
	font-size: 22px;
	line-height: 1.3;
	margin-top: 16px;
}

@media (max-width:1800px) {
	.flexible-hero.template-two .flexible-hero__description {
		font-size: 18px;
		margin-top: 13px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible-hero.template-two .flexible-hero__description {
		font-size: 16px;
		margin-top: 8px;
	}
}

.flex_spacer {
	padding-bottom: var(--space-small, 0);
}

@media print,screen and (min-width:48em) {
	.flex_spacer {
		padding-bottom: var(--space-medium, 0);
	}
}

@media print,screen and (min-width:64em) {
	.flex_spacer {
		padding-bottom: var(--space-large, 0);
	}
}

@media screen and (min-width:75em) {
	.flex_spacer {
		padding-bottom: var(--space-xlarge, 0);
	}
}

.flex_spacer:after, .flex_spacer:before {
	clear: both;
	content: "";
	display: block;
}

.flexible__treatments {
	position: relative;
}

.flexible__treatments .button.render-button {
	font-family: Lora-Regular;
	font-size: 24px;
	line-height: 1.5;
	margin-top: 54px;
}

@media print,screen and (max-width:63.99875em) {
	.flexible__treatments .button.render-button {
		font-family: Manrope-Book;
		font-size: 14px;
		margin-top: 24px;
		width: 100%;
	}
}

.flexible__treatments .flexible__treatments-title {
	font-family: Manrope-Medium;
	font-size: 16px;
	letter-spacing: .32px;
	line-height: 1.3;
	margin-bottom: 20px;
	text-transform: uppercase;
}

@media print,screen and (max-width:47.99875em) {
	.flexible__treatments .flexible__treatments-title {
		font-size: 14px;
		letter-spacing: .28px;
		margin-bottom: 12px;
	}
}

.flexible__treatments .tabs {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0);
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 28px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flexible__treatments .tabs:after, .flexible__treatments .tabs:before {
	content: none;
	display: none;
}

.flexible__treatments .tabs-title.is-active a {
	text-decoration: underline;
}

.flexible__treatments .tabs-title a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0);
	color: #000;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	font-size: 18px;
	gap: 8px;
	padding: 0;
	white-space: nowrap;
}

@media print,screen and (max-width:63.99875em) {
	.flexible__treatments .tabs-title a {
		font-size: 13px;
		gap: 12px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.flexible__treatments .tabs-title a {
		font-size: 12px;
	}
}

.flexible__treatments .tabs-content {
	border: none;
	margin-top: 40px;
}

@media print,screen and (max-width:63.99875em) {
	.flexible__treatments .tabs-content {
		margin-top: 36px;
	}
}

.flexible__treatments .tabs-panel {
	border: none;
	gap: 32px;
	grid-template-columns: repeat(3, 1fr);
	padding: 0;
}

.flexible__treatments .tabs-panel.is-active {
	display: grid;
}

@media print,screen and (max-width:63.99875em) {
	.flexible__treatments .tabs-panel {
		grid-template-columns: repeat(2, 1fr);
	}
}

.flexible__treatments .treatment {
	position: relative;
}

@media print,screen and (max-width:63.99875em) {
	.flexible__treatments .treatment:nth-child(3) {
		display: none;
	}
}

.flexible__treatments .treatment a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.flexible__treatments .treatment .treatment__title {
	font-size: 20px;
	margin-block: 15px 0;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__treatments .treatment .treatment__title {
		font-size: 18px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.flexible__treatments .treatment .treatment__title {
		font-size: 15px;
	}
}

.flexible__treatments .treatment .treatment__price {
	font-size: 14px;
}

@media print,screen and (max-width:89.99875em) {
	.flexible__treatments .treatment .treatment__price {
		font-size: 13px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.flexible__treatments .treatment .treatment__price {
		font-size: 14px;
	}
}

.flexible__treatments .treatment .treatment__price span {
	font-family: Manrope-Medium;
}

.flexible__treatments .treatment .treatment__price span:before {
	content: "$";
}

@media screen and (min-width:75em) {
	.flexible-text-button h3 {
		font-size: 40px;
	}
}

.sbs {
	display: block;
}

.sbs__media {
	padding-bottom: 60%;
	position: relative;
}

@media print,screen and (max-width:63.99875em) {
	.sbs__media {
		margin-bottom: 24px;
	}
}

.sbs__image {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

@media screen and (min-width:75em) {
	.sbs__content {
		margin-left: 15%;
	}
	
	.large-flex-dir-row-reverse .sbs__content {
		margin-left: 0;
		margin-right: 15%;
	}
}

.sbs__heading {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 12px;
}

@media print,screen and (min-width:64em) {
	.sbs__heading {
		font-size: 32px;
		line-height: 1.25;
		margin-bottom: 16px;
	}
}

@media screen and (min-width:75em) {
	.sbs__heading {
		font-size: 40px;
	}
}

.sbs__description {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0;
}

@media screen and (min-width:75em) {
	.sbs__description {
		font-size: 24px;
		line-height: 1.4;
	}
}

.team__container {
	max-width: 1042px;
}

.team__header {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media print,screen and (min-width:48em) {
	.team__header {
		margin-bottom: 28px;
	}
}

@media screen and (min-width:75em) {
	.team__header {
		margin-bottom: 40px;
	}
}

.team__heading {
	font-size: 24px;
	margin-bottom: 8px;
}

@media print,screen and (min-width:64em) {
	.team__heading {
		font-size: 40px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width:75em) {
	.team__heading {
		font-size: 48px;
		line-height: 1.3;
		margin-bottom: 12px;
	}
}

.team__description {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0;
}

@media print,screen and (min-width:64em) {
	.team__description {
		font-size: 18px;
	}
}

@media screen and (min-width:75em) {
	.team__description {
		line-height: 1.4;
		max-width: 548px;
	}
}

.team__link {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media print,screen and (max-width:63.99875em) {
	.team__link {
		margin-top: 24px;
	}
}

.team__members {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 27px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width:75em) {
	.team__members {
		-webkit-column-gap: 32px;
		-moz-column-gap: 32px;
		column-gap: 32px;
		row-gap: 48px;
	}
}

.team__member {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	width: calc(33.33333% - 18px);
}

@media screen and (min-width:75em) {
	.team__member {
		width: calc(33.33333% - 21.33333px);
	}
}

.team__member-media {
	height: auto;
	padding-bottom: 133%;
	position: relative;
	width: 100%;
}

.team__member-image {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.team__member-name {
	color: #000;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0;
}

.team__member-name span {
	font-family: Manrope-Book;
}

@media screen and (min-width:75em) {
	.team__member-name {
		font-size: 20px;
	}
}

.team__member-position {
	color: #333;
	font-family: Manrope-Light;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}

.team .swiper-custom-pagination {
	display: none;
}

.quote {
	overflow: hidden;
}

@media print,screen and (min-width:64em) {
	.quote__media-wrapper {
		margin-left: -15px;
		margin-right: -45px;
	}
}

@media screen and (min-width:107.875em) {
	.quote__media-wrapper {
		margin-left: -40px;
	}
}

.quote__media {
	padding-bottom: 60%;
	position: relative;
}

@media print,screen and (min-width:64em) {
	.quote__media {
		padding-bottom: 93%;
	}
}

@media print,screen and (max-width:63.99875em) {
	.quote__media:before {
		background-color: #f7f5f2;
		bottom: 0;
		content: "";
		left: -15px;
		position: absolute;
		right: -15px;
		top: 50%;
	}
}

.quote__image {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.quote__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100%;
	position: relative;
}

.quote__content:before {
	background-color: #f7f5f2;
	bottom: 0;
	content: "";
	left: -15px;
	position: absolute;
	right: -15px;
	top: 0;
	z-index: -1;
}

@media print,screen and (min-width:64em) {
	.quote__content:before {
		bottom: -96px;
		left: -35%;
		right: -40px;
		top: -96px;
	}
}

@media screen and (min-width:75em) {
	.quote__content:before {
		bottom: -122px;
		top: -122px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.quote__content {
		padding: 28px 0 32px;
	}
}

.quote__description {
	color: #333;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 0;
	position: relative;
}

@media screen and (min-width:75em) {
	.quote__description {
		font-size: 24px;
		line-height: 1.4;
	}
}

.quote__footer {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 13px;
	margin-top: 24px;
}

@media print,screen and (min-width:64em) {
	.quote__footer {
		gap: 24px;
		margin-top: 40px;
	}
}

@media screen and (min-width:75em) {
	.quote__footer {
		gap: 32px;
	}
}

.quote__photo {
	height: 60px;
	width: 60px;
}

.quote__photo img {
	border-radius: 50%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media print,screen and (min-width:64em) {
	.quote__photo {
		height: 120px;
		width: 120px;
	}
}

.quote__signature {
	height: 28px;
	width: auto;
}

@media print,screen and (min-width:64em) {
	.quote__signature {
		height: 56px;
	}
}

.quote__position {
	font-size: 13px;
	line-height: 1.3;
	margin-top: 4px;
}

@media print,screen and (min-width:64em) {
	.quote__position {
		font-size: 18px;
		margin-top: 8px;
	}
}

@media screen and (min-width:75em) {
	.quote__position {
		font-size: 24px;
		margin-top: 12px;
	}
}

@media print,screen and (min-width:64em) {
	.quote {
		padding-block: 96px;
	}
}

@media screen and (min-width:75em) {
	.quote {
		padding-block: 122px;
	}
}

.home-slider:not(.slick-initialized):after {
	clear: both;
	content: "";
	display: table;
}

.home-slider:not(.slick-initialized) .home-slide:first-child {
	display: block;
}

.home-slider .slick-dots {
	font-size: 0;
}

.home-slider .slick-dots li:only-child {
	display: none;
}

.home-slider .videoHolder {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.home-slider .videoHolder .video {
	height: 100% !important;
	left: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.home-slide {
	height: 600px;
	-webkit-transition: height .3s ease;
	transition: height .3s ease;
	width: 100%;
}

@media (max-width:960px) {
	.home-slide {
		height: 540px;
	}
}

.home-slide .home-slide__inner {
	height: 100%;
	position: relative;
}

.home-slide .home-slide__caption {
	bottom: 40px;
	color: #fff;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media print,screen and (max-width:89.99875em) {
	.home-slide .home-slide__caption {
		bottom: 20px;
	}
}

.home-slide .home-slide__caption .home-slide__title {
	font-size: 60px;
}

@media print,screen and (max-width:89.99875em) {
	.home-slide .home-slide__caption .home-slide__title {
		font-size: 40px;
	}
}

.home-slide .home-slide__caption .home-slide__description {
	font-family: Lora-Regular;
	font-size: 24px;
	line-height: 1.4;
	margin-top: 16px;
}

@media print,screen and (max-width:89.99875em) {
	.home-slide .home-slide__caption .home-slide__description {
		font-size: 18px;
		line-height: 1.2;
	}
}

.home-slide .home-slide__caption .home-slide__buttons {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-top: 24px;
}

@media print,screen and (max-width:63.99875em) {
	.home-slide .home-slide__caption .home-slide__buttons {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
	}
}

.home-slide .home-slide__caption .home-slide__buttons > * {
	margin: 0;
}

.home-slide__promos {
	margin-inline: auto 0;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

@media print,screen and (max-width:63.99875em) {
	.home-slide__promos {
		margin-inline: auto;
		padding: 24px 30px;
		width: auto;
	}
}

@media print,screen and (min-width:48em) {
	.home-slide__promos:hover .home-slide__promo:nth-child(2) {
		opacity: 1;
		-webkit-transform: translateY(calc(-100% - 15px)) scale(1);
		-ms-transform: translateY(calc(-100% - 15px)) scale(1);
		transform: translateY(calc(-100% - 15px)) scale(1);
	}
}

.home-slide__promos .home-slide__promo {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f5f2;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	color: #000;
	display: grid;
	grid-template-columns: 127px 1fr;
	max-width: 432px;
	min-height: 102px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 100%;
	z-index: 2;
}

.home-slide__promos .home-slide__promo:nth-child(2) {
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-15px) scale(.95);
	-ms-transform: translateY(-15px) scale(.95);
	transform: translateY(-15px) scale(.95);
	z-index: 1;
}

@media print,screen and (max-width:89.99875em) {
	.home-slide__promos .home-slide__promo {
		grid-template-columns: 115px 1fr;
	}
}

@media print,screen and (max-width:63.99875em) {
	.home-slide__promos .home-slide__promo {
		grid-template-columns: 108px 1fr;
		height: 100%;
		max-width: 100%;
	}
	
	.home-slide__promos .home-slide__promo:nth-child(2) {
		opacity: 1;
		position: relative;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
	}
}

@media print,screen and (max-width:47.99875em) {
	.home-slide__promos .home-slide__promo {
		grid-template-columns: 89px 1fr;
	}
}

.home-slide__promos .home-slide__promo .home-slide__promo-link, .home-slide__promos .home-slide__promo button[data-popup-button-id] {
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.home-slide__promos .home-slide__promo .home-slide__promo-image {
	display: block;
	height: 100%;
	position: relative;
	z-index: 1;
}

.home-slide__promos .home-slide__promo .home-slide__promo-image img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.home-slide__promos .home-slide__promo .home-slide__promo-content {
	padding: 39px 25px 34px 21px;
}

@media print,screen and (max-width:89.99875em) {
	.home-slide__promos .home-slide__promo .home-slide__promo-content {
		padding: 33px 21px 33px 20px;
	}
}

@media print,screen and (max-width:63.99875em) {
	.home-slide__promos .home-slide__promo .home-slide__promo-content {
		padding: 31px 20px 27px 19px;
	}
}

@media print,screen and (max-width:47.99875em) {
	.home-slide__promos .home-slide__promo .home-slide__promo-content {
		padding: 29px 16px;
	}
}

.home-slide__promos .home-slide__promo .home-slide__promo-title {
	font-family: Manrope-Medium;
	font-size: 18px;
	line-height: 1.25;
}

@media print,screen and (max-width:47.99875em) {
	.home-slide__promos .home-slide__promo .home-slide__promo-title {
		font-size: 16px;
	}
}

.home-slide__promos .home-slide__promo .home-slide__promo-description {
	border-top: 1px solid #ccc;
	font-family: Manrope-Light;
	line-height: 1.3;
	margin-top: 12px;
	padding-top: 12px;
}

@media print,screen and (max-width:47.99875em) {
	.home-slide__promos .home-slide__promo .home-slide__promo-description {
		font-size: 14px;
	}
}

.home-slide__promos-slider .swiper-pagination {
	inset: unset;
	margin-top: 15px;
	position: relative;
}
