.lm-home,
.lm-home * {
	box-sizing: border-box;
}

.lm-home {
	color: #263b42;
	padding: 24px 0 64px;
}

.lm-home :is(h1, h2, h3, p, ul, figure) {
	margin-top: 0;
}

.lm-home :is(h1, h2, h3) {
	color: #1f343b;
	font-family: var(--wd-title-font, "Ubuntu Sans", Arial, sans-serif);
	font-weight: 500;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

.lm-home a {
	text-decoration: none;
}

.lm-home-button {
	align-items: center;
	background: #2d4e57;
	border: 1px solid #2d4e57;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.3;
	min-height: 44px;
	padding: 10px 17px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.lm-home-button:hover {
	background: #39616d;
	border-color: #39616d;
	color: #fff;
}

.lm-home-button--secondary {
	background: transparent;
	border-color: #b9cdd2;
	color: #2d4e57;
}

.lm-home-button--secondary:hover {
	background: #edf4f5;
	border-color: #2d4e57;
	color: #2d4e57;
}

.lm-home-hero {
	border-bottom: 1px solid #dce8eb;
	padding-bottom: 48px;
	position: relative;
}

.lm-home-visually-hidden {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.lm-home-hero__viewport {
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.lm-home-hero__viewport::-webkit-scrollbar {
	display: none;
}

.lm-home-hero__track {
	display: flex;
}

.lm-home-hero__slide {
	display: block;
	flex: 0 0 100%;
	min-width: 0;
	padding: 24px 0 0;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.lm-home-hero__banner-link,
.lm-home-hero__banner-link picture,
.lm-home-hero__banner-image {
	display: block;
	width: 100%;
}

.lm-home-hero__banner-link {
	border-radius: 8px;
	overflow: hidden;
}

.lm-home-hero__banner-image {
	height: auto;
}

.lm-home-hero__copy {
	max-width: 650px;
	padding-bottom: 56px;
}

.lm-home-hero :is(h1, h2) {
	font-size: clamp(40px, 3.45vw, 50px);
	line-height: 1.06;
	margin: 0;
}

.lm-home .lm-home-hero__lead {
	color: #5e7278;
	font-size: 18px;
	line-height: 1.65;
	margin: 28px 0 0;
	max-width: 640px;
	text-wrap: pretty;
}

.lm-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.lm-home-hero__details {
	border-top: 1px solid #dce8eb;
	display: flex;
	flex-wrap: wrap;
	gap: 9px 22px;
	list-style: none;
	margin: 38px 0 0 !important;
	padding: 28px 0 0 !important;
}

.lm-home-hero__details li {
	color: #526a71;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	position: relative;
}

.lm-home-hero__details li::before {
	background: #fa6334;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 6px;
	margin: 0 9px 2px 0;
	width: 6px;
}

.lm-home-hero__media {
	margin: 0;
}

.lm-home-hero__media img {
	border-radius: 8px;
	display: block;
	height: 470px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.lm-home-hero__controls {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border-radius: 8px;
	bottom: 64px;
	box-shadow: 0 2px 8px rgba(31, 52, 59, 0.12);
	display: flex;
	gap: 10px;
	left: 16px;
	padding: 7px 10px;
	position: absolute;
	z-index: 2;
}

.lm-home-hero__dots button {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	font: inherit;
	margin: 0;
}

.lm-home-hero__dots {
	align-items: center;
	display: flex;
	gap: 6px;
}

.lm-home-hero__dots button {
	background: #c4d5d9;
	border-radius: 999px;
	box-shadow: none !important;
	height: 5px !important;
	min-height: 0 !important;
	min-width: 0;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	width: 34px;
}

.lm-home-hero__dots button::after {
	background: #fa6334;
	border-radius: inherit;
	content: "";
	inset: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left center;
}

.lm-home-hero__dots button[aria-current="true"].is-progressing::after {
	animation: lm-home-hero-progress 7000ms linear forwards;
	animation-play-state: paused;
}

.lm-home-hero[data-carousel-playing="true"] .lm-home-hero__dots button[aria-current="true"].is-progressing::after {
	animation-play-state: running;
}

@keyframes lm-home-hero-progress {
	to {
		transform: scaleX(1);
	}
}

.lm-home-hero__counter {
	color: #526a71;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	min-width: 32px;
	text-align: center;
}

.lm-home-hero :is(button, a):focus-visible,
.lm-home-hero__viewport:focus-visible {
	outline: 2px solid #fa6334;
	outline-offset: 3px;
}

.lm-home-section {
	margin-top: 58px;
}

.lm-home-section--ruled {
	border-top: 1px solid #dce8eb;
	padding-top: 50px;
}

.lm-home-section__heading {
	align-items: end;
	display: flex;
	gap: 34px;
	justify-content: space-between;
	margin-bottom: 26px;
}

.lm-home-section__heading > div {
	max-width: 790px;
}

.lm-home-section__heading h2,
.lm-home-services__heading h2 {
	font-size: 32px;
	line-height: 1.2;
	margin: 0;
}

.lm-home-section__heading p,
.lm-home-services__heading p {
	color: #60757b;
	font-size: 16px;
	line-height: 1.6;
	margin: 12px 0 0;
	max-width: 760px;
	text-wrap: pretty;
}

.lm-home-specialist-groups {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lm-home-specialist-group {
	border: 1px solid #d7e3e5;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	min-height: 330px;
	padding: 26px;
}

.lm-home-specialist-group--children {
	background: #edf4f5;
	border-color: #dce8eb;
}

.lm-home-specialist-group h3 {
	font-size: 25px;
	line-height: 1.25;
	margin: 0;
}

.lm-home-specialist-group > p {
	color: #60757b;
	font-size: 15px;
	line-height: 1.55;
	margin: 11px 0 0;
	max-width: 60ch;
}

.lm-home-specialist-group__links {
	display: grid;
	gap: 0 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 22px 0 24px;
	padding: 8px 0 0;
}

.lm-home-specialist-group__links a {
	border-bottom: 1px solid #dce8eb;
	color: #2d444c;
	display: block;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.4;
	padding: 11px 0;
}

.lm-home-specialist-group__links a:hover {
	color: #fa6334;
}

.lm-home-specialist-group__all {
	align-items: center;
	color: #2d4e57;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	margin-top: auto;
}

.lm-home-specialist-group__all::after,
.lm-home-service-link::after,
.lm-home-text-link::after {
	color: #fa6334;
	content: "›";
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-2px);
}

.lm-home-services {
	align-items: start;
	display: grid;
	gap: clamp(34px, 6vw, 84px);
	grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
}

.lm-home-services__heading {
	max-width: 440px;
}

.lm-home-services__links {
	display: grid;
	gap: 0 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.lm-home-service-link {
	align-items: center;
	border-bottom: 1px solid #dce8eb;
	color: #2d444c;
	display: flex;
	font-size: 15px;
	font-weight: 650;
	gap: 20px;
	justify-content: space-between;
	line-height: 1.45;
	min-height: 66px;
	padding: 13px 0;
}

.lm-home-service-link:hover {
	color: #fa6334;
}

.lm-home-doctors-grid {
	display: grid;
	gap: 0 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lm-home-doctor {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 0 0 30px;
}

.lm-home-doctor__photo {
	aspect-ratio: 4 / 4.65;
	background: #edf4f5;
	border-radius: 8px;
	display: block;
	overflow: hidden;
}

.lm-home-doctor__photo img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0;
	transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.lm-home-doctor__photo:hover img {
	transform: scale(1.015);
}

.lm-home-doctor__body {
	align-items: flex-start;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 20px;
}

.lm-home-doctor__specialty {
	color: #60757b;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 9px;
	min-height: 2.8em;
}

.lm-home-doctor h3 {
	font-size: 21px;
	line-height: 1.2;
	margin: 0;
	overflow-wrap: break-word;
	width: 100%;
}

.lm-home-doctor__experience {
	color: #2d4e57;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	margin: 12px 0 0 !important;
	padding-left: 16px;
	position: relative;
}

.lm-home-doctor__experience::before {
	background: #fa6334;
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 0.42em;
	width: 7px;
}

.lm-home-doctor__button {
	align-items: center;
	background: #2d4e57;
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.3;
	margin-top: 22px;
	min-height: 42px;
	padding: 9px 17px;
}

.lm-home-doctor__button:hover {
	background: #fa6334;
	color: #fff;
}

.lm-home-text-link {
	align-items: center;
	color: #2d4e57;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
}

.lm-home-doctors-copy-break {
	display: block;
}

.lm-home-doctors .lm-home-text-link::after {
	transform: translateY(-2px);
}

.lm-home-clinic {
	display: block;
}

.lm-home-clinic__heading {
	margin-bottom: 26px;
	max-width: 820px;
}

.lm-home-clinic__heading h2 {
	font-size: 32px;
	line-height: 1.2;
	margin: 0;
}

.lm-home-clinic__heading p {
	color: #60757b;
	font-size: 16px;
	line-height: 1.6;
	margin: 12px 0 0;
	max-width: 760px;
	text-wrap: pretty;
}

.lm-home-clinic__gallery {
	min-width: 0;
}

.lm-home-clinic__gallery-viewport {
	display: grid;
	min-width: 0;
}

.lm-home-clinic__gallery-slide {
	display: grid;
	gap: 12px;
	grid-area: 1 / 1;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
	opacity: 0;
	pointer-events: none;
	transition: opacity 420ms ease, visibility 420ms ease;
	visibility: hidden;
}

.lm-home-clinic__gallery-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.lm-home-clinic__gallery-slide figure {
	background: #eef4f4;
	border-radius: 8px;
	overflow: hidden;
	margin: 0;
}

.lm-home-clinic__gallery-slide img {
	display: block;
	height: 360px;
	object-fit: cover;
	width: 100%;
}

.lm-home-clinic__gallery-slide:first-child figure:first-child img {
	object-position: 50% 0;
}

.lm-home-clinic__gallery-controls {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 16px;
}

.lm-home-clinic__gallery-dots {
	align-items: center;
	display: flex;
	gap: 6px;
}

.lm-home-clinic__gallery-dots button {
	appearance: none;
	background: #cbdadd;
	border: 0;
	border-radius: 99px;
	cursor: pointer;
	height: 4px;
	margin: 0;
	min-height: 4px;
	padding: 0;
	transition: background-color 180ms ease, width 180ms ease;
	width: 22px;
}

.lm-home-clinic__gallery-dots button:is(:hover, :focus-visible) {
	background: #77949b;
}

.lm-home-clinic__gallery-dots button.is-active {
	background: #fa6334;
	width: 34px;
}

.lm-home-clinic__gallery-counter {
	color: #60757b;
	font-size: 13px;
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	line-height: 1;
}

.lm-home-clinic__gallery-counter strong {
	color: #2d4e57;
	font-weight: 700;
}

.lm-home-clinic__summary {
	align-items: center;
	display: flex;
	gap: 32px;
	justify-content: space-between;
	padding-top: 24px;
}

.lm-home-clinic__summary-copy {
	max-width: 800px;
}

.lm-home-clinic__address {
	color: #1f343b;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.5;
	margin: 0;
}

.lm-home-clinic__actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 10px;
}

.lm-home-news__layout {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
}

.lm-home-news .lm-home-text-link::after {
	transform: translateY(-2px);
}

.lm-home-news__featured {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.06fr) minmax(250px, 0.94fr);
	min-width: 0;
}

.lm-home-news__media {
	border-radius: 8px;
	display: block;
	overflow: hidden;
}

.lm-home-news__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.lm-home-news__media:hover img {
	transform: scale(1.015);
}

.lm-home-news__featured > .lm-home-news__media {
	aspect-ratio: 4 / 3;
}

.lm-home-news__body {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.lm-home-news__body h3 {
	color: #1f343b;
	font-size: 23px;
	line-height: 1.25;
	margin: 0;
	text-wrap: balance;
}

.lm-home-news__body h3 a {
	color: inherit;
}

.lm-home-news__body h3 a:hover {
	color: #fa6334;
}

.lm-home-news__excerpt {
	color: #60757b;
	font-size: 15px;
	line-height: 1.6;
	margin: 14px 0 0;
	text-wrap: pretty;
}

.lm-home-news__meta {
	align-items: center;
	color: #60757b;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 600;
	gap: 7px;
	line-height: 1.45;
	margin: auto 0 0;
	padding-top: 18px;
}

.lm-home-news__meta .lm-publication-author-inline {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-underline-offset: 2px;
}

.lm-home-news__meta a.lm-publication-author-inline:hover {
	color: #fa6334;
}

.lm-home-news__link {
	color: #2d4e57;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	margin-top: 12px;
}

.lm-home-news__link:hover {
	color: #fa6334;
}

.lm-home-news__rail {
	border-left: 1px solid #dce8eb;
	display: grid;
	gap: 22px;
	padding-left: 30px;
}

.lm-home-news__compact {
	display: grid;
	gap: 18px;
	grid-template-columns: 174px minmax(0, 1fr);
	min-width: 0;
}

.lm-home-news__compact + .lm-home-news__compact {
	border-top: 1px solid #dce8eb;
	padding-top: 22px;
}

.lm-home-news__compact .lm-home-news__media {
	aspect-ratio: 4 / 3;
}

.lm-home-news__compact .lm-home-news__body h3 {
	font-size: 18px;
}

.lm-home-news__compact .lm-home-news__meta {
	margin-top: 12px;
	padding-top: 0;
}

@media (max-width: 1024px) {
	.lm-home-hero__slide {
		grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
	}

	.lm-home-hero__media img {
		height: 420px;
	}

	.lm-home-doctors-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lm-home-doctor:nth-child(n + 3) {
		border-top: 1px solid #dce8eb;
		padding-top: 28px;
	}

	.lm-home-news__layout {
		grid-template-columns: 1fr;
	}

	.lm-home-news__rail {
		border-left: 0;
		border-top: 1px solid #dce8eb;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-left: 0;
		padding-top: 24px;
	}

	.lm-home-news__compact + .lm-home-news__compact {
		border-top: 0;
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.lm-home {
		padding: 20px 0 44px;
	}

	.lm-home-hero {
		padding-bottom: 28px;
	}

	.lm-home-hero__slide {
		padding: 16px 0 0;
	}

	.lm-home-hero__copy {
		padding-bottom: 0;
	}

	.lm-home-hero :is(h1, h2) {
		font-size: 32px;
	}

	.lm-home .lm-home-hero__lead {
		font-size: 16px;
		line-height: 1.6;
		margin-top: 24px;
	}

	.lm-home-hero__actions,
	.lm-home-clinic__actions {
		flex-direction: column;
	}

	.lm-home-hero__actions .lm-home-button,
	.lm-home-clinic__actions .lm-home-button {
		width: 100%;
	}

	.lm-home-hero__details {
		display: grid;
		gap: 10px;
		margin-top: 30px !important;
		padding-top: 22px !important;
	}

	.lm-home-hero__media img {
		height: 280px;
	}

	.lm-home-hero__controls {
		bottom: 44px;
		left: 8px;
		margin-top: 0;
		max-width: calc(100% - 16px);
		padding: 6px 8px;
		position: absolute;
	}

	.lm-home-section {
		margin-top: 44px;
	}

	.lm-home-section--ruled {
		padding-top: 36px;
	}

	.lm-home-section__heading {
		align-items: start;
		flex-direction: column;
		gap: 14px;
		margin-bottom: 22px;
	}

	.lm-home-section__heading h2,
	.lm-home-services__heading h2 {
		font-size: 27px;
	}

	.lm-home-specialist-groups,
	.lm-home-services {
		grid-template-columns: 1fr;
	}

	.lm-home-specialist-group {
		min-height: 0;
		padding: 22px;
	}

	.lm-home-specialist-group__links,
	.lm-home-services__links {
		grid-template-columns: 1fr;
	}

	.lm-home-services {
		gap: 18px;
	}

	.lm-home-doctors-grid {
		grid-template-columns: 1fr;
	}

	.lm-home-doctor,
	.lm-home-doctor:nth-child(n + 3) {
		border-top: 1px solid #dce8eb;
		padding: 24px 0 30px;
	}

	.lm-home-doctor:first-child {
		border-top: 0;
		padding-top: 0;
	}

	.lm-home-doctor__photo {
		aspect-ratio: 4 / 4.25;
	}

	.lm-home-doctor__specialty {
		min-height: 0;
	}

	.lm-home-doctor h3 {
		font-size: 25px;
	}

	.lm-home-doctor__button {
		width: 100%;
	}

	.lm-home-clinic__heading h2 {
		font-size: 27px;
	}

	.lm-home-clinic__gallery-slide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lm-home-clinic__gallery-slide figure:first-child {
		grid-column: 1 / -1;
	}

	.lm-home-clinic__gallery-slide figure:first-child img {
		height: 300px;
	}

	.lm-home-clinic__gallery-slide img {
		height: 170px;
	}

	.lm-home-clinic__summary {
		align-items: stretch;
		flex-direction: column;
		gap: 20px;
	}

	.lm-home-news__featured,
	.lm-home-news__rail,
	.lm-home-news__compact {
		grid-template-columns: 1fr;
	}

	.lm-home-news__featured {
		gap: 18px;
	}

	.lm-home-news__featured > .lm-home-news__media,
	.lm-home-news__compact .lm-home-news__media {
		aspect-ratio: 16 / 10;
	}

	.lm-home-news__rail {
		gap: 26px;
	}

	.lm-home-news__compact + .lm-home-news__compact {
		border-top: 1px solid #dce8eb;
		padding-top: 26px;
	}

	.lm-home-news__body h3 {
		font-size: 23px;
	}

	.lm-home-news__compact .lm-home-news__body h3 {
		font-size: 21px;
	}

	.lm-home-news__meta {
		margin-top: 14px;
		padding-top: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lm-home *,
	.lm-home *::before,
	.lm-home *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}

	.lm-home-hero__dots button[aria-current="true"]::after {
		animation: none !important;
		transform: scaleX(1);
	}
}
