:root {
	--public-font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
	font-family: var(--public-font-family);
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
}

button,
input,
select,
textarea {
	font-family: inherit;
}

.top-strip {
	border-bottom: 1px solid #8080801c;
	background: #ffffff;
}

.top-strip-inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 48px;
	min-height: 54px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 18px;
}

.top-strip a {
	text-decoration: none;
	color: #022f62;
	font-size: 14px;
	font-weight: 600;
	transition: color .18s ease;
}

.top-strip a:hover,
.top-strip a.selected {
	color: #99ca44;
}

.top-strip-social,
.mobile-social-link {
	display: inline-flex;
	align-items: center;
	position: relative;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	padding: 0;
	justify-content: center;
	border-radius: 999px;
	border: 1px solid #dfe6ef;
	background: #ffffff;
	overflow: hidden;
}

.top-strip-languages + .top-strip-social::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 4px;
	width: 1px;
	height: 24px;
	background: #dfe6ef;
}

.top-strip-social,
.mobile-social-link {
	margin-left: 8px;
}

.top-strip-social img,
.mobile-social-link img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.top-strip-social .sm-logo-blue,
.mobile-social-link .sm-logo-blue {
	position: absolute;
	inset: 0;
}

.top-strip-social:hover .sm-logo-blue,
.mobile-social-link:hover .sm-logo-blue {
	opacity: 0;
}

.top-strip-languages {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.language-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 32px;
	height: 32px;
	padding: 0;
	border-radius: 999px;
	border: 1px solid #dfe6ef;
	background: #ffffff;
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.language-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.language-link.selected {
	border-color: #6eaf39;
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px rgba(153, 202, 68, 0.42), 0 10px 22px rgba(2, 47, 98, 0.12);
	transform: translateY(-1px);
}

.language-link.selected::after,
.mobile-language.selected::after {
	content: "";
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	border: 2px solid #ffffff;
	background: #99ca44;
	box-shadow: 0 1px 4px rgba(2, 47, 98, 0.18);
}

.top-strip-contact {
	padding-bottom: 0;
	border-bottom: none;
}

.header {
	display: grid;
	grid-template-columns: minmax(220px, auto) minmax(0, 1fr) minmax(220px, auto);
	align-items: center;
	gap: 32px;
	min-height: 88px;
	padding: 0 48px;
	border-bottom: 1px solid #8080801c;
	background: #ffffff;
}

.mobile-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 auto;
}

.brand-link {
	display: inline-flex;
	align-items: center;
}

.header .logo {
	width: 238px;
	padding-left: 0;
}

.menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px 10px;
}

.menu a {
	font-family: var(--public-font-family);
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #022f62;
	padding: 12px 14px;
	display: inline-flex;
	white-space: nowrap;
	align-items: center;
	border-radius: 999px;
	transition: color .18s ease, background-color .18s ease;
}

.menu a.selected {
	color: #99ca44;
}

.menu a:hover {
	color: #99ca44;
	background: rgba(153, 202, 68, 0.08);
}

.icon {
	font-family: "Font Awesome 5 Pro Regular";
}

.mobile-utility-links {
	display: none;
}

.header-balance {
	width: 238px;
	justify-self: end;
}

.footer {
	background: #ffffff;
	border-top: 1px solid #e7eef5;
	padding: 0 24px;
	color: #111827;
}

.footer a {
	color: inherit;
}

.footer a:hover {
	color: inherit;
}

.footer img {
	max-width: 100%;
	display: block;
}

.footer-container {
	width: min(1440px, 100%);
	margin: 0 auto;
	padding: 40px 48px 28px;
	box-sizing: border-box;
}

.footer-main {
	display: grid;
	grid-template-columns: minmax(260px, 1.15fr) minmax(220px, .85fr) minmax(300px, 1fr);
	align-items: start;
}

.footer-column {
	min-width: 0;
	padding-right: 40px;
}

.footer-column + .footer-column {
	padding-left: 40px;
	border-left: 1px solid #e7eef5;
}

.footer-brand-link {
	display: inline-flex;
	margin-bottom: 22px;
}

.footer-brand-link img {
	width: 236px;
}

.footer-brand-column p {
	max-width: 340px;
	margin: 0;
	color: #334155;
	font-size: 17px;
	line-height: 1.8;
}

.footer-heading {
	margin: 4px 0 22px;
	color: #111827;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.footer-links-list,
.footer-contact-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.footer-nav-link,
.footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: #1f2937;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	text-decoration: none;
}

.footer-nav-link:hover,
.footer-contact-item:hover {
	color: #4b9c2b;
}

.footer-link-arrow {
	color: #67b132;
	font-size: 24px;
	line-height: 1;
	transform: translateY(-1px);
}

.footer-contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	color: #67b132;
	margin-top: 3px;
}

.footer-contact-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.footer-meta-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px 22px;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #edf1f5;
}

.footer-meta-links a {
	color: #64748b;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.footer-meta-links a:hover {
	color: #022f62;
}

@media screen and (max-width: 991px) {
	.top-strip {
		display: none;
	}

	.footer {
		padding: 0 20px;
	}

	.footer-container {
		padding: 32px 0 24px;
	}

	.footer-main {
		grid-template-columns: 1fr;
	}

	.footer-column {
		padding-right: 0;
	}

	.footer-column + .footer-column {
		padding-left: 0;
		padding-top: 28px;
		margin-top: 28px;
		border-left: none;
		border-top: 1px solid #edf1f5;
	}

	.footer-brand-link img {
		width: 216px;
	}

	.footer-brand-column p {
		max-width: none;
		font-size: 16px;
	}

	.footer-heading {
		margin-bottom: 18px;
	}

	.footer-nav-link,
	.footer-contact-item {
		font-size: 16px;
	}

	.footer-meta-links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, max-content));
		justify-content: space-evenly;
		gap: 12px 28px;
		margin-top: 24px;
		justify-items: start;
	}

	.footer-meta-links a {
		font-size: 15px;
		line-height: 1.4;
	}

	.menu {
		display: none;
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 16px 0 24px;
	}

	.menu a {
		width: 100%;
		align-items: flex-start;
		padding: 14px 0;
		border-radius: 0;
	}

	.header {
		justify-content: flex-start;
		display: flex;
		flex-direction: column;
		height: auto;
		align-items: stretch;
		padding: 0 24px;
	}

	.header.opened {
		height: 100vh;
	}

	.header .logo {
		width: 200px;
	}

	.mobile-wrapper {
		width: 100%;
		padding: 18px 0;
	}

	.mobile-utility-links {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		padding-top: 18px;
		margin-top: 14px;
		border-top: 1px solid #e7eef5;
	}

	.mobile-language-links {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		flex-wrap: nowrap;
	}

	.mobile-icon-row {
		display: inline-flex;
		align-items: center;
		gap: 0;
		flex-wrap: nowrap;
	}

	.menu .mobile-language {
		width: 32px !important;
		height: 32px !important;
		flex: 0 0 32px;
		padding: 0 !important;
		position: relative;
		border: 1px solid #dfe6ef !important;
		background: #ffffff;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		border-radius: 999px;
		overflow: hidden;
		transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
	}

	.menu .mobile-language img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
	}

	.menu .mobile-social-link {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 32px !important;
		height: 32px !important;
		flex: 0 0 32px;
		padding: 0 !important;
		border-radius: 999px !important;
		margin-left: 12px;
	}

	.mobile-language-links + .mobile-social-link::before {
		content: "";
		position: absolute;
		left: -7px;
		top: 4px;
		width: 1px;
		height: 24px;
		background: #dfe6ef;
	}

	.menu .mobile-social-link:hover,
	.menu .mobile-language:hover {
		background: #ffffff;
	}

	.header-balance {
		display: none;
	}
}

.header.opened .menu {
	display: flex;
	align-items: flex-start;
}

.header.opened .mobile-wrapper {
	border-bottom: 1px solid #8080801c;
}

.mobile-wrapper a {
	border: none !important;
}

.mobile-menu {
	padding: 20px;
}

.no-scroll {
	overflow: hidden;
}

.mobile-language.selected {
	border-color: #6eaf39 !important;
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px rgba(153, 202, 68, 0.42), 0 10px 22px rgba(2, 47, 98, 0.12);
	transform: translateY(-1px);
}

@media screen and (min-width: 992px) {
	.mobile-menu {
		display: none;
	}

	.mobile-language {
		display: none !important;
	}

	.mobile-utility-links {
		display: none !important;
	}

	html {
		height: 100%;
	}
}

#content {
	padding: 20px;
	flex: 1 0 auto;
}

.news-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1500px;
	margin: auto;
	justify-content: center;
	gap: 20px;
}

.news-item {
	flex: 0 0 calc(30% - 30px);
	padding: 0px 30px 10px 30px;
	background-color: #f5f5f5;
	min-width: 250px;
	cursor: pointer;
}

@media screen and (max-width: 600px) {
	.news-item {
		flex: 0 0 90%;
	}
}

.news-item .image-container {
	position: relative;
}

