@import url("https://fonts.googleapis.com/css2?family=Geomanist:wght@400;500;700&family=Open+Sans:wght@400;500;600;700&display=swap");
/* Injecting exact root colors provided */
:root {
	--white: #fff;
	--lightGray: #f8f8f8;
	--gray: #c8ccd6;
	--midGray: #a3a7b1;
	--darkGray: #646972;
	--black: #000;
	--yellow: #fcc605;
	--orange: #d99300;
	--green: #33b91e;
	--greenA: #009f47;
	--red: #d61c1c;
	--redA: #fcdde0;
	--redB: #e21414;
	--blueA: #b2e3ff;
	--blueA50: #d4f0fa;
	--blueA15: #f3fbfe;
	--blueB: #31b6e4;
	--blueC: #2192d1;
	--blueD: #007bc0;
	--blueE: #003a5b;
}

/* Geomanist Font */
@font-face {
	font-family: "Geomanist";
	font-weight: 400;
	font-display: swap;
	src:
		local("Geomanist"),
		url("../assets/fonts/geomanist-regular-webfont.woff2")format("woff2"),
		url("../assets/fonts/geomanist-regular-webfont.woff")format("woff"),
		url("../assets/fonts/geomanist-regular-webfont.ttf")format("truetype"),
		url("../assets/fonts/geomanist-regular-webfont.eot"),
		url("../assets/fonts/geomanist-regular-webfont.eot#iefix")format("embedded-opentype"),
		url("../assets/fonts/geomanist-regular-webfont.svg")format("svg");
}

@font-face {
	font-family: "Geomanist";
	font-weight: 600;
	font-display: swap;
	src:
		local("Geomanist"),
		url("../assets/fonts/geomanist-medium-webfont.woff2")format("woff2"),
		url("../assets/fonts/geomanist-medium-webfont.woff")format("woff"),
		url("../assets/fonts/geomanist-medium-webfont.ttf")format("truetype"),
		url("../assets/fonts/geomanist-medium-webfont.eot"),
		url("../assets/fonts/geomanist-medium-webfont.eot#iefix")format("embedded-opentype"),
		url("../assets/fonts/geomanist-medium-webfont.svg")format("svg");
}

@font-face {
	font-family: "Geomanist";
	font-weight: 700;
	font-display: swap;
	src:
		local("Geomanist"),
		url("../assets/fonts/geomanist-bold-webfont.woff2")format("woff2"),
		url("../assets/fonts/geomanist-bold-webfont.woff")format("woff"),
		url("../assets/fonts/geomanist-bold-webfont.ttf")format("truetype"),
		url("../assets/fonts/geomanist-bold-webfont.eot"),
		url("../assets/fonts/geomanist-bold-webfont.eot#iefix")format("embedded-opentype"),
		url("../assets/fonts/geomanist-bold-webfont.svg")format("svg");
}

html {
	font-size: 16px;
	line-height: 1.625 !important;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	max-width: 100%;
	overflow-x: clip;
}

body,
input,
select,
textarea {
	font-family: "Geomanist", "Open Sans", arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.9375rem;
	color: var(--black);
	line-height: unset;
}

h1,
h2,
h3,
h4 {
	font-family: "Geomanist", "Open Sans", arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1875;
	color: #0091c9;
	max-width: 38.75rem;
}

h1 {
	font-size: 1.5rem;
	margin: 0 0 1rem 0;
}

@media screen and (min-width: 48em) {
	h1 {
		font-size: 2.5rem;
	}
}

h2 {
	font-size: 1.25rem;
	margin: 0 0 0.75rem 0;
}

@media screen and (min-width: 48em) {
	h2 {
		font-size: 2rem;
	}
}

h3 {
	font-size: 1rem;
	margin: 0 0 0.5rem 0;
}

@media screen and (min-width: 48em) {
	h3 {
		font-size: 1.125rem;
	}
}

h3.not-bold {
	font-family: "Geomanist", "Open Sans", arial, sans-serif;
	font-weight: 400;
}

h4 {
	font-size: 0.875rem;
	margin: 0 0 0.5rem 0;
}

.fullwidth-text h1,
.fullwidth-text h2,
.fullwidth-text h3,
.fullwidth-text h4,
.fullwidth-text h5,
.fullwidth-text h6 {
	max-width: 100%;
}

.background-secondary-lightest h1,
.background-secondary-lightest h2,
.background-secondary-lightest h3,
.background-secondary-lightest h4,
.background-secondary-lightest p,
.background-secondary-lightest li {
	color: #003a5b;
}
.background-primary-e h1,
.background-primary-e h2,
.background-primary-e h3,
.background-primary-e h4,
.background-primary-e p {
	color: #fff;
}
.background-secondary-lightest {
	background-color: #e5ecef !important;
}
.background-primary-a-light {
	background-color: #9eb7c3 !important;
}
.background-primary-a-lightest {
	background-color: #ebf6fc !important;
}
.background-primary-e {
	background-color: #003a5b !important;
}
.background-primary-e a:not(.teaser__link-wrapper) {
	color: #fcbf00;
}
p {
	font-size: 1rem;
	margin: 0 0 0.75rem 0;
}

strong,
b {
	font-weight: 600;
}

a {
	color: #40add7;
	text-decoration: none;
}

ul[class],
ul {
	list-style: none;
	padding: 0;
}

.advancedtext ol,
.advancedtext ul {
  list-style-position: inside;
  margin: 0 1.5rem;
  padding-left: 1rem;
}
.advancedtext ul li::before {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #40add7;
  margin-right: 0.5rem;
  content: " ";
}

.row {
  margin-top: 0;
}

div.image {
  margin-bottom: 20px;
  overflow: hidden;
}

figure,
img {
  display: block;
  max-width: 100%;
  margin: 0;
  height: auto;
}

.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: block !important;
  pointer-events: none;
}

.title {
  display: flex;
}
/* Top bar styles */
.top-bar {
  background-color: #e5ecef;
}
.top-link {
  color: var(--blueC);
  font-size: 15px;
  font-weight: 500;
}
.top-link:hover {
  color: var(--blueD);
}

/* Logo Adjustment */
.logo-img {
  height: 32px;
  width: auto;
}

/* Search Box customization matching UI */
.search-container {
  max-width: 680px;
}
.search-input {
  border: 1.5px solid var(--blueC);
  border-radius: 8px;
  padding: 10px 45px 10px 18px;
  color: var(--midGray);
  font-size: 15px;
}
.search-input::placeholder {
  color: var(--midGray);
}
.search-input:focus {
  box-shadow: 0 0 0 0.25rem var(--blueA50);
  border-color: var(--blueD);
}
.search-icon {
  right: 18px;
  color: var(--blueC);
  font-size: 19px;
  cursor: pointer;
}

