@charset "UTF-8";
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.btn {
	display: inline-block;
	text-align: center;
	font-size: 11px;
	line-height: 1;
	padding: 22px 40px;
	letter-spacing: 0.1em;
	font-weight: 700;
	vertical-align: middle;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	text-decoration: none;
	border-radius: 50px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn--primary {
	background-color: #53c9c6;
	color: #25282a;
}
.btn--primary:hover {
	background-color: #a7e4e2;
}
.btn--primary:disabled,
.btn--primary[aria-disabled=true],
.btn--primary.is-disabled {
	background-color: #a8adad;
	opacity: 0.5;
}
.btn--green {
	background-color: #cedd44;
	color: #25282a;
}
.btn--green:hover {
	background-color: #dde77c;
}
.btn--carbon {
	background-color: #25282a;
	color: #fff;
}
.btn--carbon:hover {
	background-color: #53c9c6;
	color: #25282a;
}
.btn--sm {
	font-size: 12px;
	line-height: 1.5;
	padding: 11px 24px;
	letter-spacing: 0.1em;
}
.btn--ghost {
	color: #6c7277;
	background: transparent;
	padding: 0;
}
.btn--ghost:hover {
	color: #25282a;
}

.btn-back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
	text-transform: uppercase;
	margin-bottom: 24px;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	border: none;
	background: none;
	padding: 0;
	font-weight: bold;
}
.btn-back:last-child {
	margin-bottom: 0;
}
.btn-back__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 24px;
	height: 24px;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.btn-back:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.btn-back:hover .btn-back__icon {
	-webkit-transform: translateX(-4px);
	        transform: translateX(-4px);
}

.btn-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: none;
	background: #53c9c6;
	fill: #25282a;
	width: 56px;
	height: 56px;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
.btn-arrow:hover {
	background: #a7e4e2;
}

.btn-close {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	background: #f4f4f4;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	color: #25282a;
	-webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, transform 0.2s ease;
	transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.btn-close::before,
.btn-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	background-color: currentColor;
	border-radius: 1px;
}
.btn-close::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}
.btn-close::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-close:focus-visible {
	outline: 2px solid #53c9c6;
	outline-offset: 2px;
}
.btn-close--absolute {
	position: absolute;
	top: 40px;
	right: 24px;
}

.btn-link {
	display: inline-block;
	font-size: 16px;
	color: #6c7277;
}
.btn-link:hover {
	color: #25282a;
}

:root {
	--ss-primary-color: #5897fb;
	--ss-bg-color: #fff;
	--ss-font-color: #4d4d4d;
	--ss-placeholder-color: #8d8d8d;
	--ss-disabled-color: #dcdee2;
	--ss-border-color: #dcdee2;
	--ss-highlight-color: #fffb8c;
	--ss-focus-color: var(--ss-primary-color);
	--ss-success-color: #00b755;
	--ss-error-color: #dc3545;
	--ss-main-height: 40px;
	--ss-content-height: 300px;
	--ss-search-height: 40px;
	--ss-option-height: auto;
	--ss-spacing-l: 9px;
	--ss-spacing-m: 7px;
	--ss-spacing-s: 5px;
	--ss-animation-timing: 0.2s;
	--ss-border-radius: 4px;
}

@-webkit-keyframes ss-valueIn {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@keyframes ss-valueIn {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes ss-valueOut {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
}
@keyframes ss-valueOut {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
}
.ss-hide {
	display: none !important;
}

.ss-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	color: var(--ss-font-color);
	min-height: var(--ss-main-height);
	width: 100%;
	padding: var(--ss-spacing-s);
	cursor: pointer;
	border: 1px solid var(--ss-border-color);
	border-radius: var(--ss-border-radius);
	background-color: var(--ss-bg-color);
	outline: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: background-color var(--ss-animation-timing);
	transition: background-color var(--ss-animation-timing);
	overflow: hidden;
}

.ss-main:focus {
	-webkit-box-shadow: 0 0 5px var(--ss-focus-color);
	        box-shadow: 0 0 5px var(--ss-focus-color);
}

.ss-main.ss-disabled {
	background-color: var(--ss-disabled-color);
	cursor: not-allowed;
}

.ss-main.ss-disabled .ss-values .ss-disabled {
	color: var(--ss-font-color);
}

.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
	cursor: not-allowed;
}

.ss-main.ss-dir-above {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.ss-main.ss-dir-below {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ss-main .ss-values {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: var(--ss-spacing-m);
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}

.ss-main .ss-values .ss-placeholder {
	display: block;
	width: 100%;
	min-width: 0;
	padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
	margin: auto 0px auto 0px;
	line-height: 1em;
	color: var(--ss-placeholder-color);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ss-main .ss-values .ss-max {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 12px;
	color: var(--ss-bg-color);
	line-height: 1;
	padding: var(--ss-spacing-s) var(--ss-spacing-m);
	background-color: var(--ss-primary-color);
	border-radius: var(--ss-border-radius);
}

.ss-main .ss-values .ss-single {
	display: block;
	margin: auto 0px auto var(--ss-spacing-s);
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	max-width: calc(100% - 20px);
}

.ss-main .ss-values .ss-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	background-color: var(--ss-primary-color);
	border-radius: var(--ss-border-radius);
	-webkit-animation-name: ss-valueIn;
	        animation-name: ss-valueIn;
	-webkit-animation-duration: var(--ss-animation-timing);
	        animation-duration: var(--ss-animation-timing);
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.ss-main .ss-values .ss-value.ss-value-out {
	-webkit-animation-name: ss-valueOut;
	        animation-name: ss-valueOut;
	-webkit-animation-duration: var(--ss-animation-timing);
	        animation-duration: var(--ss-animation-timing);
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

.ss-main .ss-values .ss-value .ss-value-text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 0;
	font-size: 12px;
	line-height: 1;
	color: var(--ss-bg-color);
	padding: var(--ss-spacing-s) var(--ss-spacing-m);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ss-main .ss-values .ss-value .ss-value-delete {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: var(--ss-spacing-l);
	width: var(--ss-spacing-l);
	padding: var(--ss-spacing-s) var(--ss-spacing-m);
	cursor: pointer;
	border-left: solid 1px var(--ss-bg-color);
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.ss-main .ss-values .ss-value .ss-value-delete svg {
	height: var(--ss-spacing-l);
	width: var(--ss-spacing-l);
}

.ss-main .ss-values .ss-value .ss-value-delete svg path {
	fill: none;
	stroke: var(--ss-bg-color);
	stroke-width: 18;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ss-main .ss-deselect {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
	padding: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}

.ss-main .ss-deselect svg {
	width: 8px;
	height: 8px;
}

.ss-main .ss-deselect svg path {
	fill: none;
	stroke: var(--ss-font-color);
	stroke-width: 20;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ss-main .ss-arrow {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	width: 12px;
	height: 12px;
	margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-main .ss-arrow path {
	fill: none;
	stroke: var(--ss-font-color);
	stroke-width: 18;
	stroke-linecap: round;
	stroke-linejoin: round;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	-webkit-transition: var(--ss-animation-timing);
	transition: var(--ss-animation-timing);
}

.ss-content {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: auto;
	max-height: var(--ss-content-height);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: solid 1px var(--ss-border-color);
	background-color: var(--ss-bg-color);
	-webkit-transition: opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
	transition: opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
	transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
	transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
	opacity: 0;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	overflow: hidden;
	z-index: 10000;
}

.ss-content.ss-relative {
	position: relative;
	height: 100%;
}

.ss-content.ss-fixed {
	position: fixed;
}

.ss-content.ss-dir-above {
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	border-top-left-radius: var(--ss-border-radius);
	border-top-right-radius: var(--ss-border-radius);
}

.ss-content.ss-dir-below {
	-webkit-transform-origin: center top;
	        transform-origin: center top;
	border-bottom-left-radius: var(--ss-border-radius);
	border-bottom-right-radius: var(--ss-border-radius);
}

.ss-content.ss-open {
	opacity: 1;
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
}

.ss-content .ss-search {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	border-bottom: 1px solid var(--ss-border-color);
}

.ss-content .ss-search input {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: inherit;
	line-height: inherit;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
	min-width: 0px;
	height: var(--ss-search-height);
	padding: var(--ss-spacing-m) var(--ss-spacing-l);
	margin: 0;
	border: none;
	background-color: var(--ss-bg-color);
	outline: 0;
	text-align: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.ss-content .ss-search input::-webkit-input-placeholder {
	color: var(--ss-placeholder-color);
	vertical-align: middle;
}

.ss-content .ss-search input::-moz-placeholder {
	color: var(--ss-placeholder-color);
	vertical-align: middle;
}

.ss-content .ss-search input:-ms-input-placeholder {
	color: var(--ss-placeholder-color);
	vertical-align: middle;
}

.ss-content .ss-search input::-ms-input-placeholder {
	color: var(--ss-placeholder-color);
	vertical-align: middle;
}

.ss-content .ss-search input::placeholder {
	color: var(--ss-placeholder-color);
	vertical-align: middle;
}

.ss-content .ss-search input:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.ss-content .ss-search .ss-addable {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	height: auto;
	margin: 0 0 0 var(--ss-spacing-m);
	border: 1px solid var(--ss-border-color);
	border-radius: var(--ss-border-radius);
}

.ss-content .ss-search .ss-addable svg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	width: 12px;
	height: 12px;
	margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-content .ss-search .ss-addable svg path {
	fill: none;
	stroke: var(--ss-font-color);
	stroke-width: 18;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ss-content.ss-dir-above .ss-search {
	border-bottom: none;
	border-top: 1px solid var(--ss-border-color);
}

.ss-content .ss-list {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.ss-content .ss-list .ss-error {
	color: var(--ss-error-color);
	padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-searching {
	color: var(--ss-font-color);
	padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-option {
	-webkit-transition: max-height var(--ss-animation-timing) ease, opacity var(--ss-animation-timing) ease, padding-top var(--ss-animation-timing) ease, padding-bottom var(--ss-animation-timing) ease, margin-top var(--ss-animation-timing) ease, margin-bottom var(--ss-animation-timing) ease;
	transition: max-height var(--ss-animation-timing) ease, opacity var(--ss-animation-timing) ease, padding-top var(--ss-animation-timing) ease, padding-bottom var(--ss-animation-timing) ease, margin-top var(--ss-animation-timing) ease, margin-bottom var(--ss-animation-timing) ease;
}

.ss-content .ss-list .ss-optgroup.ss-open .ss-option {
	max-height: 100px;
	opacity: 1;
	overflow: visible;
}

.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	font-weight: bold;
	color: var(--ss-font-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
	cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: var(--ss-spacing-m);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
	opacity: 0.5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
	stroke: var(--ss-error-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 60%;
	text-align: center;
	padding: 0 var(--ss-spacing-s) 0 0;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	width: 13px;
	height: 13px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
	fill: none;
	stroke: var(--ss-success-color);
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
	stroke-width: 5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
	stroke-width: 11;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 10px;
	height: 10px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
	fill: none;
	stroke: var(--ss-font-color);
	stroke-width: 18;
	stroke-linecap: round;
	stroke-linejoin: round;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	-webkit-transition: var(--ss-animation-timing);
	transition: var(--ss-animation-timing);
}

.ss-content .ss-list .ss-optgroup .ss-option {
	padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l) * 3);
}

.ss-content .ss-list .ss-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: var(--ss-option-height);
	padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
	white-space: normal;
	color: var(--ss-font-color);
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.ss-content .ss-list .ss-option:hover:not(.ss-disabled) {
	color: var(--ss-bg-color);
	background-color: var(--ss-primary-color);
	border-left: 5px solid var(--ss-primary-color);
	-webkit-transition: border-left var(--ss-animation-timing) ease;
	transition: border-left var(--ss-animation-timing) ease;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
	color: var(--ss-bg-color);
	background-color: var(--ss-primary-color);
}

.ss-content .ss-list .ss-option.ss-disabled {
	cursor: not-allowed;
	background-color: var(--ss-disabled-color);
}

.ss-content .ss-list .ss-option.ss-disabled:hover {
	color: var(--ss-font-color);
}

.ss-content .ss-list .ss-option .ss-search-highlight {
	display: inline-block;
	background-color: var(--ss-highlight-color);
}

.ss-content .ss-list .ss-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}
form,
fieldset {
	border: none;
	display: block;
	padding: 0;
	margin: 0 0 var(--vertical-rhythm) 0;
}

label,
.label {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 8px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=number],
input[type=date],
input[type=file],
textarea,
select {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	font-size: 14px;
	max-width: 100%;
	height: 48px;
	color: #25282a;
	width: 100%;
	padding: 0 16px;
	background: #f4f4f4;
	border: 1px solid #f4f4f4;
	border-radius: 8px;
}
.bb-create-account-inline input[type=text],
input[type=text].bb-guest-email-input,
.bb-create-account-inline input[type=tel],
input[type=tel].bb-guest-email-input,
.bb-create-account-inline input[type=email],
input[type=email].bb-guest-email-input,
.bb-create-account-inline input[type=search],
input[type=search].bb-guest-email-input,
.bb-create-account-inline input[type=password],
input[type=password].bb-guest-email-input,
.bb-create-account-inline input[type=url],
input[type=url].bb-guest-email-input,
.bb-create-account-inline input[type=number],
input[type=number].bb-guest-email-input,
.bb-create-account-inline input[type=date],
input[type=date].bb-guest-email-input,
.bb-create-account-inline input[type=file],
input[type=file].bb-guest-email-input,
.bb-create-account-inline textarea,
textarea.bb-guest-email-input,
.bb-create-account-inline select,
select.bb-guest-email-input {
	background: #fff;
	border-color: #fff;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
	outline: none;
	background-color: #fff;
	border-color: #53c9c6;
}
input[type=text]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=url]:focus::-webkit-input-placeholder, input[type=number]:focus::-webkit-input-placeholder, input[type=date]:focus::-webkit-input-placeholder, input[type=file]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
	opacity: 0;
}
input[type=text]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=url]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=date]:focus::-moz-placeholder, input[type=file]:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder {
	opacity: 0;
}
input[type=text]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=url]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=date]:focus:-ms-input-placeholder, input[type=file]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder {
	opacity: 0;
}
input[type=text]:focus::-ms-input-placeholder, input[type=tel]:focus::-ms-input-placeholder, input[type=email]:focus::-ms-input-placeholder, input[type=search]:focus::-ms-input-placeholder, input[type=password]:focus::-ms-input-placeholder, input[type=url]:focus::-ms-input-placeholder, input[type=number]:focus::-ms-input-placeholder, input[type=date]:focus::-ms-input-placeholder, input[type=file]:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder, select:focus::-ms-input-placeholder {
	opacity: 0;
}
input[type=text]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=file]:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder {
	opacity: 0;
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
	opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=file]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
	opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
	opacity: 1;
}
input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=file]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
	opacity: 1;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=file]::placeholder,
textarea::placeholder,
select::placeholder {
	opacity: 1;
}

textarea {
	resize: none;
	vertical-align: top;
	overflow: hidden;
	padding: 16px;
	height: 128px;
}

/* button, */
input[type=reset] {
	margin-bottom: 13px;
}

input[type=file] {
	max-width: 100%;
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.header-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	margin: 0;
	position: relative;
}
.header-search__field {
	width: 100%;
	position: relative;
}
input.header-search__input {
	padding: 0 120px 0 48px;
	height: 56px;
	border-radius: 50px;
}

.header-search__icon,
.header-search__btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.header-search__btn {
	top: 8px;
}

.header-search__icon {
	left: 20px;
	margin-top: 2px;
}
button.header-search__btn {
	right: 8px;
	padding: 14px 24px;
}

.studio-lead-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 16px;
	margin-bottom: 0;
}
.studio-lead-form__row {
	display: grid;
	gap: 16px;
	width: 100%;
}
.studio-lead-form__field {
	width: 100%;
}
.studio-lead-form__submit {
	width: 100%;
	padding-top: 8px;
}