.news-item img {
	width: 100%;
	object-fit: cover;
	height: 280px;
}

.date-box {
	height: 60px;
	width: 35px;
	padding: 5px 5px;
	background-color: white;
	position: absolute;
	top: 0;
	right: 10px;
	color: #032f62;
	text-align: center;
}

.date-box .month {
	font-weight: bold;
}

.date-box .day {
	font-weight: bold;
	font-size: 20px;
}

.news-item .title {
	min-height: 75px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #022f62;
	font-size: 25px;
}

.news-item p {
	font-family: var(--public-font-family);
	font-size: 20px;
	color: #022f62;
	text-align: justify;
	height: 150px;
}

.news-item a {
	display: block;
	margin: 0 auto;
	font-size: 16px;
	padding: 10px;
	background-color: #032f62;
	color: white;
	border-radius: 3px;
	cursor: pointer;
	width: fit-content;
}

.news-page-shell {
	width: min(1440px, 100%);
	margin: 0 auto 80px;
}

.news-page-hero {
	position: relative;
	margin-top: 24px;
	padding: 40px 42px;
	border-radius: 34px;
	border: 1px solid #dfe6ef;
	background: linear-gradient(135deg, #edf6e7 0%, #f8fbf4 18%, #ffffff 54%, #eff6fd 100%);
	box-shadow: 0 30px 68px rgba(15, 23, 42, 0.1);
	overflow: hidden;
}

.news-page-hero::before,
.news-page-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	filter: blur(6px);
}

.news-page-hero::before {
	top: -90px;
	left: -60px;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(119, 184, 59, 0.18) 0%, rgba(119, 184, 59, 0) 72%);
}

.news-page-hero::after {
	right: -110px;
	bottom: -120px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(2, 47, 98, 0.12) 0%, rgba(2, 47, 98, 0) 72%);
}

.news-page-copy {
	position: relative;
	z-index: 1;
}

.news-page-title {
	margin: 0;
	max-width: 720px;
	color: #111827;
	font-size: clamp(42px, 4.5vw, 64px);
	font-weight: 800;
	line-height: 0.96;
	letter-spacing: -0.04em;
}

.news-page-title::after {
	content: "";
	display: block;
	width: 98px;
	height: 3px;
	margin-top: 20px;
	border-radius: 999px;
	background: rgba(119, 184, 59, 0.5);
}

.news-page-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 28px;
}

.news-card {
	min-width: 0;
}

.news-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 28px;
	border: 1px solid #dfe6ef;
	background: #ffffff;
	box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
	overflow: hidden;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.news-card-link:hover {
	transform: translateY(-4px);
	border-color: #cedae4;
	box-shadow: 0 28px 54px rgba(15, 23, 42, 0.12);
}

.news-card-media {
	position: relative;
	aspect-ratio: 1.32 / 1;
	background: #e8eef5;
	overflow: hidden;
}

.news-card-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.14) 100%);
	pointer-events: none;
}

.news-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.001);
	transition: transform .4s ease;
}

.news-card-link:hover .news-card-media img {
	transform: scale(1.04);
}

.news-card-date {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 1;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	min-width: 68px;
	padding: 10px 10px 12px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.82);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 16px 28px rgba(15, 23, 42, 0.16);
	backdrop-filter: blur(10px);
	color: #10233b;
	text-align: center;
}

.news-card-date .month {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #4b9c2b;
}

.news-card-date .day {
	font-size: 28px;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.news-card-date .year {
	font-size: 12px;
	font-weight: 700;
	color: #64748b;
}

.news-card-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	align-items: flex-start;
	gap: 16px;
	padding: 24px 24px 22px;
}

.news-card-body h2 {
	margin: 0;
	color: #111827;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.news-card-body p {
	margin: 0;
	color: #334155;
	font-size: 16px;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.news-card-cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
	padding: 12px 16px;
	border-radius: 14px;
	border: 1px solid #e0e8ef;
	background: #ffffff;
	color: #4b9c2b;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.news-card-cta span:last-child {
	font-size: 24px;
	line-height: 1;
}

@media screen and (max-width: 1180px) {
	.news-page-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 767px) {
	.news-page-shell {
		margin-bottom: 56px;
	}

	.news-page-hero {
		margin-top: 8px;
		padding: 24px 22px;
		border-radius: 26px;
	}

	.news-page-title {
		font-size: clamp(34px, 8vw, 46px);
	}

	.news-page-grid {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 20px;
	}

	.news-card-link {
		border-radius: 22px;
	}

	.news-card-body {
		padding: 20px 18px 18px;
	}

	.news-card-body h2 {
		font-size: 22px;
	}

	.news-card-date {
		top: 14px;
		right: 14px;
		min-width: 62px;
		padding: 9px 8px 10px;
	}
}

.article-container {
	max-width: 1050px;
	margin: 0 auto;
	background-color: #fafcf5;
	padding: 20px 50px 30px;
	margin-top: 60px;
}

.white-article-container {
	max-width: 1050px;
	margin: 0 auto;
	padding: 20px 50px 30px;
	margin-top: 60px;
}

.white-article-container .page-title {
	font-size: 50px;
	color: #032f62;
	text-align: center;
	margin: 25px;
}

.article-container .page-title {
	font-size: 50px;
	color: #032f62;
	text-align: center;
	margin: 25px;
}

.article-container .content {
	color: #032f62;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: justify;
}

@media screen and (max-width: 600px) {
	.article-container {
		padding: 20px 10px 30px 10px;
		margin-top: 0;
	}

	.white-article-container {
		padding: 20px 10px 30px 10px;
		margin-top: 0;
	}
}

.article-container strong {
	font-weight: bold;
}

.article-container table {
	width: 100%;
}

.article-container tbody tr:nth-child(odd) {
	background-color: #edf2ee;
}

.article-container tbody tr td {
	padding: 5px;
}

.article-container a {
	color: #99ca44;
}

.article-container .table {
	width: 100% !important;
}

.article-container--inner-page {
	max-width: 1440px;
	margin: 24px auto 80px;
	padding: 0;
	background: transparent;
}

.inner-page-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
	gap: 28px;
	align-items: stretch;
	padding: 40px;
	border-radius: 34px;
	border: 1px solid #dfe6ef;
	background: linear-gradient(135deg, #edf6e7 0%, #f8fbf4 18%, #ffffff 54%, #eff6fd 100%);
	box-shadow: 0 30px 68px rgba(15, 23, 42, 0.1);
	overflow: hidden;
}

.inner-page-hero::before,
.inner-page-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	filter: blur(6px);
}

.inner-page-hero::before {
	top: -90px;
	left: -60px;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(119, 184, 59, 0.18) 0%, rgba(119, 184, 59, 0) 72%);
}

.inner-page-hero::after {
	right: -110px;
	bottom: -120px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(2, 47, 98, 0.12) 0%, rgba(2, 47, 98, 0) 72%);
}

.inner-page-copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
	padding: 12px 6px 12px 4px;
}

.article-container--inner-page .page-title {
	margin: 0;
	max-width: 720px;
	color: #111827;
	font-size: clamp(42px, 4.5vw, 64px);
	font-weight: 800;
	line-height: 0.96;
	letter-spacing: -0.04em;
	text-align: left;
}

.article-container--inner-page .page-title::after {
	content: "";
	display: block;
	width: 98px;
	height: 3px;
	margin-top: 20px;
	border-radius: 999px;
	background: rgba(119, 184, 59, 0.5);
}

.inner-page-media {
	position: relative;
	z-index: 1;
	min-width: 0;
	min-height: 100%;
	border-radius: 28px;
	overflow: hidden;
	border: 1px solid rgba(223, 230, 239, 0.9);
	background: #e8eef5;
	box-shadow: 0 22px 42px rgba(15, 23, 42, 0.14);
}

.inner-page-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(15, 23, 42, 0.08) 100%);
	pointer-events: none;
}

.article-container--inner-page .hero-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
}

.inner-page-surface {
	margin-top: 26px;
	padding: 36px 40px 42px;
	border-radius: 30px;
	border: 1px solid #dfe6ef;
	background: #ffffff;
	box-shadow: 0 24px 52px rgba(15, 23, 42, 0.08);
}

.article-container--inner-page .content {
	color: #334155;
	font-size: 18px;
	line-height: 1.85;
	letter-spacing: normal;
	text-align: left;
	overflow-wrap: anywhere;
}

.article-container--inner-page .content > *:first-child {
	margin-top: 0;
}

.article-container--inner-page .content > *:last-child {
	margin-bottom: 0;
}

.article-container--inner-page .content h2,
.article-container--inner-page .content h3,
.article-container--inner-page .content h4 {
	margin: 38px 0 16px;
	color: #111827;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.18;
}

.article-container--inner-page .content h2 {
	font-size: clamp(28px, 3vw, 36px);
}

.article-container--inner-page .content h3 {
	font-size: clamp(22px, 2.2vw, 28px);
}

.article-container--inner-page .content h4 {
	font-size: 20px;
}

