body.contact-us {
	color-scheme: dark;
	--cu-wrapper-max: 1136px;
	--cu-gutter: 14px;
	--cu-font-body:
		"Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--cu-bg: #0a0806;
	--cu-text: #f6efe6;
	--cu-text-muted: #b7ac9d;
	--cu-accent: #f3981f;
	--cu-cta-shadow: 0 10px 30px -8px rgba(255, 138, 30, 0.45);
	--cu-btn-gradient: linear-gradient(
		180deg,
		#ffc36a 0%,
		#ff8a1e 60%,
		#f37500 100%
	);

	margin: 0;
	background: var(--cu-bg);
	color: var(--cu-text);
	font-family: var(--cu-font-body);
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.contact-us ::selection {
	background: var(--cu-accent);
	color: var(--cu-bg);
}

body.contact-us ::-moz-selection {
	background: var(--cu-accent);
	color: var(--cu-bg);
}

body.contact-us .contact-us-lp *,
body.contact-us .contact-us-lp *::before,
body.contact-us .contact-us-lp *::after {
	box-sizing: border-box;
}

body.contact-us .contact-us-lp img {
	max-width: 100%;
	height: auto;
	display: block;
}

:where(body.contact-us .contact-us-lp) a {
	color: inherit;
	text-decoration: none;
}

:where(body.contact-us .contact-us-lp) h1,
:where(body.contact-us .contact-us-lp) h2,
:where(body.contact-us .contact-us-lp) h3 {
	font-family: var(--cu-font-body);
	margin: 0;
	line-height: 1.05;
}

body.contact-us .wrapper {
	width: 100%;
	max-width: calc(var(--cu-wrapper-max) + var(--cu-gutter) * 2);
	margin-inline: auto;
	padding-inline: var(--cu-gutter);
}

body.contact-us .cu-section {
	padding-block: 50px;
}

body.contact-us .cu-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	border-radius: 10px;
	font-family: var(--cu-font-body);
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		border-color 0.2s ease;
}

body.contact-us .cu-btn--primary {
	background: var(--cu-btn-gradient);
	box-shadow: var(--cu-cta-shadow);
	color: #1a0f02;
}

body.contact-us .cu-btn--primary:hover,
body.contact-us .cu-btn--primary:focus-visible {
	box-shadow: 0 2px 24px 0 rgba(243, 152, 31, 0.5);
	transform: translateY(-1px);
}

body.contact-us .cu-btn--ghost {
	background: transparent;
	border: 1px solid rgba(246, 239, 230, 0.18);
	color: var(--cu-text);
}

body.contact-us .cu-btn--ghost:hover,
body.contact-us .cu-btn--ghost:focus-visible {
	border-color: rgba(246, 239, 230, 0.38);
	background: rgba(246, 239, 230, 0.05);
	transform: translateY(-1px);
}

body.contact-us .cu-btn--soft {
	background: #271809;
	border: 1px solid #332712;
	color: var(--cu-text);
	font-weight: 500;
}

body.contact-us .cu-btn--soft:hover,
body.contact-us .cu-btn--soft:focus-visible {
	border-color: #4e320d;
	transform: translateY(-1px);
}

body.contact-us .cu-btn--lg {
	padding: 18px 32px;
	font-size: 16px;
}

body.contact-us .cu-btn--sm {
	padding: 12px 20px;
	font-size: 14px;
}

body.contact-us .cu-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 8px 20px;
	border-radius: 100px;
	background: #1e1811;
	color: var(--cu-accent);
	font-size: 8px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 2.16px;
	text-transform: uppercase;
	white-space: nowrap;
}

@media (min-width: 992px) {
	body.contact-us .cu-badge {
		font-size: 12px;
	}
}

body.contact-us .cu-badge--outline {
	padding: 12px 14px;
	border: 1px solid #63350d;
	border-radius: 26px;
	background: #201812;
	color: #ff9242;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: none;
}

body.contact-us .cu-section-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
}

body.contact-us .cu-section-head__title {
	font-size: clamp(28px, 6vw, 44px);
	font-weight: 700;
	letter-spacing: -0.02em;
}

body.contact-us .cu-section-head__lead {
	max-width: 620px;
	margin: 0;
	color: var(--cu-text-muted);
	font-size: 15px;
	line-height: 1.6;
}

body.contact-us .cu-accent {
	background: linear-gradient(90deg, #ffc271 0%, #ff9242 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

body.contact-us #page {
	position: relative;
}

body.contact-us #primary {
	position: relative;
	z-index: 1;
}