/* Navigation Custom Colors and Sizes */
.site-nav-links .nav-link {
  color: #0091c9;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
}
.site-nav-links .nav-link:hover {
  color: var(--blueD) !important;
}
.text-xs {
  font-size: 11px;
  vertical-align: middle;
}

/* Right Side Language Selector Flag */
.lang-link {
  color: var(--blueC) !important;
  font-weight: 500;
  font-size: 15px;
}
.flag-icon {
  width: 24px;
  height: 16px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
.flag-red {
  height: 33.33%;
  background-color: #ae1c28;
}
.flag-white {
  height: 33.33%;
  background-color: #ffffff;
}
.flag-blue {
  height: 33.33%;
  background-color: #21468b;
}

/* Remove standard bootstrap carats since we explicitly added custom icons */
.dropdown-toggle::after {
  display: none !important;
}
/* breadcrumb */
.breadcrumbs {
  border-bottom: 1px solid #e3e3e3;
}

.breadcrumbs__list {
  max-width: 80em;
  margin: 0 auto;
  padding: 0.5rem 1rem;
}

@media screen and (min-width: 48em) {
  .breadcrumbs__list {
    padding: 0 1rem !important;
  }
}

.breadcrumbs__item {
  display: block;
  font-size: 0.875rem;
  color: #666;
}

@media screen and (min-width: 48em) {
  .breadcrumbs__item {
    padding: 0;
    display: inline;
    line-height: 2.5rem;
  }
}

.breadcrumbs__item::after {
  font-family: aem-icomoon !important;
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding: 0 1rem 0 0.75rem;
  left: 0.25rem;
  position: relative;
  vertical-align: middle;
  font-size: 1rem;
}

.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__link {
  color: #0091c9;
}

.breadcrumbs ul li::before {
  display: none !important;
}
/* --------sec 2----- */

/* Hero Banner Wrapper */
.hero-banner {
  width: 100%;
  overflow: visible;
}

.hero-img {
  height: 440px;
  display: block;
}

/* Master Overlay Section spanning the base */
.hero-overlay-wrapper {
  z-index: 5;
  /* Keeps the stack structure stable above the image */
}

/* The light blue base band stretching edge-to-edge behind the card */
.hero-accent-bg {
  height: 45px;
  background-color: var(--blueA15);
  z-index: 1;
}

/* Exact Blue Box Positioning */
.hero-card {
  background-color: var(--blueC);
  z-index: 2;
  position: relative;
  /* Hangs slightly lower than the image edge, landing onto the light blue band */
  margin-bottom: 0px;
  top: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.hero-subtitle {
  font-size: 1.1rem;
  opacity: 0.95;
}

/* Responsive Fixes for smaller views */
@media (max-width: 768px) {
  .hero-img {
    height: 280px;
  }
  .hero-overlay-wrapper {
    position: relative !important;
  }
  .hero-accent-bg {
    display: none;
  }
  .hero-card {
    top: 0;
    margin: 0;
    padding: 2rem 1.5rem !important;
  }
  .hero-title {
    font-size: 1.8rem;
  }
}
/* About / Introduction Section Styles */
.about-intro-section {
  background-color: var(--white);
  /* Extra padding at the top handles the overhang spacing from the hero section */
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.intro-text {
  font-size: 17px;
  line-height: 1.6;
  color: var(--black);
  /* Matching the distinct heavy/bold typographic style from the screenshot */
  font-weight: 700;
  letter-spacing: -0.2px;
}

.intro-logo-mark {
  max-height: 180px;
  width: auto;
  object-fit: contain;
}

/* Container layout */

.container {
  width: 100%;
  max-width: -webkit-fill-available;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: 32px;
  margin-right: 32px;
}

/* Responsive tweaks for smaller devices */
@media (max-width: 768px) {
  .about-intro-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .intro-text {
    font-size: 15px;
    text-align: left;
  }
  .intro-logo-mark {
    max-height: 130px;
    margin-top: 1.5rem;
  }
}

/* Features Section Styles */
.features-section {
  background-color: var(
    --blueA15
  ); /* Using the exact light blue root variant */
}

.feature-card {
  background: transparent;
}

.feature-img-wrapper {
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.feature-img {
  height: 230px; /* Adjust scale to match target ratio exactly */
  display: block;
}

.feature-title {
  font-size: 19px;
  font-weight: 700;
  color: var(--black);
  margin-top: 15px;
}

.feature-text {
  font-size: 16px;
  line-height: 1.55;
  color: var(--black);
  overflow-wrap: break-word;
}

/* Responsive tweaks */
@media (max-width: 992px) {
  .feature-img {
    height: 210px;
  }
}

/* Education Section Custom Styles */
.education-section {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.edu-heading {
  color: var(--blueC);
  font-size: 32px;
  font-weight: 700;
}

.edu-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--black);
}

/* Custom Square Bullets List */
.edu-list {
  padding-left: 0;
}
.edu-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 15px;
}
/* Creating the distinct blue square bullet points */
.edu-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: var(--blueC);
}
.edu-list li a {
  color: var(--blueC);
  text-decoration: none;
  font-weight: 500;
}
.edu-list li a:hover {
  text-decoration: underline;
  color: var(--blueD);
}
.fw-bold-custom {
  font-weight: 600;
  color: var(--black);
}

/* Yellow Button Custom Styling */
.btn-yellow {
  background-color: var(--yellow);
  color: var(--black) !important;
  border: none;
  border-radius: 20px; /* pill shape */
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 8px 24px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease-in-out;
}
.btn-yellow:hover {
  background-color: var(
    --orange
  ); /* fallback shift on hover using your variables */
}

/* Image containment */
.edu-img-wrapper img {
  max-height: 320px;
  display: block;
}

/* Responsive Overrides */
@media (max-width: 768px) {
  .edu-heading {
    font-size: 26px;
  }
  .edu-img-wrapper img {
    max-height: 240px;
    margin-top: 1rem;
  }
}

/* Vacatures Section Styles */
.vacatures-section {
  background-color: var(--blueC); /* Exact solid blue field background */
}

.vacatures-heading {
  font-size: 32px;
  letter-spacing: -0.5px;
}

.job-title {
  font-size: 19px;
  letter-spacing: -0.2px;
}

.vacatures-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  opacity: 0.95;
}

/* Green Action Button Custom Theme */
.btn-green-pill {
  background-color: var(--greenA); /* Exact green root color code */
  color: var(--white) !important;
  border: none;
  border-radius: 25px; /* Creates clean pill curvature */
  font-size: 14px;
  padding: 8px 30px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease-in-out;
}

.btn-green-pill:hover {
  background-color: var(
    --green
  ); /* Shifts slightly lighter green on hover actions */
}

/* Responsive constraints */
@media (max-width: 768px) {
  .vacatures-heading {
    font-size: 28px;
  }
  .vacatures-text {
    font-size: 15px;
  }
}

.z-index-2 {
  z-index: 2;
}