.article-container--inner-page .content p,
.article-container--inner-page .content ul,
.article-container--inner-page .content ol {
	margin: 0 0 18px;
}

.article-container--inner-page .content ul,
.article-container--inner-page .content ol {
	padding-left: 24px;
}

.article-container--inner-page .content li + li {
	margin-top: 8px;
}

.article-container--inner-page .content strong {
	color: #111827;
	font-weight: 700;
}

.article-container--inner-page .content a {
	color: #4d9b28;
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.article-container--inner-page .content a:hover {
	color: #2f7a18;
}

.article-container--inner-page .content img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

.article-container--inner-page .content table {
	width: 100% !important;
	margin: 28px 0;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid #dfe6ef;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.article-container--inner-page .content thead th,
.article-container--inner-page .content tbody td {
	padding: 16px 18px;
	text-align: left;
	vertical-align: top;
}

.article-container--inner-page .content thead th {
	background: linear-gradient(180deg, #f4f8ec 0%, #eef5e5 100%);
	color: #122033;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.article-container--inner-page .content tbody tr:nth-child(odd) {
	background: #f8fbff;
}

.article-container--inner-page .content tbody tr:nth-child(even) {
	background: #ffffff;
}

.article-container--inner-page .content tbody td {
	color: #334155;
	border-top: 1px solid #e8eef5;
}

.inner-page-hero.without-media {
	grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
	.article-container--inner-page {
		margin: 8px auto 56px;
	}

	.inner-page-hero {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 24px;
		border-radius: 26px;
	}

	.article-container--inner-page .page-title {
		font-size: clamp(34px, 8vw, 46px);
	}

	.inner-page-media {
		border-radius: 22px;
	}

	.article-container--inner-page .hero-image {
		min-height: 280px;
	}

	.inner-page-surface {
		margin-top: 20px;
		padding: 24px 22px 28px;
		border-radius: 24px;
	}

	.article-container--inner-page .content {
		font-size: 16px;
		line-height: 1.75;
	}

	.article-container--inner-page .content h2,
	.article-container--inner-page .content h3,
	.article-container--inner-page .content h4 {
		margin-top: 30px;
	}

	.article-container--inner-page .content table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.article-container--inner-page .content thead th,
	.article-container--inner-page .content tbody td {
		padding: 14px 14px;
		min-width: 140px;
	}
}

@media screen and (max-width: 640px) {
	.inner-page-hero {
		padding: 20px;
	}

	.inner-page-surface {
		padding: 22px 18px 24px;
	}
}

@media screen and (max-width: 767px) {
	.article-container--inner-page .content table,
	.news-detail-surface .content table {
		display: block;
		margin: 20px 0 0;
		border: 0;
		background: transparent;
		box-shadow: none;
		overflow: visible;
	}

	.article-container--inner-page .content table thead,
	.article-container--inner-page .content table colgroup,
	.news-detail-surface .content table thead,
	.news-detail-surface .content table colgroup {
		display: none;
	}

	.article-container--inner-page .content table tbody,
	.article-container--inner-page .content table tr,
	.article-container--inner-page .content table th,
	.article-container--inner-page .content table td,
	.news-detail-surface .content table tbody,
	.news-detail-surface .content table tr,
	.news-detail-surface .content table th,
	.news-detail-surface .content table td {
		display: block;
	}

	.article-container--inner-page .content table tbody tr,
	.news-detail-surface .content table tbody tr {
		display: flex;
		flex-direction: column;
		gap: 14px;
		margin-top: 12px;
		padding: 18px 16px;
		border-radius: 22px;
		border: 1px solid #dfe6ef;
		background: #ffffff;
		box-shadow: 0 16px 30px rgba(15, 23, 42, 0.07);
	}

	.article-container--inner-page .content table tbody tr:first-child,
	.news-detail-surface .content table tbody tr:first-child {
		margin-top: 0;
	}

	.article-container--inner-page .content table tbody td,
	.article-container--inner-page .content table tbody th,
	.news-detail-surface .content table tbody td,
	.news-detail-surface .content table tbody th {
		min-width: unset;
		padding: 0 !important;
		border: 0;
		background: transparent !important;
		text-align: left !important;
	}

	.article-container--inner-page .content table tbody td + td,
	.article-container--inner-page .content table tbody th + th,
	.article-container--inner-page .content table tbody th + td,
	.article-container--inner-page .content table tbody td + th,
	.news-detail-surface .content table tbody td + td,
	.news-detail-surface .content table tbody th + th,
	.news-detail-surface .content table tbody th + td,
	.news-detail-surface .content table tbody td + th {
		margin-top: 10px;
		padding-top: 10px !important;
		border-top: 1px solid #e8eef5;
	}

	.article-container--inner-page .content table tbody td,
	.article-container--inner-page .content table tbody th,
	.news-detail-surface .content table tbody td,
	.news-detail-surface .content table tbody th {
		color: #334155;
		font-size: 15px;
		font-weight: 600;
		line-height: 1.6;
		text-align: left;
	}

	.article-container--inner-page .content table tbody td strong,
	.article-container--inner-page .content table tbody th strong,
	.news-detail-surface .content table tbody td strong,
	.news-detail-surface .content table tbody th strong {
		color: #111827;
		font-weight: 800;
	}
}

.services-page-title {
	font-size: 50px;
	color: #032f62;
	text-align: center;
	padding-top: 50px;
}

.services-page-shell {
	width: min(1440px, 100%);
	margin: 0 auto 80px;
}

.services-page-hero {
	position: relative;
	margin-top: 24px;
	padding: 40px 42px;
	border-radius: 34px;
	border: 1px solid #dfe6ef;
	background: linear-gradient(135deg, #edf6e7 0%, #f8fbf4 18%, #ffffff 54%, #eff6fd 100%);
	box-shadow: 0 30px 68px rgba(15, 23, 42, 0.1);
	overflow: hidden;
}

.services-page-hero::before,
.services-page-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	filter: blur(6px);
}

.services-page-hero::before {
	top: -90px;
	left: -60px;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(119, 184, 59, 0.18) 0%, rgba(119, 184, 59, 0) 72%);
}

.services-page-hero::after {
	right: -110px;
	bottom: -120px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(2, 47, 98, 0.12) 0%, rgba(2, 47, 98, 0) 72%);
}

.services-page-copy {
	position: relative;
	z-index: 1;
}

.services-page-shell .services-page-title {
	margin: 0;
	max-width: 720px;
	padding-top: 0;
	color: #111827;
	font-size: clamp(42px, 4.5vw, 64px);
	font-weight: 800;
	line-height: 0.96;
	letter-spacing: -0.04em;
	text-align: left;
}

.services-page-shell .services-page-title::after {
	content: "";
	display: block;
	width: 98px;
	height: 3px;
	margin-top: 20px;
	border-radius: 999px;
	background: rgba(119, 184, 59, 0.5);
}

.services-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 28px;
}

.services-card {
	display: block;
	min-width: 0;
	text-decoration: none;
}

.services-card-frame {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: center;
	min-height: 100%;
	padding: 18px;
	border-radius: 30px;
	border: 1px solid #dfe6ef;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.services-card-frame::before {
	content: "";
	position: absolute;
	inset: auto auto -120px -80px;
	width: 220px;
	height: 220px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(119, 184, 59, 0.14) 0%, rgba(119, 184, 59, 0) 72%);
	pointer-events: none;
}

.services-card:hover .services-card-frame {
	transform: translateY(-4px);
	border-color: #cedae4;
	box-shadow: 0 28px 54px rgba(15, 23, 42, 0.12);
}

.services-card-frame img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.services-card-action {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 44px;
	border-radius: 16px;
	border: 1px solid rgba(223, 230, 239, 0.96);
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(10px);
	color: #4b9c2b;
	font-size: 28px;
	line-height: 1;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
	transition: transform .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.services-card:hover .services-card-action {
	transform: translateX(2px);
	border-color: rgba(153, 202, 68, 0.38);
	color: #3e8a1d;
	box-shadow: 0 16px 28px rgba(15, 23, 42, 0.14);
}

.services-image-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 900px;
	padding-top: 100px;
	row-gap: 100px;
	justify-content: space-between;
	padding-bottom: 40px;
}

.services-card-grid {
	justify-content: center;
}

.image-link {
	width: 45%;
	text-align: center;
}

.image-link img {
	width: 100%;
	object-fit: scale-down;
}

@media screen and (max-width: 991px) {
	.services-image-container {
		flex-direction: column;
		padding-top: 50px;
	}

	.image-link {
		width: unset;
	}

	.services-page-shell {
		margin-bottom: 56px;
	}

	.services-page-hero {
		margin-top: 8px;
		padding: 24px 22px;
		border-radius: 26px;
	}

	.services-page-shell .services-page-title {
		font-size: clamp(34px, 8vw, 46px);
	}

	.services-card-grid {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 20px;
	}

	.services-card-frame {
		padding: 14px;
		border-radius: 22px;
	}

	.services-card-action {
		right: 14px;
		bottom: 14px;
		width: 46px;
		height: 40px;
		font-size: 24px;
		border-radius: 14px;
	}
}

