 body {
    background-color: #eeeeee;
	 font-family: "Space Mono", monospace;
 }

 h1, h2, h3, h4, h5, h6 {
	font-family: "Syne", sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 0.6em;
 }

 h1 {
	font-size: 40px;
 }

 h2 {
	font-size: 32px;
 }

 h3 {
	font-size: 28px;
 }

 h4 {
	font-size: 24px;
 }

 h5 {
	font-size: 20px;
 }

 h6 {
	font-size: 16px;
 }

 a {
	color: #111111;
	text-decoration: none;
 }

 a:hover,
 a:focus {
	color: #008C44;
 }
 
 header {
	 background-color: transparent;
	 border-radius: 0;
	 margin-bottom: 24px;
 }

 .wrapper {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 24px;
 }

header.col_12 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 16px 24px;
	position: sticky;
	top: 0;
	z-index: 1000;
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

header.col_12.site-header.is-scrolled {
	background-color: #ffffff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.header-left {
	flex: 0 0 auto;
}

.header-center {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-right {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 20px;
}

.logo a {
	display: inline-block;
}

.logo img {
	display: block;
	height: 60px;
	width: auto;
}

.currentPage {
	display: none;
}

.topmenuToggle {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 0;
	background:
		linear-gradient(#111111, #111111) 50% 12px / 22px 2px,
		linear-gradient(#111111, #111111) 50% 20px / 22px 2px,
		linear-gradient(#111111, #111111) 50% 28px / 22px 2px;
	background-repeat: no-repeat;
}

.topmenu {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 14px;
}

.menuOverlay {
	display: none;
}

.topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.topmenu .level1 {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1;
	justify-content: space-evenly;
}

.topmenu li {
	position: relative;
}

.topmenu a {
	color: #111111;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	white-space: nowrap;
}

.topmenu a:hover,
.topmenu a:focus {
	text-decoration: underline;
	text-underline-offset: 10px;
	color: #008C44;
}

.topmenu .active > a,
.topmenu .crumb > a {
	font-weight: 700;
	color: #008C44;
	text-decoration: underline;
	text-underline-offset: 10px;
}

.topmenu .level1 ul {
	background: #ffffff;
	border: 1px solid #d7d7d7;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	display: none;
	left: 0;
	min-width: 200px;
	position: absolute;
	top: 100%;
	padding-top: 6px;
	margin-top: 0;
	z-index: 20;
}

.topmenu li:hover > ul,
.topmenu li:focus-within > ul {
	display: block;
}

.topmenu .level2 ul {
	left: 100%;
	top: 0;
}

.languages {
	margin-left: 6px;
}

.languages-mobile {
	display: none;
}

.languages > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 6px;
}

.languages a {
	color: #8b0000;
	display: block;
	padding: 6px 8px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.languages .active a {
	font-weight: 700;
}

.lang-dropdown {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.lang-toggle {
	background: #ffffff;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	width: 36px;
	height: 36px;
	padding: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.lang-toggle img,
.lang-list img {
	width: 28px;
	height: 28px;
	border-radius: 0;
	object-fit: cover;
	display: block;
}

.lang-code {
	width: 28px;
	height: 28px;
	border-radius: 0;
	background: #f2f2f2;
	color: #111111;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.lang-list {
	position: absolute;
	right: 0;
	top: calc(100% + 6px);
	background: #ffffff;
	border: 1px solid #d7d7d7;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	list-style: none;
	margin: 0;
	padding: 6px;
	display: none;
	min-width: 52px;
	z-index: 30;
}

.lang-list li {
	margin: 0;
}

.lang-list a {
	padding: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lang-dropdown.is-open .lang-list {
	display: block;
}

.ipWidget-Columns .ipsColsContainer {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.ipWidget-Columns .ipsColsContainer .ipsCol {
	flex: 1 1 0;
	min-width: 0;
}

.ipWidget-Columns .ipsColsContainer .ipsCol .ipWidget-Image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
}

@media screen and (max-width: 860px) {
	.ipWidget-Columns .ipsColsContainer {
		gap: 16px;
	}

	.ipWidget-Columns .ipsColsContainer .ipsCol {
		flex: 1 1 100%;
	}
}

.button a {
	display: inline-block;
	background: #111111;
	color: #ffffff !important;
	padding: 10px;
	border-radius: 0;
	text-decoration: none;
	font-weight: normal;
    text-transform: uppercase;
}

.button a::after {
	content: " →";
	color: #008C44;
	margin-left: 8px;
}

.button a strong {
	color: #ffffff;
	font-weight: normal;
}

.button a:hover {
	background: #333333;
}

	.text-box {
		background: #f8f9fa;
		border-radius: 0;
		padding: 20px;
		height: 100%;
	}

	.fotoFrame {
		margin-bottom: 32px;
	}

	.fotoFrame .image-box {
		position: relative;
		border-radius: 0;
		overflow: hidden;
		background: #111111;
	}

	.fotoFrame .image-box::after {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.6) 100%);
		z-index: 1;
	}

	.fotoFrame .image-bg {
		display: block;
	}

	.fotoFrame .image-bg img {
		display: block;
		width: 100%;
		height: auto;
	}

	.fotoFrame .image-title {
		position: absolute;
		bottom: 40px;
		left: 44px;
		right: 24px;
		margin: 0;
		color: #ffffff;
		z-index: 2;
		text-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
	}

	.team-row {
		background-color: #FFF;
		border-radius: 0;
		margin-bottom: 50px;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
	}

	.team-box {
		background: #fff;
		border-radius: 0;
		padding: 20px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
	}

	.team-photo {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
		border-radius: 0;
	}

	.team_name {
		font-size: 1.4rem;
		margin: 10px 0 5px;
	}

	.team_role {
		color: green;
		margin: 0;
	}

@media screen and (max-width: 860px) {
	.team-row {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.fotoFrame .image-title {
		bottom: 16px;
		left: 16px;
		right: 16px;
	}
}
.ipNewsList {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
	}

	.ipNewsList ._newsItem {
		background: #fff;
		border-radius: 0;
		overflow: hidden;
		box-shadow: 0 4px 15px rgba(0,0,0,0.1);
		display: flex;
		flex-direction: column;
	}

	.ipNewsList ._newsItem img {
		width: 100%;
		height: auto;
		display: block;
	}

	.ipNewsList ._newsText {
		padding: 20px;
		flex-grow: 1;
		text-align: left;
		display: flex;
		flex-direction: column;
	}

	.ipNewsList h2 {
		font-size: 20px !important;
		margin: 0 0 10px 0;
		line-height: 1.3;
	}

	.ipNewsList ._date {
		display: none;
		margin-bottom: 12px;
		color: #777;
		font-size: 14px;
	}

	.ipNewsList a.download-btn {
		display: inline-block;
		margin-top: auto;
		padding: 5px 10px;
		background: #14a62f;
		color: #fff !important;
		border-radius: 0;
		text-decoration: none;
		font-weight: 100;
		align-self: flex-start;
		
	}
	
	


	.ipNewsList a._more {
		display: none;
	}

    .bg-footer { margin-top: 40px;}    

	footer {
		display: flex;
		width: 100%;
		min-height: 380px;
		background: #fff;
		border-radius: 0;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		font-size: 10px;
		line-height: 1.1;
	}

	.footer-left {
		position: relative;
		width: 50%;
		overflow: hidden;
		border-radius: 0;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
	}

	.footer-overlay {
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.4);
	}

	.newsletter-box {
		position: absolute;
		bottom: 30px;
		left: 40px;
		color: #fff;
		max-width: 500px;
	}

	.newsletter-box h3 {
		margin-bottom: 15px;
		font-size: 1.3rem;
		color: #fff;
	}

	.newsletter-form {
		display: flex;
		width: 100%;
		margin-bottom: 20px;
	}

	.newsletter-form input {
		flex: 1;
		padding: 14px;
		border-radius: 0;
		border: none;
		font-size: 1rem;
	}

	.newsletter-form button {
		padding: 14px 25px;
		font-size: 1.2rem;
		background: #fff;
		border: none;
		border-radius: 0;
		cursor: pointer;
	}

	.newsletter-box .copyright {
		font-size: 0.8rem;
		opacity: 0.8;
	}

	.footer-right {
		width: 50%;
		display: flex;
		align-items: center;
		padding: 60px;
	}

	.footer-grid {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.footer-col h4 {
		margin-bottom: 12px;
		font-size: 1.2rem;
	}

	.footer-col ul {
		list-style: none;
		padding: 0;
	}

	.footer-col ul li {
		margin-bottom: 8px;
	}

	.footer-col ul li a {
		text-decoration: none;
		color: #000;
	}

	.footer-col p,
	.footer-col a {
		font-size: 1rem;
		color: #000;
	}

	.social {
		margin-top: 20px;
	}

	.social a img {
		width: 38px;
		height: 38px;
		margin-right: 12px;
		opacity: 0.9;
	}



	.aboutus-row {
		display: flex;
		width: 100%;
		gap: 20px;
		border-radius: 0;
		
	}

	.aboutus-row .image-box {
		border-radius: 0;
		overflow: hidden;
	}

	.aboutus-left {
		width: 30%;
	}

	.aboutus-right {
		width: 70%;
		padding-left: 0;
	}

@media screen and (max-width: 860px) {
	header.col_12 {
		padding: 12px 16px;
	}

	.header-center {
		position: fixed;
		inset: 0;
		width: 100%;
		height: 100vh;
		pointer-events: none;
		z-index: 1200;
	}

	.header-center .topmenu {
		pointer-events: auto;
	}

	.header-right .languages {
		display: none;
	}

	.topmenuToggle {
		display: inline-block;
		position: relative;
		z-index: 1300;
	}

	.topmenu {
		background: #ffffff;
		border-left: 1px solid #e0e0e0;
		box-shadow: -10px 0 30px rgba(0, 0, 0, 0.16);
		display: block;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: min(88vw, 360px);
		overflow-y: auto;
		z-index: 30;
		padding: 24px 20px;
		max-width: 100%;
		transform: translateX(100%);
		transition: transform 0.25s ease;
	}

	body.menu-open .topmenu {
		transform: translateX(0);
	}

	.menuOverlay {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.4);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.25s ease, visibility 0.25s ease;
		z-index: 1100;
	}

	body.menu-open .menuOverlay {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.topmenu .level1 {
		display: block;
	}

	.topmenu .level1 > li {
		display: block;
	}

	.topmenu .level1 ul {
		border: none;
		box-shadow: none;
		display: block;
		margin-left: 16px;
		margin-top: 6px;
		position: static;
	}

	.topmenu li:hover > ul,
	.topmenu li:focus-within > ul {
		display: block;
	}

	.topmenu .languages-mobile {
		display: block;
	}

	.languages {
		border-top: 1px solid #e0e0e0;
		margin-left: 0;
		margin-top: 8px;
		padding-top: 8px;
	}

	.lang-toggle {
		display: none;
	}

	.lang-dropdown {
		display: block;
	}

	.lang-list {
		position: static;
		display: flex;
		gap: 8px;
		padding: 0;
		border: none;
		box-shadow: none;
		background: transparent;
		min-width: 0;
	}

	.lang-list a {
		padding: 0;
	}

	.aboutus-row {
		flex-direction: column;
		gap: 16px;
		padding: 16px;
	}

	.aboutus-left,
	.aboutus-right {
		width: 100%;
	}
}

@media screen and (max-width: 520px) {
	.topmenu {
		padding: 20px 16px;
	}
}

.page-image {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

.hero-viewport {
	position: relative;
	height: 78vh;
	min-height: 520px;
	display: block;
	overflow: hidden;
	border-radius: 0;
	margin-bottom: 40px;
}

.hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.35) 60%);
	z-index: 1;
}

.hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	gap: 30px;
	align-items: flex-end;
	height: 100%;
	padding: 24px 40px 48px 40px;
	box-sizing: border-box;
	flex-wrap: nowrap;
}

.hero-left {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	order: 2;
}

.hero-right {
	flex: 0 0 50%;
	max-width: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 18px;
	justify-content: flex-end;
	align-items: flex-start;
	padding-left: 20px;
	order: 1;
	text-align: left;
}

.hero-title {
	margin: 0 0 8px 0;
	font-size: 48px;
	line-height: 1.02;
	color: #ffffff;
}

.hero-desc {
	margin: 0;
	max-width: 520px;
	opacity: 0.95;
}

.hero-actions {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 12px;
}

.btn.hero-cta {
	background: #ffffff;
	color: #1b4f2f;
	padding: 8px 14px;
	border-radius: 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}

.btn.social {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	padding: 6px 8px;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 13px;
}

.hero-slider {
	position: relative;
	height: auto;
	max-height: 180px;
	overflow: hidden;
	border-radius: 0;
	display: block;
	margin-bottom: 8px;
}

.hero-slider > .slide-wrap {
	display: flex;
	gap: 16px;
	height: 100%;
	transition: transform 0.5s ease;
	will-change: transform;
}

.hero-slider .slide {
	flex: 0 0 70%;
	max-width: 70%;
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 25px;
	align-items: stretch;
	box-sizing: border-box;
	padding: 0;
}

.slide-image,
.image-slide,
.slide > .ipWidget-Image,
.slide .ipWidget-Image {
	flex: 0 0 18% !important;
	max-width: 200px !important;
	max-height: 200px;
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
}

.slide-image img,
.image-slide img,
.slide > .ipWidget-Image img,
.slide .ipWidget-Image img {
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: 1 / 1;
	object-fit: cover !important;
	border-radius: 0;
	display: block;
}

.slide-meta {
	position: relative;
	left: auto;
	bottom: auto;
	background: rgba(0, 0, 0, 0.55);
	padding: 12px;
	border-radius: 0;
	color: #fff;
	max-width: 78%;
	align-self: center;
	max-height: 200px;
	overflow: auto;
}

.slide-meta h3 {
	margin: 0 0 8px 0;
}

.read-more {
	color: #8fe07b;
	text-decoration: none;
}

.hero-thumbs {
	display: flex;
	flex-direction: row;
	gap: 12px;
	margin-top: 12px;
	align-items: center;
}

.thumb-link {
	color: #fff;
	text-decoration: none;
	background: transparent;
	padding: 6px 8px;
	border-radius: 0;
	display: inline-block;
	font-weight: 600;
}

.thumb-link:hover,
.thumb-link.active {
	color: #8fe07b;
}

@media (max-width: 900px) {
	.hero-inner {
		flex-direction: column;
		padding: 20px;
	}

	.hero-left,
	.hero-right {
		width: 100%;
		max-width: 100%;
	}

	.hero-title {
		font-size: 32px;
	}
}

@media (max-width: 700px) {
	.slide-meta {
		position: relative;
		max-width: 100%;
		padding: 12px;
	}

	.hero-thumbs {
		gap: 8px;
	}

	.hero-slider .slide {
		flex-direction: column;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.slide-image {
		flex: 0 0 auto;
		width: 100%;
		aspect-ratio: 1 / 1;
	}
}

@media (max-height: 700px) {
	.hero-inner {
		padding-bottom: 6vh;
	}

	.hero-slider {
		height: 220px;
	}
}

._newsMainText {
	display: none;
}

#ipBlock-main .ipsCol._col {
	position: relative;
	overflow: hidden;
	min-height: 420px;
	color: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 0;
}

#ipBlock-main .ipsCol._col .ipWidget-Image {
	position: absolute;
	inset: 0;
	z-index: 1;
	margin: 0;
	border-radius: 0;
}

#ipBlock-main .ipsCol._col .ipWidget-Image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

#ipBlock-main .ipsCol._col .ipWidget-Heading,
#ipBlock-main .ipsCol._col .ipWidget-Text {
	position: relative;
	z-index: 3;
	padding: 20px;
}

#ipBlock-main h2 {
	color: #fff;
}

#ipBlock-main .ipsCol._col .ipWidget-Image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 1;
	border-radius: 0;
}

#ipBlock-mainInside {
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	max-width: 800px;
	background: rgba(0, 0, 0, 0.55);
	padding: 30px;
	border-radius: 0;
}

#ipBlock-mainInside h2 {
	display: none;
}