.checkbox {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	line-height: 1.4;
	gap: 16px;
	cursor: pointer;
	margin-bottom: 0;
}
.checkbox input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}
.checkbox__label a {
	text-decoration: underline;
}
.checkbox__box {
	position: relative;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 17px;
	height: 17px;
	border-radius: 2px;
	border: 1px solid #25282a;
	-webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}
.checkbox__box::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: translate(-50%, -60%) rotate(45deg);
	        transform: translate(-50%, -60%) rotate(45deg);
	opacity: 0;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}
input:checked + .checkbox__box {
	background-color: #25282a;
	border-color: #25282a;
}
input:checked + .checkbox__box::after {
	opacity: 1;
}
input:focus-visible + .checkbox__box {
	outline: 2px solid #a7e4e2;
	outline-offset: 2px;
}

select {
	border-radius: 50px;
}

.ss-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	font-weight: normal;
	height: 48px;
	padding: 0 24px;
	border: 1px solid #f4f4f4;
	background: #f4f4f4;
	border-radius: 8px;
}
.search-form .ss-main,
.mt-schedule .ss-main,
.studio-classes__filters .ss-main {
	border-radius: 50px;
}
.bb-create-account-inline .ss-main,
.bb-reserve-select-field .ss-main {
	background: #fff;
	border-color: #fff;
}
.ss-main.ss-dir-above,
.ss-main.ss-dir-below {
	border-radius: 8px;
}
.search-form .ss-main.ss-dir-above,
.mt-schedule .ss-main.ss-dir-above,
.studio-classes .ss-main.ss-dir-above,
.search-form .ss-main.ss-dir-below,
.mt-schedule .ss-main.ss-dir-below,
.studio-classes .ss-main.ss-dir-below {
	border-radius: 50px;
}
.ss-main:focus {
	border-color: #53c9c6;
	background: #fff;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.ss-main .ss-single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
.ss-main .ss-values {
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.ss-main .ss-values .ss-placeholder {
	padding: 0;
	margin: auto 0;
}
.ss-main .ss-values .ss-single {
	margin: 0;
}
.ss-main .ss-arrow {
	margin: 0;
}
.ss-main .ss-arrow svg path {
	stroke-width: 10;
}
.ss-main .ss-arrow path {
	stroke-width: 10;
	stroke: currentColor;
}
.ss-main.ss-open-below .ss-arrow::after,
.ss-main.ss-open-above .ss-arrow::after {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.ss-content {
	padding: 0;
	font-size: 14px;
	margin-top: 4px !important;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px !important;
	-webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.ss-content .ss-search {
	display: none;
}
.ss-content .ss-list {
	font-weight: 400;
}
.ss-content .ss-list .ss-option {
	padding: 8px 22px;
	color: #25282a;
	border-left: 0;
	-webkit-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.ss-content .ss-list .ss-option:hover:not(.ss-disabled) {
	color: #53c9c6;
	background-color: #f8f8f8;
	border-left: 0;
}
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected,
.ss-content .ss-list .ss-option.ss-highlighted {
	color: #53c9c6;
	background-color: #f8f8f8;
}
.ss-content .ss-list .ss-option.ss-disabled {
	display: none;
}

.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	margin-bottom: 24px;
	border-radius: 50px;
	width: 100%;
}
.split-card--studio-map .search-form {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 14px;
	padding: 8px 8px 8px 16px;
	height: 56px;
	background-color: #fff;
	border: 1px solid #fff;
}
.split-card--studio-map .search-form:focus-within {
	border-color: #53c9c6;
}
.search-form:last-child {
	margin-bottom: 0;
}
.search-form:has(.search-form__options) .search-form__options {
	position: absolute;
	top: 8px;
	right: 8px;
}
.search-form__field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 8px 16px;
	width: 100%;
	gap: 8px;
	height: 56px;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 50px;
}
.search-form__field:focus-within {
	border-color: #53c9c6;
	outline: none;
}
.split-card--studio-map .search-form__field {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}
.search-form__submit {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.search-form__icon {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 17px;
	height: 17px;
	fill: currentColor;
}
input.search-form__input {
	height: 40px;
	padding: 0;
	border: none;
	background: transparent;
	border-radius: 0;
}
input.search-form__input:focus {
	background-color: transparent;
}

.search-form__btn-filter {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 18px;
	height: 18px;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	fill: #6c7277;
}
.search-form__filter-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
	width: 100%;
}
.search-form__select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
}
.search-form__select .ss-main .ss-values {
	min-width: 90px;
}
.search-form__select .ss-main .ss-values .ss-single {
	max-width: 100%;
	padding-right: 24px;
}
.search-form__select label {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-bottom: 0;
}
.search-form__options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 50px;
}
.search-form__options .btn,
.search-form__options input[type=button],
.search-form__options input[type=reset],
.search-form__options input[type=submit],
.search-form__options button[type=submit] {
	padding: 14px 24px;
	background-color: transparent;
}
.search-form__options .btn.active,
.search-form__options input.active[type=button],
.search-form__options input.active[type=reset],
.search-form__options input.active[type=submit],
.search-form__options button.active[type=submit] {
	color: #fff;
	background-color: #25282a;
}

.radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 16px;
	position: relative;
}
.bb-reserve-for .radio,
.radio:last-child {
	margin-bottom: 0;
}
.radio input[type=radio] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.radio__mark {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #25282a;
	border-radius: 50%;
	position: relative;
}
.radio__mark::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	        transform: translate(-50%, -50%) scale(0);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #53c9c6;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.radio:has(input[type=radio]:checked) .radio__mark {
	border-color: #53c9c6;
}
.radio:has(input[type=radio]:checked) .radio__mark::after {
	-webkit-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
}

.franchise-form-card .frm_button_submit,
.franchise-form-card .frm_prev_page {
	display: inline-block;
	text-align: center;
	font-size: 11px;
	line-height: 1;
	padding: 22px 40px;
	letter-spacing: 0.1em;
	font-weight: 700;
	vertical-align: middle;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	text-decoration: none;
	border-radius: 50px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	background-color: #53c9c6;
	color: #25282a;
}
.franchise-form-card .frm_button_submit:hover,
.franchise-form-card .frm_prev_page:hover {
	background-color: #a7e4e2;
}
.franchise-form-card .frm_button_submit:disabled,
.franchise-form-card .frm_button_submit[aria-disabled=true],
.franchise-form-card .frm_button_submit.is-disabled,
.franchise-form-card .frm_prev_page:disabled,
.franchise-form-card .frm_prev_page[aria-disabled=true],
.franchise-form-card .frm_prev_page.is-disabled {
	background-color: #a8adad;
	opacity: 0.5;
}
.franchise-form-card .frm_prev_page {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}
.franchise-form-card .frm_submit {
	gap: 16px;
}
.franchise-form-card .frm_fields_container {
	gap: 16px;
}
.franchise-form-card .frm_submit {
	padding-top: 8px;
}
.franchise-form-card .frm_checkbox label {
	margin-bottom: 0;
}
.franchise-form-card fieldset,
.franchise-form-card .frm-show-form {
	margin-bottom: 0;
}
.franchise-form-card .frm_checkbox {
	padding-top: 8px;
}
.franchise-form-card .frm_form_field:has(fieldset) .frm_primary_label {
	display: none;
}
.franchise-form-card .frm_form_field .frm_combo_inputs_container {
	gap: 16px;
}
.franchise-form-card .frm_form_subfield-last label.frm_hidden,
.franchise-form-card .frm_form_subfield-first label.frm_hidden {
	display: block;
	height: auto;
	width: auto;
	position: static;
	margin: 0 0 8px;
	-webkit-clip-path: none;
	        clip-path: none;
}

body {
	font: var(--base-font-size)/var(--base-line-height) "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: var(--base-text-color);
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
.h:last-child {
	margin-bottom: 0;
}

h1,
h2 {
	font-weight: normal;
}

h1,
.h1 {
	font-size: var(--h1);
	line-height: 1.2;
	margin: 0 0 16px;
}

.title-l {
	font-size: 48px;
	line-height: 1.3;
	font-weight: 700;
}

h2,
.h2,
.title-m {
	font-size: var(--h2);
	line-height: 1.3;
	margin: 0 0 24px;
}

h2.title-s {
	font-weight: normal;
}

.h3,
h3,
.title-s {
	font-size: var(--h3);
	line-height: 1.3;
	font-weight: 600;
	margin: 0 0 24px;
}

.h4,
h4 {
	font-size: var(--h4);
	font-weight: 500;
	line-height: 1.25;
	margin: 0 0 8px;
}

h5,
.h5 {
	font-size: var(--h5);
	font-weight: normal;
	margin: 0 0 8px;
}

h6,
.h6 {
	font-size: var(--h6);
	margin: 0 0 8px;
}

.text-s {
	font-size: 16px;
}

.text-body {
	font-size: 18px;
}

.text-m {
	font-size: 20px;
}

.subtitle {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	color: #6c7277;
	margin-bottom: 8px;
}

.fw-normal {
	font-weight: 400 !important;
}

.fw-bolder {
	font-weight: 600 !important;
}

.fw-medium {
	font-weight: 500 !important;
}

p {
	margin-bottom: 24px;
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}
p a {
	text-decoration: underline;
}
p a:hover {
	color: #53c9c6;
}

.mb-0 {
	margin-bottom: 0;
}

.list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 24px;
}
.list:last-child {
	margin-bottom: 0;
}
.list li {
	position: relative;
	padding-left: 24px;
}
.list li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 3px;
	margin-left: 8px;
	margin-top: 0.6em;
	background-color: currentColor;
	border-radius: 50%;
}
.list li a:hover {
	text-decoration: underline;
}

a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

ul,
ol {
	list-style: none;
	margin-top: 0;
	padding-left: 0px;
}
ul li,
ol li {
	list-style: none;
}

ol {
	padding-left: 18px;
}
ol li {
	list-style: decimal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	overflow: hidden;
}
table th,
table td {
	padding: 16px;
}
table th {
	font-weight: 600;
	text-align: left;
	padding-top: 26px;
	padding-bottom: 26px;
}
table th + th {
	text-align: center;
}
table td {
	padding: 16px;
}
table td:first-child {
	font-weight: 600;
}
table td + td {
	text-align: center;
}

pre {
	max-width: 100%;
	background: rgba(0, 0, 0, 0.1);
	padding: 0.5em;
}