.contact-page-title {
	text-align: center;
	color: #032f62;
	margin-top: 50px;
	font-size: 50px;
}

.contact-container {
	display: flex;
	justify-content: space-between;
	max-width: 1050px;
	margin: 50px auto;
	gap: 50px;
}

.form-container {
	max-width: 400px;
	width: 100%;
	margin-right: 30px;
}

.form-container form {
	color: #032f62;
}

.form-group {
	display: flex;
	flex-direction: column;
}

.form-group-row {
	display: flex;
	align-items: center;
}

.large-check {
	scale: 1.5;
	margin-right: 20px;
	accent-color: #032f62;
}

.form-control {
	border-radius: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #ddd;
}

.form-control:focus {
	outline: none;
}

.contact-button {
	transition: background-color 0.3s ease;
	border: none;
	background-color: #032f62;
	color: white;
	border-radius: 5px;
	padding: 10px;
	cursor: pointer;
	font-size: 16px;
}

.contact-button:hover {
	background-color: #99ca44;
	color: #032f62;
}

.form-container textarea {
	resize: none;
}

#contact-map {
	width: 100%;
	height: auto;
}

.contact-map-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.contact-map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media screen and (max-width: 991px) {
	.form-container {
		max-width: unset;
	}

	.contact-container {
		flex-direction: column;
	}
}

.contact-detail {
	display: flex;
	gap: 10px;
}

.contact-detail a {
	color: #032f62;
}

.contact-detail-container {
	display: flex;
	justify-content: space-between;
	max-width: 1050px;
	margin: 50px auto 0 auto;
	color: #032f62;
	gap: 20px;
	flex-direction: column;
}

@media screen and (max-width: 991px) {
	.contact-detail-container {
		flex-direction: column;
	}
}

.banner-image {
	width: 100%;
	height: 620px;
	object-fit: cover;
	display: block;
}

@media screen and (max-width: 991px) {
	.banner-image {
		height: 760px;
	}
}

.lines-section {
	background-color: #fafcf5;
	max-width: 1050px;
	margin: 0 auto;
	padding: 30px 0px;
	margin-top: 50px;
}

.lines-container {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}

.circle {
	color: white;
	background-color: #032f62;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	font-size: 30px;
	align-items: center;
	border: 3px solid #99ca44;
	cursor: pointer;
	opacity: 0.7;
}

.circle.long {
	font-size: 16px;
}

.circle:hover {
	opacity: 1;
}

.circle a {
	color: white;
}

.urban-lines-page-title {
	font-size: 50px;
	color: #032f62;
	text-align: center;
	padding-top: 50px;
}

@media screen and (max-width: 991px) {
	.lines-container {
		justify-content: center;
	}
}

.map-container {
	width: 100%;
	margin: 50px 20px;
	border-radius: 20px;
	border: 1px solid #99ca44;
	min-height: 500px;
}

@media screen and (max-width: 991px) {
	.map-container {
		margin: 20px 0 0 0;
	}
}

.line-map {
	height: 400px;
	max-width: 900px;
	margin: 0px auto 0px auto;
	width: 100%;
}

.home-hero-shell {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	width: min(1440px, 100%);
	height: 100%;
	box-sizing: border-box;
	padding: 56px 48px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 28px;
}

.home-hero-copy {
	max-width: 560px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.index-title {
	max-width: 560px;
	color: #111827;
	font-size: clamp(48px, 4.6vw, 66px);
	font-weight: 800;
	line-height: 0.96;
	letter-spacing: -0.04em;
	margin: 0;
}

.motto-message {
	max-width: 560px;
	margin: 0;
	color: #1f2937;
	font-size: clamp(22px, 2.1vw, 32px);
	line-height: 1.35;
}

.motto-message strong {
	color: #77b83b;
	font-weight: 700;
}

.motto-message::after {
	content: "";
	display: block;
	width: 92px;
	height: 3px;
	margin-top: 18px;
	border-radius: 999px;
	background: rgba(119, 184, 59, 0.5);
}

.home-hero-card {
	width: min(612px, 100%);
	padding: 16px;
	border-radius: 26px;
	border: 1px solid rgba(221, 230, 240, 0.92);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 32px 64px rgba(15, 23, 42, 0.18);
	backdrop-filter: blur(14px);
}

.home-route-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.home-route-field {
	display: grid;
	grid-template-columns: minmax(150px, max-content) minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	min-height: 66px;
	padding: 0 22px;
	border-radius: 18px;
	border: 1px solid #dfe6ef;
	background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.98), 0 10px 24px rgba(15, 23, 42, 0.05);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-route-field:hover {
	border-color: #d3dde8;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.98), 0 14px 28px rgba(15, 23, 42, 0.07);
}

.home-route-field:focus-within {
	border-color: #9ccc60;
	box-shadow: 0 0 0 4px rgba(153, 202, 68, 0.16), 0 18px 34px rgba(15, 23, 42, 0.1);
	transform: translateY(-1px);
}

.home-route-label {
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	position: relative;
	padding: 0 20px 0 0;
	color: #111827;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	border-right: 1px solid #e6edf4;
	white-space: nowrap;
}

.home-route-label::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 12px;
	border-radius: 999px;
	border: 3px solid #16233b;
	box-shadow: 0 0 0 4px rgba(22, 35, 59, 0.05);
	flex: 0 0 auto;
}

.home-route-field input {
	width: 100%;
	border: none;
	background: transparent;
	padding: 0;
	color: #4b5563;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 500;
}

.home-route-field input::placeholder {
	color: #8b96a8;
	opacity: 1;
}

.home-route-field input:focus {
	outline: none;
	color: #111827;
}

.home-route-submit {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 72px;
	padding: 0 80px 0 28px;
	border: none;
	border-radius: 18px;
	background: linear-gradient(180deg, #79c33f 0%, #51a62d 100%);
	color: #ffffff;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -0.02em;
	box-shadow: 0 20px 36px rgba(83, 167, 47, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease;
}

.home-route-submit > span:first-child {
	display: block;
	width: 100%;
	text-align: center;
}

.home-route-submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 24px 42px rgba(83, 167, 47, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	filter: brightness(1.02);
}

.home-route-submit:active {
	transform: translateY(0);
}

.home-route-submit-arrow {
	position: absolute;
	right: 18px;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	font-size: 30px;
	line-height: 1;
	transform: translateY(-50%);
}

.home-alert-strip {
	width: 100%;
	margin: 0;
	border-radius: 0;
	background:
		radial-gradient(circle at left center, rgba(255, 255, 255, 0.28) 0, rgba(255, 255, 255, 0.1) 14%, rgba(255, 255, 255, 0) 32%),
		linear-gradient(90deg, #6c1116 0%, #8e1b23 30%, #561015 58%, #232427 100%);
	box-shadow: 0 24px 44px rgba(43, 18, 18, 0.18);
	overflow: hidden;
}

.home-alert-shell {
	display: flex;
	align-items: center;
	gap: 18px;
	width: min(1440px, 100%);
	min-height: 104px;
	margin: 0 auto;
	padding: 18px 48px;
	box-sizing: border-box;
}

.home-alert-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex: 0 0 48px;
	width: 48px;
	height: 44px;
	color: #ffffff;
	filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.18));
}

