/* fonts */
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: normal;
  src: local("Optima"), url("./fonts/Optima.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: 700;
  src: local("Optima Bold"), url("./fonts/Optima_Bold.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: italic;
  font-weight: normal;
  src: local("Optima Italic"), url("./fonts/Optima_Italic.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  src: local("Mulish"), url("./fonts/Mulish-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: normal;
  src: local("DINPro"), url("./fonts/DINPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: 500;
  src: local("DINPro"), url("./fonts/DINPro-Medium.woff2") format("woff2");
}
body .region-content .body .com-grid .col.with-wm.with-bg:not(:first-child), body .region-content .body .com-grid .col.with-wm.with-bg:not(:last-child) {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
body .region-content .with-wm {
  position: relative;
}
@media (max-width: 991px) {
  body .region-content .with-wm .com-text {
    text-align: unset;
  }
}
body .region-content .with-wm > * {
  position: relative;
  z-index: 1;
}
body .region-content .with-wm .watermark {
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 3rem);
  top: 2rem;
  left: 0.5rem;
  z-index: 0;
  opacity: 0.25;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body .region-content .with-wm.style-2 {
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  margin: 0 1em;
}
body .region-content .with-wm.style-2 .watermark {
  width: 37.5%;
  height: 37.5%;
  top: unset;
  left: unset;
  right: 3em;
  bottom: 2.5em;
  background-position-y: bottom;
}/*# sourceMappingURL=watermark.css.map */