blockquote {
	font-size: 16px;
	margin: 0;
	border: none;
	position: relative;
	padding: 32px 0 0;
}
blockquote::before {
	content: "“";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 1;
	color: #53c9c6;
}
blockquote cite {
	display: block;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

dl {
	margin: 0 0 1.2em 0;
}
dl dt {
	float: left;
	clear: left;
	font-weight: bold;
	padding: 10px 5px;
}
dl dd {
	margin-left: 0;
	padding: 10px 0;
}

address {
	font-style: normal;
}

.text-m {
	font-size: 20px;
	line-height: 1.3;
}

/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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);
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	        transform: translate3d(0px, 0, 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 {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: 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-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.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 {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: 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 {
	-ms-scroll-snap-type: x mandatory;
	    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-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: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	    -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 {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.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 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	        animation: swiper-preloader-spin 1s infinite linear;
}

.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);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	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 {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform-origin: center;
	        transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	-webkit-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-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	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);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	        transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	        transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	        transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.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%);
	        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: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.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%);
	        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: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-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 {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.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 {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	    touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
	-ms-touch-action: none;
	    touch-action: none;
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	        transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	        filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-tier-cards {
	overflow: visible;
}

.swiper-tier-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
*:after,
*:before {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1000;
	padding: 12px 24px;
	background-color: #25282a;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 4px;
	-webkit-transform: translateY(calc(-100% - 16px));
	        transform: translateY(calc(-100% - 16px));
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.skip-link:focus,
.skip-link:focus-visible {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
	outline: 2px solid #53c9c6;
	outline-offset: 2px;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
	max-width: calc(1272px + var(--gutter) * 2);
}
.container--sm {
	max-width: 802px;
}
.container--md {
	max-width: 920px;
}

.stack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 40px;
}
.stack--gap-sm {
	gap: 24px;
}

html,
body {
	height: 100%;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
	width: 100%;
	position: relative;
	/* `clip` (not `hidden`) still contains horizontal overflow but does NOT create
	   a scroll container, so the sticky header on inner pages can stick to the
	   viewport and hide/show on scroll (overflow:hidden was breaking that). */
	overflow: clip;
}

.main,
.header,
.footer {
	min-width: 0;
}

.main,
#body {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.bg-light-lime {
	background-color: #dde77c !important;
}

.bg-gradient-light-teal {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cbefee));
	background: linear-gradient(180deg, #fff 0%, #cbefee 100%);
}
.section-franchise.bg-gradient-light-teal,
#body section.bg-gradient-light-teal:has(h1){
	background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#cbefee));
	background: linear-gradient(180deg, #F4F4F4 0%, #cbefee 100%);
}

.bg-gradient-light-teal.section--cta {
	background: -webkit-gradient(linear, left top, left bottom, from(#cbefee), to(#fff));
	background: linear-gradient(180deg, #cbefee 0%, #fff 100%);
}

.bg-light-teal {
	background-color: #cbefee !important;
}

.bg-gradient-lime {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 201, 198, 0.3)), to(rgba(206, 221, 68, 0.3))), #fff;
	background: linear-gradient(180deg, rgba(83, 201, 198, 0.3) 0%, rgba(206, 221, 68, 0.3) 100%), #fff;
}

.bg-gradient-lime-aqua {
	background: radial-gradient(50% 50% at 50% 50%, #f0f5c7 0%, #cbefee 100%);
}

.bg-gradient-lime-teal {
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f5c7), to(#cbefee));
	background: linear-gradient(180deg, #f0f5c7 0%, #cbefee 100%);
}

.bg-extra-light-lime {
	background-color: #f0f5c7;
}

.bg-light-lime {
	background-color: #dde77c !important;
}

.bg-extra-light-teal {
	background-color: #cbefee !important;
}

.bg-light-grey {
	background-color: #f4f4f4 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-split-grey-white {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #f4f4f4));
	background: linear-gradient(to bottom, #fff 50%, #f4f4f4 50%);
}

.bg-stretch {
	position: absolute;
	inset: 0;
	z-index: -1;
	overflow: hidden;
}
.bg-stretch img,
.bg-stretch video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
/* Embedded (iframe) video: responsive 16:9 by default, fills the container
   when used as a full-bleed background (.bg-stretch). */
.video-embed {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.video-embed iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
.bg-stretch .video-embed {
	position: absolute;
	inset: 0;
	height: 100%;
	aspect-ratio: auto;
}
.bg-stretch .video-embed iframe {
	-o-object-fit: cover;
	   object-fit: cover;
}
.bg-stretch::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.bg-stretch--corner {
	border-radius: 0 0 var(--radius) 0;
}
/* A corner-cut bleed image reveals the hero background through the curve; when
   the following section is grey, match it so the reveal blends seamlessly. */
.section-hero:has(+ .bg-light-grey) {
	background-color: var(--grey-surface-color);
}
/* Studio Locations list: grey surface so the white studio cards don't blend
   (module exposes no Background setting in the editor). */
.section-locations {
	background-color: var(--grey-surface-color);
}
/* Parallax: oversize the image so it can shift vertically without gaps. */
.bg-stretch--parallax img {
	top: -15%;
	bottom: auto;
	height: 130%;
	will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
	.bg-stretch--parallax img {
		top: 0;
		height: 100%;
		-webkit-transform: none !important;
		        transform: none !important;
	}
}

.corner-decor {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.corner-decor::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f5c7), to(#cbefee)), #fff;
	background: linear-gradient(180deg, #f0f5c7 0%, #cbefee 100%), #fff;
	border-radius: var(--r1) var(--r2) var(--r3) var(--r4);
	z-index: -1;
}

.bg-light-teal.corner-decor::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cbefee));
    background: linear-gradient(180deg, #fff 0%, #cbefee 100%);
}

.corner-decor[data-bg=white]::before {
	background: #fff;
}
.corner-decor[data-bg=light-lime]::before {
	background: #f0f5c7;
}
.corner-decor[data-bg=light-teal]::before {
	background: #cbefee;
}
.corner-decor[data-bg=light-grey]::before {
	background: #f4f4f4;
}
.corner-decor[data-bg=lime]::before {
	background: #cedd44;
}
.corner-decor[data-corner=tl] {
	--r1: var(--radius);
}
.corner-decor[data-corner=tr] {
	--r2: var(--radius);
}
.corner-decor[data-corner=br] {
	--r3: var(--radius);
}
.corner-decor[data-corner=bl] {
	--r4: var(--radius);
}

.text-white {
	color: #fff;
}

.btn-center {
	text-align: center;
}

.section {
	padding: 40px 0;
	position: relative;
}
.section--cta {
	overflow: hidden;
}

.panel {
	background-color: #f4f4f4;
	padding: 24px;
	border-radius: 16px;
}

.bb-locations-hero .panel {
	background-color: #fff;
}


.bg-gradient-lime-teal .panel,
.bg-gradient-light-teal .panel{
	background-color: #fff;
}
.panel__title {
	margin-bottom: 16px;
}

.overflow-hidden {
	overflow: hidden;
}

.section-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 160px 0;
	position: relative;
	text-align: center;
	color: #fff;
	z-index: 0;
}
.studio-single--coming_soon_with_form .section-hero {
	background-color: #f4f4f4;
}
.section-hero__content {
	font-size: 20px;
}
.section-hero h1 {
	margin-bottom: 8px;
}
.section-hero .brand-mark {
	margin-left: auto;
	margin-right: auto;
}
.section-hero .prose {
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
}

.btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 16px;
}

.lead {
	margin-bottom: 40px;
}
.lead--centered {
	max-width: 872px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.lead--centered .brand-mark {
	margin-left: auto;
	margin-right: auto;
}
.lead--half {
	max-width: 624px;
}
.lead--row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	max-width: none;
	gap: 24px;
}
.lead--row .btn {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.lead--space-md {
	margin-bottom: 40px;
}
.lead .brand-mark {
	margin-bottom: 24px;
}
.lead:last-child {
	margin-bottom: 0;
}
.lead:has(.show-desktop) h2 {
	margin-bottom: 0;
}

.brand-mark {
	display: block;
	width: 80px;
	height: 37px;
	margin-bottom: 8px;
}
.brand-mark--sm {
	width: 34px;
	height: 16px;
}
.brand-mark--lg {
	width: 129px;
	height: 60px;
}
.brand-mark--space-md {
	margin-bottom: 24px;
}
.brand-mark svg {
	width: 100%;
	height: 100%;
}

.bento-grid {
	display: grid;
	gap: 16px;
	margin: 0;
}
.bento-grid__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
	height: 100%;
}

.bento-img {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	overflow: hidden;
	width: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	border-radius: 16px;
}
.bento-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	aspect-ratio: 3/2;
}

.bento-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	height: 100%;
	padding: 24px;
	border-radius: 16px;
}
.bento-box__quote::before {
	color: #25282a;
}

.split-card {
	display: grid;
	gap: 24px;
	margin: 0 0 40px;
}
.split-card video{
	width:100%;
	border-radius: 16px;
}

.split-card:last-child,
.stack .split-card {
	margin-bottom: 0;
}
.split-card:not(.split-card--studio-map) {
	font-size: 16px;
}
.split-card--bleed {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	--bleed: calc(var(--gutter) + clamp(0px, (100vw - 1320px) / 2, 96px));
	gap: 0;
}
.split-card--bleed .split-card__visual {
	height: 502px;
	margin: 0 calc(var(--gutter) * -1);
}
.split-card--bleed .split-card__visual img {
	-o-object-fit: cover;
	   object-fit: cover;
	height: 100%;
}
.split-card__visual img {
	display: block;
	width: 100%;
	overflow: hidden;
}

.split-card__visual:not([class*="--radius-"]) img,
.split-card__visual--radius-None img {
	border-radius: 16px;
}
.split-card--studio-map .split-card__visual img {
	border-radius: 0;
}
.split-card__visual--radius-tl img {
	border-radius: var(--radius) 0 0 0;
}
.split-card__visual--radius-tr img {
	border-radius: 0 var(--radius) 0 0;
}
.split-card__visual--radius-br img {
	border-radius: 0 0 var(--radius) 0;
}
.split-card__visual--radius-bl img {
	border-radius: 0 0 0 var(--radius);
}
.split-card__visual--radius-left img {
	border-radius: var(--radius) 0 0 var(--radius);
}
.split-card__visual--radius-right img {
	border-radius: 0 var(--radius) var(--radius) 0;
}
.split-card--bleed .split-card__content {
	padding: 40px 0;
}
.split-card__content--gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f5c7), to(#cbefee));
	background: linear-gradient(180deg, #f0f5c7 0%, #cbefee 100%);
	padding: 40px 24px;
	margin: 0 -24px;
}
.split-card--bleed .split-card__content--gradient {
	padding: 40px 24px;
}
.split-card__content--radius-tl {
	border-radius: var(--radius) 0 0 0;
}
.split-card__content--radius-tr {
	border-radius: 0 var(--radius) 0 0;
}
.split-card__content--radius-br {
	border-radius: 0 0 var(--radius) 0;
}
.split-card__content--radius-bl {
	border-radius: 0 0 0 var(--radius);
}
.split-card__content h4 {
	margin-bottom: 16px;
}
.split-card .card-list:not(:last-child) {
	margin-bottom: 24px;
}
section:has(.swiper),
section:has(.split-card) {
	overflow: hidden;
}
/* Mobile media position = Bottom: on stacked mobile layout (<1024px), move the
   image below the content. Desktop (2-col grid) is unaffected. */
@media (max-width: 1023px) {
	.split-card--mobile-media-bottom .split-card__visual {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-bottom:40px;
	}

}

.blog-list {
	display: grid;
	gap: 16px;
	margin-bottom: 0;
}

.blog-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 16px;
	width: 100%;
	position: relative;
}
.blog-card__visual {
	width: 100%;
	overflow: hidden;
	border-radius: 16px;
}
.blog-card__visual img {
	display: block;
	width: 100%;
}
.blog-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
}
.blog-card__title {
	margin-bottom: 24px;
}
.blog-card .btn,
.blog-card__visual {
	position: relative;
	z-index: 2;
}
.blog-card__link {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 11px;
	gap: 8px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 16px;
}
.meta__tag {
	font-weight: 500;
	background: #cbefee;
	border: none;
	padding: 4px 16px;
	border-radius: 50px;
}
.meta__category,
.meta__date {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.meta__category {
	position: relative;
}
.meta__category::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -5px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: currentColor;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.prose {
	margin-bottom: 24px;
}
.lead--centered .prose {
	margin-right: auto;
	margin-left: auto;
}
.prose:last-child {
	margin-bottom: 0;
}

.card-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 16px;
	margin: 0 0 40px;
}
.card-list:last-child {
	margin-bottom: 0;
}
.card-list:has(.blog-card) {
	row-gap: 24px;
}

