:root {
	--tth-shadow-soft: 0 18px 48px rgba(18, 22, 36, 0.08);
	--tth-shadow-strong: 0 28px 72px rgba(18, 22, 36, 0.14);
	--tth-border: rgba(18, 22, 36, 0.08);
	--tth-muted: #677087;
	--tth-surface: rgba(255, 255, 255, 0.84);
	--tth-surface-strong: rgba(255, 255, 255, 0.98);
}

body.tth-emw-menu-open {
	overflow: hidden;
}

.tth-header-widget {
	--tth-brand-offset: 0px;
	--tth-button-offset: 0px;
	--tth-current-brand-size: var(--tth-brand-size-desktop, 72px);
	--tth-current-button-width: var(--tth-button-width-desktop, 142px);
	--tth-current-button-height: var(--tth-button-height-desktop, 72px);
	position: relative;
	z-index: 80;
	color: var(--tth-text-color, #121624);
}

.tth-header-widget.is-compact {
	--tth-current-brand-size: var(--tth-brand-size-compact, 62px);
	--tth-current-button-width: var(--tth-button-width-compact, 142px);
	--tth-current-button-height: var(--tth-button-height-compact, 62px);
}

.tth-header-widget__spacer {
	height: var(--tth-header-spacer, 110px);
}

.tth-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 80;
	padding: 16px 0;
	pointer-events: none;
}

.tth-header__shell,
.tth-mobile-overlay__inner {
	width: min(var(--tth-header-max-width, 1120px), calc(100% - 32px));
	margin: 0 auto;
}

.tth-header__row {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 78px;
	padding: 0 16px;
	pointer-events: auto;
	overflow: visible;
	transition: min-height var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1));
}

.tth-header-widget.is-compact .tth-header__row {
	min-height: 66px;
}

.tth-header__brand,
.tth-header__button {
	position: absolute;
	top: 50%;
	border: 1px solid var(--tth-border);
	box-sizing: border-box;
	box-shadow: var(--tth-shadow-soft);
	backdrop-filter: blur(18px);
	transition:
		transform var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		width var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		height var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		min-width var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		min-height var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		opacity var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1));
	will-change: transform;
}