body.contact-us .cu-bg {
	position: absolute;
	inset: 0 0 auto;
	height: 900px;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(180deg, #000 78%, transparent 100%);
	mask-image: linear-gradient(180deg, #000 78%, transparent 100%);
}

body.contact-us .cu-bg__strip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: linear-gradient(
		180deg,
		rgba(76, 45, 3, 0.74) 0%,
		rgba(76, 45, 3, 0) 100%
	);
}

body.contact-us .cu-bg__glow {
	display: none;
	position: absolute;
	inset: 0;
	opacity: 0.23;
}

body.contact-us .cu-bg__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(170px);
}

body.contact-us .cu-bg__blob--1 {
	left: calc(50% - 915px);
	top: 99px;
	width: 703px;
	height: 233px;
	background: rgba(255, 191, 0, 0.8);
}

body.contact-us .cu-bg__blob--2 {
	left: calc(50% - 377px);
	top: 384px;
	width: 703px;
	height: 128px;
	background: rgba(255, 191, 0, 0.3);
}

body.contact-us .cu-bg__blob--3 {
	left: calc(50% - 141px);
	top: -95px;
	width: 1056px;
	height: 647px;
	background: rgba(217, 108, 0, 0.3);
}

@media (min-width: 992px) {
	body.contact-us .cu-bg__glow {
		display: block;
	}
}

body.contact-us.cu-anim-ready .cu-section:not(.cu-hero) > .wrapper {
	opacity: 0;
	transition: opacity 0.7s ease;
}

body.contact-us.cu-anim-ready .cu-section.is-inview > .wrapper {
	opacity: 1;
}

body.contact-us .cu-hero {
	--cu-wrapper-max: 718px;

	padding-block: 32px 0;
}

body.contact-us .cu-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
	text-align: center;
}

body.contact-us .cu-hero__title {
	margin: 0;
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
}

body.contact-us .cu-hero__lead {
	margin: 0;
	color: var(--cu-text-muted);
	font-size: 18px;
	line-height: 1.3;
}

body.contact-us .cu-hl {
	color: var(--cu-text);
}

@media (min-width: 992px) {
	body.contact-us .cu-hero {
		padding-block: 60px 0;
	}

	body.contact-us .cu-hero__inner {
		gap: 13px;
	}

	body.contact-us .cu-hero__title {
		font-size: 64px;
	}

	body.contact-us .cu-hero__lead {
		font-size: 20px;
	}
}

body.contact-us .cu-channels {
	padding-block: 32px;
}

body.contact-us .cu-channels__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 37px;
}

body.contact-us .cu-channel {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-height: 191px;
	padding: 34px 18px 14px;
	border: 1px solid #4e320d;
	border-radius: 18px;
	background: linear-gradient(
		168.18deg,
		rgba(28, 21, 13, 0.7) 0%,
		rgba(22, 17, 11, 0.7) 100%
	);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition:
		transform 0.2s ease,
		border-color 0.2s ease;
}

body.contact-us .cu-channel:hover {
	border-color: #63350d;
	transform: translateY(-2px);
}

body.contact-us .cu-channel__tag {
	position: absolute;
	top: -13px;
	left: 18px;
	padding: 5px 10px;
	border-radius: 4px;
	background: #ff9242;
	color: #0a0a0a;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 1px;
	white-space: nowrap;
}

body.contact-us .cu-channel__title {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

body.contact-us .cu-channel__text {
	margin: 0;
	color: var(--cu-text-muted);
	font-size: 14px;
	line-height: 1.5;
}

body.contact-us .cu-channel__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	border: 0;
	background: none;
	color: #ffb24d;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

body.contact-us .cu-arrow {
	flex: none;
	transition: transform 0.2s ease;
}

body.contact-us .cu-channel__link:hover .cu-arrow,
body.contact-us .cu-channel__link:focus-visible .cu-arrow {
	transform: translateX(3px);
}

@media (min-width: 992px) {
	body.contact-us .cu-channels {
		padding-block: 112px 56px;
	}

	body.contact-us .cu-channels__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
	}

	body.contact-us .cu-channel {
		padding-inline: 29px;
	}

	body.contact-us .cu-channel__tag {
		left: 29px;
	}
}

body.contact-us .cu-form {
	padding-block: 0 100px;
}

body.contact-us .cu-form__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 100px;
	align-items: start;
}