.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background-color: rgba(255, 255, 255, 0.7);
	height: 100%;
	position: relative;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	-webkit-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
	padding: 24px;
	border-radius: 16px;
}
/*
.card:has(.card__head) h3,
.card:has(.card__head) h4 {
	margin-bottom: 0;
}*/
.card:has(.card__badge) .card__head {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.card:has(.card__badge) .card__head .brand-mark {
	margin-top: 0;
}
.card-columns .card {
	font-size: 14px;
}
.card--sm {
	padding: 16px;
}
.card--rounded {
	border-radius: 24px;
}
.card:hover {
	background: white;
	cursor: default;
}
.card .text-body {
	display: block;
	margin-bottom: 16px;
}
.card h3 {
	margin-bottom: 16px;
}
.card__title {
	margin-bottom: 16px;
}
.card__title:last-child {
	margin-bottom: 0;
}
.card:has(.card__badge) .card__title {
	margin-bottom: 4px;
}
.card__badge {
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	padding: 4px 16px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50px;
}
.card__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 24px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	margin-bottom: 16px;
}
.card__head .brand-mark {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 8px 0 0 0;
}
.card__types {
	margin-top: auto;
}
.card__types-title {
	font-weight: 700;
	margin-bottom: 8px;
}
.card__types-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 0;
}
.card__types-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 4px;
}
.card__types-item:not(:last-child)::after {
	content: "|";
	color: currentColor;
}
.card__link {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.service-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-size: 16px;
	background-color: #fff;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	padding: 24px;
	border-radius: 16px;
}
.service-card__title,
.service-card__num {
	margin-bottom: 16px;
}
.service-card__num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 12px;
	font-weight: 500;
	width: 45px;
	height: 26px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	background: rgba(83, 201, 198, 0.3);
	border-radius: 16px;
}
.service-card__content {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.service-card {
	position: relative;
}
/* Expand/collapse icon only used on the mobile (accordion) layout. */
.service-card .accordion__icon {
	display: none;
}

.media-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	padding: 24px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	min-height: 200px;
	border-radius: 16px;
}
.media-card__visual {
	position: absolute;
	inset: 0;
	overflow: hidden;
	width: 100%;
	z-index: -1;
}
.media-card__visual::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #000;
	opacity: 0.2;
	z-index: 1;
}
.media-card__visual img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.media-card__title {
	color: #fff;
	margin-bottom: 0;
	font-weight: normal;
}
.media-card:hover .media-card__visual img,
.media-card:focus-within .media-card__visual img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.media-holder {
	text-align: center;
}
.media-holder__title {
	margin-bottom: 16px;
}

.card-wrapper {
	padding: 24px;
	overflow: hidden;
	border-radius: 16px;
	background: linear-gradient(90deg, #F4F4F4 0%, #CBEFEE 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.slider-card {
	margin: 0 -40px;
	padding: 0 40px;
}
.slider-card .swiper-slide {
	height: auto;
}
.slider-card .swiper-slide .blog-card {
	-webkit-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
}

.slider-service {
	overflow: visible;
}

.swiper-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}
.swiper-nav-prev,
.swiper-nav-next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: none;
	background: #53c9c6;
	fill: #25282a;
	width: 56px;
	height: 56px;
	padding: 0;
	border-radius: 50%;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
.swiper-nav-prev.swiper-button-lock,
.swiper-nav-next.swiper-button-lock {
	display: none;
}
.swiper-nav-prev:not(.swiper-button-disabled):hover,
.swiper-nav-next:not(.swiper-button-disabled):hover {
	background: #a7e4e2;
}
.swiper-nav-prev.swiper-button-disabled,
.swiper-nav-next.swiper-button-disabled {
	cursor: auto;
	fill: #a8adad;
	background: #cbefee;
}
.swiper-nav:has(.swiper-button-lock) {
	display: none;
}

.testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 24px;
	background-color: #fff;
	margin-bottom: 24px;
	position: relative;
	padding: 24px 24px 46px;
	border-radius: 16px;
}
.testimonial__img {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 80px;
	height: 80px;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	overflow: hidden;
	border: 4px solid #53c9c6;
	border-radius: 50%;
	margin: 0;
}
.testimonial__img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.testimonial__quote {
	font-weight: 500;
	padding: 0 0 0 30px;
	font-size: 20px;
	line-height: 1.3;
}
.testimonial__quote p {
	margin-bottom: 40px;
}
.testimonial__quote cite {
	font-size: 16px;
	padding-left: 0px;
	padding-top: 25px;
}
.testimonial__quote cite span {
	display: block;
	font-weight: normal;
	position: relative;
}

.slider-testimonial {
	margin-bottom: 24px;
}
.slider-testimonial:last-child {
	margin-bottom: 0;
}
.slider-testimonial .swiper-slide {
	height: auto;
}
.slider-testimonial .swiper-slide.swiper-slide-active .testimonial-card {
	opacity: 1;
}

.testimonial-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-color: #fff;
	opacity: 0.5;
	min-height: 220px;
	height: 100%;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 24px;
	border-radius: 24px;
}
.testimonial-card__quote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 100%;
}
.testimonial-card__cite {
	margin-top: auto;
}

.slider-gallery {
	overflow: hidden;
	padding-top: 40px;
}
.slider-gallery .swiper-wrapper {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.slider-gallery .swiper-slide {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.slider-gallery__img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 16px;
}
.slider-gallery__img img {
	display: block;
	width: 100%;
	height: 240px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.cta-layout {
	display: grid;
	gap: 40px;
}
.cta-layout__visual {
	margin: 0 -100px -80px 0;
}
.cta-layout__visual img {
	display: block;
	width: 100%;
}

.store-badges {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 16px;
	max-width: 262px;
}
.store-badges__link img {
	display: block;
}

.faq-tile {
	display: grid;
	position: relative;
	gap: 24px;
}
.faq-tile__visual {
	overflow: hidden;
	border-radius: 200px 16px 16px 16px;
	height: 442px;
}
.faq-tile__visual img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-color: #F4F4F4;
	gap: 16px;
	overflow: hidden;
	margin-bottom: 24px;
	padding: 24px;
	border-radius: 16px;
}
.accordion.accordion--light-lime {
	padding: 0;
	border-radius: 0;
	background: transparent;
}
.accordion.accordion--light-lime .accordion__item {
	background-color: #dde77c;
}
.accordion.accordion--light-lime .accordion__item:not(.open) .accordion__toggle {
	font-weight: normal;
}
.accordion.accordion--secondary {
	background: #f4f4f4;
}
.accordion.accordion--secondary .accordion__item {
	background-color: #fff;
}
.accordion__toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	width: 100%;
	gap: 24px;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
}
.accordion--light-lime .accordion__toggle {
	font-size: 20px;
}
.open .accordion__toggle {
	font-weight: 700;
}
.accordion__item {
	background-color: #fff;
	padding: 24px;
	border-radius: 16px;
}
.accordion__item.open .icon-add::before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__panel {
	font-size: 14px;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.accordion__content {
	padding-top: 8px;
}
.accordion__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: relative;
	width: 24px;
	height: 24px;
	-webkit-transition: background-color 0.35s ease, color 0.35s ease;
	transition: background-color 0.35s ease, color 0.35s ease;
}
.accordion__icon::before,
.accordion__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-color: currentColor;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	border-radius: 5px;
}
.accordion__icon::before {
	width: 2px;
	height: 16px;
}
.open .accordion__icon::before {
	opacity: 0;
}
.accordion__icon::after {
	width: 16px;
	height: 2px;
}

.studio-info {
	display: grid;
	gap: 16px;
	width: 100%;
}
.studio-info:has(.studio-info__city) .studio-info__name {
	margin-bottom: 8px;
}
.studio-info__map {
	overflow: hidden;
	height: 354px;
	border-radius: 16px;
}
.studio-info__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border: none;
}
.studio-info__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 24px;
	font-weight: bold;
	margin-bottom: 16px;
}
.modal-wrapper .studio-info__name {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
	padding-right: 40px;
}
.studio-info__name-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 34px;
	height: 16px;
	fill: #53c9c6;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.studio-info__name-icon svg {
	width: 100%;
	height: 100%;
}
.studio-info__details {
	padding: 24px;
	overflow: hidden;
	background-color: #f4f4f4;
	border-radius: 16px;
}
.modal-wrapper .studio-info__details {
	padding: 0;
	border-radius: 0;
	background: transparent;
}
.studio-info__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
	font-size: 16px;
	margin-bottom: 0;
}
.studio-info__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 8px;
}
.studio-info__contact-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 24px;
	height: 24px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	fill: #53c9c6;
}
.studio-info__contact a {
	text-decoration: underline;
}
.studio-info__contact a:hover {
	color: #53c9c6;
}
.studio-info__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 16px;
	margin-bottom: 0;
}
.studio-info__social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	fill: currentColor;
}
.studio-info__social-link:hover {
	fill: #53c9c6;
}
.studio-info__wrap {
	display: grid;
	gap: 40px;
	width: 100%;
}
.studio-info__contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 40px;
}
.studio-info__parking-desc {
	font-size: 14px;
}
.studio-info__hours-table {
	font-size: 12px;
	font-weight: 500;
	width: 100%;
}
.studio-info__hours-table tbody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
}
.studio-info__hours-table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background-color: #fff;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	border-radius: 10px;
}
.studio-info__hours-table tr td {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding: 8px 12px;
	text-align: right;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}
.studio-info__hours-table tr td:first-child {
	text-align: left;
	width: 28%;
}
.modal-wrapper .studio-info__hours-table tr td {
	padding: 0;
}

.studio-form-section {
	padding-bottom: 40px;
	background-color: #f4f4f4;
}

.studio-form-card {
	margin-top: -80px;
	position: relative;
	z-index: 0;
}

.form-holder {
	padding: 40px 24px;
	background-color: #fff;
	border-radius: 16px;
}
.form-holder__head {
	font-size: 16px;
	margin-bottom: 24px;
}
.form-holder__title {
	font-weight: normal;
	color: #000;
	margin-bottom: 24px;
}

.state-nearby-grid {
	display: grid;
	gap: 16px;
}

.state-studio-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	font-size: 18px;
	background: #fff;
	padding: 24px;
	gap: 24px;
	border-radius: 16px;
}
.state-studio-card__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	gap: 8px;
}
.state-studio-card__name {
	font-weight: 500;
	margin-bottom: 0;
}
.state-studio-card__city,
.state-studio-card__address {
	color: #6c7277;
}
.state-studio-card__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 16px;
	padding-top: 24px;
	width: 100%;
}

.faq-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 40px;
}
.faq-holder__title {
	font-weight: normal;
	margin-bottom: 16px;
}

.section-error {
	padding: 40px 0 160px;
	min-height: calc(80vh - 80px);
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #131415;
}
.section-error::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #fff;
	z-index: -1;
	border-radius: 0 0 var(--radius) 0;
}

.error-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-size: 24px;
	max-width: 882px;
}
.error-content__subtitle {
	font-size: 20px;
	font-weight: 500;
	color: #6c7277;
	margin: 0 0 24px;
}
.error-content__title {
	margin-bottom: 16px;
}

.ticker {
	--ticker-bg: #25282a;
	--ticker-color: #fff;
	--ticker-icon: #cedd44;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 63px;
	overflow: hidden;
	width: 100%;
	color: var(--ticker-color);
	padding: 16px 0;
	font-size: 16px;
	line-height: 1;
	position: relative;
}
.ticker::before,
.ticker::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 110px;
	z-index: 1;
	pointer-events: none;
}
.ticker::before {
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(var(--ticker-bg)), to(transparent));
	background: linear-gradient(to right, var(--ticker-bg), transparent);
}
.ticker::after {
	right: 0;
	background: -webkit-gradient(linear, right top, left top, from(var(--ticker-bg)), to(transparent));
	background: linear-gradient(to left, var(--ticker-bg), transparent);
}
.ticker--light {
	--ticker-bg: #fff;
	--ticker-color: #25282a;
	--ticker-icon: #53c9c6;
	padding: 0;
	min-height: 26px;
}
.ticker--teal {
	--ticker-bg: #d9f1f0;
	--ticker-color: #25282a;
	--ticker-icon: #53c9c6;
	padding: 0;
	min-height: 26px;
}
.ticker--dark {
	--ticker-bg: #25282a;
	--ticker-color: #fff;
	--ticker-icon: #cedd44;
	background-color: var(--ticker-bg);
}
.ticker--dark::before,
.ticker--dark::after {
	display: none;
}
.ticker__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-animation: ticker-scroll var(--ticker-duration, 30s) linear infinite;
	        animation: ticker-scroll var(--ticker-duration, 30s) linear infinite;
	will-change: transform;
}
.ticker__item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 16px;
	padding-right: 24px;
	white-space: nowrap;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.ticker__icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	fill: var(--ticker-icon);
}
.ticker__icon svg {
	display: block;
}
.ticker:hover .ticker__track {
	-webkit-animation-play-state: paused;
	        animation-play-state: paused;
}

@-webkit-keyframes ticker-scroll {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(calc(-1 * var(--ticker-shift, 0px)), 0, 0);
		        transform: translate3d(calc(-1 * var(--ticker-shift, 0px)), 0, 0);
	}
}

@keyframes ticker-scroll {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(calc(-1 * var(--ticker-shift, 0px)), 0, 0);
		        transform: translate3d(calc(-1 * var(--ticker-shift, 0px)), 0, 0);
	}
}
.card-columns {
	display: grid;
	gap: 16px;
	margin-bottom: 0;
}
.card-columns__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 16px;
	width: 100%;
}

.logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 0;
}
.logos__item img {
	display: block;
}

.leadership {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 16px;
	gap: 60px;
	margin-bottom: 0;
}
.leadership__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 24px;
}
.leadership__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	height: 280px;
	width: 100%;
	overflow: hidden;
	border-radius: 16px;
}
.leadership__img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.leadership__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.leadership__title {
	font-weight: 600;
	margin-bottom: 8px;
}
.leadership__subtitle {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 16px;
}
.leadership__icon {
	fill: #53c9c6;
}

.franchise-nav {
	font-size: 16px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.franchise-nav.is-open {
	z-index: 100;
}
.franchise-nav__toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 16px 32px 16px 24px;
	background: #fff;
	border-radius: 16px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}
