/* Contact page redesign — isolated to Elementor page 38 */
body.page-id-38.kk-contact-redesign {
	--kk-contact-ink: #032a2b;
	--kk-contact-deep: #064143;
	--kk-contact-green: #0a5755;
	--kk-contact-gold: #d4af37;
	--kk-contact-gold-dark: #96741f;
	--kk-contact-gold-light: #f3e2ac;
	--kk-contact-paper: #fbf9f3;
	--kk-contact-soft: #f4efe2;
	--kk-contact-white: #fff;
	--kk-contact-muted: #667573;
	--kk-contact-border: rgba(6, 65, 67, .14);
	background: var(--kk-contact-paper);
	color: var(--kk-contact-ink);
}

body.page-id-38.kk-contact-redesign .main-page-wrapper {
	background:
		radial-gradient(circle at 7% 7%, rgba(212, 175, 55, .08), transparent 24rem),
		linear-gradient(180deg, #fbf9f3 0%, #f8f4e9 100%);
	padding-block: clamp(22px, 3vw, 42px) clamp(52px, 7vw, 92px);
}

body.page-id-38.kk-contact-redesign .main-page-wrapper > .container,
body.page-id-38.kk-contact-redesign .main-page-wrapper > .container > .row,
body.page-id-38.kk-contact-redesign .site-content,
body.page-id-38.kk-contact-redesign .elementor-38 {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.page-id-38.kk-contact-redesign .kk-contact-original-hidden {
	display: none !important;
}

body.page-id-38.kk-contact-redesign .kk-contact-page {
	width: min(1240px, calc(100% - 32px));
	margin-inline: auto;
	font-family: inherit;
}

body.page-id-38.kk-contact-redesign .kk-contact-page *,
body.page-id-38.kk-contact-redesign .kk-contact-page *::before,
body.page-id-38.kk-contact-redesign .kk-contact-page *::after {
	box-sizing: border-box;
}

body.page-id-38.kk-contact-redesign .kk-contact-hero {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
	gap: clamp(30px, 5vw, 72px);
	align-items: center;
	overflow: hidden;
	min-height: 410px;
	padding: clamp(40px, 6vw, 76px);
	border: 1px solid rgba(212, 175, 55, .26);
	border-radius: 32px;
	color: #fff;
	background:
		radial-gradient(circle at 13% 18%, rgba(212, 175, 55, .15), transparent 26%),
		linear-gradient(128deg, #032a2b 0%, #064143 58%, #0b5753 100%);
	box-shadow: 0 26px 70px rgba(3, 42, 43, .16);
}

body.page-id-38.kk-contact-redesign .kk-contact-hero::before,
body.page-id-38.kk-contact-redesign .kk-contact-hero::after {
	position: absolute;
	z-index: -1;
	content: "";
	border: 1px solid rgba(243, 226, 172, .13);
	border-radius: 50%;
}

body.page-id-38.kk-contact-redesign .kk-contact-hero::before {
	inset: auto auto -185px -105px;
	width: 430px;
	aspect-ratio: 1;
	box-shadow: 0 0 0 58px rgba(255, 255, 255, .025);
}

body.page-id-38.kk-contact-redesign .kk-contact-hero::after {
	inset: -100px -78px auto auto;
	width: 330px;
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(212, 175, 55, .08), transparent 67%);
}

body.page-id-38.kk-contact-redesign .kk-contact-eyebrow,
body.page-id-38.kk-contact-redesign .kk-contact-section-heading > span,
body.page-id-38.kk-contact-redesign .kk-contact-card-heading > span,
body.page-id-38.kk-contact-redesign .kk-contact-map-card__heading > div > span {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 13px;
	color: var(--kk-contact-gold-light);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
}

body.page-id-38.kk-contact-redesign .kk-contact-eyebrow i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--kk-contact-gold);
	box-shadow: 0 0 0 6px rgba(212, 175, 55, .14);
}

body.page-id-38.kk-contact-redesign .kk-contact-hero h1 {
	max-width: 680px;
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(36px, 4.2vw, 62px);
	line-height: 1.27;
	font-weight: 900;
	letter-spacing: -.7px;
}

