:root {
	--lc-blue-900: #063f69;
	--lc-blue-800: #07527f;
	--lc-blue-600: #2479a8;
	--lc-blue-300: #82badd;
	--lc-aqua-100: #eaf7fb;
	--lc-mist: #f7fbfd;
	--lc-white: #ffffff;
	--lc-ink: #123044;
	--lc-muted: #5e7180;
	--lc-border: #d7e7ef;
	--lc-shadow: 0 20px 55px rgba(6, 63, 105, .13);
	--lc-radius: 8px;
	--lc-shell: min(1160px, calc(100vw - 40px));
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--lc-white);
	color: var(--lc-ink);
	font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--lc-blue-800);
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
}

h1,
h2,
h3 {
	margin: 0;
	color: var(--lc-blue-900);
	line-height: 1.08;
	letter-spacing: 0;
}

h1 {
	font-size: clamp(2.45rem, 5vw, 5.6rem);
	max-width: 880px;
}

h2 {
	font-size: clamp(2rem, 3.2vw, 3.6rem);
}

h3 {
	font-size: 1.12rem;
}

p {
	margin: 0;
}

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

.skip-link:focus {
	top: 16px;
	left: 16px;
	z-index: 1000;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--lc-white);
	border: 1px solid var(--lc-border);
}

.content-shell {
	width: var(--lc-shell);
	margin-inline: auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid rgba(215, 231, 239, .8);
	backdrop-filter: blur(18px);
}

.site-header__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	width: var(--lc-shell);
	min-height: 82px;
	margin-inline: auto;
}

.topbar {
	background: var(--lc-blue-900);
	color: rgba(255, 255, 255, .86);
	font-size: .88rem;
}

.topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: var(--lc-shell);
	min-height: 38px;
	margin-inline: auto;
}