.tth-header__brand {
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	appearance: none;
	-webkit-appearance: none;
	width: var(--tth-current-brand-size);
	height: var(--tth-current-brand-size);
	padding: 0;
	border-radius: 999px;
	background: var(--tth-brand-bg, rgba(255, 255, 255, 0.92)) !important;
	color: var(--tth-brand-fill, var(--tth-text-color, #121624)) !important;
	cursor: pointer;
	line-height: 1;
	text-decoration: none !important;
	transform: translate3d(var(--tth-brand-offset), -50%, 0);
}

.tth-header__button {
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	min-width: var(--tth-current-button-width);
	min-height: var(--tth-current-button-height);
	padding: 0 28px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--tth-button-start, #5667d8) 0%, var(--tth-button-end, #f24063) 100%);
	color: var(--tth-button-text, #111111);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transform: translate3d(calc(-1 * var(--tth-button-offset)), -50%, 0);
}

.tth-header__brand:hover,
.tth-header__brand:focus,
.tth-header__brand:active,
.tth-header__button:hover {
	background: var(--tth-brand-hover-bg, var(--tth-brand-bg, rgba(255, 255, 255, 0.92))) !important;
	color: var(--tth-brand-hover-fill, var(--tth-brand-fill, var(--tth-text-color, #121624))) !important;
	border-color: var(--tth-border) !important;
	box-shadow: var(--tth-shadow-soft) !important;
	outline: none;
	text-decoration: none;
}

.tth-header__button:hover {
	background: linear-gradient(135deg, var(--tth-button-start, #5667d8) 0%, var(--tth-button-end, #f24063) 100%) !important;
	color: var(--tth-button-text, #111111) !important;
}

.tth-header__brand:focus-visible {
	outline: 3px solid rgba(18, 22, 36, 0.14);
	outline-offset: 4px;
}

.tth-header__brand-desktop {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.tth-header__brand-toggle {
	display: none;
	position: relative;
	width: 22px;
	height: 16px;
}

.tth-header__toggle-line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform-origin: center;
	transition:
		transform var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		opacity var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1));
}

.tth-header__toggle-line:nth-child(1) {
	top: 0;
}

.tth-header__toggle-line:nth-child(2) {
	top: 7px;
}

.tth-header__toggle-line:nth-child(3) {
	top: 14px;
}

.tth-header-widget.is-mobile-open .tth-header__toggle-line:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.tth-header-widget.is-mobile-open .tth-header__toggle-line:nth-child(2) {
	opacity: 0;
}

.tth-header-widget.is-mobile-open .tth-header__toggle-line:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.tth-header__brand img,
.tth-header__brand svg,
.tth-header__brand i,
.tth-header__brand-image-fill {
	width: calc(var(--tth-current-brand-size) * var(--tth-brand-content-scale, 0.5));
	height: calc(var(--tth-current-brand-size) * var(--tth-brand-content-scale, 0.5));
	max-width: none;
	max-height: none;
	color: inherit !important;
}

.tth-header__brand img {
	display: block;
	object-fit: var(--tth-logo-image-fit, contain);
}

.tth-header__brand svg,
.tth-header__brand svg * {
	fill: currentColor !important;
	stroke: currentColor;
}

.tth-header__brand i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: calc(var(--tth-current-brand-size) * var(--tth-brand-content-scale, 0.5));
	line-height: 1;
}

.tth-header__brand-image-fill {
	display: block;
	background: currentColor;
	-webkit-mask-image: var(--tth-brand-image-url);
	mask-image: var(--tth-brand-image-url);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: var(--tth-logo-mask-size, contain);
	mask-size: var(--tth-logo-mask-size, contain);
}

.tth-header__brand-text {
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.tth-header__face {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
}

.tth-header__face-eye,
.tth-header__face-mouth {
	position: absolute;
	background: currentColor;
}

.tth-header__face-eye {
	top: 8px;
	width: 7px;
	height: 12px;
	border-radius: 999px;
}

.tth-header__face-eye:first-child {
	left: 6px;
}

.tth-header__face-eye:nth-child(2) {
	right: 6px;
}

.tth-header__face-mouth {
	left: 50%;
	bottom: 7px;
	width: 12px;
	height: 6px;
	border-bottom: 2px solid currentColor;
	border-radius: 0 0 999px 999px;
	background: transparent;
	transform: translateX(-50%);
}

.tth-header__menu {
	flex: 0 0 auto;
	width: min(var(--tth-menu-max-width, 760px), 72vw);
	padding: 0 30px;
	min-height: 72px;
	border: 1px solid var(--tth-border);
	border-radius: 999px;
	background: var(--tth-menu-bg, rgba(255, 255, 255, 0.84));
	box-shadow: var(--tth-shadow-soft);
	white-space: nowrap;
	overflow: visible;
	transition:
		opacity var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		transform var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		filter var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		visibility 0s linear 0s;
}

.tth-header-widget.is-compact .tth-header__menu {
	opacity: 0;
	visibility: hidden;
	filter: blur(8px);
	transform: translateY(-10px) scale(0.94);
	pointer-events: none;
	transition:
		opacity var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		transform var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		filter var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		visibility 0s linear var(--tth-animation-duration, 340ms);
}

.tth-header-menu,
.tth-mobile-menu-list,
.tth-header-menu .sub-menu,
.tth-mobile-menu-list .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tth-header-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2vw, 32px);
	min-height: 72px;
}

.tth-header-menu > .menu-item {
	position: relative;
	padding: 18px 0;
}

.tth-header-menu a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--tth-text-color, #121624);
	font-size: clamp(1rem, 0.95vw + 0.65rem, 1.08rem);
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.tth-header-menu .menu-item-has-children > a::after,
.tth-mobile-menu-list .menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
}

.tth-header-menu .menu-item-has-children::after {
	content: "";
	position: absolute;
	left: -18px;
	right: -18px;
	top: 100%;
	height: calc(var(--tth-dropdown-offset, 8px) + 18px);
}

.tth-header-menu .sub-menu {
	position: absolute;
	top: calc(100% + var(--tth-dropdown-offset, 8px));
	left: -18px;
	z-index: 10;
	min-width: 250px;
	padding: 14px;
	border: 1px solid var(--tth-border);
	border-radius: 24px;
	background: var(--tth-dropdown-bg, rgba(255, 255, 255, 0.98));
	box-shadow: var(--tth-shadow-strong);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition:
		opacity var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		transform var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		visibility 0s linear var(--tth-animation-duration, 340ms);
}

.tth-header-menu .sub-menu .menu-item + .menu-item {
	margin-top: 8px;
}

.tth-header-menu .sub-menu a {
	display: block;
	padding: 11px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.68);
	font-size: 0.96rem;
	font-weight: 600;
}

.tth-header-menu .menu-item-has-children:hover > .sub-menu,
.tth-header-menu .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition:
		opacity var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		transform var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		visibility 0s linear 0s;
}

.tth-mobile-overlay {
	position: fixed;
	inset: 0;
	padding-top: var(--tth-mobile-top, 86px);
	background: var(--tth-overlay-bg, rgba(247, 245, 240, 0.9));
	backdrop-filter: blur(18px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		visibility 0s linear var(--tth-animation-duration, 340ms);
}

.tth-header-widget.is-mobile-open .tth-mobile-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition:
		opacity var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		visibility 0s linear 0s;
}

.tth-mobile-overlay__inner {
	height: 100%;
}

.tth-mobile-overlay__panel {
	min-height: calc(100dvh - var(--tth-mobile-top, 86px));
	padding: 24px 18px 36px;
	border: 1px solid var(--tth-border);
	border-radius: 30px 30px 0 0;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: var(--tth-shadow-strong);
	overflow-y: auto;
	transform: translateY(12px);
	transition: transform var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1));
}

.tth-header-widget.is-mobile-open .tth-mobile-overlay__panel {
	transform: translateY(0);
}

.tth-mobile-menu-list {
	display: grid;
	gap: 24px;
}

.tth-mobile-menu-list > .menu-item > a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--tth-text-color, #121624);
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
}

.tth-mobile-menu-list .sub-menu {
	display: grid;
	gap: 14px;
	margin-top: 16px;
	padding-left: 16px;
}