.home-alert-icon::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, #ff5c54 0%, #ef3027 100%);
	clip-path: polygon(50% 0, 4% 100%, 96% 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.home-alert-icon span {
	position: relative;
	z-index: 1;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	transform: translateY(4px);
}

.home-alert-track {
	display: grid;
	flex: 1 1 auto;
	min-height: 68px;
}

.home-alert-slide {
	grid-area: 1 / 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
	gap: 6px;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity .5s ease, transform .5s ease;
	pointer-events: none;
}

.home-alert-slide.is-active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.home-alert-kicker {
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-alert-message {
	margin: 0;
	max-width: 820px;
	color: rgba(255, 255, 255, 0.94);
	font-size: 26px;
	line-height: 1.25;
	font-weight: 500;
}

@media screen and (max-width: 991px) {
	.home-hero-shell {
		padding: 28px 20px 24px;
		justify-content: flex-start;
		align-items: stretch;
		gap: 22px;
	}

	.home-hero-copy {
		max-width: 100%;
		align-self: stretch;
		padding-top: 10px;
	}

	.index-title {
		max-width: 100%;
		font-size: clamp(38px, 9vw, 52px);
	}

	.motto-message {
		max-width: 100%;
		font-size: 21px;
	}

	.home-hero-card {
		width: min(100%, 352px);
		max-width: 352px;
		align-self: center;
		padding: 13px;
		border-radius: 20px;
	}

	.home-route-field {
		grid-template-columns: 1fr;
		align-items: flex-start;
		gap: 10px;
		min-height: 0;
		padding: 14px 16px;
	}

	.home-route-label {
		padding: 0;
		font-size: 16px;
		border-right: none;
	}

	.home-route-field input {
		font-size: 17px;
	}

	.home-route-submit {
		min-height: 64px;
		padding: 0 66px 0 22px;
		font-size: 18px;
	}

	.home-route-submit-arrow {
		right: 14px;
		width: 34px;
		height: 34px;
		font-size: 26px;
	}

	.home-alert-strip {
		width: 100%;
		margin: 0;
	}

	.home-alert-shell {
		align-items: flex-start;
		gap: 14px;
		min-height: 0;
		padding: 16px 20px;
	}

	.home-alert-icon {
		flex-basis: 42px;
		width: 42px;
		height: 38px;
	}

	.home-alert-icon span {
		font-size: 24px;
		transform: translateY(4px);
	}

	.home-alert-track {
		min-height: 88px;
	}

		.home-alert-message {
			font-size: 18px;
			line-height: 1.35;
	}
}

.lines-section-index {
	background-color: #fafcf5;
	max-width: 1050px;
	margin: 0px auto 50px auto;
	padding: 30px 0px;
}

.urban-lines-section-title {
	font-size: 50px;
	color: #032f62;
	text-align: center;
	padding: 15px;
}

.specific-line-page-title {
	font-size: 50px;
	color: #032f62;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.stations-container {
	justify-content: space-between;
	min-width: 600px;
	display: flex;
	position: relative;
}
.station {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 128px;
	min-width: 100px;
}

.station-name {
	margin-top: 5px;
	color: #032f62;
	text-align: center;
}

.line {
	height: 30px;
	/*border-left: 1px solid #032f62;*/
	margin: 0 10px;
}

.circle.long .line {
	height: 16px;
}

.station-button {
	cursor: pointer;
	margin-bottom: 5px;
	border: 2px solid #032f62;
	background-color: white;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	position: absolute;
	top: 44px;
	justify-content: center;
	-webkit-tap-highlight-color: transparent;
}

.station:nth-child(even) {
	flex-direction: column-reverse;
}

.green-line {
	background: #99ca44;
	max-width: 1050px;
	height: 7px;
	margin: 0 auto;
	margin-top: -68px;
}

.route {
	max-width: 1050px;
	margin: 0 auto;
	overflow: scroll;
	height: 128px;
	scrollbar-width: none;
}

.route::-webkit-scrollbar {
	display: none;
}

.station.clicked .station-button {
	background-color: #032f62;
	border-color: #99ca44;
}

.station.clicked .station-name {
	font-weight: bold;
}

.gallery-page-title {
	text-align: center;
	color: #032f62;
	margin-top: 50px;
	font-size: 50px;
}

.slider-image {
	vertical-align: middle;
	width: 100%;
}

.slider {
	position: relative;
	max-width: 1050px;
	margin: auto;
	padding-top: 50px;
}

.slides {
	display: none;
}

.previous, .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.previous:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
}

#caption {
	margin: 16px 0;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.row {
	justify-content: center;
	min-width: 600px;
	display: flex;
	position: relative;
}

.thumb {
	opacity: 0.6;
	cursor: pointer;
	height: 60px;
}

.thumbs {
	max-width: 1050px;
	margin: 0 auto;
	overflow-x: auto;
	height: 60px;
}

.thumbs::-webkit-scrollbar {
	display: none;
}

.active, .thumb:hover {
	opacity: 1;
}

.transparency-page-title {
	text-align: center;
	color: #032f62;
	margin-top: 50px;
	font-size: 50px;
}

.folder-name {
	font-size: 25px;
	margin-bottom: 30px;
	text-align: center;
	color: #032f62;
}

.document-type-container {
	max-width: 1050px;
	background-color: #fafcf5;
	margin: 30px auto 100px auto;
	padding: 20px 50px;
}

.documents {
	max-width: 750px;
	margin: 0 auto;
}

.document {
	display: flex;
	justify-content: space-between;
	padding: 5px;
}

.document-name {
	color: #032f62;
	font-size: 20px;
}

.document:nth-child(odd) {
	background-color: #edf2ee;
}

.document-link {
	color: #99ca44;
}


@media screen and (max-width: 450px) {
	.document-type-container {
		padding: 20px 0;
	}

	.document {
		flex-direction: column;
	}
}

.transparency-shell {
	width: min(1440px, 100%);
	margin: 0 auto 80px;
}

.transparency-hero {
	position: relative;
	margin-top: 24px;
	padding: 40px 42px;
	border-radius: 34px;
	border: 1px solid #dfe6ef;
	background: linear-gradient(135deg, #edf6e7 0%, #f8fbf4 18%, #ffffff 54%, #eff6fd 100%);
	box-shadow: 0 30px 68px rgba(15, 23, 42, 0.1);
	overflow: hidden;
}

.transparency-hero::before,
.transparency-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	filter: blur(6px);
}

.transparency-hero::before {
	top: -90px;
	left: -60px;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(119, 184, 59, 0.18) 0%, rgba(119, 184, 59, 0) 72%);
}

.transparency-hero::after {
	right: -110px;
	bottom: -120px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(2, 47, 98, 0.12) 0%, rgba(2, 47, 98, 0) 72%);
}

.transparency-copy {
	position: relative;
	z-index: 1;
}

.transparency-shell .transparency-page-title {
	margin: 0;
	max-width: 720px;
	color: #111827;
	font-size: clamp(42px, 4.5vw, 64px);
	font-weight: 800;
	line-height: 0.96;
	letter-spacing: -0.04em;
	text-align: left;
}

.transparency-shell .transparency-page-title::after {
	content: "";
	display: block;
	width: 98px;
	height: 3px;
	margin-top: 20px;
	border-radius: 999px;
	background: rgba(119, 184, 59, 0.5);
}

.transparency-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 28px;
}

.transparency-card {
	min-width: 0;
	padding: 26px;
	border-radius: 30px;
	border: 1px solid #dfe6ef;
	background: #ffffff;
	box-shadow: 0 24px 52px rgba(15, 23, 42, 0.08);
}

.transparency-card-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.transparency-shell .folder-name {
	margin: 0;
	color: #111827;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	text-align: left;
}

.transparency-card-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(153, 202, 68, 0.28);
	background: rgba(119, 184, 59, 0.12);
	color: #4b9c2b;
	font-size: 15px;
	font-weight: 800;
	flex: 0 0 auto;
}

.transparency-documents {
	max-width: none;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.transparency-document {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 18px;
	border-radius: 18px;
	border: 1px solid #e6edf4;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.transparency-document:hover {
	transform: translateY(-2px);
	border-color: #cdddcc;
	box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.transparency-document::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: #78be3f;
	box-shadow: 0 0 0 6px rgba(120, 190, 63, 0.12);
	flex: 0 0 auto;
}

.transparency-document .document-name {
	flex: 1 1 auto;
	min-width: 0;
	margin-right: auto;
	color: #1f2937;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.transparency-document .document-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 14px;
	border: 1px solid #e0e8ef;
	background: #ffffff;
	color: #4b9c2b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.transparency-document .document-link span:last-child {
	font-size: 22px;
	line-height: 1;
}

@media screen and (max-width: 1080px) {
	.transparency-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 767px) {
	.transparency-shell {
		margin-bottom: 56px;
	}

	.transparency-hero {
		margin-top: 8px;
		padding: 24px 22px;
		border-radius: 26px;
	}

	.transparency-shell .transparency-page-title {
		font-size: clamp(34px, 8vw, 46px);
	}

	.transparency-grid {
		gap: 18px;
		margin-top: 20px;
	}

	.transparency-card {
		padding: 20px 18px;
		border-radius: 24px;
	}

	.transparency-shell .folder-name {
		font-size: 24px;
	}

	.transparency-document {
		padding: 14px 14px;
		border-radius: 16px;
	}

	.transparency-document .document-name {
		font-size: 15px;
	}

	.transparency-document .document-link {
		padding: 9px 12px;
		font-size: 13px;
	}
}

@media screen and (max-width: 560px) {
	.transparency-card-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.transparency-card-count {
		min-width: 38px;
		height: 38px;
		padding: 0 10px;
	}

	.transparency-document {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.transparency-document .document-link {
		margin-left: 24px;
	}
}

.station-switch {
	max-width: 1050px;
	display: flex;
	margin: auto;
	font-size: 20px;
	margin-bottom: 30px;
	border: 1px solid #8080801c;
}

.start-station {
	padding: 20px;
	cursor: pointer;
	color: #032f62;
}

.start-station.selected {
	background: #8080801c;
	font-weight: bold;
}

.start-station:not(.selected):hover {
	color: #99ca44;
	background: #8080801c;
}

.arrivals {
	display: flex;
	padding-bottom: 50px;
	justify-content: center;
	max-width: 900px;
	margin: 100px auto 0px;
	align-items: center;
	flex-wrap: wrap;
}

.next-arrival-text {
	flex-direction: column;
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 20px;
}

.next-arrival-clock {
	display: flex;
	align-items: center;
	padding: 20px;
	border: 7px solid #032f62;
	border-radius: 50%;
	text-align: center;
	width: 100px;
	height: 100px;
	background-size: cover;
	justify-content: center;
	background-position: center;
	background-size: 94%;
	background-repeat: no-repeat;
	background-image: url('/images/clock.png');
	flex-direction: column;
}

.next-arrival-time {
	font-size: 35px;
	color: #032f62;
}

.other-arrival-time {
	color: grey;
}

.station-info-text {
	color: #032f62;
	font-size: 25px;
	padding: 6px;
}

.arrival-minutes {
	font-size: 35px;
	background: #99ca44;
	color: #032f62;
	padding: 16px;
}

.arrivals.hidden {
	padding: 0;
}

.arrivals.hidden .next-arrival-clock {
	display: none;
}

.arrivals.hidden .next-arrival-text {
	display: none;
}

.booking-shell {
	width: min(1440px, 100%);
	margin: 8px auto 56px;
}

.booking-header {
	position: relative;
	padding: 34px 38px;
	border-radius: 34px;
	border: 1px solid #dfe6ef;
	background: linear-gradient(135deg, #edf6e7 0%, #f8fbf4 18%, #ffffff 54%, #eff6fd 100%);
	box-shadow: 0 30px 68px rgba(15, 23, 42, 0.1);
	overflow: hidden;
}

.booking-header::before,
.booking-header::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	filter: blur(6px);
}

.booking-header::before {
	top: -90px;
	left: -60px;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(119, 184, 59, 0.18) 0%, rgba(119, 184, 59, 0) 72%);
}

.booking-header::after {
	right: -110px;
	bottom: -120px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(2, 47, 98, 0.12) 0%, rgba(2, 47, 98, 0) 72%);
}