.topbar__left,
.topbar__right {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.topbar__right {
	justify-content: flex-end;
}

.topbar__right ul,
.topbar__right .lang-switcher {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.topbar__right li {
	display: inline-flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.topbar__right li::marker {
	content: "";
}

.topbar__right a {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	text-decoration: none;
}

.topbar__right img {
	display: block;
	width: auto;
	max-width: 28px;
	height: auto;
}

.topbar-widget {
	display: flex;
	align-items: center;
	gap: 10px;
}

.topbar-contact {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--lc-white);
	font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
	font-size: 1rem;
	font-style: italic;
	font-weight: 800;
	letter-spacing: .02em;
	text-decoration: none;
	white-space: nowrap;
	text-shadow: 0 1px 10px rgba(255, 255, 255, .18);
}

.topbar-contact__icon {
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	border-radius: 999px;
	background: linear-gradient(135deg, #25d366, #0fa958);
	color: var(--lc-white);
	box-shadow: 0 6px 16px rgba(37, 211, 102, .32);
	transform: rotate(-8deg);
}

.topbar-contact__icon svg,
.search-toggle svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.site-brand img,
.custom-logo {
	width: 170px;
	height: auto;
}

.primary-nav .menu,
.footer-nav .menu,
.lang-switcher {
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-nav {
	justify-self: end;
}

.primary-nav .menu {
	position: relative;
}

.primary-nav li {
	position: relative;
}

.primary-nav a {
	color: var(--lc-ink);
	font-size: .94rem;
	font-weight: 650;
	text-decoration: none;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current-menu-ancestor > a {
	color: var(--lc-blue-700, var(--lc-blue-800));
}

.primary-nav .sub-menu {
	position: absolute;
	top: calc(100% + 14px);
	left: 50%;
	z-index: 120;
	display: grid;
	min-width: 210px;
	gap: 0;
	padding: 10px;
	margin: 0;
	list-style: none;
	background: var(--lc-white);
	border: 1px solid var(--lc-border);
	border-radius: var(--lc-radius);
	box-shadow: 0 18px 40px rgba(6, 63, 105, .14);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -6px);
	transition: opacity .16s ease, transform .16s ease;
}

.primary-nav .sub-menu::before {
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 15px;
	content: "";
}

.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.primary-nav .sub-menu a {
	display: block;
	padding: 9px 12px;
	border-radius: 6px;
	white-space: nowrap;
}

.primary-nav .sub-menu a:hover,
.primary-nav .sub-menu .current-menu-item > a {
	background: var(--lc-mist);
	color: var(--lc-blue-900);
}

.site-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.lang-switcher {
	gap: 8px;
}

.lang-switcher a,
.lang-switcher span {
	display: grid;
	min-width: 30px;
	min-height: 28px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 999px;
	color: inherit;
	font-size: .75rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.lang-switcher .current-lang a,
.lang-switcher a:hover {
	background: var(--lc-white);
	color: var(--lc-blue-900);
	border-color: var(--lc-white);
}

.site-header__inner .lang-switcher {
	display: none;
}

.button,
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: var(--lc-radius);
	font-size: .94rem;
	font-weight: 750;
	line-height: 1.15;
	text-decoration: none;
	transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.button:hover,
.wp-block-button__link:hover {
	transform: translateY(-1px);
}

.button--primary,
.wp-block-button__link {
	background: var(--lc-blue-900);
	color: var(--lc-white);
	box-shadow: 0 12px 25px rgba(6, 63, 105, .2);
}

.button--ghost {
	background: var(--lc-white);
	border-color: var(--lc-border);
	color: var(--lc-blue-900);
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--lc-border);
	border-radius: var(--lc-radius);
	background: var(--lc-white);
}

.search-toggle {
	display: none;
	width: 44px;
	height: 44px;
	place-items: center;
	padding: 0;
	border: 1px solid var(--lc-border);
	border-radius: var(--lc-radius);
	background: var(--lc-white);
	color: var(--lc-blue-900);
	cursor: pointer;
}

.search-toggle:hover {
	border-color: var(--lc-blue-300);
	background: var(--lc-mist);
}

.site-search {
	border-top: 1px solid var(--lc-border);
	background: var(--lc-white);
}

.site-search__inner {
	width: var(--lc-shell);
	padding: 16px 0;
	margin-inline: auto;
}

.site-search form {
	display: flex;
	gap: 10px;
}

.site-search label {
	flex: 1;
}

.site-search .search-field {
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid var(--lc-border);
	border-radius: var(--lc-radius);
	color: var(--lc-ink);
	font: inherit;
}

.site-search .search-submit {
	min-height: 46px;
	padding: 10px 18px;
	border: 1px solid var(--lc-blue-900);
	border-radius: var(--lc-radius);
	background: var(--lc-blue-900);
	color: var(--lc-white);
	font-weight: 750;
	cursor: pointer;
}

.nav-toggle__bar,
.nav-toggle__bar::before,
.nav-toggle__bar::after {
	display: block;
	width: 20px;
	height: 2px;
	margin-inline: auto;
	background: var(--lc-blue-900);
	content: "";
}

.nav-toggle__bar::before {
	transform: translateY(-7px);
}

.nav-toggle__bar::after {
	transform: translateY(5px);
}

.hero {
	display: none;
	position: relative;
	overflow: hidden;
	padding: 82px 0 72px;
	background:
		radial-gradient(circle at 78% 26%, rgba(130, 186, 221, .28), transparent 28%),
		linear-gradient(180deg, var(--lc-white), var(--lc-mist));
}

.hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
	align-items: center;
	gap: 56px;
}

.hero__content p {
	max-width: 650px;
	margin-top: 26px;
	color: var(--lc-muted);
	font-size: clamp(1.06rem, 1.5vw, 1.28rem);
	line-height: 1.72;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.hero__mark {
	display: grid;
	place-items: center;
	min-height: 370px;
	border: 1px solid rgba(130, 186, 221, .38);
	border-radius: 42% 58% 48% 52%;
	background: rgba(255, 255, 255, .72);
	box-shadow: var(--lc-shadow);
}

.hero__mark img {
	width: min(340px, 78%);
}

.section {
	padding: 84px 0;
}

.home-banner {
	position: relative;
	overflow: hidden;
	padding: var(--home-banner-padding-y, 58px) 0;
	background: var(--home-banner-bg, var(--lc-blue-900));
	color: var(--lc-white);
}

.home-banner::before {
	position: absolute;
	inset: 0;
	display: none;
	content: "";
	pointer-events: none;
}

.home-banner__layout {
	position: relative;
	display: grid;
	grid-template-columns: minmax(120px, .34fr) minmax(0, 1fr) minmax(120px, .34fr);
	align-items: stretch;
	gap: 20px;
}

.home-banner__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
	align-items: center;
	gap: 44px;
	width: var(--lc-shell);
	margin-inline: auto;
}

.home-banner__layout .home-banner__inner {
	width: 100%;
	min-height: 100%;
	margin-inline: 0;
}

.home-banner--full .home-banner__inner {
	width: 100%;
	padding-inline: 0;
}

.home-banner--full.home-banner--custom-only,
.home-banner--full.home-banner--image-only {
	padding-block: 0;
}

.home-banner--full.home-banner--custom-only .home-banner__inner,
.home-banner--full.home-banner--image-only .home-banner__inner {
	min-height: 0;
}

.home-banner--content {
	padding-inline: 0;
}

.home-banner--custom-only .home-banner__inner,
.home-banner--image-only .home-banner__inner {
	display: block;
}

.home-banner--custom-only .home-banner__content,
.home-banner--image-only .home-banner__content {
	display: none;
}

.home-banner__side {
	position: relative;
	min-width: 0;
	overflow: hidden;
}

.home-banner__side > * {
	max-width: 100%;
}

.home-banner__side img {
	width: 100%;
	height: auto;
	display: block;
}

.home-banner__content {
	max-width: 760px;
}

.home-banner h2 {
	color: var(--lc-white);
	font-size: clamp(1.9rem, 3vw, 3.45rem);
}

.home-banner__text {
	max-width: 660px;
	margin-top: 18px;
	color: rgba(255, 255, 255, .84);
	font-size: 1.08rem;
}

.home-banner__text p + p {
	margin-top: 12px;
}

.home-banner__button {
	margin-top: 28px;
	background: var(--lc-white);
	color: var(--lc-blue-900);
	box-shadow: none;
}

.home-banner__media {
	justify-self: end;
	width: min(100%, 360px);
}

.home-banner__media--custom {
	width: 100%;
}

.home-banner--full.home-banner--custom-only .home-banner__media,
.home-banner--full.home-banner--custom-only .home-banner__custom-html,
.home-banner--full.home-banner--custom-only .home-banner__custom-html > * {
	width: 100%;
}

.home-banner--full.home-banner--image-only .home-banner__media {
	width: 100%;
}

.home-banner--full.home-banner--custom-only .home-banner__custom-html img {
	width: 100%;
	max-width: none;
	height: auto;
	object-fit: contain;
}

.home-banner--full.home-banner--image-only .home-banner__image {
	width: 100%;
	max-width: none;
	height: auto;
	aspect-ratio: auto;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	object-fit: contain;
}

.home-banner__image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: var(--lc-radius);
	box-shadow: 0 22px 44px rgba(0, 0, 0, .2);
}

.home-banner__custom-html,
.home-banner__custom-html > * {
	max-width: 100%;
}

.home-banner__custom-html img {
	width: 100%;
	height: auto;
	border-radius: var(--lc-radius);
}

.home-banner__custom-html .lotos-banner,
.home-banner__custom-html .lotos-banner img {
	height: auto;
	min-height: 0;
}

.section--soft {
	background: var(--lc-mist);
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.service-card {
	min-height: 145px;
	padding: 24px;
	border: 1px solid var(--lc-border);
	border-radius: var(--lc-radius);
	background: var(--lc-white);
	box-shadow: 0 10px 30px rgba(6, 63, 105, .06);
}

.service-card::before {
	display: block;
	width: 40px;
	height: 4px;
	margin-bottom: 22px;
	background: var(--lc-blue-300);
	content: "";
}

.split-grid {
	display: grid;
	grid-template-columns: minmax(240px, .72fr) minmax(0, 1fr);
	gap: 70px;
}

.rich-text {
	color: var(--lc-muted);
	font-size: 1.08rem;
}

.rich-text p + p {
	margin-top: 18px;
}

.package-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.package-list span {
	display: flex;
	min-height: 86px;
	align-items: center;
	padding: 18px;
	border-left: 4px solid var(--lc-blue-300);
	background: var(--lc-white);
	color: var(--lc-blue-900);
	font-weight: 750;
	box-shadow: 0 10px 24px rgba(6, 63, 105, .06);
}

.contact-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 34px;
	align-items: center;
	padding: 36px;
	border-radius: var(--lc-radius);
	background: var(--lc-blue-900);
	color: var(--lc-white);
}

.contact-panel h2 {
	color: var(--lc-white);
}

.contact-panel p {
	margin-top: 12px;
	color: rgba(255, 255, 255, .78);
}

.contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: end;
}

.contact-panel .button--primary {
	background: var(--lc-white);
	color: var(--lc-blue-900);
	box-shadow: none;
}

.contact-panel .button--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, .35);
	color: var(--lc-white);
}