body.contact-us .cu-form__main {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

body.contact-us .cu-form__head {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-bottom: 16px;
	border-bottom: 1px solid #2a2622;
}

body.contact-us .cu-form__title {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
}

body.contact-us .cu-form__lead {
	margin: 0;
	color: var(--cu-text-muted);
	font-size: 14px;
	line-height: 1.4;
}

body.contact-us .cu-form__form {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 10px;
}

body.contact-us .cu-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

body.contact-us .cu-field-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

body.contact-us .cu-field__label {
	color: var(--cu-text-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

body.contact-us .cu-field__hint {
	color: #605a51;
}

body.contact-us .cu-field__control {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #2a2622;
	border-radius: 12px;
	background: linear-gradient(
		178deg,
		rgba(28, 21, 13, 0.4) 0%,
		rgba(22, 17, 11, 0.4) 100%
	);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	color: var(--cu-text);
	font-family: inherit;
	font-size: 14px;
	line-height: 1.5;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

body.contact-us .cu-field__control::placeholder {
	color: #605a51;
}

body.contact-us .cu-field__control:focus {
	border-color: #63350d;
	box-shadow: 0 0 0 3px rgba(243, 152, 31, 0.12);
	outline: none;
}

body.contact-us .cu-field__control.is-invalid {
	border-color: #ff7a66;
}

body.contact-us .cu-field__control--area {
	min-height: 115px;
	resize: vertical;
}

body.contact-us .cu-field__select {
	position: relative;
}

body.contact-us .cu-field__select .cu-field__control {
	appearance: none;
	-webkit-appearance: none;
	padding-right: 44px;
	cursor: pointer;
}

body.contact-us .cu-field__chevron {
	position: absolute;
	top: 50%;
	right: 16px;
	color: var(--cu-text-muted);
	pointer-events: none;
	transform: translateY(-50%);
}

body.contact-us .cu-select .cu-field__control {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	opacity: 0;
	pointer-events: none;
}

body.contact-us .cu-select__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #2a2622;
	border-radius: 12px;
	background: linear-gradient(
		178deg,
		rgba(28, 21, 13, 0.4) 0%,
		rgba(22, 17, 11, 0.4) 100%
	);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	color: var(--cu-text);
	font-family: inherit;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	cursor: pointer;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

body.contact-us .cu-select__button:focus-visible {
	border-color: #63350d;
	box-shadow: 0 0 0 3px rgba(243, 152, 31, 0.12);
	outline: none;
}

body.contact-us .cu-select.is-open .cu-select__button {
	border-color: #63350d;
}

body.contact-us .cu-select__value.is-placeholder {
	color: #605a51;
}

body.contact-us .cu-select__button .cu-field__chevron {
	position: static;
	flex: none;
	transform: none;
	transition: transform 0.2s ease;
}

body.contact-us .cu-select.is-open .cu-field__chevron {
	transform: rotate(180deg);
}

body.contact-us .cu-select__list {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	left: 0;
	z-index: 5;
	max-height: 260px;
	margin: 0;
	padding: 6px;
	overflow-y: auto;
	border: 1px solid #2a2622;
	border-radius: 12px;
	background: #14100a;
	box-shadow: 0 18px 40px -20px rgba(0, 0, 0, 0.8);
	list-style: none;
}

body.contact-us .cu-select__option {
	padding: 10px 12px;
	border-radius: 8px;
	color: var(--cu-text-muted);
	font-size: 14px;
	line-height: 1.4;
	cursor: pointer;
}

body.contact-us .cu-select__option:hover,
body.contact-us .cu-select__option:focus {
	background: rgba(243, 152, 31, 0.1);
	color: var(--cu-text);
	outline: none;
}

body.contact-us .cu-select__option.is-selected {
	color: var(--cu-accent);
}

body.contact-us .cu-field--upload {
	margin-top: 18px;
}

body.contact-us .cu-drop {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 22px 16px;
	text-align: center;
	border: 1px solid #2a2622;
	border-radius: 12px;
	background: linear-gradient(
		177deg,
		rgba(28, 21, 13, 0.4) 0%,
		rgba(22, 17, 11, 0.4) 100%
	);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: border-color 0.2s ease;
}

body.contact-us .cu-drop.is-dragover,
body.contact-us .cu-drop:focus-within {
	border-color: #63350d;
}

body.contact-us .cu-drop__input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

body.contact-us .cu-drop__button {
	flex: none;
	padding: 6px 14px;
	border: 1px solid #36322d;
	border-radius: 10px;
	background: #14100a;
	color: var(--cu-text-muted);
	font-size: 14px;
	line-height: 1.5;
}

body.contact-us .cu-drop__text {
	color: var(--cu-text-muted);
	font-size: 14px;
	line-height: 1.5;
}

body.contact-us .cu-files {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.contact-us .cu-files[hidden] {
	display: none;
}

body.contact-us .cu-files__item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 6px 6px 14px;
	border: 1px solid #2a2622;
	border-radius: 10px;
	background: #14100a;
	font-size: 14px;
	line-height: 1.5;
}

body.contact-us .cu-files__name {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	color: var(--cu-text);
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.contact-us .cu-files__size {
	flex: none;
	color: #605a51;
}

body.contact-us .cu-files__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: none;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--cu-text-muted);
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

body.contact-us .cu-files__remove:hover,
body.contact-us .cu-files__remove:focus-visible {
	background: rgba(243, 152, 31, 0.1);
	color: var(--cu-text);
	outline: none;
}

body.contact-us .cu-field__note {
	margin: 0;
	color: #605a51;
	font-size: 14px;
	line-height: 1.5;
}

body.contact-us .cu-field__error {
	margin: 0;
	color: #ff7a66;
	font-size: 13px;
	line-height: 1.4;
}

body.contact-us .cu-form__privacy {
	margin: 8px 0 0;
	color: var(--cu-text-muted);
	font-size: 14px;
	line-height: 1.5;
}

body.contact-us .cu-form__privacy a {
	color: var(--cu-accent);
	text-decoration: underline;
}

body.contact-us .cu-form__trap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

body.contact-us .cu-form__submit {
	width: 100%;
	margin-top: 18px;
	padding: 20px 38px;
	font-size: 14px;
}

body.contact-us .cu-form__submit[disabled] {
	opacity: 0.6;
	pointer-events: none;
}

body.contact-us .cu-form__spinner {
	display: none;
	flex: none;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(26, 15, 2, 0.35);
	border-top-color: #1a0f02;
	border-radius: 50%;
	animation: cu-spin 0.8s linear infinite;
}

body.contact-us .cu-form__submit.is-loading .cu-form__spinner {
	display: block;
}

body.contact-us .cu-form__submit.is-loading .cu-arrow {
	display: none;
}

@keyframes cu-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.contact-us .cu-form__spinner {
		animation-duration: 2s;
	}
}

body.contact-us .cu-form__alert {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 16px;
	border: 1px solid rgba(255, 122, 102, 0.4);
	border-radius: 12px;
	background: rgba(255, 122, 102, 0.06);
}

body.contact-us .cu-form__alert-text {
	margin: 0;
	color: #ff7a66;
	font-size: 14px;
	line-height: 1.5;
}

body.contact-us .cu-form__alert-fallback {
	margin: 0;
	color: var(--cu-text-muted);
	font-size: 14px;
	line-height: 1.5;
}

body.contact-us .cu-form__alert-link {
	padding: 0;
	border: 0;
	background: none;
	color: var(--cu-accent);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-decoration: underline;
	cursor: pointer;
}

body.contact-us .cu-form__done:focus {
	outline: none;
}

body.contact-us .cu-form__done {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 22px 16px;
	border: 1px solid #4e320d;
	border-radius: 12px;
	background: linear-gradient(
		176deg,
		rgba(28, 21, 13, 0.4) 0%,
		rgba(22, 17, 11, 0.4) 100%
	);
}

body.contact-us .cu-form__done-title {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}

body.contact-us .cu-form__done-text {
	margin: 0;
	color: var(--cu-text-muted);
	font-size: 14px;
	line-height: 1.5;
}

body.contact-us .cu-note {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 22px 16px;
	border: 1px solid #2a2622;
	border-radius: 12px;
	background: linear-gradient(
		176deg,
		rgba(28, 21, 13, 0.4) 0%,
		rgba(22, 17, 11, 0.4) 100%
	);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

body.contact-us .cu-note__title,
body.contact-us .cu-note__text {
	margin: 0;
	color: var(--cu-text-muted);
	font-size: 14px;
	line-height: 1.5;
}

body.contact-us .cu-form__aside {
	display: flex;
	flex-direction: column;
	gap: 24px;
	order: -1;
}

body.contact-us .cu-panel {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 26px 22px;
	border: 1px solid #4e320d;
	border-radius: 12px;
	background: linear-gradient(
		0deg,
		rgba(20, 19, 19, 0.2) 0%,
		rgba(20, 19, 19, 0.4) 71.84%,
		#2b1f16 100%
	);
}

body.contact-us .cu-panel__title {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

body.contact-us .cu-panel__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 20px 0 0;
	border-top: 1px solid #2a2622;
	list-style: none;
}

body.contact-us .cu-panel__list li {
	position: relative;
	padding-left: 18px;
	color: var(--cu-text-muted);
	font-size: 14px;
	line-height: 1.3;
}

body.contact-us .cu-panel__list li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--cu-accent);
}

body.contact-us .cu-panel__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 20px;
	border-top: 1px solid #2a2622;
}

body.contact-us .cu-panel__block {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

body.contact-us .cu-panel__text {
	margin: 0;
	color: var(--cu-text-muted);
	font-size: 14px;
	line-height: 1.3;
}

body.contact-us .cu-panel__label {
	margin: 0;
	font-size: 14px;
	line-height: 1.3;
}

body.contact-us .cu-panel__email {
	color: var(--cu-accent);
	font-size: 14px;
	line-height: 1.3;
	text-decoration: underline;
}

@media (min-width: 992px) {
	body.contact-us .cu-form {
		padding-block: 56px;
	}

	body.contact-us .cu-form__grid {
		grid-template-columns: minmax(0, 1fr) 456px;
		gap: 46px;
	}

	body.contact-us .cu-form__main {
		gap: 42px;
	}

	body.contact-us .cu-form__form {
		margin-top: 0;
	}

	body.contact-us .cu-form__title {
		font-size: 24px;
	}

	body.contact-us .cu-form__lead {
		font-size: 16px;
	}

	body.contact-us .cu-field--upload,
	body.contact-us .cu-form__submit {
		margin-top: 28px;
	}

	body.contact-us .cu-drop {
		flex-direction: row;
		text-align: left;
	}

	body.contact-us .cu-form__submit {
		font-size: 18px;
	}

	body.contact-us .cu-form__aside {
		position: sticky;
		top: 96px;
		gap: 28px;
		order: 0;
	}
}

body.contact-us .cu-faq {
	--cu-wrapper-max: 780px;

	padding-block: 0 100px;
}

body.contact-us .cu-faq__inner {
	display: flex;
	flex-direction: column;
	gap: 42px;
}

body.contact-us .cu-faq__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
	text-align: center;
}

body.contact-us .cu-faq__title {
	margin: 0;
	font-size: 34px;
	font-weight: 600;
	line-height: 1;
}

body.contact-us .cu-faq .ts-faq {
	--ts-faq-question-padding: 22px 16px;
	--ts-faq-answer-padding: 16px 16px 22px;

	width: 100%;
}

body.contact-us .cu-cta {
	--cu-wrapper-max: 879px;

	padding-block: 0 100px;
}

body.contact-us .cu-cta__panel {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	padding: 33px 13px;
	border-radius: 12px;
	background: linear-gradient(
		0deg,
		rgba(20, 19, 19, 0.2) 0%,
		rgba(20, 19, 19, 0.4) 11%,
		#2b1f16 100%
	);
	text-align: center;
}

body.contact-us .cu-cta__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px;
	border-radius: inherit;
	background: linear-gradient(
		0deg,
		rgba(255, 255, 255, 0.2) 0%,
		rgba(116, 116, 116, 0.2) 50%,
		#f3981f 100%
	);
	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	mask-composite: exclude;
	pointer-events: none;
}