.tth-mobile-menu-list .sub-menu a {
	display: block;
	color: var(--tth-text-color, #121624);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.45;
	text-decoration: none;
}

.tth-concave-slider,
.tth-orbit-slider,
.tth-arrow-slider,
.tth-scroll-reveal-text {
	width: 100%;
	font-family: inherit;
}

html.tth-emw-has-orbit,
body.tth-emw-has-orbit,
html.tth-emw-has-motion-slider,
body.tth-emw-has-motion-slider {
	overflow-anchor: none;
}

.elementor-widget-tth-arrow-slider,
.elementor-widget-tth-arrow-slider > .elementor-widget-container {
	background: #ffffff;
}

.elementor-widget-tth-orbit-slider,
.elementor-widget-tth-orbit-slider > .elementor-widget-container {
	overflow: hidden;
	overflow: clip;
	contain: layout paint style;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	overflow-anchor: none;
}

.elementor-element:has(.tth-concave-slider),
.elementor-element:has(.tth-orbit-slider),
.elementor-section:has(.tth-concave-slider),
.elementor-section:has(.tth-orbit-slider),
.e-con:has(.tth-concave-slider),
.e-con:has(.tth-orbit-slider) {
	overflow: hidden;
	overflow: clip;
	contain: layout paint style;
	overflow-anchor: none;
}

.elementor-widget-tth-concave-slider,
.elementor-widget-tth-concave-slider > .elementor-widget-container {
	overflow: hidden;
	overflow: clip;
	contain: layout paint style;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	overflow-anchor: none;
}

.elementor-widget-tth-concave-slider {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.tth-concave-slider__button,
.tth-orbit-slider__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 36px;
	border-radius: 999px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(54, 57, 92, 0.18);
}

.tth-concave-slider {
	width: 100vw;
	max-width: 100vw;
	padding: var(--tth-concave-top, 72px) 0 var(--tth-concave-bottom, 86px);
	overflow: hidden;
	overflow: clip;
	contain: layout paint style;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	isolation: isolate;
	overflow-anchor: none;
	transform: translateZ(0);
	background: var(--tth-concave-bg, #ffffff);
	border: 0;
	box-shadow: none;
}

.tth-concave-slider__cta {
	margin-bottom: var(--tth-concave-cta-gap, 50px);
	text-align: center;
}

.tth-concave-slider__button {
	gap: 8px;
	background: linear-gradient(90deg, var(--tth-concave-button-start, #6c78ff) 0%, var(--tth-concave-button-end, #f65e82) 100%);
	color: var(--tth-concave-button-text, #ffffff);
	box-shadow: 0 14px 30px rgba(246, 94, 130, 0.25);
	transition:
		transform var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1)),
		box-shadow var(--tth-animation-duration, 340ms) var(--tth-transition-easing, cubic-bezier(0.22, 1, 0.36, 1));
}

.tth-concave-slider__button:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 34px rgba(246, 94, 130, 0.35);
}

.tth-concave-slider__button svg {
	flex: 0 0 auto;
}

.tth-concave-slider__viewport {
	position: relative;
	display: block;
	width: calc(100vw + min(18vw, 320px));
	max-width: none;
	height: var(--tth-concave-viewport-height, 1040px);
	margin-inline: calc(-1 * min(9vw, 160px));
	overflow: hidden;
	overflow: clip;
	contain: layout paint size style;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	isolation: isolate;
	overflow-anchor: none;
	perspective: var(--tth-concave-perspective, 680px);
	transform: translateZ(0);
	-webkit-mask-image: none;
	mask-image: none;
}

.tth-concave-slider.is-media-only {
	padding-top: 0;
	padding-bottom: 0;
}

.tth-concave-slider__track {
	position: absolute;
	top: 50%;
	left: 50%;
	width: var(--tth-concave-card-width, 540px);
	height: var(--tth-concave-card-height, 1020px);
	transform-style: preserve-3d;
	transform: translate(-50%, -50%) translateZ(calc(-1 * var(--tth-concave-camera-offset, 500px))) rotateY(180deg);
	animation: tth-concave-rotate var(--tth-concave-duration, 60s) linear infinite;
	will-change: transform;
}

.tth-concave-slider.is-pause-on-hover .tth-concave-slider__viewport:hover .tth-concave-slider__track {
	animation-play-state: paused;
}

.tth-concave-slider__card {
	position: absolute;
	inset: 0;
	overflow: hidden;
	border-radius: var(--tth-concave-card-radius, 20px);
	background: #f9f9f9;
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.14);
	backface-visibility: hidden;
	transform: rotateY(calc(var(--tth-slide-index) * var(--tth-concave-step))) translateZ(calc(var(--tth-concave-radius, 1320px) + var(--tth-concave-gap, 0px))) rotateY(180deg);
}

.tth-concave-slider.is-width-locked .tth-concave-slider__card {
	transform: rotateY(calc(var(--tth-slide-index) * var(--tth-concave-step))) translateZ(calc(var(--tth-concave-radius, 1320px) + var(--tth-concave-gap, 0px))) rotateY(180deg) scaleX(var(--tth-concave-width-boost, 1.16));
}

.tth-concave-slider__media,
.tth-concave-slider__media img,
.tth-concave-slider__media video,
.tth-orbit-slider__media,
.tth-orbit-slider__media img,
.tth-orbit-slider__media video,
.tth-arrow-slider__media,
.tth-arrow-slider__media img,
.tth-arrow-slider__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tth-concave-slider__media,
.tth-orbit-slider__media,
.tth-arrow-slider__media {
	line-height: 0;
	overflow: hidden;
}

.tth-concave-slider__media video,
.tth-orbit-slider__media video,
.tth-arrow-slider__media video {
	background: transparent;
}

.tth-arrow-slider {
	position: relative;
	box-sizing: border-box;
	padding: var(--tth-arrow-top, 40px) 0 var(--tth-arrow-bottom, 112px);
	overflow: hidden;
	background: #ffffff;
}

.tth-arrow-slider *,
.tth-arrow-slider *::before,
.tth-arrow-slider *::after {
	box-sizing: border-box;
}

.tth-arrow-slider__viewport {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
}

.tth-arrow-slider__track {
	display: flex;
	gap: var(--tth-arrow-gap, 24px);
	align-items: stretch;
	background: #ffffff;
	transform: translate3d(0, 0, 0);
	transition: transform var(--tth-arrow-speed, 420ms) cubic-bezier(0.22, 1, 0.36, 1);
	touch-action: pan-y;
	user-select: none;
	will-change: transform;
}

.tth-arrow-slider__slide {
	flex: 0 0 var(--tth-arrow-basis, calc((100% - 72px) / 4));
	min-width: 0;
	height: var(--tth-arrow-card-height, 420px);
	background: transparent;
}

.tth-arrow-slider__media {
	position: relative;
	width: 100%;
	height: 100%;
	border: var(--tth-arrow-card-border-width, 0) solid var(--tth-arrow-card-border-color, rgba(17, 24, 39, 0.08));
	border-radius: var(--tth-arrow-card-radius, 26px);
	background: var(--tth-arrow-card-bg, #ffffff);
	box-shadow: 0 18px 42px var(--tth-arrow-card-shadow, rgba(17, 24, 39, 0));
	overflow: hidden;
	transform: translateZ(0);
}

.tth-arrow-slider__media img,
.tth-arrow-slider__media video {
	object-fit: var(--tth-arrow-fit, cover);
	object-position: center;
	user-select: none;
}

.tth-arrow-slider__controls {
	position: absolute;
	right: var(--tth-arrow-right, 96px);
	bottom: var(--tth-arrow-bottom-offset, 24px);
	z-index: 2;
	display: flex;
	gap: var(--tth-arrow-control-gap, 20px);
	align-items: center;
}

.tth-arrow-slider__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--tth-arrow-size, 64px);
	height: var(--tth-arrow-size, 64px);
	border: 0;
	border-radius: 999px;
	background: var(--tth-arrow-button-bg, #eeeeee) !important;
	color: var(--tth-arrow-button-color, #0f172a) !important;
	box-shadow: none;
	cursor: pointer;
	transition:
		transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
		background-color 220ms cubic-bezier(0.22, 1, 0.36, 1),
		color 220ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tth-arrow-slider__arrow:focus,
.tth-arrow-slider__arrow:active {
	background: var(--tth-arrow-button-bg, #eeeeee) !important;
	color: var(--tth-arrow-button-color, #0f172a) !important;
	box-shadow: none !important;
	outline: none;
}

.tth-arrow-slider__arrow:focus-visible {
	outline: 3px solid rgba(17, 17, 17, 0.16);
	outline-offset: 4px;
}

.tth-arrow-slider__arrow:hover,
.tth-arrow-slider__arrow:active:hover,
.tth-arrow-slider__arrow:focus-visible:hover {
	background: var(--tth-arrow-button-hover-bg, #111111) !important;
	color: var(--tth-arrow-button-hover-color, #ffffff) !important;
	transform: translateY(-2px);
}

.tth-arrow-slider__arrow[disabled] {
	opacity: 0.35;
	cursor: not-allowed;
	transform: none;
}

.tth-arrow-slider__arrow[disabled]:hover {
	background: var(--tth-arrow-button-bg, #eeeeee) !important;
	color: var(--tth-arrow-button-color, #0f172a) !important;
}

.tth-scroll-reveal-text {
	position: relative;
	padding: var(--tth-reveal-top, 84px) 0 var(--tth-reveal-bottom, 96px);
	overflow: hidden;
	background: var(--tth-reveal-bg, #f7f7f7);
}

.tth-scroll-reveal-text *,
.tth-scroll-reveal-text *::before,
.tth-scroll-reveal-text *::after {
	box-sizing: border-box;
}

.tth-scroll-reveal-text__inner {
	width: min(var(--tth-reveal-max-width, 1180px), calc(100% - 48px));
	margin: 0 auto;
	color: var(--tth-reveal-muted, #d3d4d6);
	font-size: var(--tth-reveal-font-size, 54px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: var(--tth-reveal-line-height, 1.28);
}

.tth-scroll-reveal-text__item {
	--tth-reveal-progress: 0;
	--tth-reveal-rest: 100%;
	--tth-reveal-media-opacity: 0.5;
	--tth-reveal-media-scale: 0.94;
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin-right: var(--tth-reveal-gap, 16px);
	vertical-align: baseline;
	transform: translate(var(--tth-item-offset-x, 0), var(--tth-item-offset-y, 0));
}

.tth-scroll-reveal-text__item.is-start-revealed {
	--tth-reveal-progress: 0;
	--tth-reveal-rest: 100%;
	--tth-reveal-media-opacity: 0.5;
	--tth-reveal-media-scale: 0.94;
}

.tth-scroll-reveal-text__item.is-layer-behind {
	z-index: 0;
}

.tth-scroll-reveal-text__item.is-layer-front {
	z-index: 3;
}

.tth-scroll-reveal-text__item.has-media-badge {
	flex: 0 0 var(--tth-item-media-width, 56px);
	justify-content: center;
	width: var(--tth-item-media-width, 56px);
	min-width: var(--tth-item-media-width, 56px);
	height: 1em;
	line-height: 1;
	vertical-align: middle;
}

.tth-scroll-reveal-text__text {
	position: relative;
	display: inline-block;
	max-width: 100%;
	color: var(--tth-reveal-muted, #d3d4d6);
	overflow-wrap: anywhere;
	white-space: pre-wrap;
}

.tth-scroll-reveal-text__text::after {
	content: attr(data-text);
	position: absolute;
	inset: 0;
	width: 100%;
	color: var(--tth-reveal-active, #202126);
	overflow: hidden;
	opacity: var(--tth-reveal-progress, 0);
	pointer-events: none;
	white-space: pre-wrap;
	transition: opacity 120ms linear;
}

.tth-scroll-reveal-text__media,
.tth-scroll-reveal-text__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--tth-item-media-width, 56px);
	height: var(--tth-item-media-height, 42px);
	opacity: var(--tth-reveal-media-opacity, 0.5);
	transform: scale(var(--tth-reveal-media-scale, 0.94));
	transition:
		opacity 180ms ease,
		transform 180ms ease;
}

.tth-scroll-reveal-text__media {
	overflow: hidden;
	border-radius: var(--tth-reveal-media-radius, 10px);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 14px 30px var(--tth-reveal-media-shadow, rgba(10, 10, 10, 0.14));
}

.tth-scroll-reveal-text__media img,
.tth-scroll-reveal-text__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: var(--tth-reveal-media-fit, contain);
	object-position: center;
}

.tth-scroll-reveal-text__badge {
	border-radius: 999px;
	background: var(--tth-reveal-badge-bg, #ffffff);
	color: var(--tth-reveal-badge-color, #202126);
	font-size: max(0.22em, 13px);
	font-weight: 900;
	letter-spacing: 0.02em;
	box-shadow: 0 10px 24px rgba(10, 10, 10, 0.08);
}

.tth-scroll-reveal-text__badge.tth-scroll-reveal-text__badge--media {
	position: absolute;
	top: 50%;
	left: 50%;
	flex: 0 0 var(--tth-item-media-width, 56px);
	width: var(--tth-item-media-width, 56px) !important;
	min-width: var(--tth-item-media-width, 56px);
	max-width: none;
	height: var(--tth-item-media-height, 42px) !important;
	min-height: var(--tth-item-media-height, 42px);
	max-height: none;
	overflow: hidden;
	padding: var(--tth-reveal-media-badge-padding, 0);
	border-radius: var(--tth-reveal-media-radius, 10px);
	border: 0 !important;
	background: var(--tth-reveal-media-badge-bg, var(--tth-reveal-badge-bg, #ffffff)) !important;
	background-color: var(--tth-reveal-media-badge-bg, var(--tth-reveal-badge-bg, #ffffff)) !important;
	box-shadow: none !important;
	color: inherit;
	font-size: inherit;
	letter-spacing: normal;
	outline: 0;
	transform: translate(-50%, -50%) scale(var(--tth-reveal-media-scale, 0.94));
	transform-origin: center;
}

.tth-scroll-reveal-text__badge--media img,
.tth-scroll-reveal-text__badge--media video {
	display: block;
	width: 100% !important;
	max-width: none;
	height: 100% !important;
	object-fit: var(--tth-reveal-media-fit, contain);
	object-position: center;
	background: var(--tth-reveal-media-badge-bg, var(--tth-reveal-badge-bg, #ffffff)) !important;
	background-color: var(--tth-reveal-media-badge-bg, var(--tth-reveal-badge-bg, #ffffff)) !important;
}

.tth-scroll-reveal-text__badge--media video {
	pointer-events: none;
}

.tth-scroll-reveal-text__break {
	display: block;
	width: 100%;
	height: 0;
}

.tth-scroll-reveal-text__break.is-large {
	height: var(--tth-reveal-paragraph-gap, 54px);
}

@keyframes tth-concave-rotate {
	from {
		transform: translate(-50%, -50%) translateZ(calc(-1 * var(--tth-concave-camera-offset, 500px))) rotateY(180deg);
	}

	to {
		transform: translate(-50%, -50%) translateZ(calc(-1 * var(--tth-concave-camera-offset, 500px))) rotateY(540deg);
	}
}

.tth-concave-slider__footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-top: var(--tth-concave-footer-gap, 30px);
}

.tth-concave-slider__badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--tth-concave-badge-gap, 24px);
}

.tth-concave-slider__badge {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 20px 10px 10px;
	border: 1px solid var(--tth-concave-badge-border, rgba(18, 22, 36, 0.06));
	border-radius: 999px;
	background: var(--tth-concave-badge-bg, rgba(255, 255, 255, 0.82));
}

.tth-concave-slider__badge-image {
	width: 32px;
	height: 32px;
	flex: 0 0 auto;
	border-radius: 8px;
	object-fit: contain;
}

.tth-concave-slider__badge-content {
	display: flex;
	flex-direction: column;
	font-size: 0.82rem;
	line-height: 1.3;
}

.tth-concave-slider__badge-content strong {
	color: var(--tth-concave-badge-text, #111111);
	font-size: 0.92rem;
}

.tth-concave-slider__badge-content span {
	color: var(--tth-concave-badge-meta, #6e6e73);
	font-size: 0.78rem;
}

.tth-concave-slider__review {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 24px 10px 12px;
	border: 1px solid var(--tth-concave-review-border, rgba(18, 22, 36, 0.06));
	border-radius: 999px;
	background: var(--tth-concave-review-bg, rgba(255, 255, 255, 0.94));
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
	color: var(--tth-concave-review, #111111);
	font-size: 0.95rem;
	font-weight: 700;
	text-align: left;
}

.tth-concave-slider__avatar-group {
	display: flex;
}

.tth-concave-slider__avatar {
	width: 28px;
	height: 28px;
	margin-left: -10px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	object-fit: cover;
}

.tth-concave-slider__avatar:first-child {
	margin-left: 0;
}

.tth-concave-slider__review-score {
	display: flex;
	align-items: center;
	font-size: 0.92rem;
	line-height: 1.35;
}

.tth-orbit-slider {
	position: relative;
	z-index: 0;
	padding: var(--tth-orbit-top, 72px) 0 var(--tth-orbit-bottom, 96px);
	overflow: hidden;
	overflow: clip;
	contain: layout paint style;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	isolation: isolate;
	overflow-anchor: none;
	text-align: center;
	transform: translateZ(0);
	background:
		radial-gradient(circle at center, rgba(124, 131, 253, 0.08), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.38)),
		var(--tth-orbit-bg, rgba(255, 255, 255, 0.64));
}

.tth-orbit-slider__header {
	margin-bottom: var(--tth-orbit-header-gap, 44px);
}

.tth-orbit-slider__eyebrow {
	margin: 0 0 var(--tth-orbit-eyebrow-gap, 10px);
	color: var(--tth-orbit-eyebrow-color, #666666);
	font-size: 0.95rem;
	font-weight: 700;
}

.tth-orbit-slider__title {
	max-width: 820px;
	margin: 0 auto var(--tth-orbit-title-gap, 30px);
	color: var(--tth-orbit-title-color, #111111);
	font-size: clamp(2.2rem, 5vw, 3.6rem);
	font-weight: 800;
	letter-spacing: -0.04em;
}

.tth-orbit-slider__button {
	padding: 15px 35px;
	background: linear-gradient(90deg, var(--tth-orbit-button-start, #7c83fd) 0%, var(--tth-orbit-button-mid, #f54e8c) 52%, var(--tth-orbit-button-end, #ff6b6b) 100%);
	color: var(--tth-orbit-button-text, #ffffff);
	font-weight: 800;
	box-shadow: 0 10px 25px rgba(245, 78, 140, 0.3);
}

.tth-orbit-slider__scene {
	position: relative;
	display: block;
	width: 100%;
	height: calc(var(--tth-orbit-scene-height, 560px) + 48px);
	min-height: calc(var(--tth-orbit-scene-height, 560px) + 48px);
	max-height: calc(var(--tth-orbit-scene-height, 560px) + 48px);
	padding: 24px 0;
	overflow: hidden;
	overflow: clip;
	contain: layout paint size style;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	isolation: isolate;
	overflow-anchor: none;
	perspective: var(--tth-orbit-perspective, 2200px);
	transform: translateZ(0);
}

.tth-orbit-slider__scene::before,
.tth-orbit-slider__scene::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	width: min(16vw, 180px);
	pointer-events: none;
}

.tth-orbit-slider__scene::before {
	left: 0;
	background: linear-gradient(90deg, var(--tth-orbit-bg, #ffffff), rgba(255, 255, 255, 0));
}

.tth-orbit-slider__scene::after {
	right: 0;
	background: linear-gradient(270deg, var(--tth-orbit-bg, #ffffff), rgba(255, 255, 255, 0));
}

.tth-orbit-slider__track {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: var(--tth-orbit-card-width, 220px);
	height: var(--tth-orbit-card-height, 320px);
	contain: layout style;
	transform-style: preserve-3d;
	transform: translate(-50%, -50%) rotateY(0deg);
	animation: tth-orbit-rotate var(--tth-orbit-duration, 30s) linear infinite;
	will-change: transform;
}

.tth-orbit-slider.is-pause-on-hover .tth-orbit-slider__scene:hover .tth-orbit-slider__track {
	animation-play-state: paused;
}

.tth-orbit-slider__item {
	position: absolute;
	inset: 0;
	transform-style: preserve-3d;
	backface-visibility: visible;
	transform: rotateY(calc(var(--tth-slide-index) * var(--tth-orbit-step))) translateZ(calc(var(--tth-orbit-radius, 500px) + var(--tth-orbit-gap, 0px)));
}

.tth-orbit-slider__media {
	overflow: hidden;
	border-radius: var(--tth-orbit-card-radius, 18px);
	background: #ffffff;
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
	transform: translateZ(0);
	backface-visibility: visible;
}

.tth-orbit-slider__trust {
	margin-top: var(--tth-orbit-trust-gap, 50px);
	color: var(--tth-orbit-trust-color, #888888);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.6;
	text-transform: uppercase;
}

.tth-orbit-slider__panels {
	position: relative;
}

.tth-orbit-slider__panel {
	display: none;
}

.tth-orbit-slider__panel.is-active {
	display: block;
}

.tth-orbit-slider__tabs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: clamp(18px, 2.4vw, 36px);
	width: min(var(--tth-orbit-tabs-max-width, 1250px), calc(100% - 48px));
	margin: var(--tth-orbit-tabs-gap, 44px) auto 0;
}

.tth-orbit-slider__tab {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 62px;
	padding: 0 10px 22px;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	color: var(--tth-orbit-tab-color, #111111) !important;
	font: inherit;
	font-size: clamp(1.15rem, 1.3vw, 1.9rem);
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
	cursor: pointer;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	transition:
		color 220ms ease,
		opacity 220ms ease;
}

.tth-orbit-slider__tab::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	border-radius: 999px;
	background: var(--tth-orbit-tab-line, #d9d9d9);
	transition:
		background-color 220ms ease,
		transform 220ms ease;
}

.tth-orbit-slider__tab:hover,
.tth-orbit-slider__tab:focus {
	background: transparent !important;
	color: var(--tth-orbit-tab-active-color, #111111) !important;
	outline: none;
}

.tth-orbit-slider__tab:focus-visible {
	outline: 3px solid rgba(17, 17, 17, 0.12);
	outline-offset: 6px;
}

.tth-orbit-slider__tab.is-active {
	color: var(--tth-orbit-tab-active-color, #111111) !important;
}

.tth-orbit-slider__tab.is-active::after {
	background: var(--tth-orbit-tab-active-line, #f04435);
	transform: scaleY(1.1);
}

@keyframes tth-orbit-rotate {
	from {
		transform: translate(-50%, -50%) rotateY(360deg);
	}

	to {
		transform: translate(-50%, -50%) rotateY(0deg);
	}
}

@keyframes tth-orbit-scene-float {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-12px);
	}
}

@media (max-width: 1024px) {
	.tth-header__menu {
		width: min(var(--tth-menu-max-width, 760px), 68vw);
	}

	.tth-concave-slider__viewport {
		height: min(var(--tth-concave-viewport-height, 520px), 460px);
	}

	.tth-concave-slider__track {
		width: min(var(--tth-concave-card-width, 540px), clamp(280px, 34vw, 360px));
		height: min(var(--tth-concave-card-height, 1020px), clamp(390px, 48vw, 520px));
	}

	.tth-concave-slider__card {
		transform: rotateY(calc(var(--tth-slide-index) * var(--tth-concave-step))) translateZ(calc(min(var(--tth-concave-radius, 1320px), 980px) + max(min(var(--tth-concave-gap, 0px), 120px), 56px))) rotateY(180deg) scaleX(0.8);
	}

	.tth-concave-slider.is-width-locked .tth-concave-slider__card {
		transform: rotateY(calc(var(--tth-slide-index) * var(--tth-concave-step))) translateZ(calc(min(var(--tth-concave-radius, 1320px), 980px) + max(min(var(--tth-concave-gap, 0px), 120px), 56px))) rotateY(180deg) scaleX(0.8);
	}

	.tth-concave-slider__card {
		box-sizing: border-box;
		border: clamp(8px, 1.4vw, 12px) solid var(--tth-concave-bg, #ffffff);
	}

	.tth-orbit-slider__scene {
		height: calc(min(var(--tth-orbit-scene-height, 500px), 420px) + 40px);
		min-height: calc(min(var(--tth-orbit-scene-height, 500px), 420px) + 40px);
		max-height: calc(min(var(--tth-orbit-scene-height, 500px), 420px) + 40px);
		padding: 20px 0;
	}

	.tth-orbit-slider__track {
		width: min(var(--tth-orbit-card-width, 220px), clamp(190px, 24vw, 220px));
		height: min(var(--tth-orbit-card-height, 320px), clamp(280px, 35vw, 320px));
	}

	.tth-orbit-slider__item {
		transform: rotateY(calc(var(--tth-slide-index) * var(--tth-orbit-step))) translateZ(calc(min(var(--tth-orbit-radius, 500px), 440px) + max(var(--tth-orbit-gap, 0px), 32px)));
	}

	.tth-orbit-slider__media {
		box-sizing: border-box;
		border: clamp(3px, 0.7vw, 5px) solid var(--tth-orbit-bg, #ffffff);
		transform: translateZ(0) scaleX(0.94) scaleY(0.98);
	}

	.tth-arrow-slider {
		padding-top: min(var(--tth-arrow-top, 40px), 36px);
	}

	.tth-arrow-slider__slide {
		flex-basis: var(--tth-arrow-basis-tablet, calc((100% - 24px) / 2));
		height: min(var(--tth-arrow-card-height, 420px), 380px);
	}

	.tth-arrow-slider__controls {
		right: min(var(--tth-arrow-right, 96px), 44px);
	}

	.tth-scroll-reveal-text__inner {
		width: min(var(--tth-reveal-max-width, 1180px), calc(100% - 36px));
		font-size: clamp(var(--tth-reveal-mobile-size, 34px), 6vw, var(--tth-reveal-font-size, 54px));
	}

	.tth-scroll-reveal-text__media,
	.tth-scroll-reveal-text__badge {
		width: min(var(--tth-item-media-width, 56px), 14vw);
		height: min(var(--tth-item-media-height, 42px), 10vw);
	}

	.tth-scroll-reveal-text__badge--media {
		width: min(var(--tth-item-media-width, 56px), 28vw);
		height: min(var(--tth-item-media-height, 42px), 18vw);
	}
}

@media (max-width: 767px) {
	.tth-header-widget {
		--tth-current-brand-size: 58px;
		--tth-current-button-height: 58px;
	}

	.tth-header-widget__spacer {
		height: 90px;
	}

	.tth-header {
		padding-top: 10px;
	}

	.tth-header__shell,
	.tth-mobile-overlay__inner {
		width: calc(100% - 20px);
	}

	.tth-header__row {
		min-height: 62px;
		padding: 0 10px;
	}

	.tth-header__menu {
		display: none;
	}

	.tth-header__brand-desktop {
		display: none;
	}

	.tth-header__brand-toggle {
		display: block;
	}

	.tth-header__button {
		min-width: clamp(96px, 30vw, var(--tth-current-button-width));
		padding: 0 18px;
		font-size: 0.92rem;
	}

	.tth-mobile-overlay {
		padding-top: var(--tth-mobile-top, 80px);
	}

	.tth-mobile-overlay__panel {
		border-radius: 26px 26px 0 0;
		padding: 22px 16px 34px;
	}

	.tth-concave-slider {
		padding: min(var(--tth-concave-top, 72px), 56px) 0 min(var(--tth-concave-bottom, 86px), 68px);
	}

	.tth-concave-slider__viewport {
		height: min(var(--tth-concave-viewport-height, 520px), clamp(360px, 88vw, 430px));
	}

	.tth-concave-slider__track {
		width: min(var(--tth-concave-card-width, 540px), clamp(230px, 61vw, 270px));
		height: min(var(--tth-concave-card-height, 1020px), clamp(300px, 82vw, 360px));
	}

	.tth-concave-slider__card {
		transform: rotateY(calc(var(--tth-slide-index) * var(--tth-concave-step))) translateZ(calc(min(var(--tth-concave-radius, 1320px), 540px) + max(min(var(--tth-concave-gap, 0px), 70px), 42px))) rotateY(180deg) scaleX(0.72);
	}

	.tth-concave-slider.is-width-locked .tth-concave-slider__card {
		transform: rotateY(calc(var(--tth-slide-index) * var(--tth-concave-step))) translateZ(calc(min(var(--tth-concave-radius, 1320px), 540px) + max(min(var(--tth-concave-gap, 0px), 70px), 42px))) rotateY(180deg) scaleX(0.72);
	}

	.tth-concave-slider__card {
		border-width: 10px;
	}

	.tth-concave-slider__footer,
	.tth-concave-slider__badges {
		width: calc(100% - 20px);
	}

	.tth-concave-slider__badge,
	.tth-concave-slider__review {
		width: 100%;
		justify-content: center;
	}

	.tth-orbit-slider {
		padding: min(var(--tth-orbit-top, 72px), 56px) 0 min(var(--tth-orbit-bottom, 96px), 70px);
	}

	.tth-orbit-slider__scene {
		height: calc(min(var(--tth-orbit-scene-height, 500px), 360px) + 30px);
		min-height: calc(min(var(--tth-orbit-scene-height, 500px), 360px) + 30px);
		max-height: calc(min(var(--tth-orbit-scene-height, 500px), 360px) + 30px);
		padding: 15px 0;
	}

	.tth-orbit-slider__track {
		width: min(var(--tth-orbit-card-width, 220px), clamp(172px, 46vw, 205px));
		height: min(var(--tth-orbit-card-height, 320px), clamp(250px, 68vw, 300px));
	}

	.tth-orbit-slider__item {
		transform: rotateY(calc(var(--tth-slide-index) * var(--tth-orbit-step))) translateZ(calc(min(var(--tth-orbit-radius, 500px), 370px) + max(var(--tth-orbit-gap, 0px), 28px)));
	}

	.tth-orbit-slider__media {
		border-width: 4px;
		transform: translateZ(0) scaleX(0.88) scaleY(0.97);
	}

	.tth-orbit-slider__trust {
		width: calc(100% - 24px);
		margin-left: auto;
		margin-right: auto;
		line-height: 1.6;
	}

	.tth-orbit-slider__tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: calc(100% - 28px);
		gap: 16px;
		margin-top: min(var(--tth-orbit-tabs-gap, 44px), 28px);
	}

	.tth-orbit-slider__tab {
		min-height: 52px;
		padding-bottom: 16px;
		font-size: 1.05rem;
	}

	.tth-arrow-slider {
		padding: min(var(--tth-arrow-top, 40px), 24px) 0 max(var(--tth-arrow-bottom, 112px), 92px);
	}

	.tth-arrow-slider__slide {
		flex-basis: var(--tth-arrow-basis-mobile, 100%);
		height: min(var(--tth-arrow-card-height, 420px), 440px);
	}

	.tth-arrow-slider__controls {
		right: 20px;
		bottom: 18px;
		gap: min(var(--tth-arrow-control-gap, 20px), 14px);
	}

	.tth-arrow-slider__arrow {
		width: min(var(--tth-arrow-size, 64px), 54px);
		height: min(var(--tth-arrow-size, 64px), 54px);
	}

	.tth-scroll-reveal-text {
		padding: min(var(--tth-reveal-top, 84px), 56px) 0 min(var(--tth-reveal-bottom, 96px), 68px);
	}

	.tth-scroll-reveal-text__inner {
		width: calc(100% - 28px);
		font-size: var(--tth-reveal-mobile-size, 34px);
		letter-spacing: -0.04em;
	}

	.tth-scroll-reveal-text__item {
		margin-right: min(var(--tth-reveal-gap, 16px), 10px);
	}

	.tth-scroll-reveal-text__break.is-large {
		height: min(var(--tth-reveal-paragraph-gap, 54px), 34px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.tth-header__row,
	.tth-header__brand,
	.tth-header__button,
	.tth-header__menu,
	.tth-header-menu .sub-menu,
	.tth-mobile-overlay,
	.tth-mobile-overlay__panel,
	.tth-header__toggle-line {
		transition-duration: 0.01ms !important;
	}

	.tth-concave-slider__track,
	.tth-orbit-slider__track,
	.tth-orbit-slider__scene,
	.tth-scroll-reveal-text__media,
	.tth-scroll-reveal-text__badge,
	.tth-arrow-slider__track {
		animation: none !important;
		transition-duration: 0.01ms !important;
	}
}