.contact-main-heading {
  color: var(--blueC);
  font-size: 30px;
  letter-spacing: -0.5px;
}

.contact-sub-title {
  color: var(--blueC);
  font-size: 16px;
  letter-spacing: -0.2px;
}

.contact-address-text {
  font-style: normal;
  font-size: 15px;
  line-height: 1.55;
  color: var(--black);
}

.contact-channels li {
  font-size: 15px;
  line-height: 1.6;
  color: var(--black);
  margin-bottom: 2px;
}

.contact-channels a {
  color: var(--black);
  text-decoration: none;
}

.contact-channels a:hover {
  color: var(--blueD);
  text-decoration: underline;
}

/* Floating Person Cutout Image Alignment */
.contact-person-img {
  height: 90%;
  max-height: 300px;
  width: auto;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
  /* Ensure slightly right-shifted overlay spacing matching the original */
  right: 5% !important;
}

/* Responsive Scaling Overrides */
@media (max-width: 992px) {
  .contact-person-img {
    max-height: 245px;
    right: 0 !important;
  }
}

@media (max-width: 768px) {
  .contact-main-heading {
    font-size: 24px;
  }
}

/* Footer Custom Styles */
.site-footer {
  background-color: #0091c9; /* Matches exact layout blue field background */
}

.footer-heading {
  font-size: 16px;
  letter-spacing: -0.2px;
}

.footer-links li {
  margin-bottom: 7px;
}

.footer-links a {
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  opacity: 0.95;
  font-weight: 400;
  line-height: 1.4;
}

.footer-links a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* Circular Outlined Social Icon Buttons */
.social-btn {
  width: 44px;
  height: 44px;
  border: 2px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  text-decoration: none;
  font-size: 20px;
  transition:
    background-color 0.2s,
    color 0.2s;
}

.social-btn:hover {
  background-color: var(--white);
  color: var(--blueC);
}

/* Footer Bottom Section styling */
.footer-bottom-text {
  font-size: 12px;
}

.copyright {
  width: 23.33rem;
}
.footer-sitemap-link:hover {
  opacity: 1 !important;
}

/* Custom separator line behavior override */
.site-footer hr {
  height: 1.5px;
  background-color: var(--white);
}

/*Newly added classes from ERT clientlibs files:*/
.button {
  font-family: "Geomanist", "Open Sans", arial, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  text-align: center;
  padding: 0.5rem 1.5rem;
  color: #0091c9 !important;
  border: 2px solid #0091c9 !important;
  border-radius: 6.25rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition:
    color 0.25s cubic-bezier(0.42, 0, 1, 1),
    background 0.25s cubic-bezier(0.42, 0, 1, 1),
    border-color 0.25s cubic-bezier(0.42, 0, 1, 1);
}