.booking-header > * {
	position: relative;
	z-index: 1;
}

.booking-title {
	margin: 0;
	max-width: 760px;
	color: #111827;
	font-size: clamp(36px, 4.2vw, 54px);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.booking-title::after {
	content: "";
	display: block;
	width: 98px;
	height: 3px;
	margin-top: 18px;
	border-radius: 999px;
	background: rgba(119, 184, 59, 0.5);
}

.booking-message {
	max-width: 880px;
	margin-top: 18px;
}

.booking-message p {
	margin: 0;
	color: #334155;
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
}

.booking-message a {
	color: #4d9b28;
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.booking-grid {
	display: grid;
	gap: 24px;
	margin-top: 24px;
}

.booking-grid--itp {
	grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
	align-items: start;
}

.booking-grid--service {
	grid-template-columns: minmax(0, 860px);
	justify-content: center;
}

.booking-panel {
	min-width: 0;
	padding: 26px;
	border-radius: 30px;
	border: 1px solid #dfe6ef;
	background: #ffffff;
	box-shadow: 0 24px 52px rgba(15, 23, 42, 0.08);
}

.booking-form {
	display: grid;
	gap: 16px 18px;
	box-sizing: border-box;
}

.booking-form--itp {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.booking-form--itp .booking-form-row--wide,
.booking-form--itp #captcha-div,
.booking-form--itp .booking-submit {
	grid-column: 1 / -1;
}

.booking-form .form-group {
	margin: 0;
	min-width: 0;
}

.booking-form label {
	display: inline-flex;
	margin-bottom: 8px;
	color: #1f2937;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

.booking-shell .form-control {
	width: 100%;
	min-height: 56px;
	box-sizing: border-box;
	margin: 0;
	padding: 14px 16px;
	border-radius: 16px;
	border: 1px solid #dfe6ef;
	background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
	color: #1f2937;
	font-size: 16px;
	font-weight: 500;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.98), 0 10px 24px rgba(15, 23, 42, 0.05);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.booking-shell .form-control::placeholder {
	color: #8b96a8;
	opacity: 1;
}

.booking-shell .form-control:focus {
	outline: none;
	border-color: #9ccc60;
	box-shadow: 0 0 0 4px rgba(153, 202, 68, 0.16), 0 18px 34px rgba(15, 23, 42, 0.1);
	transform: translateY(-1px);
}

.booking-shell select.form-control {
	padding-right: 42px;
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #64748b 50%),
		linear-gradient(135deg, #64748b 50%, transparent 50%);
	background-position:
		calc(100% - 19px) calc(50% - 3px),
		calc(100% - 13px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.booking-form--service #captcha-div,
.booking-form--service .booking-submit {
	grid-column: 1 / -1;
}

.booking-form--service .booking-submit {
	max-width: 260px;
	justify-self: start;
}

.booking-form .form-group-row {
	margin: 0;
}

.booking-consent-row {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 18px;
	border-radius: 20px;
	border: 1px solid #e7eef5;
	background: #f8fbff;
}

.booking-shell .large-check {
	scale: 1.2;
	margin: 4px 0 0;
	accent-color: #67b132;
}

.booking-consent-row label {
	margin: 0;
	color: #334155;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
}

.booking-shell #captcha-div {
	display: flex;
	justify-content: flex-start;
	min-height: 78px;
	padding: 4px 0 0;
}

.booking-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 58px;
	padding: 0 24px;
	border: none;
	border-radius: 18px;
	background: linear-gradient(180deg, #79c33f 0%, #51a62d 100%);
	color: #ffffff;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -0.02em;
	box-shadow: 0 20px 36px rgba(83, 167, 47, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.booking-shell .contact-button:hover {
	transform: translateY(-1px);
	background: linear-gradient(180deg, #7dca40 0%, #57ad31 100%);
	color: #ffffff;
	box-shadow: 0 24px 42px rgba(83, 167, 47, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	filter: brightness(1.01);
}

.booking-shell .contact-button:active {
	transform: translateY(0);
}

.booking-shell .calendar {
	max-width: none;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

.booking-shell .calendar-header {
	padding: 0 0 16px;
	background: transparent;
	color: #111827;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.booking-shell .calendar-header button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #dfe6ef;
	border-radius: 14px;
	background: #ffffff;
	color: #022f62;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
	transition: transform .18s ease, border-color .18s ease, color .18s ease;
}

.booking-shell .calendar-header button:hover {
	transform: translateY(-1px);
	border-color: #cdddcc;
	color: #4b9c2b;
}

.booking-shell .calendar-days,
.booking-shell .calendar-dates {
	gap: 8px;
}

.booking-shell .calendar-days div {
	padding: 0 4px 4px;
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.booking-shell .calendar-dates div {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0;
	border: 1px solid #e5edf4;
	border-radius: 16px;
	background: #ffffff;
	color: #10233b;
	font-size: 15px;
	font-weight: 700;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.booking-shell .calendar-dates div:empty {
	min-height: 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

.booking-shell .calendar-dates .free:hover {
	transform: translateY(-1px);
	border-color: #cfe3b0;
	background: #f7fbf0;
	color: #2f7a18;
}

.booking-shell .calendar-dates .today {
	border-color: #cfe3b0;
	background: #eef7df;
	color: #2f7a18;
}

.booking-shell .calendar-dates .booked {
	background: #f8fafc;
	border-color: #e2e8f0;
	color: #9aa5b1;
	box-shadow: none;
}

.booking-shell .modal {
	min-width: min(520px, calc(100vw - 32px));
	max-width: calc(100vw - 32px);
	padding: 24px;
	border-radius: 24px;
	border: 1px solid #dfe6ef;
	background: #ffffff;
	box-shadow: 0 24px 52px rgba(15, 23, 42, 0.18);
}

.booking-shell .modal-header {
	margin-bottom: 14px;
}

.booking-shell .modal-header h3 {
	color: #111827;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.booking-shell #modal-content {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 0;
}

.booking-shell .slot {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 14px;
	border-radius: 16px;
	border: 1px solid #e3ebf2;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.booking-shell .slot.free {
	background: #eef7df;
	border-color: #cfe3b0;
	color: #2f7a18;
}

.booking-shell .slot.free:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 22px rgba(83, 167, 47, 0.16);
}

.booking-shell .slot.booked {
	background: #f8fafc;
	border-color: #e2e8f0;
	color: #94a3b8;
}

.booking-shell .overlay,
.booking-shell .simple-modal {
	backdrop-filter: blur(4px);
}

.booking-shell .simple-modal-content {
	width: min(420px, calc(100vw - 32px));
	padding: 28px 26px;
	border-radius: 24px;
	border: 1px solid #dfe6ef;
	background: #ffffff;
	box-shadow: 0 24px 52px rgba(15, 23, 42, 0.18);
}

.booking-shell .simple-modal-content h2 {
	margin-bottom: 12px;
	color: #111827;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.booking-shell .simple-modal-content hr {
	margin-bottom: 18px;
	border-top-color: #e7eef5;
}

.booking-shell .simple-modal-content p {
	margin-bottom: 22px;
	color: #334155;
	font-size: 17px;
	line-height: 1.75;
}

@media screen and (max-width: 991px) {
	.booking-shell {
		margin-bottom: 44px;
	}

	.booking-header {
		padding: 24px 22px;
		border-radius: 26px;
	}

	.booking-title {
		font-size: clamp(32px, 8vw, 44px);
	}

	.booking-message p {
		font-size: 16px;
		line-height: 1.75;
	}

	.booking-grid--itp,
	.booking-grid--service {
		grid-template-columns: 1fr;
	}

	.booking-panel {
		padding: 22px 20px;
		border-radius: 24px;
	}

	.booking-form--service {
		grid-template-columns: 1fr;
	}

	.booking-form--itp {
		grid-template-columns: 1fr;
	}

	.booking-form--service .booking-submit {
		max-width: none;
	}

	.booking-shell .calendar-header {
		font-size: 20px;
	}

	.booking-shell .calendar-dates div {
		min-height: 46px;
		border-radius: 14px;
	}
}

@media screen and (max-width: 640px) {
	.booking-header {
		padding: 20px 18px;
	}

	.booking-grid {
		gap: 18px;
		margin-top: 18px;
	}

	.booking-panel {
		padding: 18px 16px;
	}

	.booking-shell .form-control {
		min-height: 54px;
		padding: 13px 14px;
		border-radius: 14px;
	}

	.booking-shell .calendar-header {
		padding-bottom: 14px;
		font-size: 18px;
	}

	.booking-shell .calendar-header button {
		width: 38px;
		height: 38px;
		border-radius: 12px;
	}

	.booking-shell .calendar-days div {
		font-size: 11px;
	}

	.booking-shell #modal-content {
		grid-template-columns: 1fr;
	}

	.booking-shell .modal {
		padding: 20px 16px;
		border-radius: 20px;
	}

	.booking-shell .simple-modal-content {
		padding: 24px 20px;
		border-radius: 20px;
	}
}

.centered-form-container {
	max-width: 400px;
	width: 100%;
	margin: 40px auto;
}

.centered-form-container label {
	color: #032f62;
}

.centered-simple-content {
	color: #032f62;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: center;
}

.confirmation-shell {
	width: min(1440px, 100%);
	margin: 0 auto 80px;
}

.confirmation-hero {
	position: relative;
	margin-top: 24px;
	padding: 40px 42px;
	border-radius: 34px;
	border: 1px solid #dfe6ef;
	background: linear-gradient(135deg, #edf6e7 0%, #f8fbf4 18%, #ffffff 54%, #eff6fd 100%);
	box-shadow: 0 30px 68px rgba(15, 23, 42, 0.1);
	overflow: hidden;
}

.confirmation-hero::before,
.confirmation-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	filter: blur(6px);
}

.confirmation-hero::before {
	top: -90px;
	left: -60px;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(119, 184, 59, 0.18) 0%, rgba(119, 184, 59, 0) 72%);
}

.confirmation-hero::after {
	right: -110px;
	bottom: -120px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(2, 47, 98, 0.12) 0%, rgba(2, 47, 98, 0) 72%);
}

.confirmation-copy {
	position: relative;
	z-index: 1;
}

.confirmation-title {
	margin: 0;
	max-width: 760px;
	color: #111827;
	font-size: clamp(42px, 4.5vw, 64px);
	font-weight: 800;
	line-height: 0.96;
	letter-spacing: -0.04em;
}

.confirmation-title::after {
	content: "";
	display: block;
	width: 98px;
	height: 3px;
	margin-top: 20px;
	border-radius: 999px;
	background: rgba(119, 184, 59, 0.5);
}

.confirmation-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-top: 24px;
	padding: 36px 40px 40px;
	border-radius: 30px;
	border: 1px solid #dfe6ef;
	background: #ffffff;
	box-shadow: 0 24px 52px rgba(15, 23, 42, 0.08);
}

.confirmation-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	border-radius: 999px;
	background: linear-gradient(180deg, #edf7df 0%, #e6f2d3 100%);
	color: #4b9c2b;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 20px 34px rgba(83, 167, 47, 0.14);
}

.confirmation-icon svg {
	display: block;
	width: 42px;
	height: 42px;
}

.confirmation-message {
	max-width: 760px;
	margin: 0;
	color: #334155;
	font-size: 19px;
	line-height: 1.85;
	letter-spacing: normal;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.confirmation-shell {
		margin-bottom: 56px;
	}

	.confirmation-hero {
		margin-top: 8px;
		padding: 24px 22px;
		border-radius: 26px;
	}

	.confirmation-title {
		font-size: clamp(34px, 8vw, 46px);
	}

	.confirmation-card {
		gap: 18px;
		margin-top: 20px;
		padding: 28px 20px 30px;
		border-radius: 24px;
	}

	.confirmation-icon {
		width: 74px;
		height: 74px;
	}

	.confirmation-icon svg {
		width: 36px;
		height: 36px;
	}

	.confirmation-message {
		font-size: 17px;
		line-height: 1.75;
	}
}

input.invalid, select.invalid, textarea.invalid {
	border: 1px solid red;
}

label.invalid {
	color: red;
}

.line-observation {
	color: #032f62;
	text-align: center;
	padding-bottom: 30px;
	font-style: italic;
	font-size: 25px;
}

.slide {
	display: none
}

.slide img {
	vertical-align: middle;
}

.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
	padding-top: 50px;
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 10px 10px 0;
	user-select: none;
	background-color: rgba(0,0,0,0.8);
}

.next {
	right: 0;
	border-radius: 10px 0 0 10px;
}

.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

.active {
	background-color: #717171;
}

.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@media only screen and (max-width: 300px) {
	.prev, .next, .text {
		font-size: 11px
	}
}

.news-article {
	display: flex;
	gap: 16px;
}

.news-article img {
	width: 100%;
	object-fit: cover;
	height: 280px;
}

.news-detail-shell {
	width: min(1440px, 100%);
	margin: 8px auto 80px;
}

.news-detail-topline {
	margin-bottom: 16px;
}

.news-detail-back-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-radius: 999px;
	border: 1px solid #dfe6ef;
	background: #ffffff;
	color: #022f62;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
	transition: color .18s ease, border-color .18s ease, transform .18s ease;
}

.news-detail-back-link:hover {
	color: #4b9c2b;
	border-color: #cdddcc;
	transform: translateY(-1px);
}

.news-detail-back-link span:first-child {
	font-size: 20px;
	line-height: 1;
}

.news-detail-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
	gap: 28px;
	align-items: stretch;
	padding: 40px;
	border-radius: 34px;
	border: 1px solid #dfe6ef;
	background: linear-gradient(135deg, #edf6e7 0%, #f8fbf4 18%, #ffffff 54%, #eff6fd 100%);
	box-shadow: 0 30px 68px rgba(15, 23, 42, 0.1);
	overflow: hidden;
}

.news-detail-hero::before,
.news-detail-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	filter: blur(6px);
}

.news-detail-hero::before {
	top: -90px;
	left: -60px;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(119, 184, 59, 0.18) 0%, rgba(119, 184, 59, 0) 72%);
}

.news-detail-hero::after {
	right: -110px;
	bottom: -120px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(2, 47, 98, 0.12) 0%, rgba(2, 47, 98, 0) 72%);
}

.news-detail-copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 18px;
	min-width: 0;
	padding: 12px 6px 12px 4px;
}

.news-detail-meta {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(153, 202, 68, 0.3);
	color: #4d8e26;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
}

.news-detail-title {
	margin: 0;
	max-width: 720px;
	color: #111827;
	font-size: clamp(42px, 4.5vw, 64px);
	font-weight: 800;
	line-height: 0.96;
	letter-spacing: -0.04em;
}

.news-detail-title::after {
	content: "";
	display: block;
	width: 98px;
	height: 3px;
	margin-top: 20px;
	border-radius: 999px;
	background: rgba(119, 184, 59, 0.5);
}

.news-detail-media {
	position: relative;
	z-index: 1;
	min-width: 0;
	min-height: 100%;
	border-radius: 28px;
	overflow: hidden;
	border: 1px solid rgba(223, 230, 239, 0.9);
	background: #e8eef5;
	box-shadow: 0 22px 42px rgba(15, 23, 42, 0.14);
}

.news-detail-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(15, 23, 42, 0.08) 100%);
	pointer-events: none;
}

.news-detail-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
}