.franchise-nav__icon {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	-webkit-transform: translateY(-2px) rotate(45deg);
	        transform: translateY(-2px) rotate(45deg);
	-webkit-transform-origin: 60% 60%;
	        transform-origin: 60% 60%;
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.franchise-nav__toggle[aria-expanded=true] .franchise-nav__icon {
	-webkit-transform: translateY(2px) rotate(-135deg);
	        transform: translateY(2px) rotate(-135deg);
}
.franchise-nav__list {
	display: none;
	list-style: none;
	margin: 4px 0 0;
	background: #fff;
	border-radius: 16px;
	padding: 12px 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 10;
}
.franchise-nav.is-open .franchise-nav__list {
	display: block;
}
.franchise-nav__link {
	display: block;
	padding: 12px 24px;
	color: #25282a;
	text-decoration: none;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.franchise-nav__link:hover {
	color: #25282a;
}
.franchise-nav__item--active .franchise-nav__link {
	font-weight: 600;
	color: #25282a;
}

.section-franchise {
	padding: 24px 0 40px;
}
.section-franchise:has(.section-franchise__content){
	padding-bottom: 140px;
}
.section-franchise__content h1 {
	margin-bottom: 8px;
}

section:has(.studio-map){
	overflow:visible;
}

.studio-map {
	position: relative;
	width: calc(100% + 200px);
    padding: 100px;
    margin: -100px;
}
.studio-map__svg,
.studio-map svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}
.studio-map path {
	-webkit-transition: fill-opacity 0.2s ease, fill 0.2s ease, -webkit-filter 0.2s ease;
	transition: fill-opacity 0.2s ease, fill 0.2s ease, -webkit-filter 0.2s ease;
	transition: filter 0.2s ease, fill-opacity 0.2s ease, fill 0.2s ease;
	transition: filter 0.2s ease, fill-opacity 0.2s ease, fill 0.2s ease, -webkit-filter 0.2s ease;
}
.studio-map path[data-tier=strong] {
	fill: #53c9c6;
	fill-opacity: 1;
}
.studio-map path[data-tier=available] {
	fill: #53c9c6;
	fill-opacity: 0.3;
}
.studio-map path[data-tier=unavailable] {
	fill: #6c7277;
	fill-opacity: 1;
}
.studio-map path[data-state] {
	cursor: pointer;
}
.studio-map path[data-state]:hover,
.studio-map path[data-state].is-active {
	-webkit-filter: brightness(0.9);
	        filter: brightness(0.9);
	fill-opacity: 1;
}
.studio-map path[data-tier=unavailable] {
	cursor: default;
	pointer-events: none;
}

.status-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 16px;
	padding-top: 16px;
	margin: 0;
}
.status-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 12px;
	padding: 9px 16px;
	gap: 8px;
	position: relative;
	background-color: #fff;
	border-radius: 50px;
}
.status-list__item::before {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 16px;
	height: 16px;
	background-color: #53c9c6;
	border-radius: 50%;
}
.status-list__item--available::before {
	background-color: #c4e7e6;
}
.status-list__item--unavailable::before {
	background-color: #6c7277;
}

.map-tooltip {
	position: absolute;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 8px;
	min-width: 152px;
	padding: 16px;
	background: #fff;
	color: #000;
	border-radius: 8px;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}
.map-tooltip::before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	width: 46px;
	height: 40px;
	z-index: -1;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDciIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCA0NyA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0Ljk1MjkgMzkuNzVDMjQuMTgzMSA0MS4wODMzIDIyLjI1ODYgNDEuMDgzMyAyMS40ODg4IDM5Ljc1TDAuMjcxMTMzIDNDLTAuNDk4NjY1IDEuNjY2NjcgMC40NjM1ODEgLTIuMDQ4MTJlLTA3IDIuMDAzMTkgLTcuMDIxNTdlLTA4TDQ0LjQzODQgMy42Mzk1OWUtMDZDNDUuOTc4IDMuNzc0MTllLTA2IDQ2Ljk0MDMgMS42NjY2NyA0Ni4xNzA1IDNMMjQuOTUyOSAzOS43NVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=") no-repeat;
	background-size: cover;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.map-tooltip.is-visible {
	opacity: 1;
}
.map-tooltip__title {
	font-size: 14px;
	font-weight: 700;
}
.map-tooltip__row {
	display: block;
	font-weight: 500;
	font-size: 12px;
	text-transform: capitalize;
}
.map-tooltip__row--muted {
	color: #a8adad;
}
.map-tooltip__num {
	font-weight: 700;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 16px;
	margin-top: 40px;
	position: relative;
	margin-bottom: 0;
}
.pagination__item--nav {
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.pagination__page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	border-radius: 50%;
	z-index: 0;
}
.pagination__page--current {
	color: #fff;
}
.pagination__page--current::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	z-index: -1;
	background-color: #25282a;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border-radius: 50%;
}
.pagination__page--prev,
.pagination__page--next {
	width: 56px;
	height: 56px;
	background-color: #53c9c6;
	fill: currentColor;
}
.pagination__page--disabled {
	cursor: auto;
	fill: #a8adad;
	background: #cbefee;
}

.hotspot-image {
	position: relative;
	display: block;
}
.hotspot-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
}
.hotspot-image__dot {
	position: absolute;
	left: var(--x);
	top: var(--y);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #53c9c6;
	border: none;
	cursor: pointer;
	padding: 0;
	border: 2px solid #fff;
	-webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, transform 0.2s ease;
	transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
	z-index: 2;
}
.hotspot-image__dot:hover {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	        transform: translate(-50%, -50%) scale(1.1);
}
.hotspot-image__dot.is-active {
	background: #cedd44;
}
.hotspot-image__tooltip {
	position: absolute;
	background: #dde77c;
	padding: 16px;
	width: 152px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	z-index: 3;
	border-radius: 16px;
}
.hotspot-image__tooltip.is-visible {
	opacity: 1;
	visibility: visible;
}
.hotspot-image__tooltip::after {
	content: "";
	position: absolute;
	left: var(--arrow-x, 50%);
	top: 100%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #dde77c;
}
.hotspot-image__tooltip.is-below::after {
	top: auto;
	bottom: 100%;
	border-top: none;
	border-bottom: 10px solid #dde77c;
}
.hotspot-image__tooltip-title {
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 8px;
}
.hotspot-image__tooltip-text {
	font-weight: 500;
	font-size: 12px;
}

.post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 24px;
	margin-bottom: 0;
}
.post-meta__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 8px;
}
.post-meta__value {
	font-weight: 600;
	font-size: 16px;
}
.post-meta__label {
	font-weight: 500;
	font-size: 12px;
}

.cta-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 40px;
	background: #cbefee;
	border-radius: 16px;
}

.section-copy {
	font-size: 16px;
}
.section-copy p > img {
	display: block;
	border-radius: 16px;
}
.section-copy p:has(img) {
	margin-top: 40px;
}

.layout {
	display: grid;
	gap: 40px;
}
.layout--full {
	grid-template-columns: 1fr;
}
.layout__main {
	min-width: 0;
}
.modal-wrapper {
	position: fixed;
	inset: 0;
	z-index: 1001;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
	transition: opacity 0.3s ease, visibility 0s linear 0.3s;
	z-index: 1001;
	overflow: hidden;
}
.modal-wrapper__panel {
	position: relative;
	max-width: 354px;
	z-index: 1;
	width: calc(100% - 46px);
	background: #fff;
	border-radius: 16px;
}
.modal-wrapper__inner {
	max-height: 90vh;
	overflow-y: auto;
	padding: 40px 24px;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
.modal-wrapper__inner::-webkit-scrollbar {
	width: 4px;
}
.modal-wrapper__inner::-webkit-scrollbar-track {
	background: transparent;
}
.modal-wrapper__inner::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
.modal-wrapper__inner::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.4);
}
.modal-wrapper__close {
	position: absolute;
	top: 40px;
	right: 24px;
}
.modal-wrapper__header {
	padding-right: 42px;
	margin-bottom: 24px;
}
.modal-wrapper__title {
	margin-bottom: 16px;
}
.modal-wrapper__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
	padding-top: 40px;
}
.modal-wrapper__footer--btns {
	display: grid;
}
.modal-wrapper__footer--btns .btn {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.modal-wrapper__footer:empty {
	padding: 0;
}
.modal-wrapper__footer-note {
	font-size: 16px;
	color: #6c7277;
}
.modal-wrapper__footer-note a:hover {
	color: var(--brand-color);
}
.modal-wrapper[hidden] {
	display: none;
}
.modal-wrapper__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
body.bb-modal-open .modal-wrapper {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: opacity 0.3s ease, visibility 0s;
	transition: opacity 0.3s ease, visibility 0s;
}

body.bb-modal-open {
	overflow: hidden;
}

.spinner {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
}
.spinner::before {
	content: "";
	position: absolute;
	inset: 0;
	border: 3px solid rgba(37, 40, 42, 0.15);
	border-top-color: #53c9c6;
	border-radius: 50%;
	-webkit-animation: spinner-rotate 0.8s linear infinite;
	        animation: spinner-rotate 0.8s linear infinite;
}

@-webkit-keyframes spinner-rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes spinner-rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.is-loading-wrap {
	position: relative;
	min-height: 200px;
}
.is-loading-wrap > .spinner {
	display: none;
}
.is-loading-wrap.is-loading > *:not(.spinner) {
	opacity: 0.4;
	pointer-events: none;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.is-loading-wrap.is-loading > .spinner {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 10;
}

.search-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
	margin: 0;
}

.link-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 24px;
	gap: 16px;
	position: relative;
	background: #fff;
	border-radius: 16px;
}
.link-card:hover .link-card__arrow {
	-webkit-transform: translateX(6px);
	        transform: translateX(6px);
	fill: #53c9c6;
}
.link-card__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
	width: 100%;
}
.link-card__arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 24px;
	height: 24px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	fill: #6c7277;
	-webkit-transition: fill 0.15s, -webkit-transform 0.2s ease;
	transition: fill 0.15s, -webkit-transform 0.2s ease;
	transition: transform 0.2s ease, fill 0.15s;
	transition: transform 0.2s ease, fill 0.15s, -webkit-transform 0.2s ease;
}
.link-card__type {
	font-size: 12px;
	font-weight: 500;
	color: #6c7277;
}
.link-card__title {
	font-weight: 500;
	margin-bottom: 0;
}
.link-card__excerpt {
	font-size: 14px;
	color: #6c7277;
}
.link-card__link {
	position: absolute;
	inset: 0;
	z-index: 1;
}

body:has(.section-hero) .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

body.admin-bar:has(.section-hero) .header {
	top: 32px;
}

body.admin-bar:has(.section-hero) .header.header--scrolled {
	top: 0;
}

body:has(.section-hero) .header:not(.header--scrolled) {
	background-color: transparent;
}

.header {
	position: sticky;
	top: 0;
	padding: 35px 0;
	z-index: 199;
	background-color: #fff;
	-webkit-transition: background-color 0.5s ease, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: background-color 0.5s ease, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.5s ease;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.5s ease, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #fff;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 24px;
}
.header__logo {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: relative;
	width: 170px;
	height: 18px;
	fill: #25282a;
	z-index: 1003;
}
body:has(.section-hero):not(.nav-active) .header:not(.header--scrolled):not(.is-search-open) .header__logo {
	fill: #fff;
}
.header__logo svg {
	display: block;
	width: 100%;
}
.header--scrolled {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.header--hidden {
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}

body.header-hidden .bb-locations-filters {
	top: 0;
}

.nav-drop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 24px;
	width: 100%;
}
.nav-drop__btn {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	text-align: center;
	width: 100%;
}