.page-hero {
	padding: 78px 0 48px;
	background: linear-gradient(180deg, var(--lc-mist), var(--lc-white));
}

.page-top-full {
	width: 100%;
}

.page-top-widget {
	width: 100%;
}

.page-top-widget > * {
	max-width: none;
}

.page-top-widget__title {
	width: var(--lc-shell);
	margin-inline: auto;
	padding: 64px 0 28px;
}

.post-cover {
	position: relative;
	width: 100%;
	min-height: 220px;
	max-height: 300px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(6, 63, 105, .96), rgba(7, 82, 127, .86)),
		var(--lc-blue-900);
	color: var(--lc-white);
}

.post-cover.has-featured-image {
	height: min(300px, 34vw);
	min-height: 220px;
}

.post-cover__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.post-cover__overlay {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: inherit;
	height: 100%;
	align-items: end;
	background: linear-gradient(90deg, rgba(4, 39, 66, .82), rgba(4, 39, 66, .42) 48%, rgba(4, 39, 66, .18));
}

.post-cover.has-no-featured-image .post-cover__overlay {
	background: transparent;
}

.post-cover__content {
	padding: 42px 0;
}

.post-cover h1 {
	max-width: 940px;
	color: var(--lc-white);
	font-size: clamp(2rem, 4vw, 4.25rem);
}