body.page-id-38.kk-contact-redesign .kk-contact-hero__copy > p {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: clamp(16px, 1.4vw, 19px);
	line-height: 2;
}

body.page-id-38.kk-contact-redesign .kk-contact-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

body.page-id-38.kk-contact-redesign .kk-contact-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 50px;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body.page-id-38.kk-contact-redesign .kk-contact-btn:hover,
body.page-id-38.kk-contact-redesign .kk-contact-btn:focus-visible {
	transform: translateY(-2px);
}

body.page-id-38.kk-contact-redesign .kk-contact-btn--gold {
	color: #032a2b;
	background: linear-gradient(135deg, #f3e2ac, #d4af37);
	box-shadow: 0 12px 30px rgba(212, 175, 55, .2);
}

body.page-id-38.kk-contact-redesign .kk-contact-btn--outline {
	color: #fff;
	border-color: rgba(255, 255, 255, .28);
	background: rgba(255, 255, 255, .06);
}

body.page-id-38.kk-contact-redesign .kk-contact-btn--outline:hover,
body.page-id-38.kk-contact-redesign .kk-contact-btn--outline:focus-visible {
	border-color: rgba(243, 226, 172, .58);
	background: rgba(255, 255, 255, .11);
}

body.page-id-38.kk-contact-redesign .kk-contact-hero__note {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 15px;
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid rgba(243, 226, 172, .22);
	border-radius: 22px;
	background: rgba(0, 22, 22, .24);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
	backdrop-filter: blur(6px);
}

body.page-id-38.kk-contact-redesign .kk-contact-note__icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	color: #032a2b;
	background: var(--kk-contact-gold-light);
	font-size: 18px;
	font-weight: 900;
}

body.page-id-38.kk-contact-redesign .kk-contact-hero__note strong {
	display: block;
	margin: 1px 0 7px;
	color: #fff;
	font-size: 17px;
}

body.page-id-38.kk-contact-redesign .kk-contact-hero__note p {
	margin: 0;
	color: rgba(255, 255, 255, .75);
	font-size: 14px;
	line-height: 1.9;
}

body.page-id-38.kk-contact-redesign .kk-contact-note__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 15px;
}

body.page-id-38.kk-contact-redesign .kk-contact-note__chips span {
	padding: 6px 10px;
	border: 1px solid rgba(243, 226, 172, .18);
	border-radius: 999px;
	color: var(--kk-contact-gold-light);
	background: rgba(255, 255, 255, .045);
	font-size: 11px;
	font-weight: 800;
}

body.page-id-38.kk-contact-redesign .kk-contact-routes {
	padding-block: clamp(62px, 7vw, 92px) clamp(50px, 6vw, 76px);
}

body.page-id-38.kk-contact-redesign .kk-contact-section-heading {
	margin-bottom: 25px;
	text-align: center;
}

body.page-id-38.kk-contact-redesign .kk-contact-section-heading > span,
body.page-id-38.kk-contact-redesign .kk-contact-card-heading > span,
body.page-id-38.kk-contact-redesign .kk-contact-map-card__heading > div > span {
	color: var(--kk-contact-gold-dark);
}

body.page-id-38.kk-contact-redesign .kk-contact-section-heading h2,
body.page-id-38.kk-contact-redesign .kk-contact-card-heading h2,
body.page-id-38.kk-contact-redesign .kk-contact-map-card__heading h2 {
	margin: 0;
	color: var(--kk-contact-ink);
	font-size: clamp(25px, 2.4vw, 36px);
	line-height: 1.5;
	font-weight: 900;
}

body.page-id-38.kk-contact-redesign .kk-contact-routes__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