.search-wrapper {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	width: 100%;
}
.search-wrapper__toggle {
	display: none;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.search-wrapper__toggle:hover,
.search-wrapper__toggle:focus-visible {
	color: #53c9c6;
}
.search-wrapper__toggle:focus-visible {
	outline: 2px solid #a7e4e2;
	outline-offset: 2px;
}
.search-wrapper__icon {
	display: block;
	fill: #25282a;
}
.search-wrapper__icon--search {
	fill: #25282a;
	-webkit-transition: fill 0.5s ease;
	transition: fill 0.5s ease;
}
body:has(.section-hero):not(.nav-active) .header:not(.header--scrolled):not(.is-search-open) .search-wrapper__icon--search {
	fill: #fff;
}
.search-wrapper__icon--close {
	display: none;
}
.search-wrapper .search {
	max-width: none;
}
input.search-wrapper .search__input {
	height: 40px;
	border: none;
	background-color: #f4f4f4;
	border-radius: 50px;
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 24px;
	margin: 0;
}
.menu__item:has(.bb-auth-login.bb-auth-hidden),
.menu__item:has(.bb-auth-account.bb-auth-hidden) {
	display: none;
}
.menu__link {
	display: block;
	font-size: 20px;
	line-height: 1.2;
}

.nav-opener {
	display: block;
	position: absolute;
	left: var(--gutter);
	top: 50%;
	width: 26px;
	height: 20px;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 1004;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.nav-opener span {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -1px;
	background-color: #25282a;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
body:has(.section-hero):not(.nav-active) .header:not(.header--scrolled):not(.is-search-open) .nav-opener span {
	background-color: #fff;
}
.nav-opener:after,
.nav-opener:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 2px;
	background-color: #25282a;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
body:has(.section-hero):not(.nav-active) .header:not(.header--scrolled):not(.is-search-open) .nav-opener:after,
body:has(.section-hero):not(.nav-active) .header:not(.header--scrolled):not(.is-search-open) .nav-opener:before {
	background-color: #fff;
}
.nav-opener:after {
	top: 0;
}
.nav-opener:before {
	bottom: 0;
}
body.nav-active .nav-opener {
	position: fixed;
	top: 45px;
}
body.nav-active .nav-opener span {
	background-color: transparent;
	margin: 0;
}
body.nav-active .nav-opener:after,
body.nav-active .nav-opener::before {
	background-color: #25282a;
}
body.nav-active .nav-opener:after {
	margin-top: -1px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
body.nav-active .nav-opener:before {
	margin-bottom: -1px;
	bottom: 50%;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

@-webkit-keyframes searchFormReveal {
	from {
		opacity: 0;
		-webkit-transform: translateX(14px);
		        transform: translateX(14px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}

@keyframes searchFormReveal {
	from {
		opacity: 0;
		-webkit-transform: translateX(14px);
		        transform: translateX(14px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes searchFormHide {
	from {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
}
@keyframes searchFormHide {
	from {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
}
.has-hash .header {
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition: none;
	transition: none;
}

.footer {
	background-color: #131415;
	color: #fff;
	overflow: hidden;
}
.footer__top {
	display: grid;
	gap: 60px;
	padding: 60px 0;
}
.footer__app {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer__app .store-badges {
	gap: 8px;
}
.footer__app-title {
	color: #a8adad;
	font-weight: normal;
	margin-bottom: 16px;
}
.footer__logo {
	margin: 0 auto;
	max-width: 214px;
}
.footer__logo-img {
	display: block;
	width: 100%;
}
.footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 24px;
}
.footer__bottom {
	background-color: #25282a;
	padding: 24px 0;
}
.footer__legal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
}
.footer__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	gap: 16px;
	margin: 0;
}
.footer__nav-link {
	display: block;
}

.legal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 12px;
	line-height: 1.2;
	color: #a8adad;
	gap: 8px;
	margin: 0;
}
.legal__item {
	position: relative;
}
.legal__item:first-child::before {
	display: none;
}
.legal__item::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	width: 1px;
	height: 10px;
	background-color: currentColor;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.legal__link {
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.legal__link:hover {
	opacity: 0.7;
}

.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 24px;
	margin-bottom: 0;
}
.socials__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	fill: #a8adad;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.socials__link:hover {
	opacity: 0.7;
}

.tabs__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-right: 24px;
	margin: 0 -24px 16px 0;
}
.tabs__item--active .tabs__link {
	color: #fff;
	background-color: #25282a;
}
.tabs__link {
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 12px 24px;
	background: transparent;
	border: none;
	border-radius: 50px;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.tabs__pane {
	display: none;
	background-color: #fff;
	overflow: hidden;
	border-radius: 16px;
}
.tabs__pane--active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-animation: tabsPaneIn 0.4s ease-in-out;
	        animation: tabsPaneIn 0.4s ease-in-out;
}
@-webkit-keyframes tabsPaneIn {
	from { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); }
	to   { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes tabsPaneIn {
	from { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); }
	to   { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
	.tabs__pane--active {
		-webkit-animation: none;
		        animation: none;
	}
}
.tabs__visual img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.tabs__content {
	font-size: 16px;
	padding: 40px;
}
.tabs__content dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
	margin-bottom: 24px;
}
.tabs__content dl:last-child {
	margin-bottom: 0;
}
.tabs__content dl dt,
.tabs__content dl dd {
	margin: 0;
	padding: 0;
}
.tabs__content dl dt {
	font-size: 18px;
}
.tabs__content h3 {
	font-weight: 700;
	margin-bottom: 8px;
}
.tabs__content .brand-mark {
	margin-bottom: 24px;
}
.tabs__intensity-bar {
	display: block;
	height: 8px;
	background: rgba(255, 255, 255, 0.2);
	position: relative;
	border-radius: 42px;
	overflow: hidden;
	border: 1px solid #25282a;
	margin-bottom: 24px;
}
.tabs__intensity-bar::after {
	content: "";
	position: absolute;
	inset: 0;
	width: 0;
	background: #25282a;
	-webkit-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.tabs__intensity-bar--animated::after {
	width: var(--intensity, 0%);
}

.text-divider {
	font-size: 14px;
	padding-left: 16px;
	position: relative;
}
.text-divider::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #53c9c6;
	border-radius: 2px;
}

.studio-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	font-size: 18px;
	background-color: #fff;
	padding: 24px;
	gap: 24px;
	border-radius: 16px;
}
.bg-gradient-lime-teal .studio-card,
.bg-gradient-light-teal  .studio-card{
	background-color: #f4f4f4;
}

.studio-card__badge {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
	padding: 4px 16px;
	border-radius: 50px;
	margin-top: 3px;
	background-color: #cbefee;
}
.studio-card__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	gap: 8px;
}
.studio-card__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 8px;
	width: 100%;
	margin-bottom: 0;
}
.studio-card__city,
.studio-card__address {
	color: #6c7277;
}
.studio-card__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 8px;
	width: 100%;
}
.studio-card__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 16px;
	width: 100%;
}

.text-animated {
	font-size: 30px;
	text-align: center;
	max-width: 872px;
	margin: 0 auto;
}

.scroll-reveal-container {
	position: relative;
}

.scroll-reveal-word {
	display: inline-block;
	vertical-align: bottom;
}

.scroll-reveal-word-inner {
	display: inline-block;
	opacity: 0.03;
	-webkit-transform: translateY(60px) scale(0.92) rotate(0.8deg);
	        transform: translateY(60px) scale(0.92) rotate(0.8deg);
	-webkit-filter: blur(12px);
	        filter: blur(12px);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform, opacity, filter;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.scroll-reveal-complete .scroll-reveal-word-inner {
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.accordion__content ul{
	list-style: disc;
	padding-left: 1.25em;
}
.accordion__content ul li{
	list-style: disc;
}

/* Restore list markers on Gutenberg content lists (globally reset to none). */
ul.wp-block-list,
ul.wp-block-list li {
	list-style: disc;
}
ol.wp-block-list,
ol.wp-block-list li {
	list-style: decimal;
}
ul.wp-block-list,
ol.wp-block-list {
	padding-left: 1.25em;
}

.bb-comms-row { display:flex; align-items:center; gap:12px; margin-bottom:10px; }
.bb-comms-checkbox { display:flex; align-items:center; gap:8px; margin-bottom:12px; cursor:pointer; }
.bb-res-actions { display:flex; flex-direction:column; gap:8px; align-items:flex-end; }
.bb-res-add-link, .bb-res-cal-link { text-decoration:underline; font-size:0.9rem; }
.bb-res-detail-head { display:flex; justify-content:space-between; align-items:flex-start; gap:16px; flex-wrap:wrap; }
.bb-res-paid { margin:16px 0; }
.bb-res-instructor { display:flex; align-items:center; gap:10px; margin:12px 0; }
.bb-res-instr-photo { width:48px; height:48px; border-radius:50%; object-fit:cover; }
.bb-back-to-res { display:inline-block; margin-bottom:16px; text-decoration:underline; }
.bb-schedule__reserved-actions { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.bb-schedule__add-guest-link { font-size: 0.875rem; text-decoration: underline; cursor: pointer; }
.bb-schedule__btn--reserved { text-decoration: none; }


.bb-res-detail {
    max-width: 720px;
}
.bb-res-detail-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.bb-res-detail-name {
    font-size: 28px;
    font-weight: 700;
    color: #25282a;
    margin: 0 0 6px;
}
.bb-res-detail-dt {
    font-size: 16px;
    color: #25282a;
    margin: 0 0 4px;
}
.bb-res-detail-meta {
    font-size: 14px;
    color: #6c7277;
    margin: 0;
}
.bb-res-book-guest {
    flex-shrink: 0;
}
.bb-res-cal-link {
    display: inline-block;
    margin: 4px 0 20px;
    font-size: 14px;
    color: #25282a;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.bb-res-cal-link:hover {
    color: #53c9c6;
}
.bb-res-paid {
    margin: 20px 0;
}
.bb-res-paid strong {
    display: block;
    font-size: 14px;
    color: #25282a;
    margin-bottom: 4px;
}
.bb-res-paid div {
    color: #6c7277;
    font-size: 14px;
}
.bb-back-to-res {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #25282a;
    text-decoration: none;
}
.bb-back-to-res:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.bb-form-actions {
    display: flex;
    gap: 12px;
    margin: 24px 0;
}

.bb-res-class-details {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e6e6e6;
}
.bb-res-class-details h4 {
    font-size: 15px;
    font-weight: 700;
    color: #25282a;
    margin: 16px 0 8px;
}
.bb-res-class-details p {
    color: #6c7277;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
.bb-res-instructor {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0;
}
.bb-res-instr-photo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.section-franchise + .studio-form-section {
	padding-top:1px;
}

/* Owner quote (pre-open) — give the cite space from the quote, and more padding inside the card */
.studio-owner-quote .testimonial__quote cite {
    display: block;
    margin-top: 1.5rem;
}

/* Studio lead form submit — override Formidable's blue with theme button style */
.frm_style_formidable-style.with_frm_style .frm_submit button.btn--primary {
	background: var(--btn-primary-bg, #53C9C6);
	border-color: var(--btn-primary-bg, #53C9C6);
	color: #fff;
	border-radius: 999px;        /* match your pill btn radius */
	box-shadow: none;
	font-weight: 700;
	padding: 14px 28px;          /* match .btn / .btn--primary */
	margin: 0;
}

/* hover/focus to match your .btn--primary */
.frm_style_formidable-style.with_frm_style .frm_submit button.btn--primary:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button.btn--primary:focus {
	background: var(--btn-primary-hover, #3bb3b0);
	border-color: var(--btn-primary-hover, #3bb3b0);
}
/* Studio lead form: underline the Terms / Privacy links in the consent checkbox */
#form_studio-lead-form .frm_checkbox label a {
	text-decoration: underline;
}

.blog-card__visual {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.blog-card__visual a {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-copy ul,
.section-copy ul li {
	list-style: disc !important;
	padding-left: 5px;
}
.section-copy ol,
.section-copy ol li {
	list-style: decimal !important;
	padding-left: 5px;
}
.section-copy ul li,
.section-copy ol li {
	margin-bottom: 0.75em;
}
.section-copy li span[style*="text-decoration: underline"] {
	text-decoration: none !important;
	font-weight: bold;
}
.section-copy p + :not(p):not(ul):not(ol) {
	margin-top: 40px;
}

.state-empty{
	text-align: center;
    padding: 50px 0;
}

@media (min-width:1200px){
	
/* Sticky locations filter: when the header is visible (scrolling up) sit 100px
   below the top so it clears the header; when the header is hidden (scrolling
   down) stick to the very top as before. The `body` prefix raises specificity
   above the plugin's own `top` rule. */
	body .bb-locations-filters {
		top: 100px;
		-webkit-transition: top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
}

@media (max-width: 1199px){
	body.nav-scroll-lock {
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
		overflow: hidden;
	}
	body.nav-active .header::before {
		/*opacity: 1;
		z-index: 1003;*/
	}

	body.nav-active .header-search__btn{
		/*top:9px;*/
	}

	body.nav-active .header{
		padding-top:0px;
	}

	body.nav-active .header__logo{
		top:35px;
	}
	
	body.nav-active .header--hidden {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	.nav-drop {
		opacity: 0;
		top: -9999px;
		left: -9999px;
		right: 9999px;
		bottom: 9999px;
		position: fixed;
		height: 100dvh;
		z-index: 1000;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
		padding: 88px var(--gutter) 24px;
		gap: 24px;
		background: #fff;
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s ease;
		transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s ease;
		transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s ease;
		transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
	}
	body.nav-active .nav-drop {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
		transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
		transition: opacity 0.35s ease, transform 0.35s ease;
		transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
	}
	input.search-wrapper .search__input {
		padding-right: 24px;
	}
	.search-wrapper .search__btn.btn {
		display: none;
	}
}

@media (max-width: 1023px){
	.logos {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 24px;
	}
	.panel .mt-flow__step .ss-main {
		background: #fff;
		border-color: #fff;
	}
	.search-form:has(.search-form__filter-wrap.is-open) .search-form__btn-filter {
		fill: #25282a;
	}
	.search-form:has(.search-form__options) .search-form__field {
		padding-right: 170px;
	}
	.search-form__submit {
		display: none;
	}
	.search-form__filter-wrap {
		width: 100%;
		display: grid;
		grid-template-rows: 0fr;
		opacity: 0;
		-webkit-transition: grid-template-rows 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
		transition: grid-template-rows 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
		transition: grid-template-rows 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease, -ms-grid-rows 0.3s ease;
	}
	.search-form__filter-wrap > * {
		min-height: 0;
		overflow: hidden;
	}
	.search-form__filter-wrap.is-open {
		grid-template-rows: 1fr;
		opacity: 1;
		margin-top: 16px;
	}
	.search-form__select .ss-main {
		background: #fff;
	}
	.search-form__options .btn,
	.search-form__options input[type=button],
	.search-form__options input[type=reset],
	.search-form__options input[type=submit],
	.search-form__options button[type=submit] {
		border-radius: 50px 0 0 50px;
		background-color: #f4f4f4;
	}
	.search-form__options .btn:last-child,
	.search-form__options input[type=button]:last-child,
	.search-form__options input[type=reset]:last-child,
	.search-form__options input[type=submit]:last-child,
	.search-form__options button[type=submit]:last-child {
		border-radius: 0 50px 50px 0;
	}
	.search-form__options .btn span,
	.search-form__options input[type=button] span,
	.search-form__options input[type=reset] span,
	.search-form__options input[type=submit] span,
	.search-form__options button[type=submit] span {
		display: none;
	}
	.bg-split-gradient-white .split-card__content {
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 245, 244, 0.47)), to(#CBEFEE));
		background: linear-gradient(180deg, rgba(240, 245, 244, 0.47) 0%, #CBEFEE 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #F4F4F4;
	}
	.show-desktop {
		display: none;
	}
	.section--cta {
		padding-bottom: 0;
	}
	.panel--mobile-tall {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-hero .brand-mark {
		margin-bottom: 24px;
	}
	.split-card--bleed .split-card__content {
		margin: 0 calc(var(--gutter) * -1);
		padding-left: var(--gutter);
		padding-right: var(--gutter);
	}
	.split-card--bleed .split-card__content--flush-bottom {
		padding-bottom: 0;
	}
	.split-card--bleed .split-card__content--flush-bottom:has(.card-list) {
		padding-bottom: 40px;
	}
	.split-card__content h2 {
		margin-bottom: 16px;
	}
	.order-1 {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.order-2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.service-card__content {
		overflow: hidden;
		height: 0;
		-webkit-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
		transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
	}
	.service-card {
		cursor: pointer;
		opacity: 0.5;
	}
	.service-card.is-expanded {
		opacity: 1;
		cursor: default;
	}
	.service-card.is-expanded .service-card__content {
		opacity: 1;
	}
	.service-card:not(.is-expanded) .service-card__title {
		margin-bottom: 0;
	}
	.service-card .accordion__icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		top: 24px;
		right: 24px;
	}
	.service-card__title {
		padding-right: 36px;
	}
	.service-card.is-expanded .accordion__icon::before {
		opacity: 0;
	}
	.card-wrapper--offset {
		margin: 0 calc(var(--gutter) * -1);
		border-radius: 0;
	}
	.slider-card .swiper-slide .blog-card {
		opacity: 0.5;
	}
	.slider-card .swiper-slide.swiper-slide-active .blog-card {
		opacity: 1;
	}
	.slider-service .swiper-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 16px;
	}
	.slider-service .swiper-slide {
		width: 100% !important;
		margin: 0 !important;
	}
	.lead--row .swiper-nav {
		display: none;
	}
	.testimonial__quote {
    	padding-left: 30px;
	}
	.testimonial__quote:before {
    	left: 0px;
	}
	.cite-wrap{
		display: flex;
		flex-direction: row-reverse;
		margin-left: -30px;
		justify-content: flex-end;
		align-items:center;
		gap: 10px;
	}

	.testimonial__img {
		position: static;
		bottom: 24px;
		left: 24px;
		margin:0;
	}
	.testimonial__quote cite {
		padding-left: 10px;
		padding-top:0px;
		display: block;
	}
	.slider-testimonial {
		overflow: visible;
	}
	.ticker--light {
		font-size: 20px;
	}
	.ticker--teal {
		font-size: 20px;
	}
}

@media screen and (max-width: 782px){
	body.admin-bar:has(.section-hero) .header {
		top: 46px;
	}
	body.admin-bar:has(.section-hero) .header.header--scrolled {
		top: 0;
	}
}

@media (max-width: 767px){
	.modal-wrapper__footer-note a {
		display: block;
		text-decoration: underline;
	}

	.studio-map{
		padding: 100px 127px;
	}
}

@media (max-width: 667px){
	table th {
		padding: 10px 5px;
	}
}

@media (max-width: 480px){
	.hotspot-image__dot {
		left: var(--x-mobile, var(--x));
		top: var(--y-mobile, var(--y));
	}
}

@media (max-width: 479px){
	.btn--full-width {
		width: 100%;
	}
	.franchise-form-card .frm_button_submit,
	.franchise-form-card .frm_prev_page {
		width: 100%;
	}
	.franchise-form-card .frm_form_field .frm_combo_inputs_container {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (min-width: 812px) and (max-height: 414px) and (orientation: landscape){
	.slider-card {
		margin: 0 calc(var(--gutter) * -1);
	}
}

@media (min-width: 375px){
	.leadership__img {
		height: 354px;
	}
}

@media (min-width: 420px){
	.faq-tile__visual {
		height: 780px;
	}
}

@media (min-width: 480px){
	.slider-gallery .swiper-slide {
		width: auto;
	}
	.slider-gallery__img img {
		width: auto;
		max-width: none;
		height: 320px;
	}
	.post-meta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.tabs__intensity-bar {
		max-width: 240px;
	}
}

@media (min-width: 768px){
	.split-card--bleed .split-card__visual {
		height: 400px;
	}
	.blog-list {
		gap: 40px 24px;
		grid-template-columns: repeat(2, 1fr);
	}
	.card-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.card-list--cols-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.card-list--full-col {
		grid-template-columns: repeat(1, 1fr);
	}
	.state-nearby-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.card-columns {
		grid-template-columns: repeat(2, 1fr);
	}
	.leadership__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.leadership__img {
		width: 200px;
		height: 200px;
		border-radius: 24px;
	}
	.modal-wrapper__panel {
		max-width: 608px;
	}
	.modal-wrapper--lg .modal-wrapper__panel {
		max-width: 754px;
	}
	.modal-wrapper__footer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.modal-wrapper__footer--btns {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px){
	.btn {
		font-size: 12px;
	}
	.btn-back {
		font-size: 12px;
	}
	.split-card .btn-back {
		margin-bottom: 40px;
	}
	.btn-close--absolute {
		right: 40px;
	}
	input[type=text],
	input[type=tel],
	input[type=email],
	input[type=search],
	input[type=password],
	input[type=url],
	input[type=number],
	input[type=date],
	input[type=file],
	textarea,
	select {
		font-size: 16px;
	}
	.header-search {
		max-width: 435px;
	}
	input.header-search__input {
		padding-left: 64px;
		padding-right: 140px;
	}
	.header-search__icon {
		left: 40px;
	}
	button.header-search__btn {
		right: 16px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.studio-lead-form__row {
		grid-template-columns: repeat(2, 1fr);
	}
	.studio-lead-form__submit {
		padding-top: 24px;
	}
	.search-form {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 24px;
		padding: 16px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		background-color: #fff;
		margin-bottom: 40px;
	}
	.split-card--studio-map .search-form {
		max-width: 435px;
		gap: 14px;
		height: 72px;
		padding: 8px 16px 8px 40px;
	}
	.search-form:has(.search-form__options) {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
		padding-right: 254px;
	}
	.search-form:has(.search-form__options) .search-form__options {
		top: 16px;
		right: 16px;
	}
	.search-form:has(.search-form__filter-wrap) .search-form__field {
		max-width: 458px;
	}
	.search-form__field {
		padding-left: 14px;
		padding-right: 8px;
		border-color: #f4f4f4;
		background-color: #f4f4f4;
	}
	.search-form__field:focus-within {
		background-color: #fff;
	}
	.search-form__btn-filter {
		display: none;
	}
	.search-form__filter-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 40px;
		width: auto;
	}
	.search-form__select {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 16px;
	}
	.search-form__options {
		padding: 8px;
		background-color: #f4f4f4;
	}
	.franchise-form-card .frm_button_submit,
	.franchise-form-card .frm_prev_page {
		font-size: 12px;
	}
	.franchise-form-card .frm_submit {
		padding-top: 24px;
	}
	h1,
	.h1 {
		margin-bottom: 24px;
	}
	.text-m {
		font-size: 24px;
	}
	.subtitle {
		margin-bottom: 16px;
	}
	.list {
		margin-bottom: 32px;
	}
	blockquote {
		padding-top: 54px;
	}
	blockquote::before {
		font-size: 48px;
	}
	.text-m {
		font-size: 24px;
	}
	.stack {
		gap: 80px;
	}
	.stack--gap-sm {
		gap: 40px;
	}
	.bg-split-grey-white {
		background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f4f4f4), color-stop(50%, #fff));
		background: linear-gradient(to right, #f4f4f4 50%, #fff 50%);
	}
	.bg-split-gradient-white {
		background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff)), -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#cbefee));
		background: linear-gradient(to right, transparent 50%, #fff 50%), linear-gradient(180deg, #F4F4F4 0%, #CBEFEE 100%);

	}
	.show-mobile {
		display: none;
	}
	.section {
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.section--cta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		min-height: 748px;
	}
	.panel {
		padding: 40px;
		border-radius: 50px;
	}
	.panel--sm {
		border-radius: 16px;
	}
	.section-hero {
		min-height: 744px;
	}
	.studio-single--coming_soon_with_form .section-hero {
		padding-bottom: 200px;
	}
	.section-hero__content {
		font-size: 24px;
		max-width: 872px;
		margin-left: auto;
		margin-right: auto;
	}
	.section-hero .prose {
		max-width: 640px;
	}
	.lead--row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 40px;
	}
	.lead--space-md {
		margin-bottom: 80px;
	}
	.lead__col {
		max-width: 705px;
	}
	.lead .brand-mark--lg {
		margin-bottom: 40px;
	}
	.brand-mark {
		width: 120px;
		height: 56px;
	}
	.brand-mark--sm {
		width: 51px;
		height: 24px;
	}
	.brand-mark--lg {
		width: 171px;
		height: 80px;
	}
	.brand-mark--space-md {
		margin-bottom: 40px;
	}
	.split-card video {
		border-radius: 50px;
	}
	.bento-grid {
		gap: 24px;
		grid-template-columns: repeat(2, 1fr);
	}
	.bento-grid__item {
		gap: 24px;
	}
	.bento-img {
		border-radius: 50px;
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.bento-box {
		padding: 40px;
		border-radius: 50px;
	}
	.split-card {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}
	.split-card--bleed {
		grid-template-columns: 50% 1fr;
		gap: 40px;
	}
	.split-card--bleed:has(.split-card__visual:last-child) {
		grid-template-columns: 1fr 50%;
	}
	.split-card--bleed .split-card__visual {
		max-width: none;
		height: 100%;
		min-height: 478px;
	}
	.split-card--bleed .split-card__visual:first-child {
		margin-left: calc(-1 * var(--bleed));
		margin-right: 0;
		width: calc(100% + var(--bleed));
	}
	.split-card--bleed .split-card__visual:last-child {
		margin-right: calc(-1 * var(--bleed));
		margin-left: 0;
		width: calc(100% + var(--bleed));
	}
	.split-card--reverse .split-card__visual {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.split-card__visual:not([class*="--radius-"]) img {
		border-radius: 50px;
	}
	.split-card--bleed .split-card__content {
		padding: 80px 0;
	}
	.split-card__content--gradient {
		padding: 80px 40px;
	}
	.split-card--bleed .split-card__content--gradient {
		padding: 80px 40px;
		margin: 0;
	}
	.split-card--bleed .split-card__content--gradient:first-child {
		margin-left: calc(-1 * var(--bleed));
		padding-left: var(--bleed);
		width: calc(100% + var(--bleed));
	}
	.split-card--bleed .split-card__content--gradient:last-child {
		margin-right: calc(-1 * var(--bleed));
		padding-right: var(--bleed);
		width: calc(100% + var(--bleed));
	}
	section:has(.show-mobile) .split-card {
		margin-bottom: 0;
	}
	.blog-list {
		grid-template-columns: repeat(3, 1fr);
	}
	.blog-card__visual {
		border-radius: 24px;
	}
	.meta {
		font-size: 12px;
	}
	.prose {
		max-width: 618px;
	}
	.prose--sm {
		max-width: 540px;
	}
	.card-list {
		gap: 24px;
		grid-template-columns: repeat(3, 1fr);
	}
	.card-list--cols-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.card-list--full-col {
		grid-template-columns: repeat(1, 1fr);
	}
	.card-list:has(.blog-card) {
		row-gap: 40px;
	}
	.card {
		padding: 40px;
		border-radius: 24px;
	}
	.card--sm {
		padding: 24px;
	}
	.card--rounded {
		border-radius: 50px;
	}
	.card {
		font-size: 16px;
	}
	.card-columns .card {
		font-size: 14px;
	}
	.card__types {
		padding-top: 26px;
	}
	.service-card {
		padding: 40px;
		border-radius: 24px;
	}
	.service-card {
		opacity: 0.5;
		cursor: pointer;
		overflow: hidden;
		height: 184px;
		-webkit-transition: opacity 0.4s ease, height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
		transition: opacity 0.4s ease, height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.service-card.is-active {
		opacity: 1;
		cursor: default;
	}
	.service-card.is-active .service-card__content {
		opacity: 1;
		-webkit-transition-delay: 0.15s;
		        transition-delay: 0.15s;
	}
	.media-card {
		min-height: 350px;
		border-radius: 24px;
	}
	.media-card {
		padding: 40px;
	}
	.media-holder__title {
		margin-bottom: 40px;
	}
	.card-wrapper {
		padding: 40px;
		border-radius: 50px;
	}
	.slider-card {
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	.slider-service .swiper-wrapper {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.slider-service .swiper-slide {
		width: 408px;
		height: auto;
	}
	.testimonial {
		padding: 40px;
		border-radius: 50px;
	}
	.testimonial {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 40px;
	}
	.testimonial__img {
		width: 157px;
		height: 157px;
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.testimonial__quote {
		font-size: 24px;
		padding-right: 40px;
		padding-left: 40px;
	}
	.testimonial__quote cite {
		padding-left: 0;
		padding-top: 35px;
	}
	.testimonial__quote cite span {
		padding-left: 8px;
		display: inline-block;
	}
	.testimonial__quote cite span::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 2px;
		width: 1px;
		height: 14px;
		margin-top: 1px;
		background-color: currentColor;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.slider-testimonial {
		margin-bottom: 40px;
	}
	.slider-testimonial .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
		-webkit-transform: none !important;
		        transform: none !important;
	}
	.slider-testimonial .swiper-slide {
		width: 100% !important;
	}
	.testimonial-card {
		padding: 24px;
		border-radius: 24px;
	}
	.testimonial-card {
		min-height: 274px;
	}
	.testimonial-card:hover {
		opacity: 1;
		cursor: default;
	}
	.slider-gallery__img {
		border-radius: 34px;
	}
	.slider-gallery__img img {
		height: 480px;
	}
	.cta-layout {
		grid-template-columns: repeat(2, 1fr);
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.cta-layout__visual {
		position: absolute;
		bottom: -160px;
		right: calc(50% - 1070px);
		width: 1147px;
		margin: 0;
	}
	.store-badges {
		max-width: none;
	}
	.faq-tile {
		grid-template-columns: repeat(2, 1fr);
	}
	.faq-tile__visual {
		border-radius: 400px 50px 50px 50px;
	}
	.accordion {
		padding: 40px;
		border-radius: 50px;
	}
	.accordion {
		margin-bottom: 0;
	}
	.accordion__toggle {
		font-size: 18px;
	}
	.accordion--light-lime .accordion__toggle {
		font-size: 24px;
	}
	.accordion__item {
		padding: 40px;
		border-radius: 24px;
	}
	.accordion__content {
		padding-right: 40px;
	}
	.studio-info {
		gap: 24px;
		grid-template-columns: repeat(2, 1fr);
	}
	.studio-info {
		grid-template-columns: 40% 1fr;
	}
	.modal-wrapper .studio-info {
		grid-template-columns: 40% 1fr;
	}
	.studio-info__map {
		height: 100%;
		min-height: 325px;
		border-radius: 50px;
	}
	.modal-wrapper .studio-info__map {
		border-radius: 16px;
	}
	.studio-single--open .studio-info__map {
		height: 100%;
	}
	.modal-wrapper .studio-info__map {
		height: 325px;
		min-height: 0;
		border-radius: 16px;
	}
	.studio-info__name {
		margin-bottom: 24px;
	}
	.studio-info__name-icon {
		width: 51px;
		height: 24px;
	}
	.studio-info__details {
		min-height: 325px;
		padding: 40px;
		border-radius: 50px;
	}
	.studio-info__hours-table {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
	.studio-form-section {
		padding-bottom: 80px;
	}
	.studio-form-card {
		margin-top: -160px;
	}
	.form-holder {
		padding: 80px;
		border-radius: 50px;
	}
	.form-holder__head {
		margin-bottom: 40px;
	}
	.form-holder__title {
		margin-bottom: 40px;
	}
	.state-nearby-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
	.state-studio-card {
		border-radius: 24px;
	}
	.faq-holder {
		gap: 80px;
	}
	.faq-holder__title {
		margin-bottom: 24px;
	}
	.section-error {
		padding: 80px 0 100px;
	}
	.error-content__subtitle {
		font-size: 24px;
	}
	.error-content p {
		margin-bottom: 40px;
	}
	.ticker {
		font-size: 24px;
		min-height: 63px;
	}
	.ticker::before,
	.ticker::after {
		width: 136px;
	}
	.ticker--light {
		min-height: 36px;
	}
	.ticker--teal {
		min-height: 36px;
	}
	.ticker__item {
		gap: 24px;
	}
	.card-columns {
		gap: 24px;
	}
	.card-columns__item {
		gap: 24px;
	}
	.logos {
		gap: 80px;
	}
	.leadership {
		gap: 120px;
	}
	.leadership__item {
		gap: 40px;
	}
	.franchise-nav {
		padding: 24px 40px;
		max-width: 820px;
		margin: 0 auto 80px;
		background-color: #fff;
		border-radius: 24px;
	}
	.franchise-nav__toggle {
		display: none;
	}
	.franchise-nav__list {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		gap: 24px;
		position: static;
		margin: 0;
		padding: 0;
		background: transparent;
		border: none;
		border-radius: 0;
	}
	.franchise-nav__link {
		padding: 0;
		color: #6c7277;
		border-radius: 0;
	}
	.franchise-nav__link:hover {
		background: transparent;
	}
	.section-franchise {
		padding: 16px 0 80px;
	}

	.section-franchise:has(.section-franchise__content){
		padding-bottom:230px;
	}
	
	.section-franchise__content {
		max-width: 712px;
		margin: 0 auto;
	}
	.map-tooltip {
		border-radius: 16px;
	}
	.pagination {
		gap: 24px;
		margin-top: 80px;
		min-height: 56px;
	}
	.pagination__item--nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.hotspot-image img {
		border-radius: 50px;
	}
	.hotspot-image__dot {
		width: 32px;
		height: 32px;
		border-width: 5px;
	}
	.post-meta {
		gap: 40px;
		padding-top: 16px;
	}
	.post-meta__value {
		font-size: 18px;
	}
	.cta-holder {
		border-radius: 24px;
	}
	.section-copy p > img.size-full {
		border-radius: 50px;
	}
	.section-copy p:has(img) {
		margin-top: 80px;
	}
	.section-copy p + :not(p):not(ul):not(ol) {
		margin-top: 80px;
	}
	.layout--with-sidebar {
		grid-template-columns: 1fr 300px;
	}
	.modal-wrapper__panel {
		border-radius: 50px;
	}
	.modal-wrapper__inner {
		padding: 40px;
	}
	.modal-wrapper__close {
		right: 40px;
	}
	.link-card {
		border-radius: 24px;
	}
	input.search-wrapper .search__input {
		height: 56px;
		padding-left: 48px;
	}
	.search-wrapper .search__icon {
		left: 24px;
	}
	.footer__top {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 130px 0 80px;
		grid-template-columns: 25% 1fr;
		gap: 90px;
	}
	.footer__app {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		grid-column: 1/-1;
	}
	.footer__logo {
		margin: 0;
	}
	.footer__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.footer__bottom {
		padding-top: 28px;
		padding-bottom: 28px;
	}
	.footer__legal {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.footer__nav-list {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 40px;
	}
	.footer__nav-list:hover .footer__nav-item:not(:hover) .footer__nav-link {
		color: #a8adad;
	}
	.footer__nav-link {
		position: relative;
		padding-bottom: 4px;
		-webkit-transition: color 0.2s ease;
		transition: color 0.2s ease;
	}
	.footer__nav-link::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		background-color: #cedd44;
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
		-webkit-transform-origin: right center;
		        transform-origin: right center;
		-webkit-transition: -webkit-transform 0.25s ease;
		transition: -webkit-transform 0.25s ease;
		transition: transform 0.25s ease;
		transition: transform 0.25s ease, -webkit-transform 0.25s ease;
	}
	.footer__nav-link:hover::after {
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
		-webkit-transform-origin: left center;
		        transform-origin: left center;
	}
	.tabs__nav {
		margin-right: 0;
		padding-right: 0;
	}
	.tabs__link {
		font-size: 12px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.tabs__pane {
		border-radius: 50px;
	}
	.tabs__pane--active {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.tabs__visual,
	.tabs__content {
		width: 50%;
	}
	.studio-card {
		border-radius: 24px;
	}
	.text-animated {
		font-size: 40px;
	}

	.testimonial__img {
		position: absolute;
		top: 0;
		left:0;
		bottom: 0;
		margin: auto;
	}

	.testimonial__quote{
		padding-left:220px;
	}

	.testimonial__quote:before{
		left:180px;
	}
}

@media (min-width: 1200px){
	.title-l {
		font-size: 80px;
	}
	.split-card--space-md {
		gap: 80px;
	}
	.split-card--bleed {
		gap: 80px;
	}
	.card__text {
		padding-right: 40px;
	}
	.testimonial {
		padding: 80px;
	}
	.cta-layout h2 {
		padding-right: 40px;
	}
	.studio-info {
		grid-template-columns: 494px 1fr;
	}
	.modal-wrapper .studio-info {
		grid-template-columns: 40% 1fr;
	}
	.studio-info__wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	.modal-wrapper .studio-info__wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.header {
		padding: 40px 0;
	}
	.header__container {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.nav-drop {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
	.nav-drop > nav,
	.nav-drop > .nav-drop__btn {
		-webkit-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
	}
	.nav-drop__btn {
		width: auto;
		text-align: right;
	}
	.nav-drop__btn .btn {
		padding: 14px 24px;
	}
	.search-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 16px;
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		width: auto;
	}
	.search-wrapper .header-search {
		display: none;
	}
	.search-wrapper__toggle {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 40px;
		height: 40px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.search-wrapper .search {
		max-width: 402px;
	}
	.search-wrapper .search__btn.btn {
		right: 8px;
	}
	.is-search-open::before {
		opacity: 1;
	}
	.is-search-open .nav-drop > nav,
	.is-search-open .nav-drop__btn {
		opacity: 0;
		pointer-events: none;
		-webkit-transition: none;
		transition: none;
	}
	.is-search-open .search-wrapper {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: 100%;
		max-width: calc(1272px + var(--gutter) * 2);
		padding: 0 var(--gutter);
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		gap: 16px;
		z-index: 2;
	}
	.is-search-open .search-wrapper .header-search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		-webkit-animation: searchFormReveal 0.32s cubic-bezier(0.34, 1, 0.64, 1) both;
		        animation: searchFormReveal 0.32s cubic-bezier(0.34, 1, 0.64, 1) both;
	}
	.is-search-open .search-wrapper__icon--search {
		display: none;
	}
	.is-search-open .search-wrapper__icon--close {
		display: block;
	}
	.is-search-closing::before {
		opacity: 0;
	}
	.is-search-closing .search-wrapper {
		opacity: 0;
		-webkit-transition: opacity 0.25s ease;
		transition: opacity 0.25s ease;
	}
	.is-search-closing .search-wrapper .header-search {
		-webkit-animation: searchFormHide 0.22s ease both;
		        animation: searchFormHide 0.22s ease both;
	}
	.menu {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.menu__link {
		position: relative;
		padding-bottom: 4px;
		font-size: 14px;
		color: #25282a;
		-webkit-transition: color 0.5s ease;
		transition: color 0.5s ease;
	}
	body:has(.section-hero):not(.nav-active) .header:not(.header--scrolled) .menu__link {
		color: #fff;
	}
	.menu__link::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		background-color: #53c9c6;
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
		-webkit-transform-origin: right center;
		        transform-origin: right center;
		-webkit-transition: -webkit-transform 0.25s ease;
		transition: -webkit-transform 0.25s ease;
		transition: transform 0.25s ease;
		transition: transform 0.25s ease, -webkit-transform 0.25s ease;
	}
	.menu__item--active .menu__link::after {
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
		-webkit-transform-origin: left center;
		        transform-origin: left center;
	}
	.menu__link:hover::after {
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
		-webkit-transform-origin: left center;
		        transform-origin: left center;
	}
	.nav-opener {
		display: none;
	}
	.tabs__content {
		padding: 80px;
	}
}

.studio-tips h3 {
	font-weight: normal;
}

@media (min-width: 1280px){
	.header__logo {
		width: 227px;
		height: 24px;
	}
}

@media (prefers-reduced-motion: reduce){
	.ticker__track {
		-webkit-animation: none;
		        animation: none;
	}
	.scroll-reveal-word-inner {
		opacity: 1 !important;
		-webkit-transform: none !important;
		        transform: none !important;
		-webkit-filter: none !important;
		        filter: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
}






/* ── Scroll-in entrance animations (AOS-style) */
.reveal-on .reveal {
	opacity: 0;
}
/* Pre-hide the common above-the-fold  */
.reveal-on .section-hero__content > *,
.reveal-on .lead > *,
.reveal-on .split-card__content > * {
	opacity: 0;
}
.reveal-on .reveal.is-revealed {
	-webkit-animation: bbRevealUp 0.6s ease-out var(--reveal-delay, 0s) both;
	        animation: bbRevealUp 0.6s ease-out var(--reveal-delay, 0s) both;
}
/* Header drops in (slide-down) once on load. Standalone — NOT part of the JS
   scroll-reveal system — so it never interferes with the header's own
   transform-based hide/show on scroll (which animates .header, not the
   container). `both` fill hides it before first paint and holds the end state. */
.reveal-on .header__container {
	-webkit-animation: bbRevealDown 0.6s ease-out both;
	        animation: bbRevealDown 0.6s ease-out both;
}
@-webkit-keyframes bbRevealUp {
	from { opacity: 0; -webkit-transform: translateY(12px); transform: translateY(12px); }
	to   { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes bbRevealUp {
	from { opacity: 0; -webkit-transform: translateY(12px); transform: translateY(12px); }
	to   { opacity: 1; -webkit-transform: none; transform: none; }
}
@-webkit-keyframes bbRevealDown {
	from { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
	to   { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes bbRevealDown {
	from { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
	to   { opacity: 1; -webkit-transform: none; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
	.reveal-on .reveal { opacity: 1; }
	.reveal-on .reveal.is-revealed,
	.reveal-on .header__container {
		-webkit-animation: none;
		        animation: none;
	}
}