.post-cover .entry-meta {
	color: rgba(255, 255, 255, .82);
}

.page-entry__content,
.post-entry__content,
.entry__content {
	padding: 56px 0;
}

.page-entry__layout {
	display: grid;
	gap: 42px;
	padding: 56px 0;
}

.post-entry__layout {
	display: grid;
	gap: 42px;
	padding: 56px 0;
}

.page-entry__layout.has-page-sidebar {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
	align-items: start;
}

.post-entry__layout.has-post-sidebar {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
	align-items: start;
}

.page-entry__layout.has-no-page-sidebar {
	grid-template-columns: minmax(0, 1fr);
}

.page-entry__layout.has-no-page-sidebar .page-entry__content > * {
	max-width: 100%;
}

.page-entry__layout.has-no-page-sidebar .page-entry__content > .wp-block-latest-posts,
.page-entry__layout.has-no-page-sidebar .page-entry__content > .wp-block-query,
.page-entry__layout.has-no-page-sidebar .page-entry__content > .wp-block-post-template,
.page-entry__layout.has-no-page-sidebar .page-entry__content > .alignwide.wp-block-latest-posts,
.page-entry__layout.has-no-page-sidebar .page-entry__content > .alignwide.wp-block-query,
.page-entry__layout.has-no-page-sidebar .page-entry__content > .alignwide.wp-block-post-template {
	max-width: 100%;
}

.post-entry__layout.has-no-post-sidebar {
	grid-template-columns: minmax(0, 1fr);
}

.post-entry__layout.has-no-post-sidebar .post-entry__content > * {
	max-width: 100%;
}

.post-entry__layout.has-no-post-sidebar .post-entry__content > .wp-block-latest-posts,
.post-entry__layout.has-no-post-sidebar .post-entry__content > .wp-block-query,
.post-entry__layout.has-no-post-sidebar .post-entry__content > .wp-block-post-template,
.post-entry__layout.has-no-post-sidebar .post-entry__content > .alignwide.wp-block-latest-posts,
.post-entry__layout.has-no-post-sidebar .post-entry__content > .alignwide.wp-block-query,
.post-entry__layout.has-no-post-sidebar .post-entry__content > .alignwide.wp-block-post-template {
	max-width: 100%;
}