.news-detail-surface {
	margin-top: 26px;
	padding: 36px 40px 42px;
	border-radius: 30px;
	border: 1px solid #dfe6ef;
	background: #ffffff;
	box-shadow: 0 24px 52px rgba(15, 23, 42, 0.08);
}

.news-detail-surface .content {
	color: #334155;
	font-size: 18px;
	line-height: 1.85;
	letter-spacing: normal;
	text-align: left;
	overflow-wrap: anywhere;
}

.news-detail-surface .content > *:first-child {
	margin-top: 0;
}

.news-detail-surface .content > *:last-child {
	margin-bottom: 0;
}

.news-detail-surface .content h2,
.news-detail-surface .content h3,
.news-detail-surface .content h4 {
	margin: 38px 0 16px;
	color: #111827;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.18;
}

.news-detail-surface .content h2 {
	font-size: clamp(28px, 3vw, 36px);
}

.news-detail-surface .content h3 {
	font-size: clamp(22px, 2.2vw, 28px);
}

.news-detail-surface .content h4 {
	font-size: 20px;
}

.news-detail-surface .content p,
.news-detail-surface .content ul,
.news-detail-surface .content ol {
	margin: 0 0 18px;
}

.news-detail-surface .content ul,
.news-detail-surface .content ol {
	padding-left: 24px;
}

