.u-section-1 .u-sheet-1 {
  min-height: 404px;
}

.u-section-1 .u-text-1 {
  margin: 60px 0;
}

.m-download {
  background-color: navy; 
  color: white; 
  border-radius: 5px; 
  padding: 5px 10px;
  margin: auto;
}

.m-download:hover {
  background-color: #478AC9;
  color: white;
}

.m-textcenter {
  text-align: center; 
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.m-boxes {
  display: flex;
  justify-content: space-between;
}

.m-box {
  background-color: #f9f9f9;
  width: 49%;
  height: 15rem;
  padding: 1rem;
}

.m-box h3 a {
  color: #6ec1e4;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 130%;
}

.u-cookies-consent {
	background-image: none;
}
.u-cookies-consent .u-sheet-1 {
	min-height: 212px;
}
.u-cookies-consent .u-layout-wrap-1 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.u-cookies-consent .u-layout-cell-1 {
	min-height: 152px;
}
.u-cookies-consent .u-container-layout-1 {
	padding: 30px 60px;
}
.u-cookies-consent .u-text-1 {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
}
.u-cookies-consent .u-text-2 {
	margin: 8px 20px 0 0;
}
.u-cookies-consent .u-layout-cell-2 {
	min-height: 152px;
}
.u-cookies-consent .u-container-layout-2 {
	padding: 30px;
}
.u-cookies-consent .u-btn-1 {
	margin: 0 auto 0 0;
}
@media (max-width: 1199px) {
	.u-cookies-consent .u-sheet-1 {
		min-height: 131px;
	}
	.u-cookies-consent .u-layout-cell-1 {
		min-height: 125px;
	}
	.u-cookies-consent .u-text-1 {
		margin-right: 0;
	}
	.u-cookies-consent .u-text-2 {
		margin-right: 0;
	}
	.u-cookies-consent .u-layout-cell-2 {
		min-height: 125px;
	}
}
@media (max-width: 991px) {
	.u-cookies-consent .u-sheet-1 {
		min-height: 106px;
	}
	.u-cookies-consent .u-layout-cell-1 {
		min-height: 100px;
	}
	.u-cookies-consent .u-container-layout-1 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.u-cookies-consent .u-layout-cell-2 {
		min-height: 100px;
	}
}
@media (max-width: 767px) {
	.u-cookies-consent .u-sheet-1 {
		min-height: 225px;
	}
	.u-cookies-consent .u-layout-cell-1 {
		min-height: 154px;
	}
	.u-cookies-consent .u-container-layout-1 {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
	}
	.u-cookies-consent .u-layout-cell-2 {
		min-height: 65px;
	}
	.u-cookies-consent .u-container-layout-2 {
		padding: 10px;
	}
}
@media (max-width: 575px) {
	.u-cookies-consent .u-sheet-1 {
		min-height: 121px;
	}
	.u-cookies-consent .u-layout-cell-1 {
		min-height: 100px;
	}
	.u-cookies-consent .u-layout-cell-2 {
		min-height: 15px;
	}
}


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

.breadcrumb li {
  margin: 0 5px;
}

.breadcrumb a {
  text-decoration: none;
  color: #007bff;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb li.active {
  color: #6c757d;
}

.m-footer-image img {
	max-width: 100%;
}