.page-entry__layout .page-entry__content {
	min-width: 0;
	padding: 0;
}

.post-entry__layout .post-entry__content {
	min-width: 0;
	padding: 0;
}

.page-entry__content > *,
.post-entry__content > *,
.entry__content > * {
	max-width: 820px;
}

.page-entry__content > .alignwide,
.post-entry__content > .alignwide,
.entry__content > .alignwide {
	max-width: 100%;
}

.page-entry__content > .wp-block-latest-posts,
.page-entry__content > .wp-block-query,
.page-entry__content > .wp-block-post-template,
.page-entry__content > .alignwide.wp-block-latest-posts,
.page-entry__content > .alignwide.wp-block-query,
.page-entry__content > .alignwide.wp-block-post-template,
.post-entry__content > .wp-block-latest-posts,
.post-entry__content > .wp-block-query,
.post-entry__content > .wp-block-post-template,
.post-entry__content > .alignwide.wp-block-latest-posts,
.post-entry__content > .alignwide.wp-block-query,
.post-entry__content > .alignwide.wp-block-post-template {
	width: 100%;
	max-width: 820px;
	margin-left: 0;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.page-entry__content .wp-block-latest-posts,
.post-entry__content .wp-block-latest-posts {
	list-style: none;
	padding-left: 0;
}

.page-entry__content .wp-block-latest-posts li,
.post-entry__content .wp-block-latest-posts li,
.page-entry__content .wp-block-post,
.post-entry__content .wp-block-post {
	padding: 18px 0;
	border-bottom: 1px solid var(--lc-border);
}

.page-entry__content .wp-block-latest-posts li:first-child,
.post-entry__content .wp-block-latest-posts li:first-child,
.page-entry__content .wp-block-post:first-child,
.post-entry__content .wp-block-post:first-child {
	padding-top: 0;
}

.page-entry__content .wp-block-latest-posts a,
.post-entry__content .wp-block-latest-posts a,
.page-entry__content .wp-block-post-title a,
.post-entry__content .wp-block-post-title a {
	color: var(--lc-blue-900);
	font-weight: 800;
	text-decoration: none;
}

.entry-meta {
	margin-bottom: 12px;
	color: var(--lc-muted);
	font-weight: 700;
}

.page-sidebar {
	position: sticky;
	top: 150px;
	min-width: 0;
}

.page-sidebar-widget {
	padding: 22px;
	border: 1px solid var(--lc-border);
	border-radius: var(--lc-radius);
	background: var(--lc-white);
	box-shadow: 0 12px 30px rgba(6, 63, 105, .06);
}

.page-sidebar-widget + .page-sidebar-widget {
	margin-top: 16px;
}

.page-sidebar-widget__title {
	margin-bottom: 12px;
	font-size: 1.12rem;
}

.page-sidebar-widget p + p,
.page-sidebar-widget ul + p,
.page-sidebar-widget p + ul {
	margin-top: 12px;
}

.page-sidebar-widget ul {
	padding-left: 18px;
	margin: 0;
}

.page-sidebar-widget a {
	font-weight: 700;
}

.post-pagination {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 44px;
	margin-bottom: 36px;
	padding-top: 24px;
	border-top: 1px solid var(--lc-border);
}

.post-pagination__item {
	display: grid;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid var(--lc-border);
	border-radius: 999px;
	background: var(--lc-white);
	color: var(--lc-blue-900);
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(6, 63, 105, .06);
}

.post-pagination__item--next {
	text-align: right;
}

.post-pagination__item:not(.is-disabled):hover {
	border-color: var(--lc-blue-300);
	background: var(--lc-mist);
}

.post-pagination__item.is-disabled {
	color: var(--lc-muted);
	cursor: not-allowed;
	opacity: .45;
	box-shadow: none;
}

.post-pagination__arrow {
	font-size: 1.2rem;
	line-height: 1;
}

.site-footer {
	background: #052f4f;
	color: rgba(255, 255, 255, .78);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: minmax(220px, .7fr) minmax(0, 1fr);
	gap: 44px;
	width: var(--lc-shell);
	padding: 52px 0;
	margin-inline: auto;
}

.site-footer__brand img {
	width: 176px;
	padding: 0;
	border-radius: var(--lc-radius);
	background: transparent;
}

.site-footer__brand p,
.site-footer__brand-text {
	margin-top: 18px;
}

.site-footer__brand-text p + p {
	margin-top: 10px;
}

.footer-widget__title {
	margin-bottom: 10px;
	color: var(--lc-white);
	font-size: 1rem;
}

.footer-nav a {
	color: rgba(255, 255, 255, .86);
	text-decoration: none;
}

.site-footer__bottom {
	width: var(--lc-shell);
	padding: 18px 0;
	margin-inline: auto;
	border-top: 1px solid rgba(255, 255, 255, .13);
	font-size: .9rem;
}

@media (max-width: 980px) {
	.site-header__inner {
		grid-template-columns: auto auto auto;
		justify-content: space-between;
		min-height: 76px;
	}

	.nav-toggle {
		display: block;
		order: 3;
	}

	.primary-nav {
		display: none;
		grid-column: 1 / -1;
		justify-self: stretch;
		order: 4;
	}

	.primary-nav.is-open {
		display: block;
	}

	.primary-nav .menu {
		display: grid;
		gap: 0;
		padding: 10px 0 18px;
	}

	.primary-nav .sub-menu {
		position: static;
		display: grid;
		min-width: 0;
		padding: 0 0 8px 16px;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		transition: none;
	}

	.primary-nav .sub-menu::before {
		display: none;
	}

	.primary-nav a {
		display: block;
		padding: 12px 0;
	}

	.primary-nav .sub-menu a {
		padding: 8px 0;
		white-space: normal;
	}

	.primary-nav .sub-menu a:hover {
		background: transparent;
	}

	.site-header__actions {
		order: 2;
	}

	.hero__grid,
	.home-banner__layout,
	.home-banner__inner,
	.page-entry__layout.has-page-sidebar,
	.post-entry__layout.has-post-sidebar,
	.split-grid,
	.contact-panel,
	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.page-sidebar {
		position: static;
	}

	.site-footer__inner,
	.site-footer__brand,
	.site-footer__widgets,
	.footer-widget,
	.footer-nav {
		justify-items: center;
		text-align: center;
	}

	.site-footer__brand img {
		margin-inline: auto;
	}

	.site-footer__widgets {
		display: grid;
		justify-content: center;
	}

	.footer-nav .menu {
		justify-content: center;
	}

	.hero {
		padding-top: 58px;
	}

	.hero__mark {
		min-height: 270px;
	}

	.home-banner__media {
		justify-self: start;
		width: min(100%, 460px);
	}

	.home-banner__side:empty {
		display: none;
	}

	.service-grid,
	.package-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.contact-actions {
		justify-content: start;
	}
}

@media (min-width: 761px) {
	.post-entry__layout.has-post-sidebar {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
		align-items: start;
	}

	.post-entry__layout.has-post-sidebar .post-sidebar {
		position: sticky;
		top: 150px;
	}
}

@media (max-width: 980px) {
	.home-banner {
		min-height: auto;
		padding-block: min(var(--home-banner-padding-y, 58px), 28px);
		overflow: visible;
	}

	.home-banner__layout,
	.home-banner__inner,
	.home-banner--full.home-banner--custom-only .home-banner__inner,
	.home-banner--full.home-banner--image-only .home-banner__inner {
		min-height: auto;
	}

	.home-banner--full.home-banner--custom-only,
	.home-banner--full.home-banner--image-only {
		padding-block: 0;
		overflow: visible;
	}

	.home-banner__media,
	.home-banner--full.home-banner--image-only .home-banner__media,
	.home-banner--full.home-banner--custom-only .home-banner__media {
		width: 100%;
		justify-self: stretch;
		overflow: visible;
	}

	.home-banner__custom-html,
	.home-banner__custom-html > *,
	.home-banner__custom-html .lotos-banner {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		margin-left: 0 !important;
		overflow: visible !important;
	}

	.home-banner--full.home-banner--image-only .home-banner__image,
	.home-banner--full.home-banner--custom-only .home-banner__custom-html img,
	.home-banner__custom-html img,
	.home-banner__custom-html .lotos-banner img {
		display: block;
		width: 100%;
		max-width: none;
		height: auto !important;
		min-height: 0;
		aspect-ratio: auto;
		object-fit: contain;
	}

	.home-banner--full.home-banner--image-only .home-banner__image,
	.home-banner--full.home-banner--custom-only .home-banner__custom-html img {
		border-radius: 0;
	}
}

@media (max-width: 640px) {
	:root {
		--lc-shell: min(100vw - 24px, 1160px);
	}

	.post-cover,
	.post-cover.has-featured-image {
		height: auto;
		min-height: 210px;
		max-height: none;
	}

	.post-cover__content {
		padding: 34px 0;
	}

	.site-brand img,
	.custom-logo {
		width: 138px;
	}

	.topbar__inner {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		gap: 8px;
		padding: 8px 0;
	}

	.topbar__left,
	.topbar__right {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.topbar__left > *,
	.topbar__right ul,
	.topbar__right .lang-switcher {
		justify-content: center;
		margin-inline: auto;
	}

	.topbar__right ul,
	.topbar__right .lang-switcher,
	.topbar__right .polylang_langswitcher {
		display: flex !important;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: auto;
		padding: 0 !important;
		margin: 0 auto !important;
		list-style: none !important;
	}

	.topbar__right li,
	.topbar__right .lang-item {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		padding: 0 !important;
		margin: 0 !important;
		list-style: none !important;
	}

	.topbar__right li::before,
	.topbar__right li::marker,
	.topbar__right .lang-item::before,
	.topbar__right .lang-item::marker {
		display: none !important;
		content: "" !important;
	}

	.topbar__right a,
	.topbar__right span {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
	}

	.topbar__right img {
		display: block;
		margin: 0;
	}

	.topbar-contact {
		font-size: .96rem;
	}

	.site-header__inner {
		gap: 10px;
	}

	.hero__actions,
	.contact-actions {
		flex-direction: column;
	}

	.button,
	.wp-block-button__link {
		width: 100%;
	}

	.service-grid,
	.package-list {
		grid-template-columns: 1fr;
	}

	.section {
		padding: 58px 0;
	}

	.contact-panel {
		padding: 24px;
	}

	.site-search form {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.home-banner {
		min-height: 0 !important;
		padding-block: 0 !important;
		overflow: visible !important;
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
	}

	.home-banner__layout,
	.home-banner__inner {
		display: block !important;
		width: 100vw !important;
		max-width: 100vw !important;
		min-height: 0 !important;
		margin-inline: 0 !important;
		padding-inline: 0 !important;
	}

	.home-banner__content:empty {
		display: none !important;
	}

	.home-banner__media,
	.home-banner__media--custom,
	.home-banner__custom-html,
	.home-banner__custom-html > *,
	.home-banner__custom-html .lotos-banner {
		position: relative !important;
		left: auto !important;
		right: auto !important;
		display: block !important;
		width: 100vw !important;
		max-width: 100vw !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 !important;
		overflow: visible !important;
		transform: none !important;
	}

	.home-banner__image,
	.home-banner__custom-html img,
	.home-banner__custom-html .lotos-banner img {
		display: block !important;
		width: 100vw !important;
		max-width: 100vw !important;
		height: auto !important;
		min-height: 0 !important;
		aspect-ratio: auto !important;
		border-radius: 0 !important;
		object-fit: contain !important;
		object-position: center center !important;
	}

	.home-banner__side {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.single .post-entry__layout.has-post-sidebar {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(280px, 340px) !important;
		align-items: start !important;
	}

	.single .post-entry__layout.has-post-sidebar .post-entry__content {
		grid-column: 1;
		min-width: 0;
	}

	.single .post-entry__layout.has-post-sidebar .post-sidebar {
		grid-column: 2;
		position: sticky;
		top: 150px;
		width: 100%;
	}
}