.news-detail-surface .content li + li {
	margin-top: 8px;
}

.news-detail-surface .content strong {
	color: #111827;
	font-weight: 700;
}

.news-detail-surface .content a {
	color: #4d9b28;
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.news-detail-surface .content a:hover {
	color: #2f7a18;
}

.news-detail-surface .content img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

.news-detail-surface .content table {
	width: 100% !important;
	margin: 28px 0;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid #dfe6ef;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.news-detail-surface .content thead th,
.news-detail-surface .content tbody td {
	padding: 16px 18px;
	text-align: left;
	vertical-align: top;
}

.news-detail-surface .content thead th {
	background: linear-gradient(180deg, #f4f8ec 0%, #eef5e5 100%);
	color: #122033;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.news-detail-surface .content tbody tr:nth-child(odd) {
	background: #f8fbff;
}

.news-detail-surface .content tbody tr:nth-child(even) {
	background: #ffffff;
}

.news-detail-surface .content tbody td {
	color: #334155;
	border-top: 1px solid #e8eef5;
}

.news-detail-hero.without-media {
	grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
	.news-article {
		flex-direction: column;
	}

	.news-detail-shell {
		margin-bottom: 56px;
	}

	.news-detail-hero {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 24px;
		border-radius: 26px;
	}

	.news-detail-title {
		font-size: clamp(34px, 8vw, 46px);
	}

	.news-detail-media {
		border-radius: 22px;
	}

	.news-detail-media img {
		min-height: 280px;
	}

	.news-detail-surface {
		margin-top: 20px;
		padding: 24px 22px 28px;
		border-radius: 24px;
	}

	.news-detail-surface .content {
		font-size: 16px;
		line-height: 1.75;
	}

	.news-detail-surface .content h2,
	.news-detail-surface .content h3,
	.news-detail-surface .content h4 {
		margin-top: 30px;
	}

	.news-detail-surface .content table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.news-detail-surface .content thead th,
	.news-detail-surface .content tbody td {
		padding: 14px 14px;
		min-width: 140px;
	}
}

@media screen and (max-width: 640px) {
	.news-detail-back-link {
		padding: 10px 14px;
	}

	.news-detail-hero {
		padding: 20px;
	}

	.news-detail-meta {
		font-size: 12px;
		padding: 9px 13px;
	}

	.news-detail-surface {
		padding: 22px 18px 24px;
	}
}

#captcha-div {
	padding-bottom: 10px;
}

#slider-wrapper {
	width: 100%;
	overflow: hidden;
	transition: height 0.6s ease;
}

#slider {
	position: relative;
	width: 100%;
}

.main-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	isolation: isolate;
	transition: opacity 1.5s ease;
	pointer-events: none;
	visibility: hidden;
}

.main-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 24%, rgba(255, 255, 255, 0.38) 52%, rgba(255, 255, 255, 0.06) 76%, rgba(255, 255, 255, 0) 100%);
}

.main-slide.fade-in {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 1;
}

.main-slide.fade-out {
	opacity: 0;
	visibility: visible;
	z-index: 0;
}

@media screen and (max-width: 991px) {
	.main-slide::after {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 24%, rgba(255, 255, 255, 0.42) 48%, rgba(255, 255, 255, 0.14) 72%, rgba(255, 255, 255, 0) 100%);
	}
}

.home-main-content {
	padding-top: 38px;
}

.home-live-map-section {
	width: min(1440px, 100%);
	margin: 0 auto 52px;
	padding: 0 48px;
	box-sizing: border-box;
}

.home-section-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.home-section-heading h2 {
	margin: 0;
	color: #111827;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 700;
	letter-spacing: -0.03em;
}

.home-section-dot {
	flex: 0 0 10px;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #78be3f;
	box-shadow: 0 0 0 6px rgba(120, 190, 63, 0.12);
}

.home-live-map-frame {
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid #dfe6ef;
	background: #ffffff;
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

.home-live-map-frame iframe {
	display: block;
	width: 100%;
	height: 760px;
	border: 0;
	background: #ffffff;
}

@media screen and (max-width: 991px) {
	.home-main-content {
		padding-top: 28px;
	}

	.home-live-map-section {
		margin-bottom: 40px;
		padding: 0 20px;
	}

	.home-section-heading {
		margin-bottom: 14px;
	}

	.home-section-heading h2 {
		font-size: clamp(24px, 6vw, 32px);
	}

	.home-live-map-frame {
		border-radius: 20px;
	}

	.home-live-map-frame iframe {
		height: 560px;
	}

}

.home-feature-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	width: min(1440px, 100%);
	margin: 0 auto;
	padding: 0 48px 64px;
	box-sizing: border-box;
}

.home-feature-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	min-width: 0;
	min-height: 100%;
	position: relative;
	isolation: isolate;
	padding: 28px 26px 24px;
	border-radius: 24px;
	border: 1px solid #dfe6ef;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home-feature-card:hover {
	transform: translateY(-3px);
	border-color: #cdddcc;
	box-shadow: 0 26px 48px rgba(15, 23, 42, 0.12);
}

.home-feature-card-header {
	display: flex;
	align-items: center;
	gap: 12px;
}

.home-feature-card-header h3 {
	flex: 1 1 auto;
	min-width: 0;
}

.home-feature-card h3 {
	margin: 0;
	color: #111827;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.home-feature-card p {
	margin: 0;
	color: #334155;
	font-size: 16px;
	line-height: 1.75;
}

.home-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	color: #67b132;
}

.home-feature-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.home-feature-icon[data-icon="ticket"] svg {
	width: 34px;
	height: 34px;
}

.home-feature-icon[data-icon="pin"] svg {
	width: 30px;
	height: 30px;
}

.home-feature-icon[data-icon="service"] svg {
	width: 32px;
	height: 35px;
}

.home-feature-cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
	padding: 12px 16px;
	border-radius: 14px;
	border: 1px solid #e0e8ef;
	background: #ffffff;
	color: #4b9c2b;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.home-feature-cta span:last-child {
	font-size: 24px;
	line-height: 1;
}

@media screen and (max-width: 1180px) {
	.home-feature-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
		padding: 0 32px 56px;
	}

	.home-feature-card {
		padding: 24px 22px 22px;
	}
}

@media screen and (max-width: 767px) {
	.home-feature-cards {
		display: flex;
		flex-direction: column;
		gap: 18px;
		padding: 0 20px 44px;
	}

	.home-feature-card {
		min-height: 0;
		padding: 22px 20px 20px;
		border-radius: 20px;
	}

	.home-feature-card-header {
		gap: 10px;
		align-items: flex-start;
	}

	.home-feature-card h3 {
		font-size: 18px;
		line-height: 1.35;
	}

	.home-feature-card p {
		font-size: 15px;
		line-height: 1.65;
	}

	.home-feature-cta {
		width: 100%;
		justify-content: space-between;
		align-self: stretch;
		box-sizing: border-box;
	}

	.home-feature-card:hover {
		transform: none;
		box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
	}
}

/*ITP*/
.calendar {
	max-width: 450px;
	border: 1px solid #ddd;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	background: white;
	margin-bottom: 20px;
}

.calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #032f62;
	color: white;
	padding: 10px 15px;
	font-size: 1.2em;
	font-weight: bold;
}

.calendar-header button {
	background: white;
	color: #032f62;
	border: none;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	border-radius: 4px;
}

.calendar-days, .calendar-dates {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}

.calendar-days div, .calendar-dates div {
	padding: 10px;
	text-align: center;
}

.calendar-dates div {
	border: 1px solid #ddd;
	cursor: pointer;
	color: #032f62;
}

.calendar-dates div:hover {
	background: grey;
}

.today {
	background-color: #ffdd57;
	font-weight: bold;
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	display: none;
	min-width: 300px;
	max-width: 90%;
}

.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-header h3 {
	margin: 0;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 999;
}

#modal-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
	margin-top: 10px;
}

.slot {
	padding: 8px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
}

.free {
	background-color: #d1fae5;
}

.booked {
	background-color: #fecaca;
	cursor: not-allowed;
}

.itp-form:not(.booking-form) {
	max-width: 450px;
	background: white;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.simple-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}

.simple-modal-content {
	background-color: white;
	padding: 20px 30px;
	border-radius: 6px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	width: 300px;
}

.simple-modal-content h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	color: #032f62;
}

.simple-modal-content hr {
	border: none;
	border-top: 1px solid #ccc;
	margin-bottom: 15px;
}

.simple-modal-content p {
	margin: 15px 0 20px;
	font-size: 18px;
	color: #032f62;
}

.simple-modal #okButton {
	padding: 8px 16px;
	background-color: #007BFF;
	border: none;
	color: white;
	border-radius: 4px;
	cursor: pointer;
}

.simple-modal #okButton:hover {
	background-color: #0056b3;
}