body.contact-us .cu-cta__intro {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

body.contact-us .cu-cta__title {
	margin: 0;
	color: #f5f0e6;
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
}

body.contact-us .cu-cta__lead {
	margin: 0;
	color: #a8a8a8;
	font-size: 16px;
	line-height: 1.2;
}

body.contact-us .cu-cta__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

body.contact-us .cu-cta__button {
	padding: 20px 38px;
	font-size: 14px;
}

body.contact-us .cu-btn--soft.cu-cta__button {
	padding-inline: 30px;
}

@media (min-width: 992px) {
	body.contact-us .cu-faq {
		padding-block: 56px;
	}

	body.contact-us .cu-faq__head {
		gap: 20px;
	}

	body.contact-us .cu-faq__title {
		font-size: 44px;
	}

	body.contact-us .cu-cta {
		padding-block: 56px 100px;
	}

	body.contact-us .cu-cta__panel {
		padding: 53px 43px;
	}

	body.contact-us .cu-cta__title {
		font-size: 58px;
	}

	body.contact-us .cu-cta__lead {
		font-size: 18px;
	}

	body.contact-us .cu-cta__actions {
		flex-direction: row;
		justify-content: center;
	}

	body.contact-us .cu-cta__button {
		font-size: 18px;
	}

	body.contact-us .cu-btn--soft.cu-cta__button {
		font-size: 16px;
	}
}