body.page-id-38.kk-contact-redesign .kk-contact-route-card {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	grid-template-rows: 1fr auto;
	gap: 18px 16px;
	min-height: 238px;
	padding: 26px;
	border: 1px solid var(--kk-contact-border);
	border-radius: 22px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 15px 40px rgba(3, 42, 43, .06);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

body.page-id-38.kk-contact-redesign .kk-contact-route-card:hover {
	transform: translateY(-4px);
	border-color: rgba(212, 175, 55, .55);
	box-shadow: 0 22px 50px rgba(3, 42, 43, .1);
}

body.page-id-38.kk-contact-redesign .kk-contact-route-card__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 18px;
	color: var(--kk-contact-ink);
	background: linear-gradient(135deg, #f7e8b7, #d4af37);
	font-size: 23px;
	font-weight: 900;
}

body.page-id-38.kk-contact-redesign .kk-contact-route-card h3 {
	margin: 2px 0 7px;
	color: var(--kk-contact-ink);
	font-size: 18px;
	line-height: 1.65;
	font-weight: 900;
}

body.page-id-38.kk-contact-redesign .kk-contact-route-card p {
	margin: 0;
	color: var(--kk-contact-muted);
	font-size: 13px;
	line-height: 1.9;
}

body.page-id-38.kk-contact-redesign .kk-contact-route-card > a {
	grid-column: 1 / -1;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-height: 43px;
	padding: 9px 14px;
	border-top: 1px solid var(--kk-contact-border);
	color: var(--kk-contact-deep);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

body.page-id-38.kk-contact-redesign .kk-contact-route-card > a span {
	color: var(--kk-contact-gold-dark);
	font-size: 18px;
	transition: transform .2s ease;
}

body.page-id-38.kk-contact-redesign .kk-contact-route-card > a:hover span {
	transform: translateX(-4px);
}

body.page-id-38.kk-contact-redesign .kk-contact-main {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(330px, .75fr);
	gap: 22px;
	align-items: stretch;
	scroll-margin-top: 110px;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-card,
body.page-id-38.kk-contact-redesign .kk-contact-info-card,
body.page-id-38.kk-contact-redesign .kk-contact-map-card {
	overflow: hidden;
	border: 1px solid var(--kk-contact-border);
	border-radius: 26px;
	box-shadow: 0 18px 52px rgba(3, 42, 43, .07);
}

body.page-id-38.kk-contact-redesign .kk-contact-form-card {
	padding: clamp(26px, 4vw, 48px);
	background: rgba(255, 255, 255, .92);
	scroll-margin-top: 110px;
}

body.page-id-38.kk-contact-redesign .kk-contact-card-heading {
	margin-bottom: 24px;
}

body.page-id-38.kk-contact-redesign .kk-contact-card-heading > span {
	margin-bottom: 6px;
}

body.page-id-38.kk-contact-redesign .kk-contact-card-heading > p {
	margin: 8px 0 0;
	color: var(--kk-contact-muted);
	font-size: 13px;
	line-height: 1.8;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-form {
	width: 100%;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-form-fields-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-field-group {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-field-group-message,
body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-field-type-recaptcha_v3,
body.page-id-38.kk-contact-redesign .kk-contact-form-host .e-form__buttons,
body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-message {
	grid-column: 1 / -1;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-field-label {
	display: block;
	margin: 0 0 8px;
	color: var(--kk-contact-ink);
	font-size: 13px;
	font-weight: 900;
}

body.page-id-38.kk-contact-redesign .kk-contact-required {
	color: #b42318;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-field {
	width: 100%;
	color: var(--kk-contact-ink);
	border: 1px solid rgba(6, 65, 67, .18);
	border-radius: 13px;
	background: #fcfbf7;
	box-shadow: none;
	font-size: 14px;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host input.elementor-field {
	min-height: 52px;
	padding-inline: 16px;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host textarea.elementor-field {
	min-height: 160px;
	padding: 14px 16px;
	resize: vertical;
	line-height: 1.8;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-field::placeholder {
	color: #8a9693;
	opacity: 1;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-field:focus {
	outline: none;
	border-color: var(--kk-contact-gold-dark);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(212, 175, 55, .14);
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-field-type-recaptcha_v3 {
	min-height: 0;
	height: 0;
	overflow: visible;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 53px;
	margin: 0;
	border: 0;
	border-radius: 14px;
	color: #032a2b;
	background: linear-gradient(135deg, #f3e2ac, #d4af37);
	box-shadow: 0 12px 28px rgba(212, 175, 55, .18);
	font-size: 14px;
	font-weight: 900;
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-button:hover,
body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-button:focus-visible {
	transform: translateY(-2px);
	filter: saturate(1.07);
	box-shadow: 0 17px 34px rgba(150, 116, 31, .24);
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-message {
	margin: 2px 0 0;
	padding: 12px 14px;
	border-radius: 12px;
	font-size: 13px;
	line-height: 1.8;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-message-success {
	color: #07573f;
	background: #e7f7ef;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-message-danger {
	color: #9b1c1c;
	background: #fff0ef;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-hint {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 17px 0 0;
	color: var(--kk-contact-muted);
	font-size: 12px;
	line-height: 1.7;
}

body.page-id-38.kk-contact-redesign .kk-contact-form-hint span {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	color: #086243;
	background: #e5f5ed;
	font-weight: 900;
}

body.page-id-38.kk-contact-redesign .kk-contact-info-card {
	display: flex;
	flex-direction: column;
	padding: clamp(26px, 3.4vw, 42px);
	color: #fff;
	background:
		radial-gradient(circle at 5% 10%, rgba(212, 175, 55, .13), transparent 32%),
		linear-gradient(155deg, #064143, #032a2b);
}

body.page-id-38.kk-contact-redesign .kk-contact-card-heading--light > span {
	color: var(--kk-contact-gold-light);
}

body.page-id-38.kk-contact-redesign .kk-contact-card-heading--light h2 {
	color: #fff;
	font-size: clamp(24px, 2vw, 31px);
}

body.page-id-38.kk-contact-redesign .kk-contact-card-heading--light > p {
	color: rgba(255, 255, 255, .68);
}

body.page-id-38.kk-contact-redesign .kk-contact-info-list {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.page-id-38.kk-contact-redesign .kk-contact-info-list li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 13px;
	align-items: center;
	padding: 13px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 15px;
	background: rgba(255, 255, 255, .045);
}

body.page-id-38.kk-contact-redesign .kk-contact-info-list__icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 13px;
	color: var(--kk-contact-ink);
	background: var(--kk-contact-gold-light);
	font-size: 17px;
	font-weight: 900;
}

body.page-id-38.kk-contact-redesign .kk-contact-info-list small {
	display: block;
	margin-bottom: 3px;
	color: rgba(255, 255, 255, .6);
	font-size: 11px;
}

body.page-id-38.kk-contact-redesign .kk-contact-info-list a,
body.page-id-38.kk-contact-redesign .kk-contact-info-list strong {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 1.7;
	font-weight: 900;
	text-decoration: none;
}

body.page-id-38.kk-contact-redesign .kk-contact-info-list a:hover,
body.page-id-38.kk-contact-redesign .kk-contact-info-list a:focus-visible {
	color: var(--kk-contact-gold-light);
}

body.page-id-38.kk-contact-redesign .kk-contact-info-card__footer {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-top: auto;
	padding-top: 24px;
	color: rgba(255, 255, 255, .68);
}

body.page-id-38.kk-contact-redesign .kk-contact-info-card__footer > span {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 23px;
	height: 23px;
	border: 1px solid rgba(243, 226, 172, .35);
	border-radius: 50%;
	color: var(--kk-contact-gold-light);
	font-family: serif;
	font-weight: 700;
}

body.page-id-38.kk-contact-redesign .kk-contact-info-card__footer p {
	margin: 0;
	font-size: 11px;
	line-height: 1.8;
}

body.page-id-38.kk-contact-redesign .kk-contact-map-card {
	margin-top: 22px;
	background: #fff;
}

body.page-id-38.kk-contact-redesign .kk-contact-map-card__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 25px 30px;
	border-bottom: 1px solid var(--kk-contact-border);
	background: #fff;
}

body.page-id-38.kk-contact-redesign .kk-contact-map-card__heading > div > span {
	margin-bottom: 2px;
}

body.page-id-38.kk-contact-redesign .kk-contact-map-card__heading h2 {
	font-size: 24px;
}

body.page-id-38.kk-contact-redesign .kk-contact-map-card__heading > p {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 9px 13px;
	border-radius: 999px;
	color: var(--kk-contact-deep);
	background: var(--kk-contact-soft);
	font-size: 12px;
	font-weight: 800;
}

body.page-id-38.kk-contact-redesign .kk-contact-map-card__heading > p span {
	color: var(--kk-contact-gold-dark);
	font-size: 17px;
}

body.page-id-38.kk-contact-redesign .kk-contact-map-host,
body.page-id-38.kk-contact-redesign .kk-contact-map-host .elementor-element,
body.page-id-38.kk-contact-redesign .kk-contact-map-host .elementor-widget-container {
	width: 100%;
	height: 410px;
	margin: 0 !important;
	padding: 0 !important;
}

body.page-id-38.kk-contact-redesign .kk-contact-map-host iframe {
	display: block;
	width: 100%;
	height: 410px !important;
	border: 0;
	filter: saturate(.82) contrast(.96);
}

@media (max-width: 1024px) {
	body.page-id-38.kk-contact-redesign .kk-contact-hero {
		grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
		padding: 44px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-main {
		grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
	}

	body.page-id-38.kk-contact-redesign .kk-contact-route-card {
		grid-template-columns: 50px minmax(0, 1fr);
		padding: 22px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-route-card__icon {
		width: 50px;
		height: 50px;
		border-radius: 15px;
	}
}

@media (max-width: 820px) {
	body.page-id-38.kk-contact-redesign .main-page-wrapper {
		padding-top: 18px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-page {
		width: min(100% - 24px, 720px);
	}

	body.page-id-38.kk-contact-redesign .kk-contact-hero,
	body.page-id-38.kk-contact-redesign .kk-contact-main {
		grid-template-columns: 1fr;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-hero {
		min-height: 0;
		padding: 38px 32px;
		border-radius: 25px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-routes__grid {
		grid-template-columns: 1fr;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-route-card {
		grid-template-rows: auto;
		min-height: 0;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-info-card {
		min-height: 0;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-map-card__heading {
		align-items: flex-start;
		flex-direction: column;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-map-card__heading > p {
		border-radius: 13px;
	}
}

@media (max-width: 560px) {
	body.page-id-38.kk-contact-redesign .kk-contact-page {
		width: calc(100% - 20px);
	}

	body.page-id-38.kk-contact-redesign .kk-contact-hero {
		padding: 30px 22px;
		border-radius: 22px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-hero h1 {
		font-size: clamp(31px, 10vw, 42px);
	}

	body.page-id-38.kk-contact-redesign .kk-contact-hero__copy > p {
		font-size: 14px;
		line-height: 1.9;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 24px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-btn {
		width: 100%;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-hero__note {
		grid-template-columns: 38px minmax(0, 1fr);
		padding: 18px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-note__icon {
		width: 38px;
		height: 38px;
		border-radius: 11px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-routes {
		padding-block: 50px 40px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-section-heading {
		text-align: right;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-route-card {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 14px 12px;
		padding: 18px;
		border-radius: 18px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-route-card__icon {
		width: 46px;
		height: 46px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-form-card,
	body.page-id-38.kk-contact-redesign .kk-contact-info-card {
		padding: 23px 18px;
		border-radius: 21px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-form-fields-wrapper {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-form-host .elementor-field-group {
		grid-column: 1 !important;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-form-host textarea.elementor-field {
		min-height: 140px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-map-card {
		border-radius: 21px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-map-card__heading {
		padding: 22px 18px;
	}

	body.page-id-38.kk-contact-redesign .kk-contact-map-host,
	body.page-id-38.kk-contact-redesign .kk-contact-map-host .elementor-element,
	body.page-id-38.kk-contact-redesign .kk-contact-map-host .elementor-widget-container,
	body.page-id-38.kk-contact-redesign .kk-contact-map-host iframe {
		height: 330px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.page-id-38.kk-contact-redesign .kk-contact-page *,
	body.page-id-38.kk-contact-redesign .kk-contact-page *::before,
	body.page-id-38.kk-contact-redesign .kk-contact-page *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