.button:disabled {
  color: #666 !important;
  background: #e3e3e3 !important;
  border-color: #e3e3e3 !important;
  cursor: not-allowed;
}
.button:hover:not(:disabled) {
  color: #fff !important;
  background: #0091c9 !important;
  text-decoration: none;
}
.button:active:not(:disabled),
.button:focus-within:not(:disabled),
.button:focus:not(:disabled) {
  color: #fff !important;
  background: #000 !important;
  border-color: #000 !important;
}
.button [class^="carbon-icon-"],
.button [class*="carbon-icon-"] {
  margin-right: 0.75rem;
}
[class^="carbon-icon-"],
[class*="carbon-icon-"] {
  font-family: aem-icomoon !important;
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carbon-icon-order-list::before {
  content: "";
}
.button + .button {
  margin-top: 1rem;
}
.button--narrow {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.button--wider {
  width: 100%;
  max-width: 16.25rem;
}
.helper-right {
  width: auto;
  margin: 1.5rem 0 1.5rem auto;
  float: right;
}
.helper-left {
  width: auto;
  margin: 1.5rem auto 1.5rem 0;
  float: left;
}
.button--wide {
  width: 100%;
  max-width: 25rem;
}
.button--square {
  border-radius: 0;
  color: #fff;
  text-align: left;
  padding: 0 15px;
  min-height: 100px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 5px 0;
}
.button--square-details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.button--square-details-center {
  justify-content: center;
}
.button--square-titles {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.button--square-titles-big {
  font-size: 1.25rem;
  line-height: 24px;
  margin: 0 15px 0 0;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.button--square-titles-small {
  font-size: 1rem;
  line-height: 12px;
  margin: 0 15px 0 0;
  padding-top: 1rem;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.button--square-details-center .button--square-titles {
  margin: auto;
}
.button--square-icon {
  display: flex;
  align-items: center;
}
.button--square-icon span {
  font-size: 45px;
}
.button--square-details .button--square-icon span {
  margin-right: 0;
}
.button--link {
  padding: 0 !important;
  border: 0 !important;
  color: #40add7;
  vertical-align: middle !important;
}
.button--link::after {
  font-family: aem-icomoon !important;
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: 600;
  font-size: 1rem;
  margin-right: -1rem;
  position: relative;
  left: 0.125rem;
  line-height: inherit !important;
  vertical-align: middle !important;
  transition: left 0.125s cubic-bezier(0.42, 0, 1, 1);
}
.button--link:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0);
  border: 0 !important;
  color: #40add7 !important;
  text-decoration: none;
}
.button--link:hover:not(:disabled)::after {
  left: 0.4rem;
}
.button--primary {
  color: #fff !important;
  border-color: #0091c9 !important;
  background: #0091c9 !important;
}
.button--primary:hover:not(:disabled) {
  color: #0091c9 !important;
  border-color: #0091c9 !important;
  background: #fff !important;
}
.button--primary-outline {
  color: #0091c9 !important;
  border-color: #0091c9 !important;
  background: rgba(0, 0, 0, 0) !important;
}
.button--primary-outline:hover:not(:disabled) {
  color: #fff !important;
  border-color: #0091c9 !important;
  background: #0091c9 !important;
}
.button--secondary {
  color: #fff !important;
  border-color: #003a5b !important;
  background: #003a5b !important;
}
.button--secondary:hover:not(:disabled) {
  color: #003a5b !important;
  background: #fff !important;
  border-color: #003a5b !important;
}
.button--secondary-outline {
  color: #003a5b !important;
  border-color: #003a5b !important;
  background: rgba(0, 0, 0, 0) !important;
}
.button--secondary-outline:hover:not(:disabled) {
  color: #fff !important;
  border-color: #003a5b !important;
  background: #003a5b !important;
}
.button--accent {
  color: #003a5b !important;
  border-color: #fcbf00 !important;
  background: #fcbf00 !important;
}
.button--accent:hover:not(:disabled) {
  background: #003a5b !important;
  color: #fff !important;
  border-color: #003a5b !important;
}
.button--accent-outline {
  color: #fcbf00 !important;
  border-color: #fcbf00 !important;
  background: rgba(0, 0, 0, 0) !important;
}
.button--accent-outline:hover:not(:disabled) {
  color: #003a5b !important;
  border-color: #fcbf00 !important;
  background: #fcbf00 !important;
}
.button--success {
  color: #fff !important;
  border-color: #33b91d !important;
  background: #33b91d !important;
}
.button--success:hover:not(:disabled) {
  background: #fff !important;
  color: #33b91d !important;
  border-color: #33b91d !important;
}
.button--success-outline {
  color: #33b91d !important;
  border-color: #33b91d !important;
  background: rgba(0, 0, 0, 0) !important;
}
.button--success-outline:hover:not(:disabled) {
  color: #fff !important;
  border-color: #33b91d !important;
  background: #33b91d !important;
}
a,
.link {
  color: #40add7;
  text-decoration: none;
}
a:hover,
.link:hover {
  text-decoration: underline;
}
.ctabutton,
.button-container {
  display: flex;
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  .ctabutton,
  .button-container {
    margin-top: 2rem;
  }
}
.button-container > div {
	display: flex;
	width: 100%;
}

.button-container--narrow {
	margin-top: .5rem !important;
	margin-bottom: 1rem;
}

.button-container--narrow .button { border: 1px solid; }
.background-primary-a-lightest h1,
.background-primary-a-lightest h2,
.background-primary-a-lightest h3,
.background-primary-a-lightest h4,
.background-primary-a-lightest p {
  color: inherit;
}

@font-face {
  font-family: aem-icomoon;
  src: url("../assets/fonts/icomoon.eot");
  src:
    url("../assets/fonts/icomoon.eot#iefix")format("embedded-opentype"),
    url("../assets/fonts/icomoon.woff")format("woff"),
    url("../assets/fonts/icomoon.ttf")format("truetype"),
    url("../assets/fonts/icomoon.svg#icomoon")format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   NAVIGATION
   (.navigation, mega-dropdowns, mobile menu, search, language switcher)
   ========================================================================== */
.layout-row .download-library--navigation__item .button::before {
  font-family: aem-icomoon !important;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.layout-row .download-library--navigation__item .button:hover::before {
  font-family: aem-icomoon !important;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.background-primary-d .download-library--navigation__item .button,
.background-primary-e .download-library--navigation__item .button,
.background-secondary-muted .download-library--navigation__item .button {
  border: 0;
}

.navigation--sticky .navigation__placeholder {
  height: 4.5rem;
}

@media screen and (min-width: 48em) {
  .navigation--sticky .navigation__placeholder {
    height: 10rem;
    transition: height 0.4s;
  }
}

.navigation__container {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 100;
}

.navigation--sticky .navigation__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation__logo {
  flex: 1;
  margin-left: 0.75rem;
  display: flex;
}

.navigation__logo img {
  height: 32px;
}

.navigation__logo:focus-visible {
  outline: 1px solid #0091c9;
}

@media screen and (min-width: 48em) {
  .navigation__logo {
    flex: initial;
    margin-left: 0;
  }
}

.navigation--maagtechnic .navigation__logo img {
  width: 180px;
  height: unset;
}

@media screen and (min-width: 80em) {
  .navigation--maagtechnic .navigation__logo img {
    width: 210px;
  }
}

.navigation__buttons {
  display: flex;
  align-items: center;
}

.navigation__mobile-back-button {
  display: none;
  background-color: #fff;
  border: 0;
  outline: 0;
  padding: 0;
  align-items: center;
  height: 2.5rem;
  color: #0091c9;
}

.navigation__mobile-back-button:hover {
  cursor: pointer;
}

.navigation__mobile-back-button::before {
  font-family: aem-icomoon !important;
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  transform: rotateZ(180deg);
}

.navigation__mobile-back-button span {
  font-weight: 600;
  margin-left: 0.5rem;
}

.navigation__main {
  margin: 0 auto;
  max-width: 80em;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  border-bottom: 1px solid #e3e3e3;
  order: 2;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .navigation__main {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 48em) {
  .navigation__main {
    margin-top: 0.5rem;
    border-bottom: 0;
  }
}

.navigation__menu {
  display: none;
  transition: left 500ms;
  order: 3;
}

.navigation--menu-open .navigation__menu {
  display: flex;
  position: fixed;
  top: 4.5rem;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
}

.navigation--dropdown-open .navigation__menu {
  left: -100vw;
}

@media screen and (min-width: 48em) {
  .navigation__menu {
    display: block;
    position: relative;
    z-index: 2;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
  }
  .navigation--dropdown-open .navigation__menu {
    left: 0;
  }
}

.navigation--menu-open .navigation__buttons,
.navigation--menu-open .navigation__search,
.navigation--menu-open .navigation__mobile-search-button {
  display: none;
}

.navigation--dropdown-open .navigation__buttons,
.navigation--dropdown-open .navigation__logo,
.navigation--dropdown-open .navigation__search {
  display: none;
}

@media screen and (min-width: 48em) {
  .navigation--dropdown-open .navigation__buttons,
  .navigation--dropdown-open .navigation__logo,
  .navigation--dropdown-open .navigation__search {
    display: initial;
  }
}

.navigation--dropdown-open .navigation__mobile-back-button {
  display: flex;
}

@media screen and (min-width: 48em) {
  .navigation--dropdown-open .navigation__mobile-back-button {
    display: none;
  }
}

.navigation__menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(177, 179, 184, 0.6);
  display: none;
  z-index: 1;
}

@media screen and (min-width: 48em) {
  .navigation--dropdown-open .navigation__menu-overlay {
    display: block;
  }
}

.navigation__menu-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
}

@media screen and (min-width: 48em) {
  .navigation__menu-items {
    flex-direction: row;
  }
}

.navigation__menu-container {
  margin: 0 auto;
  max-width: 80em;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .navigation__menu-container {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 48em) {
  .navigation__menu-container {
    flex-direction: row;
    height: 3rem;
  }
}

.navigation__menu-link {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #0091c9;
  justify-content: space-between;
  flex: 1;
  transition:
    border-color 0.25s ease,
    color 0.25s ease;
}

.navigation__menu-link:hover {
  text-decoration: none;
  color: #003a5b;
}

.navigation__menu-link.navigation-tab-placeholder {
  opacity: 0.5;
}

@media screen and (min-width: 48em) {
  .navigation__menu-link {
    font-size: 1rem;
    border-bottom: 4px solid #fff;
  }
}

.navigation__menu-item {
  display: flex;
}

.navigation__menu-item::before {
  display: none;
}

.navigation__menu-item:focus-within .navigation__menu-link {
  border-color: #0091c9;
  outline: 0;
}

@media screen and (min-width: 48em) {
  .navigation__menu-item:hover .navigation__menu-link {
    border-color: #0091c9;
  }
  .navigation__menu-item:not(:last-child) {
    padding-right: 1rem;
  }
}

.navigation__menu-item[aria-haspopup="true"] .navigation__menu-link::after {
  font-family: aem-icomoon !important;
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.5rem;
}

@media screen and (min-width: 48em) {
  .navigation__menu-item[aria-haspopup="true"] .navigation__menu-link::after {
    content: "";
    font-size: 0.9375rem;
    margin-left: 0.4rem;
  }
}

.navigation__submenu {
  display: none;
  background-color: #e5ecef;
  height: 2rem;
  transition:
    left 500ms,
    right 500ms;
}

.navigation--menu-open .navigation__submenu {
  display: block;
  position: fixed;
  bottom: 4.5rem;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  z-index: 1;
}

.navigation--dropdown-open .navigation__submenu {
  right: 110vw;
  left: -100vw;
}

.navigation--language-open .navigation__submenu {
  display: none;
}

@media screen and (min-width: 48em) {
  .navigation__submenu {
    display: block;
    order: 1;
    transition: height 0.4s;
  }
  .navigation--dropdown-open .navigation__submenu {
    width: unset;
    left: unset;
  }
  .navigation--language-open .navigation__submenu {
    display: block;
  }
}

.navigation__submenu-container {
  margin: 0 auto;
  max-width: 80em;
  padding: 0 0.5rem;
  height: 100%;
}

@media screen and (min-width: 48em) {
  .navigation__submenu-container {
    padding: 0 1rem;
  }
}

.navigation__submenu-items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100%;
}

@media screen and (min-width: 48em) {
  .navigation__submenu-items {
    justify-content: flex-end;
  }
}

.navigation__submenu-item:not(:last-child) {
  margin-right: 1rem;
}

.navigation__submenu-item::before {
  display: none;
}

.navigation__submenu-link {
  font-size: 0.9375rem;
  color: #0091c9;
}

.navigation__submenu-link:focus-visible {
  outline: 1px solid #0091c9;
}

.navigation__language {
  display: flex;
  position: relative;
}

.navigation__language-button {
  border: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  color: #0091c9;
  padding: 0.75rem 0;
  width: 100%;
}

.navigation__language-button:not(:disabled):hover {
  cursor: pointer;
}

.navigation__language-button:not(:disabled)::after {
  font-family: aem-icomoon !important;
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 0.9375rem;
  margin-left: 0.4rem;
}

.navigation__language-button :not(:disabled):focus-visible {
  outline: 1px solid #0091c9;
}

.navigation__language-button img {
  width: 32px;
}

.navigation__language-button span {
  margin-left: 0.5rem;
}

@media screen and (min-width: 48em) {
  .navigation__language-button {
    padding: 0 0 0 1rem;
    border-top: 0;
  }
  .navigation__language-button span {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .navigation__language-button span {
    display: inline;
  }
}

.navigation__language-dropdown {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 0;
  transition:
    max-height 1s,
    opacity 0.4s;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
}

.navigation--language-open .navigation__language-dropdown {
  max-height: 100vh;
  visibility: visible;
  opacity: 1;
}

.navigation__language-dropdown ul {
  margin: 0;
  padding: 1rem;
}

.navigation__language-dropdown ul li {
  padding: 0.75rem 0;
}

.navigation__language-dropdown ul li::before {
  display: none;
}

@media screen and (min-width: 48em) {
  .navigation__language-dropdown {
    position: absolute;
    top: 3rem;
    left: unset;
    bottom: unset;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid #e3e3e3;
  }
}

.navigation__language-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(177, 179, 184, 0.6);
  display: none;
  z-index: 1;
}

.navigation--language-open .navigation__language-overlay {
  display: block;
}

@media screen and (min-width: 48em) {
  .navigation--language-open .navigation__language-overlay {
    display: none;
  }
}

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

.navigation__language-link img {
  width: 32px;
  margin-right: 1.5rem;
}

.navigation__language-link span {
  white-space: nowrap;
}

.navigation__language-close-button {
  border: 0;
  outline: 0;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: -3rem;
  right: 0;
}

.navigation__language-close-button::after {
  font-family: aem-icomoon !important;
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 2rem;
  color: #fff;
}

@media screen and (min-width: 48em) {
  .navigation__language-close-button {
    display: none;
  }
}

.navigation__dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 100vw;
  bottom: 0;
  width: 100vw;
  z-index: 100;
  overflow-y: auto;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .navigation__dropdown {
    top: 3rem;
    right: 0;
    left: 0;
    bottom: initial;
    width: initial;
    border-top: 1px solid #e3e3e3;
    max-height: 80vh;
  }
}

.navigation__dropdown .navigation__menu-item:focus-within,
.navigation__menu-item[aria-expanded="true"] .navigation__dropdown {
  display: block;
}

.navigation__dropdown-container {
  margin: 0 auto;
  max-width: 80em;
  padding: 0 0.5rem;
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 1rem;
  gap: 2rem;
}

@media screen and (min-width: 48em) {
  .navigation__dropdown-container {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 48em) {
  .navigation__dropdown-container {
    flex-flow: row wrap;
    padding: 1.5rem 1rem;
  }
}

.navigation__dropdown-heading {
  font-size: 1.125rem;
  border: 0;
  padding: 0;
  margin: 0 0 0.25rem 0;
}

.navigation__dropdown-heading::after {
  display: none;
}

.navigation__dropdown-link {
  font-size: 0.875rem;
  color: #003a5b;
  margin-top: 0.5rem;
  display: inline-block;
}

.navigation__dropdown-list > li::before {
  display: none;
}

@media screen and (min-width: 48em) {
  .navigation__dropdown-column {
    flex: 1 1 calc(33.3333% - 2rem);
  }
  .navigation__dropdown-container--4columns .navigation__dropdown-column {
    flex: 1 1 calc(25% - 2rem);
  }
  .navigation__dropdown-column .ctabutton + .ctabutton {
    width: 100%;
    margin-top: 1rem;
  }
}

.navigation__search {
  display: none;
  position: relative;
  flex: 1;
  height: 100%;
  margin: 0 0.75rem;
}

@media screen and (min-width: 48em) {
  .navigation__search {
    display: flex;
  }
}

@media screen and (min-width: 64em) {
  .navigation__search {
    flex: 0 1 45.75rem;
  }
}

.navigation--search-open .navigation__search {
  display: flex;
}

.navigation__search-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .navigation__search-container {
    position: absolute;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1rem 0;
  }
  .navigation__search:focus-within .navigation__search-container {
    z-index: 4;
  }
}

.navigation__search-form {
  display: flex;
  height: 2.5rem;
  border-radius: 0.5rem;
  border: 1px solid #0091c9;
  overflow-x: hidden;
}

@media screen and (min-width: 48em) {
  .navigation__search-form {
    margin: 0 1rem;
  }
}

.navigation__search-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(177, 179, 184, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  z-index: 3;
}

@media screen and (min-width: 48em) {
  .navigation__search:focus-within .navigation__search-backdrop {
    visibility: visible;
    opacity: 1;
  }
}

.navigation__search-input {
  display: block;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0 1rem;
  font-size: 0.875rem;
}

.navigation__search-button {
  border: 0;
  outline: 0;
  width: 2.5rem;
  padding: 0;
  background-color: #fff;
}

.navigation__search-button::after {
  font-family: aem-icomoon !important;
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #0091c9;
}

.navigation__search-button:hover {
  background-color: #003a5b;
  cursor: pointer;
}

.navigation__search-button:hover::after {
  color: #fff;
}

.navigation__search:focus-within
  .navigation__search-input:invalid
  ~ .navigation__search-button {
  background-color: #e3e3e3;
}

.navigation__search:focus-within
  .navigation__search-input:invalid
  ~ .navigation__search-button::after {
  color: #fff;
}

.navigation__search:focus-within
  .navigation__search-input:valid
  ~ .navigation__search-button {
  background-color: #0091c9;
}

.navigation__search:focus-within
  .navigation__search-input:valid
  ~ .navigation__search-button::after {
  color: #fff;
}

.navigation__search:focus-within
  .navigation__search-input:valid
  ~ .navigation__search-button:hover {
  background-color: #003a5b;
  cursor: pointer;
}

.navigation__search:focus-within
  .navigation__search-input:valid
  ~ .navigation__search-button:hover::after {
  color: #fff;
}

.navigation__search-clear-button {
  display: none;
  border: 0;
  outline: 0;
  width: 2.5rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}

.navigation__search-clear-button:hover {
  cursor: pointer;
}

.navigation__search-clear-button::after {
  font-family: aem-icomoon !important;
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 0.875rem;
  color: #666;
}

.navigation__search:focus-within .navigation__search-clear-button {
  display: block;
}

.navigation__mobile-search-button {
  display: block;
  border: 0;
  outline: 0;
  padding: 0;
  background-color: #fff;
  margin-right: 1rem;
}

.navigation__mobile-search-button:hover {
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .navigation__mobile-search-button {
    display: none;
  }
}

.navigation__mobile-search-button::after {
  font-family: aem-icomoon !important;
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #0091c9;
}

@media screen and (min-width: 48em) {
  .navigation__search:focus-within .navigation__search-overlay {
    display: block;
  }
}

.navigation--search-open .navigation__buttons,
.navigation--search-open .navigation__logo,
.navigation--search-open .navigation__mobile-search-button {
  display: none;
}

.navigation__mobile-menu-button {
  cursor: pointer;
  border: 0;
  padding: 0.5625rem 0.5rem;
  background: rgba(0, 0, 0, 0);
  outline: 0;
}

@media screen and (min-width: 48em) {
  .navigation__mobile-menu-button {
    display: none;
  }
}

.navigation__mobile-menu-button span {
  width: 1.5rem;
  height: 0.125rem;
  background-color: #0091c9;
  display: block;
  margin: 0.25rem auto;
  transition: all 0.3s ease-in-out;
}

.navigation--menu-open .navigation__mobile-menu-button span:nth-child(2),
.navigation--search-open .navigation__mobile-menu-button span:nth-child(2) {
  opacity: 0;
}

.navigation--menu-open .navigation__mobile-menu-button span:nth-child(1),
.navigation--search-open .navigation__mobile-menu-button span:nth-child(1) {
  transform: translate(0, 7px) rotate(45deg);
}

.navigation--menu-open .navigation__mobile-menu-button span:nth-child(3),
.navigation--search-open .navigation__mobile-menu-button span:nth-child(3) {
  transform: translate(0, -5px) rotate(-45deg);
}

@media print {
  body.printable-content-blog-sidebar .navigation__mobile-menu-button,
  body.printable-content-blog-sidebar .blog-sidebar__breadcrumbs,
  body.printable-content-blog-sidebar .template_resource > *:not(main),
  body.printable-content-blog-sidebar .blog-sidebar__sticky,
  body.printable-content-blog-sidebar .sidebar,
  body.printable-content-blog-sidebar .breadcrumbs,
  body.printable-content-blog-sidebar .header__banner {
    display: none;
  }
}

.blog-template__top a.navigation__logo img {
  max-width: 210px;
}

@media print {
  body.printable-content-blog .navigation__mobile-menu-button,
  body.printable-content-blog .template_resource > *:not(main),
  body.printable-content-blog .breadcrumbs,
  body.printable-content-blog .blog-template__share,
  body.printable-content-blog .read-also,
  body.printable-content-blog .photo-gallery,
  body.printable-content-blog .header__banner {
    display: none;
  }
}

/* ==========================================================================
   HEADER
   (.header, hero/banner area)
   ========================================================================== */
.header {
  position: relative;
}

@media screen and (min-width: 48em) {
  .header {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2rem;
    justify-content: space-between;
  }
  .header--image,
  .header--video {
    display: block;
    margin: 0;
  }
}

.header__banner {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 9.375rem;
}

@media screen and (min-width: 30em) {
  .header__banner {
    height: 12.5rem;
  }
}

@media screen and (min-width: 48em) {
  .header__banner {
    height: 18.75rem;
  }
}

@media screen and (min-width: 60em) {
  .header__banner {
    height: 25rem;
  }
}

@media screen and (min-width: 80em) {
  .header__banner {
    height: 29.6875rem;
  }
}

.header-fixed-image .header__banner {
  height: auto;
}

.header--video .header__banner {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 12.5rem;
}

@media screen and (min-width: 30em) {
  .header--video .header__banner {
    height: 15.625rem;
  }
}

@media screen and (min-width: 48em) {
  .header--video .header__banner {
    height: 21.875rem;
  }
}

@media screen and (min-width: 60em) {
  .header--video .header__banner {
    height: 28.125rem;
  }
}

@media screen and (min-width: 80em) {
  .header--video .header__banner {
    height: 34.375rem;
  }
}

.header__banner-image {
  max-width: none;
  width: 100%;
  height: auto;
  position: absolute;
}

@media screen and (max-width: 64em) {
  .header__banner-image {
    top: 0;
    transform: translate3d(0, 0, 0) !important;
  }
}

.header-fixed-image .header__banner-image {
  position: relative;
  top: 0;
}

.header__content-container {
  position: relative;
  z-index: 20;
  margin: -1.875rem auto 0 auto;
  max-width: 80em;
  padding: 0 0 0 1rem;
}

@media screen and (min-width: 30em) {
  .header__content-container {
    margin-top: -2.8125rem;
  }
}

@media screen and (min-width: 48em) {
  .header__content-container {
    margin-top: -7.8125rem;
  }
}

.header__content-box {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #0091c9;
  padding: 1.5rem 1.5rem;
  width: calc(100% - 1rem);
}

@media screen and (min-width: 48em) {
  .header__content-box {
    width: 50%;
    padding: 2rem 3rem;
  }
}

.header__content-box .helper-right {
  margin: 0;
}

.header__primary-a-block {
  display: none;
  position: absolute;
  top: 10%;
  left: 0;
  right: 60%;
  bottom: 0;
  background: #d4eff9;
}

@media screen and (min-width: 48em) {
  .header__primary-a-block {
    display: block;
  }
}

.header__heading {
  margin-bottom: 0.25rem !important;
  font-size: 1.5rem !important;
}

@media screen and (min-width: 48em) {
  .header__heading {
    font-size: 2.5rem !important;
  }
}

.header__subheading {
  font-size: 1rem !important;
  margin: 0 0 1rem 0 !important;
}

@media screen and (min-width: 48em) {
  .header__subheading {
    font-size: 1.125rem !important;
  }
}

.header--image .header__heading,
.header--image .header__subheading,
.header--image .header__paragraph {
  color: #fff;
}

.header--video .header__subheading {
  color: #fff;
}

.header--video .header__heading {
  color: #fff;
  font-size: 1.625rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em) {
  .header--video .header__heading {
    font-size: 2.5rem;
  }
}

@media print {
  body.printable-content-blog-sidebar .header__content-container {
    padding: 1.5rem 0;
  }
  body.printable-content-blog-sidebar .header__content-box {
    padding: 1rem;
    background: unset;
  }
  body.printable-content-blog-sidebar .header__heading {
    color: #0091c9;
  }
}

.background-primary-d,
.background-primary-e,
.background-secondary-muted {
  color: #fff;
}
.background-primary-d h1,
.background-primary-d h2,
.background-primary-d h3,
.background-primary-d h4,
.background-primary-d p {
  color: #fff;
}
.background-primary-d {
  background-color: #0091c9 !important;
}
/* ==========================================================================
   FOOTER
   (.footer)
   ========================================================================== */

/* code for contact us */
main .section:first-child .layout-row {
  padding-top: 0;
}

main .layout-row:first-child {
  padding: 0.75rem 0;
}

main .layout-row:first-child {
  padding-top: 0;
}

.layout-row {
  background-color: #fff;
  padding: 0.75rem 0;
  clear: both;
}

.layout-row__content {
  margin: 0 auto;
  max-width: 80em;
  padding: 1.5rem 1rem;
}

@media screen and (min-width: 48em) {
  .layout-row__content {
    padding: 3rem 1rem;
  }
}
@media screen and (min-width: 48em) {
  .layout-row__content--pb-10 {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 48em) {
  .layout-row__content--pt-0 {
    padding-top: 0;
  }
}
@media screen and (min-width: 48em) {
  .layout-row__content--pt-30 {
    padding-top: 30px;
  }
}
.layout-row__content--wide {
  max-width: none;
  padding: 0;
}
.layout-columns {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
.layout-columns__column {
  flex: 0 0 100%;
}
@media screen and (min-width: 48em) {
  .layout-columns__column {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media screen and (min-width: 60em) {
  .layout-columns__column {
    flex: 1;
  }
}
@media screen and (min-width: 60em) {
  .layout-columns__column--25 {
    flex-basis: calc(25% - 2rem);
  }
}
@media screen and (min-width: 60em) {
  .layout-columns__column--33 {
    flex-basis: calc(33.33% - 2rem);
  }
}
@media screen and (min-width: 60em) {
  .layout-columns__column--66 {
    flex-basis: calc(66.66% - 2rem);
  }
}
@media screen and (min-width: 60em) {
  .layout-columns__column--75 {
    flex-basis: calc(75% - 2rem);
  }
}

.contact {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
}

.contact__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 100%;
}

.contact__content-wrapper .contact__column {
  flex: 0 1 100%;
}

@media screen and (min-width: 30em) {
  .contact__content-wrapper {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
  }
}

@media screen and (min-width: 48em) {
  .contact__content-wrapper {
    flex-basis: 75%;
  }
  .contact__content-wrapper .contact__column {
    flex: 1;
  }
}

.contact__column {
  flex: 1;
  position: relative;
  margin-left: 2rem;
}

.contact__column + .contact__column {
  margin-top: 2rem;
}

@media screen and (min-width: 48em) {
  .contact__column + .contact__column {
    margin-top: 0;
  }
}

.contact__image {
  display: block;
  max-width: 100%;
  width: 40%;
  min-width: 7rem;
  height: auto;
  max-height: 300px;
  margin-left: auto;
  position: relative;
  bottom: -2.25rem;
}

@media screen and (min-width: 30em) {
  .contact__image {
    position: absolute;
    right: 0;
  }
}

@media screen and (min-width: 48em) {
  .contact__image {
    width: auto;
    bottom: -3.75rem;
  }
}

.background-primary-d a:not(.footer__link) {
  color: #fcbf00;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
  font-size: 0.75rem;
}

.footer__heading {
  margin-bottom: 0.25rem;
}

.footer__icon {
  display: inline-block;
  margin: 0.25rem 0.5rem 0 0;
  text-decoration: none;
}

.footer__icon:hover {
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .footer__icon:nth-child(-n + 2) {
    margin-bottom: 0.25rem;
  }
}

.footer__icon:last-child {
  margin-right: 0;
}

.footer__icon span:before {
  color: #fff;
  font-size: 2.5rem;
  border-radius: 50%;
  transition:
    color 0.25s cubic-bezier(0.42, 0, 1, 1),
    background 0.25s cubic-bezier(0.42, 0, 1, 1);
}

.footer__icon span:hover:before {
  color: #0091c9;
  background: #fff;
}

.carbon-icon-social-linkedin::before {
  font-family: aem-icomoon !important;
  content: "";
}

.carbon-icon-social-twitter::before {
  font-family: aem-icomoon !important;
  content: "";
}

@media screen and (min-width: 30em) {
  .footer__column {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(50% - 2rem);
  }
}

@media screen and (min-width: 48em) {
  .footer__column {
    flex: 1;
  }
}

.footer__list {
  margin-bottom: 2rem;
}

.footer__row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.footer__row .footer__link,
.footer__row a {
  text-decoration: underline;
  color: #fff !important;
}

.footer__row .footer__link:hover,
.footer__row a:hover {
  text-decoration: none;
}

.footer__column {
  width: 100%;
  padding-left: 2rem;
}

.footer__copyright {
  width: 100%;
  margin: 0 0 0.5rem 2rem;
  padding-top: 2rem;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 60em) {
  .footer__copyright {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(25% - 2rem);
  }
}

.footer__copyright a {
  color: #fff;
}

.footer__copyright p {
  margin: 0;
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  max-width: 100%;
  font-size: 0.75rem;
}

.footer__address {
  width: 100%;
  padding-left: 2rem;
}
.footer__address p {
  margin: 0;
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  max-width: 100%;
  font-size: 0.75rem;
}

@media screen and (min-width: 60em) {
  .footer__address {
    padding-top: 2rem;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(75% - 2rem);
    border-top: 1px solid #fff;
  }
}

.footer__link {
  color: #fff;
}

.footer ul li::before {
  display: none !important;
}

.background-primary-d .quote__footer .quote__author-icon {
  color: #fff;
  border-color: #fff;
}

.background-primary-d .quote__footer .quote__author {
  color: #fff !important;
}


/* Footer classes starts here */
.footer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
  font-size: 0.75rem;
}
.footer__heading {
  margin-bottom: 0.25rem;
}
.footer__icon {
  display: inline-block;
  margin: 0.25rem 0.5rem 0 0;
  text-decoration: none;
}
.footer__icon:hover {
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .footer__icon:nth-child(-n + 2) {
    margin-bottom: 0.25rem;
  }
}
.footer__icon:last-child {
  margin-right: 0;
}
.footer__icon span:before {
  color: #fff;
  font-size: 2.5rem;
  border-radius: 50%;
  transition: color 0.25s cubic-bezier(0.42, 0, 1, 1);
  background: 0.25s cubic-bezier(0.42, 0, 1, 1);
}
.footer__icon span:hover:before {
  color: #0091c9;
  background: #fff;
}
.footer__column {
  width: 100%;
  padding-left: 2rem;
}
@media screen and (min-width: 30em) {
  .footer__column {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(50% - 2rem);
  }
}
@media screen and (min-width: 48em) {
  .footer__column {
    flex: 1;
  }
}
.footer__list {
  margin-bottom: 2rem;
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.footer__row .footer__link,
.footer__row a {
  text-decoration: underline;
  color: #fff !important;
}
.footer__row .footer__link:hover,
.footer__row a:hover {
  text-decoration: none;
}
.footer__copyright {
  width: 100%;
  margin: 0 0 0.5rem 2rem;
  padding-top: 2rem;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 60em) {
  .footer__copyright {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(25% - 2rem);
  }
}
.footer__copyright a {
  color: #fff;
}
.footer__address {
  width: 100%;
  padding-left: 2rem;
}
@media screen and (min-width: 60em) {
  .footer__address {
    padding-top: 2rem;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(75% - 2rem);
    border-top: 1px solid #fff;
  }
}
.footer__link {
  color: #fff;
}
.footer ul li::before {
  display: none !important;
}
/* arrow link style Juilee */
a:hover,
.link:hover {
  text-decoration: underline;
}

a-arrow,
.link-arrow {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  margin-right: 1rem;
  padding-right: 1rem;
}

a-arrow + a-arrow,
a-arrow + .link-arrow,
.link-arrow + a-arrow,
.link-arrow + .link-arrow {
  margin-top: 0.25rem;
}

a-arrow::after,
.link-arrow::after {
  font-family: aem-icomoon !important;
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: 600;
  font-size: 1.125rem;
  margin-right: -1rem;
  position: relative;
  left: 0.125rem;
  transition: left 0.125s cubic-bezier(0.42, 0, 1, 1);
}

a-arrow:hover,
.link-arrow:hover {
  text-decoration: none;
}

a-arrow:hover::after,
.link-arrow:hover::after {
  left: 0.4rem;
}

a-arrow--white,
.link-arrow--white {
  color: #fff;
}

a-arrow--white::after,
.link-arrow--white::after {
  font-family: aem-icomoon !important;
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.125rem;
}
/* Download link style */
a-download,
.link-download {
  display: inline-block;
  width: 100%;
  margin-right: 1rem;
  padding-right: 1.5rem;
}
a-download + a-download,
a-download + .link-download,
.link-download + a-download,
.link-download + .link-download {
  margin-top: 0.25rem;
}

.advancedtext h3 {
  margin-top: 25px;
}
.background-secondary-lightest {
  background-color: #e5ecef !important;
}
.background-primary-a-light {
  background-color: #9eb7c3 !important;
}
.fw-bold {
  font-weight: 600 !important;
}
li h2 {
  min-width: 98% !important;
}
::marker {
  font-size: 30px;
  color: #0091c9;
  font-weight: 600;
}
ol.level1 {
  list-style: none;
  counter-reset: section;
  padding-left: 0;
}
ol.level1 > li {
  counter-increment: section;
  margin-bottom: 20px;
}
ol.level1 > li > span {
   font-size: 30px;
   color: #0091c9;
   font-weight: 600;
}
ol.level1 > li::before {
font-size: 30px;
  color: #0091c9;
  font-weight: 600;
  content: "4." counter(section) " ";
}
ol.alpha {
  list-style-type: lower-alpha;
}
ol.roman {
  list-style-type: lower-roman;
}
@media screen and (max-width: 1024px) {
  .text-container {
    margin-left: 50px !important;
    margin-top: -25px;
  }
}
.teaser {
  overflow: hidden;
}
.teaser-wrapper{
  --teaser-item-min-width: 300px;
  --teaser-gap: 2rem;
  display: grid;
  gap: var(--teaser-gap);
  grid-template-columns: repeat(auto-fill, minmax(var(--teaser-item-min-width), 1fr));
  margin-top: 1.5rem;
}
.teaser-wrapper.teaser-wrapper--download-library{
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: unset; 
}
.teaser.teaser--download-library{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0;
  padding-left: 2rem;
  padding-top: 3rem;
  max-width: 25%;
  flex-basis: 25%;
}
.teaser__image{
  margin: 0 0 .75rem 0;
}
.teaser--download-library .teaser__figurecontainer figure{
  max-height: 330px;
}
.teaser--download-library .teaser__figurecontainer img{
  max-width: 90%;
  border: 1px solid #ccc;
}
.teaser--download-library .teaser__titlecontainer{
  padding-top: 1rem;
}
.teaser--download-library .teaser__downloadlink{
  margin-top: auto;
}
button[data-ref="buttonSubmit"] {
  pointer-events: none;
}

/* Container forces exact equal column distribution */
.navigation__menu-container {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  width: 100% !important;
  margin-top: 16px;
}
 
/* Left Column: Logo */
.navigation__logo {
  justify-self: start !important;
}
 
/* Center Column: Main Links */
.navigation__menu-items {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
 
/* Right Column: Language Dropdown */
.navigation__language {
  justify-self: end !important;
}
 
.navigation--sticky .navigation__placeholder {
  height: 4rem;
}
 
.navigation__dropdown {
  top: 4rem !important;
}
@media screen and (min-width: 48em) {
  .navigation__language-dropdown {
    position: absolute;
    top: 2.2rem;
  }
}
    
 
/* Targets the placeholder ONLY when .breadcrumbs is present inside <nav> */
.navigation:has(.breadcrumbs) .navigation__placeholder {
  height: 6rem !important;
} 
.navigation__main{
  display: none;
}

.navigation__menu-item .navigation__menu-link{
  min-height: 48px;
}
