@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

ul li p, ol li p {
  margin: 0;
}

:root {
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 440px --tobii-base-font-size: 1rem;
  --tobii-transition-duration: 0.3s;
  --tobii-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  --tobii-zoom-icon-background: hsla(210, 38%, 16%, 0.94);
  --tobii-zoom-icon-color: #ffffff;
  --tobii-lightbox-background: rgba(0,0,0,0.85);
  --tobii-lightbox-z-index: 1337;
  --tobii-caption-background: rgba(0,0,0,0.8);
  --tobii-caption-color: #eeeeee;
  --tobii-counter-background: transparent;
  --tobii-counter-color: #ffffff;
  --tobii-button-background: transparent;
  --tobii-button-navigation-background: rgba(0,0,0,0.5);
  --tobii-button-color: #ffffff;
  --tobii-loader-color: #ffffff;
  --tobii-slide-max-height: calc(100vh - 3.125em);
  --tobii-slide-max-width: 100vw;
}

tr.table_body td button {
  padding: 5px 8px;
  border: none;
  cursor: pointer;
}

input.cvt_bt {
  -webkit-appearance: none;
  border-radius: 0;
  padding: 5px 8px;
  border: none;
  background: green;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 485px) {
  .table_body td {
    display: block;
    width: 100% !important;
  }
}
.loadin {
  opacity: 0;
  transform: translateY(45px);
  transition: transform 0.6s, opacity 0.9s;
}

.loadin.loaded {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

img {
  display: block;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1em;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #202020;
  background: #fff;
}

p {
  line-height: 150%;
}

h1 {
  letter-spacing: -2%;
  line-height: 110%;
  font-size: 2.44140625em;
  color: #222;
  font-weight: 800;
  margin: 0 0 10px 0;
}

h2 {
  letter-spacing: -1.8%;
  line-height: 110%;
  font-size: 1.953125em;
  color: #3a8ad4;
  font-weight: 700;
  margin: 0;
}

h3 {
  letter-spacing: -1.5%;
  line-height: 120%;
  font-size: 1.5625em;
  color: #222;
  font-weight: 600;
  margin: 0;
}

h4 {
  letter-spacing: -2%;
  line-height: 100%;
  font-size: 2.44140625em;
  color: #3a8ad4;
  font-weight: 800;
  margin: 0;
}

h5 {
  letter-spacing: -1.8%;
  line-height: 110%;
  font-size: 1.953125em;
  color: #222;
  font-weight: 700;
  margin: 0;
}

h6 {
  letter-spacing: -1.5%;
  line-height: 120%;
  font-size: 1.25em;
  color: #222;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 700px) {
  h1 {
    font-size: 1.6276041667em;
  }
  h2 {
    font-size: 1.3020833333em;
  }
  h3 {
    font-size: 1.0416666667em;
  }
  h4 {
    font-size: 1.6276041667em;
  }
  h5 {
    font-size: 1.3020833333em;
  }
  h6 {
    font-size: 0.8333333333em;
  }
}
a {
  color: #202020;
  display: inline-block;
  position: relative;
  text-decoration: underline;
  transition: 0.2s;
}

a .lnkbtn {
  padding: 10px;
  border-radius: 5px;
  background: #000;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
}

a:hover {
  color: #202020;
  text-decoration: none;
}

a:not(span) {
  color: #202020;
  display: inline-block;
  position: relative;
  text-decoration: underline;
  transition: 0.2s;
}

a:not(span):not(span):hover {
  color: #202020;
  text-decoration: none;
}

a:has(span) {
  color: #202020;
  display: block;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
}

a:has(span) .lnkbtn {
  padding: 10px;
  border-radius: 5px;
  background: #000;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  transition: 0.2s ease-in-out;
}

a:has(span) .lnkbtn:hover {
  background: hsla(0, 0%, 100%, 0.8);
}

a:has(span):has(span):hover {
  color: #202020;
  text-decoration: none;
}

h5 a, h5 a:hover {
  color: #202020;
  text-decoration: none;
}

ul li, ol li {
  padding-bottom: 8px;
  line-height: normal;
}

.logolink::after, .logolink:hover::after, .footerplacement a::after, .footerplacement a:hover::after {
  background: none;
}

.bodywrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.headerwrapcontainer {
  display: grid;
  width: 100%;
  min-height: 150px;
  padding: 0;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #3d3d3d;
  box-shadow: 0 0 16px #9c9c9c;
}

.headerwrapcontainer .headerwrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 10px;
}

.headerwrapcontainer .headerwrapper .logo {
  display: grid;
  align-items: center;
}

.headerwrapcontainer .headerwrapper .logo a {
  display: table;
  width: 100%;
  max-width: 420px;
}

.headerwrapcontainer .headerwrapper .logo .headerlogo {
  width: 100%;
  max-width: 420px;
  display: table;
  padding-left: 25px;
}

@media (min-width: 500px) {
  .headerwrapcontainer .headerwrapper .logo .headerlogo {
    padding: 10px;
  }
}
.headerwrapcontainer .headerwrapper .mobilemenuwrapper {
  width: 35px;
  margin: 0 20px 0 auto;
  padding: 0;
  display: grid;
  align-items: center;
}

.headerwrapcontainer .headerwrapper .menuwrapper {
  display: none;
}

@media (min-width: 900px) {
  .headerwrapcontainer .headerwrapper .menuwrapper {
    display: grid;
    align-items: end;
    justify-items: right;
  }
  .headerwrapcontainer .headerwrapper .mobilemenuwrapper {
    display: none;
  }
  .headerwrapcontainer .headerwrapper .topmenu {
    display: table;
    padding: 0 0 10px 0;
  }
  .headerwrapcontainer .headerwrapper .topmenu .menuplacement {
    display: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
  }
  .headerwrapcontainer .headerwrapper .topmenu .mobilemenubtnwrap {
    display: table;
    padding: 10px;
    margin: 0;
    width: 100%;
    text-align: right;
  }
  .headerwrapcontainer .headerwrapper .topmenu .mobilemenubtnwrap .mobilebtn {
    width: 40px;
    height: 100%;
    float: right;
    cursor: pointer;
  }
}
@media (min-width: 900px) and (min-width: 750px) {
  .headerwrapcontainer .headerwrapper .topmenu .menuplacement {
    display: table;
  }
  .headerwrapcontainer .headerwrapper .topmenu .mobilemenubtnwrap {
    display: none;
  }
}
@media (min-width: 900px) {
  .headerwrapcontainer .headerwrapper .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  .headerwrapcontainer .headerwrapper .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .headerwrapcontainer .headerwrapper .nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
  }
  .headerwrapcontainer .headerwrapper .level-1 {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .headerwrapcontainer .headerwrapper .main-nav a {
    display: block;
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: #222;
    transition: 0.2s;
  }
  .headerwrapcontainer .headerwrapper .main-nav a:hover, .headerwrapcontainer .headerwrapper .main-nav a:focus {
    background: #3a8ad4;
    outline: none;
    color: #fff;
    border-radius: 5px;
  }
  .headerwrapcontainer .headerwrapper .active > a {
    color: #fff;
    font-weight: 400;
    background: #3a8ad4;
    border-radius: 5px;
  }
  .headerwrapcontainer .headerwrapper .active-parent > a {
    color: #fff;
    background: #3a8ad4;
    border-radius: 5px;
  }
  .headerwrapcontainer .headerwrapper .main-nav li {
    position: relative;
  }
  .headerwrapcontainer .headerwrapper .main-nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 999;
  }
  .headerwrapcontainer .headerwrapper .main-nav li:hover > ul, .headerwrapcontainer .headerwrapper .main-nav li:focus-within > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .headerwrapcontainer .headerwrapper .main-nav li ul li ul {
    top: 0;
    left: 100%;
  }
  .headerwrapcontainer .headerwrapper .has-children > a::after {
    content: " ▾";
    font-size: 1em;
  }
}
@media (min-width: 1400px) {
  .headerwrapper {
    padding: 35px 0;
  }
}
.headerimagewrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.headerimagewrapper img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.contentwrapper {
  width: 100%;
  min-height: 66.6666666667vh;
  padding-top: 25px;
}

.formwrapper {
  width: 100%;
  margin: 0;
  padding: 0 25px;
}

.formwrapper .field {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  gap: 10px;
}

.formwrapper .field label {
  font-size: 1.12em;
  font-family: "Manrope", sans-serif;
}

.formwrapper .field input[type=text], .formwrapper .field input[type=number], .formwrapper .field input[type=tel], .formwrapper .field input[type=email], .formwrapper .field textarea {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-family: "Manrope", sans-serif;
  background: #fff;
  border-color: #006577;
  color: #000;
  font-size: 1.12em;
}

.formwrapper .submitter {
  justify-self: right;
}

.formwrapper .submitter button[type=submit] {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: #006577;
  color: #fff;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  font-size: 1.12em;
}

.formwrapper .submitter button[type=submit]:hover {
  background: #bec32d;
  color: #fff;
}

ul li {
  padding-bottom: 0;
}

ul li p {
  line-height: normal;
}

.onecolumn, .twocolumns, .threecolumns, .fourcolumns, .fivecolumns, .sixcolumns {
  margin-bottom: 25px;
  margin-inline: auto;
  max-width: 1400px;
}

.fullwidthonecolumn, .fullwidthtwocolumns {
  margin-bottom: 25px;
}

.blockrow {
  padding: 0 25px;
  height: 100%;
}

.blockrow .textelement {
  padding: 25px;
  width: 100%;
}

.blockrow.fullwidthonecolumn, .blockrow.fullwidthtwocolumns {
  padding: 0;
}

.imageelement {
  margin: 0;
  padding: 0;
  display: flex;
}

.imageelement img {
  width: 100%;
  height: auto;
  display: block;
}

.onecolumn, .fullwidthonecolumn {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
}

.onecolumn .image, .fullwidthonecolumn .image {
  width: 100%;
  opacity: 1;
  transition: 0.2s ease-in-out;
  scale: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.onecolumn .image:hover, .fullwidthonecolumn .image:hover {
  opacity: 0.9;
  scale: 100%;
}

.twocolumns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.twocolumns.width70x30 {
  grid-template-columns: 70% 1fr;
}

.twocolumns.width30x70 {
  grid-template-columns: 30% 1fr;
}

.twocolumns.width60x40 {
  grid-template-columns: 60% 1fr;
}

.twocolumns.width40x60 {
  grid-template-columns: 40% 1fr;
}

.twocolumns .image {
  width: 100%;
  opacity: 1;
  transition: 0.2s ease-in-out;
  scale: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.twocolumns .image:hover {
  opacity: 0.9;
  scale: 100%;
}

.fullwidthtwocolumns {
  display: grid;
  grid-template-columns: 1fr;
}

.fullwidthtwocolumns .fullwidthcontentplacement {
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 0 auto;
}

.threecolumns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.threecolumns .image {
  width: 100%;
  opacity: 1;
  transition: 0.2s ease-in-out;
  scale: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.threecolumns .image:hover {
  opacity: 0.9;
  scale: 100%;
}

.fourcolumns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.fourcolumns .image {
  width: 100%;
  opacity: 1;
  transition: 0.2s ease-in-out;
  scale: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.fourcolumns .image:hover {
  opacity: 0.9;
  scale: 100%;
}

.fivecolumns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.fivecolumns .image {
  width: 100%;
  opacity: 1;
  transition: 0.2s ease-in-out;
  scale: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.fivecolumns .image:hover {
  opacity: 0.9;
  scale: 100%;
}

.sixcolumns {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
}

.sixcolumns .image {
  width: 100%;
  opacity: 1;
  transition: 0.2s ease-in-out;
  scale: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.sixcolumns .image:hover {
  opacity: 0.9;
  scale: 100%;
}

@media (max-width: 780px) {
  .threecolumns, .fourcolumns, .fivecolumns, .sixcolumns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .twocolumns {
    grid-template-columns: 1fr;
  }
  .twocolumns.width70x30, .twocolumns.width30x70, .twocolumns.width60x40, .twocolumns.width40x60 {
    grid-template-columns: 1fr;
  }
}
.bgcoloractive.c3a8ad4 {
  background: #3a8ad4 !important;
}

.bgcoloractive.c3a8ad4 p, .bgcoloractive.c3a8ad4 h1, .bgcoloractive.c3a8ad4 h2, .bgcoloractive.c3a8ad4 h3, .bgcoloractive.c3a8ad4 h4, .bgcoloractive.c3a8ad4 h5, .bgcoloractive.c3a8ad4 h6, .bgcoloractive.c3a8ad4 a, .bgcoloractive.c3a8ad4 a:hover, .bgcoloractive.c3a8ad4 span, .bgcoloractive.c3a8ad4 p, .bgcoloractive.c3a8ad4 a, .bgcoloractive.c3a8ad4 a:hover, .bgcoloractive.c3a8ad4 ul, .bgcoloractive.c3a8ad4 ol {
  color: #fff;
}

.bgcoloractive.cbec32d {
  background: #bec32d !important;
}

.bgcoloractive.cbec32d p, .bgcoloractive.cbec32d h1, .bgcoloractive.cbec32d h2, .bgcoloractive.cbec32d h3, .bgcoloractive.cbec32d h4, .bgcoloractive.cbec32d h5, .bgcoloractive.cbec32d h6, .bgcoloractive.cbec32d a, .bgcoloractive.cbec32d a:hover, .bgcoloractive.cbec32d span, .bgcoloractive.cbec32d p, .bgcoloractive.cbec32d a, .bgcoloractive.cbec32d a:hover, .bgcoloractive.cbec32d ul, .bgcoloractive.cbec32d ol {
  color: #fff;
}

.bgcoloractive.c006577 {
  background: rgba(0, 101, 119, 0.5) !important;
}

.bgcoloractive.c006577 p, .bgcoloractive.c006577 h1, .bgcoloractive.c006577 h2, .bgcoloractive.c006577 h3, .bgcoloractive.c006577 h4, .bgcoloractive.c006577 h5, .bgcoloractive.c006577 h6, .bgcoloractive.c006577 a, .bgcoloractive.c006577 a:hover, .bgcoloractive.c006577 span, .bgcoloractive.c006577 p, .bgcoloractive.c006577 a, .bgcoloractive.c006577 a:hover, .bgcoloractive.c006577 ul, .bgcoloractive.c006577 ol {
  color: #fff;
}

.bgcoloractive.ce4a816 {
  background: rgba(228, 168, 22, 0.5) !important;
}

.bgcoloractive.ce4a816 p, .bgcoloractive.ce4a816 h1, .bgcoloractive.ce4a816 h2, .bgcoloractive.ce4a816 h3, .bgcoloractive.ce4a816 h4, .bgcoloractive.ce4a816 h5, .bgcoloractive.ce4a816 h6, .bgcoloractive.ce4a816 a, .bgcoloractive.ce4a816 a:hover, .bgcoloractive.ce4a816 span, .bgcoloractive.ce4a816 p, .bgcoloractive.ce4a816 a, .bgcoloractive.ce4a816 a:hover, .bgcoloractive.ce4a816 ul, .bgcoloractive.ce4a816 ol {
  color: #fff;
}

.bgcolumnactive.c3a8ad4 .rowcolumn {
  background: #3a8ad4 !important;
  border-radius: 10px;
}

.bgcolumnactive.c3a8ad4 .rowcolumn p, .bgcolumnactive.c3a8ad4 .rowcolumn h1, .bgcolumnactive.c3a8ad4 .rowcolumn h2, .bgcolumnactive.c3a8ad4 .rowcolumn h3, .bgcolumnactive.c3a8ad4 .rowcolumn h4, .bgcolumnactive.c3a8ad4 .rowcolumn h5, .bgcolumnactive.c3a8ad4 .rowcolumn h6, .bgcolumnactive.c3a8ad4 .rowcolumn a, .bgcolumnactive.c3a8ad4 .rowcolumn a:hover, .bgcolumnactive.c3a8ad4 .rowcolumn span, .bgcolumnactive.c3a8ad4 .rowcolumn p, .bgcolumnactive.c3a8ad4 .rowcolumn a, .bgcolumnactive.c3a8ad4 .rowcolumn a:hover, .bgcolumnactive.c3a8ad4 .rowcolumn ul, .bgcolumnactive.c3a8ad4 .rowcolumn ol {
  color: #fff;
}

.bgcolumnactive.cbec32d .rowcolumn {
  background: #bec32d !important;
  border-radius: 10px;
}

.bgcolumnactive.cbec32d .rowcolumn p, .bgcolumnactive.cbec32d .rowcolumn h1, .bgcolumnactive.cbec32d .rowcolumn h2, .bgcolumnactive.cbec32d .rowcolumn h3, .bgcolumnactive.cbec32d .rowcolumn h4, .bgcolumnactive.cbec32d .rowcolumn h5, .bgcolumnactive.cbec32d .rowcolumn h6, .bgcolumnactive.cbec32d .rowcolumn a, .bgcolumnactive.cbec32d .rowcolumn a:hover, .bgcolumnactive.cbec32d .rowcolumn span, .bgcolumnactive.cbec32d .rowcolumn p, .bgcolumnactive.cbec32d .rowcolumn a, .bgcolumnactive.cbec32d .rowcolumn a:hover, .bgcolumnactive.cbec32d .rowcolumn ul, .bgcolumnactive.cbec32d .rowcolumn ol {
  color: #fff;
}

.bgcolumnactive.c006577 .rowcolumn {
  background: #006577 !important;
  border-radius: 10px;
}

.bgcolumnactive.c006577 .rowcolumn p, .bgcolumnactive.c006577 .rowcolumn h1, .bgcolumnactive.c006577 .rowcolumn h2, .bgcolumnactive.c006577 .rowcolumn h3, .bgcolumnactive.c006577 .rowcolumn h4, .bgcolumnactive.c006577 .rowcolumn h5, .bgcolumnactive.c006577 .rowcolumn h6, .bgcolumnactive.c006577 .rowcolumn a, .bgcolumnactive.c006577 .rowcolumn a:hover, .bgcolumnactive.c006577 .rowcolumn span, .bgcolumnactive.c006577 .rowcolumn p, .bgcolumnactive.c006577 .rowcolumn a, .bgcolumnactive.c006577 .rowcolumn a:hover, .bgcolumnactive.c006577 .rowcolumn ul, .bgcolumnactive.c006577 .rowcolumn ol {
  color: #fff;
}

.bgcolumnactive.ce4a816 .rowcolumn {
  background: #e4a816 !important;
  border-radius: 10px;
}

.bgcolumnactive.ce4a816 .rowcolumn p, .bgcolumnactive.ce4a816 .rowcolumn h1, .bgcolumnactive.ce4a816 .rowcolumn h2, .bgcolumnactive.ce4a816 .rowcolumn h3, .bgcolumnactive.ce4a816 .rowcolumn h4, .bgcolumnactive.ce4a816 .rowcolumn h5, .bgcolumnactive.ce4a816 .rowcolumn h6, .bgcolumnactive.ce4a816 .rowcolumn a, .bgcolumnactive.ce4a816 .rowcolumn a:hover, .bgcolumnactive.ce4a816 .rowcolumn span, .bgcolumnactive.ce4a816 .rowcolumn p, .bgcolumnactive.ce4a816 .rowcolumn a, .bgcolumnactive.ce4a816 .rowcolumn a:hover, .bgcolumnactive.ce4a816 .rowcolumn ul, .bgcolumnactive.ce4a816 .rowcolumn ol {
  color: #fff;
}

.fullwidthtwocolumns.c3a8ad4 {
  background: #3a8ad4 !important;
  border-radius: 10px;
}

.fullwidthtwocolumns.c3a8ad4 .rowcolumn p, .fullwidthtwocolumns.c3a8ad4 .rowcolumn h1, .fullwidthtwocolumns.c3a8ad4 .rowcolumn h2, .fullwidthtwocolumns.c3a8ad4 .rowcolumn h3, .fullwidthtwocolumns.c3a8ad4 .rowcolumn h4, .fullwidthtwocolumns.c3a8ad4 .rowcolumn h5, .fullwidthtwocolumns.c3a8ad4 .rowcolumn h6, .fullwidthtwocolumns.c3a8ad4 .rowcolumn a, .fullwidthtwocolumns.c3a8ad4 .rowcolumn a:hover, .fullwidthtwocolumns.c3a8ad4 .rowcolumn span, .fullwidthtwocolumns.c3a8ad4 .rowcolumn p, .fullwidthtwocolumns.c3a8ad4 .rowcolumn a, .fullwidthtwocolumns.c3a8ad4 .rowcolumn a:hover, .fullwidthtwocolumns.c3a8ad4 .rowcolumn ul, .fullwidthtwocolumns.c3a8ad4 .rowcolumn ol {
  color: #fff;
}

.fullwidthtwocolumns.cbec32d {
  background: #bec32d !important;
  border-radius: 10px;
}

.fullwidthtwocolumns.cbec32d .rowcolumn p, .fullwidthtwocolumns.cbec32d .rowcolumn h1, .fullwidthtwocolumns.cbec32d .rowcolumn h2, .fullwidthtwocolumns.cbec32d .rowcolumn h3, .fullwidthtwocolumns.cbec32d .rowcolumn h4, .fullwidthtwocolumns.cbec32d .rowcolumn h5, .fullwidthtwocolumns.cbec32d .rowcolumn h6, .fullwidthtwocolumns.cbec32d .rowcolumn a, .fullwidthtwocolumns.cbec32d .rowcolumn a:hover, .fullwidthtwocolumns.cbec32d .rowcolumn span, .fullwidthtwocolumns.cbec32d .rowcolumn p, .fullwidthtwocolumns.cbec32d .rowcolumn a, .fullwidthtwocolumns.cbec32d .rowcolumn a:hover, .fullwidthtwocolumns.cbec32d .rowcolumn ul, .fullwidthtwocolumns.cbec32d .rowcolumn ol {
  color: #fff;
}

.fullwidthtwocolumns.c006577 {
  background: #006577 !important;
  border-radius: 10px;
}

.fullwidthtwocolumns.c006577 .rowcolumn p, .fullwidthtwocolumns.c006577 .rowcolumn h1, .fullwidthtwocolumns.c006577 .rowcolumn h2, .fullwidthtwocolumns.c006577 .rowcolumn h3, .fullwidthtwocolumns.c006577 .rowcolumn h4, .fullwidthtwocolumns.c006577 .rowcolumn h5, .fullwidthtwocolumns.c006577 .rowcolumn h6, .fullwidthtwocolumns.c006577 .rowcolumn a, .fullwidthtwocolumns.c006577 .rowcolumn a:hover, .fullwidthtwocolumns.c006577 .rowcolumn span, .fullwidthtwocolumns.c006577 .rowcolumn p, .fullwidthtwocolumns.c006577 .rowcolumn a, .fullwidthtwocolumns.c006577 .rowcolumn a:hover, .fullwidthtwocolumns.c006577 .rowcolumn ul, .fullwidthtwocolumns.c006577 .rowcolumn ol {
  color: #fff;
}

.fullwidthtwocolumns.ce4a816 {
  background: #e4a816 !important;
  border-radius: 10px;
}

.fullwidthtwocolumns.ce4a816 .rowcolumn p, .fullwidthtwocolumns.ce4a816 .rowcolumn h1, .fullwidthtwocolumns.ce4a816 .rowcolumn h2, .fullwidthtwocolumns.ce4a816 .rowcolumn h3, .fullwidthtwocolumns.ce4a816 .rowcolumn h4, .fullwidthtwocolumns.ce4a816 .rowcolumn h5, .fullwidthtwocolumns.ce4a816 .rowcolumn h6, .fullwidthtwocolumns.ce4a816 .rowcolumn a, .fullwidthtwocolumns.ce4a816 .rowcolumn a:hover, .fullwidthtwocolumns.ce4a816 .rowcolumn span, .fullwidthtwocolumns.ce4a816 .rowcolumn p, .fullwidthtwocolumns.ce4a816 .rowcolumn a, .fullwidthtwocolumns.ce4a816 .rowcolumn a:hover, .fullwidthtwocolumns.ce4a816 .rowcolumn ul, .fullwidthtwocolumns.ce4a816 .rowcolumn ol {
  color: #fff;
}

.blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 {
  background: #3a8ad4 !important;
  border-radius: 0 0 10px 10px;
}

.blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 p, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 h1, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 h2, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 h3, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 h4, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 h5, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 h6, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 a, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 a:hover, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 span, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 p, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 a, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 a:hover, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 ul, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c3a8ad4 ol {
  color: #fff;
}

.blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d {
  background: #bec32d !important;
  border-radius: 0 0 10px 10px;
}

.blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d p, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d h1, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d h2, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d h3, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d h4, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d h5, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d h6, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d a, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d a:hover, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d span, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d p, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d a, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d a:hover, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d ul, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.cbec32d ol {
  color: #fff;
}

.blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 {
  background: #006577 !important;
  border-radius: 0 0 10px 10px;
}

.blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 p, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 h1, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 h2, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 h3, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 h4, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 h5, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 h6, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 a, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 a:hover, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 span, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 p, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 a, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 a:hover, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 ul, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.c006577 ol {
  color: #fff;
}

.blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 {
  background: #e4a816 !important;
  border-radius: 0 0 10px 10px;
}

.blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 p, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 h1, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 h2, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 h3, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 h4, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 h5, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 h6, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 a, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 a:hover, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 span, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 p, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 a, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 a:hover, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 ul, .blockrow .rowcolumn .columnitems .fullwidthtext.bgcoloractive.ce4a816 ol {
  color: #fff;
}

.fullwidthtext {
  flex: 1;
  display: flex;
}

.imagelinkelement {
  position: relative;
  display: grid;
}

.imagelinkelement a, .imagelinkelement a:hover {
  color: #000;
}

.imagelinkelement .textcontainer {
  background: none;
  position: absolute;
  inset: 0;
  align-content: end;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  width: 100%;
}

.imagelinkelement .textcontainer .linktext {
  display: grid;
  width: calc(100% - 25px);
  margin: 0 auto;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  position: absolute;
  z-index: 99;
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  backdrop-filter: blur(5);
  background: hsla(0, 0%, 100%, 0.8);
  font-weight: 600;
}

.imagelinkelement .textcontainer .text {
  height: 100%;
  transform: translateY(100%);
  transition: 0.2s ease-in-out;
  background: hsla(0, 0%, 100%, 0.6);
  padding: 10px 0;
  font-size: 1.25rem;
  backdrop-filter: blur(5px);
  border-top: 1px solid #fff;
}

.imagelinkelement .textcontainer:hover .text {
  transform: translateY(0%);
  padding: 25px;
  text-align: center;
}

.imagelinkelement .textcontainer:hover .text h3 {
  font-size: 2rem;
  font-weight: 700;
}

.imagelinkelement .textcontainer:hover .linktext {
  display: none;
}

.filelistwrapper {
  display: grid;
}

.filelistwrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.filelistwrapper ul li {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

.filelistwrapper ul li a {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-decoration: none;
  background: none;
}

.filelistwrapper ul li a:hover {
  background: rgba(58, 138, 212, 0.1);
}

.doctypeicon {
  float: left;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #3a8ad4;
}

.doctypeicon.pdf {
  -webkit-mask: url("/icons/pdf-icon.svg") no-repeat center;
  mask: url("/icons/pdf-icon.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask: url("/icons/pdf-icon.svg") no-repeat center;
  -webkit-mask-size: contain;
}

.doctypeicon.doc {
  -webkit-mask: url("/icons/docx-icon.svg") no-repeat center;
  mask: url("/icons/docx-icon.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask: url("/icons/docx-icon.svg") no-repeat center;
  -webkit-mask-size: contain;
}

.doctypeicon.xls {
  -webkit-mask: url("/icons/xlsx-icon.svg") no-repeat center;
  mask: url("/icons/xlsx-icon.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask: url("/icons/xlsx-icon.svg") no-repeat center;
  -webkit-mask-size: contain;
}

.doctypeicon.txt {
  -webkit-mask: url("/icons/generic-icon.svg") no-repeat center;
  mask: url("/icons/generic-icon.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask: url("/icons/generic-icon.svg") no-repeat center;
  -webkit-mask-size: contain;
}

.searchparentwrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
}

.searchformwrapper {
  width: 100%;
}

.searchformwrapper form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
}

.searchinput {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-family: "Manrope", sans-serif;
  background: #fff;
  border-color: #006577;
  color: #000;
  font-size: 1.12em;
}

.searchbutton {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: #006577;
  color: #fff;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  font-size: 1.12em;
}

.searchbutton:hover {
  background: #bec32d;
  color: #fff;
}

.searchterm {
  margin-top: 25px;
  font-size: 1.25em;
  font-size: 1.25em;
  font-style: italic;
}

.searchresult {
  width: 100%;
  margin-top: 25px;
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.searchresult ul {
  list-style: number;
  margin: 0;
}

.searchresult ul li {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

.searchresult ul li:hover {
  border-bottom: 1px solid #bec32d;
}

.searchresult ul li a {
  color: #202020;
  text-decoration: none;
  display: block;
}

.searchresult ul li a:hover {
  text-decoration: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.gallery-grid .gallery-item {
  position: relative;
  display: grid;
}

.gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.gallery-grid .gallery-item .gallery-text {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.gallery-grid .gallery-item .gallery-text:hover {
  opacity: 1;
}

.newslistwrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 25px auto;
  padding: 0 25px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.newslistwrapper .newsitem {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.newslistwrapper .newsitem .newsimage {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}

.newslistwrapper .newsitem .newsimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.newslistwrapper .newsitem .newssubtitle {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 10px;
}

.newslistwrapper .newsitem .newsdate {
  font-size: 0.9em;
  color: #9c9c9c;
  margin-bottom: 5px;
  text-align: right;
}

.newslistwrapper .newsitem .newslink {
  margin-top: auto;
  align-self: flex-start;
  padding-top: 20px;
  width: 100%;
}

.newslistwrapper .newsitem .newslink a {
  color: #202020;
  text-decoration: none;
  font-weight: 600;
  background: #3a8ad4;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: block;
}

.newslistwrapper .newsitem .newslink a:hover {
  text-decoration: underline;
}

.newsshowwrapper {
  width: 100%;
  padding: 0 25px;
}

.newsshowwrapper .newsshowelement {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.newsshowwrapper .newsshowelement .newsdate {
  font-size: 0.9em;
  color: #9c9c9c;
  text-align: right;
}

.newsshowwrapper .newsshowelement .newstext {
  line-height: 150%;
  font-size: 1.25em;
  grid-area: text;
}

@media (width < 650px) {
  .newsshowwrapper, .blockrow .textelement {
    padding: 0;
  }
}
.login-wrapper {
  display: grid;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.login-wrapper .loginerror {
  color: red;
  width: 100%;
  font-weight: 600;
  font-size: 1.25em;
  border: 1px solid rgba(255, 0, 0, 0.5);
  border-radius: 5px;
  background: rgba(255, 0, 0, 0.1);
  padding: 20px;
  display: grid;
  margin: 0 auto 20px auto;
  grid-template-columns: 1fr;
}

.login-wrapper .loginformplacement {
  display: grid;
  width: 100%;
  padding: 0 50px;
}

.login-wrapper .loginform {
  display: grid;
  gap: 15px;
  max-width: 1400px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

.login-wrapper .loginform input[type=text], .login-wrapper .loginform input[type=password] {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-family: "Manrope", sans-serif;
  background: #fff;
  border-color: #006577;
  color: #000;
  font-size: 1.12em;
  width: 100%;
}

.login-wrapper .loginform button[type=submit] {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: #006577;
  color: #fff;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  font-size: 1.12em;
  justify-self: end;
}

.login-wrapper .loginform button[type=submit]:hover {
  background: #bec32d;
  color: #fff;
}

@media (width > 650px) {
  .login-wrapper .loginform {
    grid-template-columns: 1fr 1fr;
  }
  .login-wrapper .loginform button[type=submit] {
    justify-self: end;
    align-self: center;
    grid-area: 2/2;
  }
}
.login-wrapper .Login-loggedinuser {
  padding: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 1.25em;
  background: rgba(0, 101, 119, 0.1);
  border: 1px solid rgba(0, 101, 119, 0.2);
  border-radius: 5px;
  width: 100%;
}

.login-wrapper .logoutform {
  display: grid;
  gap: 15px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
  grid-template-columns: 1fr;
}

.login-wrapper .logoutform .logoutbtn {
  padding: 10px 20px;
  max-width: 100%;
  border: none;
  border-radius: 5px;
  background: #006577;
  color: #fff;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  font-size: 1.12em;
  width: 100%;
}

.login-wrapper .logoutform .logoutbtn:hover {
  background: #bec32d;
  color: #fff;
}

.login-wrapper .logoutformplacement {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 0 50px;
}

.login-wrapper .logoutformplacement .logoutform {
  justify-self: end;
}

@media (width > 650px) {
  .login-wrapper .logoutformplacement {
    grid-template-columns: 1fr auto;
    gap: 15px;
  }
}
.ctawrapper .ctacontainer {
  width: 100%;
  display: grid;
  grid-template-areas: "ctaplacement";
  place-items: center;
  box-shadow: 0 0 80px 0px rgba(0, 0, 0, 0.2);
}

.ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 {
  background: #3a8ad4 !important;
}

.ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 p, .ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 h1, .ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 h2, .ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 h3, .ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 h4, .ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 h5, .ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 h6, .ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 a, .ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 a:hover, .ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 span, .ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 p, .ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 a, .ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 a:hover, .ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 ul, .ctawrapper .ctacontainer.bgcoloractive.c3a8ad4 ol {
  color: #fff;
}

.ctawrapper .ctacontainer.bgcoloractive.cbec32d {
  background: #bec32d !important;
}

.ctawrapper .ctacontainer.bgcoloractive.cbec32d p, .ctawrapper .ctacontainer.bgcoloractive.cbec32d h1, .ctawrapper .ctacontainer.bgcoloractive.cbec32d h2, .ctawrapper .ctacontainer.bgcoloractive.cbec32d h3, .ctawrapper .ctacontainer.bgcoloractive.cbec32d h4, .ctawrapper .ctacontainer.bgcoloractive.cbec32d h5, .ctawrapper .ctacontainer.bgcoloractive.cbec32d h6, .ctawrapper .ctacontainer.bgcoloractive.cbec32d a, .ctawrapper .ctacontainer.bgcoloractive.cbec32d a:hover, .ctawrapper .ctacontainer.bgcoloractive.cbec32d span, .ctawrapper .ctacontainer.bgcoloractive.cbec32d p, .ctawrapper .ctacontainer.bgcoloractive.cbec32d a, .ctawrapper .ctacontainer.bgcoloractive.cbec32d a:hover, .ctawrapper .ctacontainer.bgcoloractive.cbec32d ul, .ctawrapper .ctacontainer.bgcoloractive.cbec32d ol {
  color: #fff;
}

.ctawrapper .ctacontainer.bgcoloractive.c006577 {
  background: rgba(0, 101, 119, 0.5) !important;
}

.ctawrapper .ctacontainer.bgcoloractive.c006577 p, .ctawrapper .ctacontainer.bgcoloractive.c006577 h1, .ctawrapper .ctacontainer.bgcoloractive.c006577 h2, .ctawrapper .ctacontainer.bgcoloractive.c006577 h3, .ctawrapper .ctacontainer.bgcoloractive.c006577 h4, .ctawrapper .ctacontainer.bgcoloractive.c006577 h5, .ctawrapper .ctacontainer.bgcoloractive.c006577 h6, .ctawrapper .ctacontainer.bgcoloractive.c006577 a, .ctawrapper .ctacontainer.bgcoloractive.c006577 a:hover, .ctawrapper .ctacontainer.bgcoloractive.c006577 span, .ctawrapper .ctacontainer.bgcoloractive.c006577 p, .ctawrapper .ctacontainer.bgcoloractive.c006577 a, .ctawrapper .ctacontainer.bgcoloractive.c006577 a:hover, .ctawrapper .ctacontainer.bgcoloractive.c006577 ul, .ctawrapper .ctacontainer.bgcoloractive.c006577 ol {
  color: #fff;
}

.ctawrapper .ctacontainer.bgcoloractive.ce4a816 {
  background: rgba(228, 168, 22, 0.5) !important;
}

.ctawrapper .ctacontainer.bgcoloractive.ce4a816 p, .ctawrapper .ctacontainer.bgcoloractive.ce4a816 h1, .ctawrapper .ctacontainer.bgcoloractive.ce4a816 h2, .ctawrapper .ctacontainer.bgcoloractive.ce4a816 h3, .ctawrapper .ctacontainer.bgcoloractive.ce4a816 h4, .ctawrapper .ctacontainer.bgcoloractive.ce4a816 h5, .ctawrapper .ctacontainer.bgcoloractive.ce4a816 h6, .ctawrapper .ctacontainer.bgcoloractive.ce4a816 a, .ctawrapper .ctacontainer.bgcoloractive.ce4a816 a:hover, .ctawrapper .ctacontainer.bgcoloractive.ce4a816 span, .ctawrapper .ctacontainer.bgcoloractive.ce4a816 p, .ctawrapper .ctacontainer.bgcoloractive.ce4a816 a, .ctawrapper .ctacontainer.bgcoloractive.ce4a816 a:hover, .ctawrapper .ctacontainer.bgcoloractive.ce4a816 ul, .ctawrapper .ctacontainer.bgcoloractive.ce4a816 ol {
  color: #fff;
}

.ctawrapper .ctacontainer > * {
  grid-area: ctaplacement;
}

.ctawrapper .ctacontainer .ctaimage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ctawrapper .ctacontainer .ctacontent {
  padding: 50px;
}

.ctawrapper .ctacontainer .ctacontent.bgimageactive {
  place-self: end;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
}

.ctawrapper .ctacontainer .ctacontent .ctaheadline {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}

.ctawrapper .ctacontainer .ctacontent .ctalink a, .ctawrapper .ctacontainer .ctacontent .ctalink a:hover {
  background: #006577;
  border-radius: 10px;
  padding: 0.75em 2em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.25em;
}

.footerwrapper {
  width: 100%;
  background: #3a8ad4;
  padding: 30px 0;
}

.footerwrapper .footerplacement {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  padding: 0 25px;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr) 250px;
}

.footerwrapper .footerplacement a, .footerwrapper .footerplacement a:hover {
  color: #fff;
  text-decoration: none;
}

.footerwrapper .footerplacement h1, .footerwrapper .footerplacement h2, .footerwrapper .footerplacement h3, .footerwrapper .footerplacement h4, .footerwrapper .footerplacement h5, .footerwrapper .footerplacement p, .footerwrapper .footerplacement span {
  color: #fff;
}

.footerwrapper .footerplacement h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}

.footerwrapper .footerplacement .footerlogo {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

@media (max-width: 780px) {
  .footerwrapper .footerplacement {
    grid-template-columns: 1fr;
  }
}
.footerwrapper .degnfooter {
  width: 100%;
  padding: 10px 50px;
  text-align: right;
}

.footerwrapper .degnfooter a, .footerwrapper .degnfooter a:hover {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
} /*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.headerimagewrapper {
  width: 100%;
  margin: 0;
  z-index: 0;
}

.carouselwrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.hero-slider {
  width: 100%;
  height: 40vh;
  overflow: hidden;
}

.hero-slider .carousel-cell, .hero-slider .carousel-cells {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-slider .carousel-cell .herocontentwrap, .hero-slider .carousel-cells .herocontentwrap {
  position: relative;
  isolation: isolate;
  height: 100%;
  width: 100%;
  background: rgba(58, 138, 212, 0.2);
}

.hero-slider .carousel-cell .herocontentwrap .herocontent, .hero-slider .carousel-cells .herocontentwrap .herocontent {
  width: 100%;
  max-width: 1400px;
  padding: 45px;
  margin: 0 auto;
  text-align: center;
  text-wrap: balance;
}

.hero-slider .carousel-cell .herocontentwrap .herocontent .slidertext1, .hero-slider .carousel-cells .herocontentwrap .herocontent .slidertext1 {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 110%;
  font-weight: 900;
  padding-bottom: 25px;
}

.hero-slider .carousel-cell .herocontentwrap .herocontent .slidertext2, .hero-slider .carousel-cells .herocontentwrap .herocontent .slidertext2 {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 1.65em;
  line-height: 100%;
  font-weight: 700;
  padding-bottom: 25px;
}

.hero-slider .carousel-cell .herocontentwrap .herocontent .sliderlinkwrapper, .hero-slider .carousel-cells .herocontentwrap .herocontent .sliderlinkwrapper {
  display: grid;
  justify-content: center;
}

.hero-slider .carousel-cell .herocontentwrap .herocontent .sliderlinkwrapper a, .hero-slider .carousel-cells .herocontentwrap .herocontent .sliderlinkwrapper a {
  background: #e4a816;
  border-radius: 10px;
  padding: 1em 2em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.25em;
}

@media (min-width: 780px) {
  .hero-slider .carousel-cell .herocontentwrap .herocontent .slidertext1, .hero-slider .carousel-cells .herocontentwrap .herocontent .slidertext1 {
    font-size: 2.5em;
  }
  .hero-slider .carousel-cell .herocontentwrap .herocontent .slidertext2, .hero-slider .carousel-cells .herocontentwrap .herocontent .slidertext2 {
    font-size: 2em;
  }
}
@media (min-width: 1400px) {
  .hero-slider .carousel-cell .herocontentwrap .herocontent .slidertext1, .hero-slider .carousel-cells .herocontentwrap .herocontent .slidertext1 {
    font-size: 3em;
  }
  .hero-slider .carousel-cell .herocontentwrap .herocontent .slidertext2, .hero-slider .carousel-cells .herocontentwrap .herocontent .slidertext2 {
    font-size: 2.5em;
  }
}
.hero-slider .flickity-prev-next-button {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
}

.hero-slider .flickity-prev-next-button:hover {
  background: rgba(0, 0, 0, 0);
}

.hero-slider .flickity-prev-next-button .arrow {
  fill: #fff;
}

.hero-slider .flickity-page-dots {
  bottom: 30px;
}

.hero-slider .flickity-page-dots .dot {
  display: none;
  width: 30px;
  height: 4px;
  opacity: 1;
  background: hsla(0, 0%, 100%, 0.5);
  border: 0 solid #fff;
  border-radius: 0;
}

.hero-slider .flickity-page-dots .dot.is-selected {
  background: red;
  border: 0 solid red;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.tobii-zoom {
  border: 0;
  box-shadow: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.tobii-zoom img {
  display: block;
}

.tobii-zoom__icon {
  align-items: center;
  background-color: var(--tobii-zoom-icon-background);
  top: 0.5em;
  color: var(--tobii-zoom-icon-color);
  display: flex;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0.5em;
  width: 1.78em;
  height: 1.78em;
}

.tobii-zoom__icon svg {
  fill: none;
  height: 1.5em;
  pointer-events: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  stroke: currentColor;
  width: 1.5em;
}

body.tobii-is-open {
  overflow-y: hidden;
}

.tobii-is-open, .tobii-image {
  touch-action: none;
}

.tobii {
  background-color: var(--tobii-lightbox-background);
  bottom: 0;
  box-sizing: border-box;
  contain: strict;
  font-size: var(--tobii-base-font-size);
  left: 0;
  line-height: 1.5;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: var(--tobii-lightbox-z-index);
}

.tobii[aria-hidden=true] {
  display: none;
}

.tobii *, .tobii *::before, .tobii *::after {
  box-sizing: inherit;
}

.tobii__slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 3.125em;
  will-change: transform;
}

.tobii__slider[aria-hidden=true] {
  display: none;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .tobii__slider--animate:not(.tobii__slider--is-dragging) {
    transition-duration: var(--tobii-transition-duration);
    transition-property: transform;
    transition-timing-function: var(--tobii-transition-timing-function);
  }
}
.tobii__slider--is-draggable [data-type] {
  cursor: grab;
}

.tobii__slider--is-dragging [data-type] {
  cursor: grabbing;
}

.tobii__slider--is-moving [data-type] {
  cursor: move;
}

.tobii__slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.tobii__slide [data-type] {
  max-height: 100%;
  max-width: var(--tobii-slide-max-width);
  overflow: hidden;
  overscroll-behavior: contain;
}

.tobii__slide iframe, .tobii__slide video {
  display: block !important;
}

.tobii__slide figure {
  margin: 0;
  position: relative;
}

.tobii__slide figure > img {
  display: block;
  height: auto;
  max-height: var(--tobii-slide-max-height);
  max-width: var(--tobii-slide-max-width);
  width: auto;
}

.tobii__slide figure > figcaption {
  background-color: var(--tobii-caption-background);
  bottom: 0;
  color: var(--tobii-caption-color);
  padding: 0.25em 0.5em;
  position: absolute;
  white-space: pre-wrap;
  width: 100%;
  font-size: 1.125em;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.tobii__slide figure > figcaption.caption-hidden {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.tobii__slide figure > figcaption.caption-hidden > button.caption-toggle::after {
  opacity: 0.6;
}

.tobii__slide figure > figcaption.caption-hidden > button.caption-toggle:hover::after {
  opacity: 1;
}

.tobii__slide figure > figcaption > button.caption-toggle {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 3em 0 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  border: none;
  background: rgba(0, 0, 0, 0);
}

.tobii__slide figure > figcaption > button.caption-toggle::after {
  position: absolute;
  right: 0.25em;
  bottom: 0.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75em;
  height: 1.75em;
  content: "ⓘ";
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
  color: var(--tobii-caption-color);
  border-radius: 50%;
  background-color: var(--tobii-caption-background);
  font-size: medium;
  font-weight: bold;
  line-height: 1;
}

.tobii__slide [data-type=html] {
  overflow-y: auto;
}

.tobii__slide [data-type=html] video {
  cursor: auto;
  max-height: var(--tobii-slide-max-height);
  max-width: var(--tobii-slide-max-width);
}

.tobii__slide [data-type=html] audio {
  max-width: 100%;
}

.tobii__slide [data-type=iframe] {
  -webkit-overflow-scrolling: touch;
  transform: translate(0, 0);
}

.tobii__slide [data-type=iframe] iframe {
  height: var(--tobii-slide-max-height);
  width: var(--tobii-slide-max-width);
}

.tobii__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--tobii-button-background);
  border: 1px solid rgba(0, 0, 0, 0);
  color: var(--tobii-button-color);
  cursor: pointer;
  font: inherit;
  line-height: 1;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  touch-action: manipulation;
  will-change: opacity;
  z-index: 1;
}

.tobii__btn:hover {
  opacity: 1;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .tobii__btn {
    transition-duration: var(--tobii-transition-duration);
    transition-property: opacity, transform;
    transition-timing-function: var(--tobii-transition-timing-function);
    will-change: opacity, transform;
  }
}
.tobii__btn svg {
  fill: none;
  height: 3.75em;
  pointer-events: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  stroke: currentColor;
  width: 3.75em;
}

.tobii__btn--previous, .tobii__btn--next {
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--tobii-button-navigation-background);
  border-radius: 5px;
}

.tobii__btn--previous {
  left: 1em;
}

.tobii__btn--next {
  right: 1em;
}

.tobii__btn--close {
  right: 0.25em;
  top: 0.25em;
  width: 2.5em;
  height: 2.5em;
  opacity: 0.75;
}

.tobii__btn--close svg {
  transform: scale(1.4);
  width: 100%;
  height: 100%;
}

.tobii__btn:disabled, .tobii__btn[aria-hidden=true] {
  visibility: hidden;
  cursor: default;
}

.tobii__counter {
  background-color: var(--tobii-counter-background);
  color: var(--tobii-counter-color);
  font-size: 1.25em;
  left: 0.875em;
  line-height: 1;
  position: absolute;
  top: 0.875em;
  z-index: 1;
  opacity: 0.8;
}

.tobii__counter[aria-hidden=true] {
  display: none;
}

.tobii__counter p {
  display: inline;
}

.tobii__loader {
  display: inline-block;
  height: 6em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6em;
}

.tobii__loader::before {
  animation: spin 1s infinite;
  border-radius: 100%;
  border: 2px solid #949ba3;
  border-top-color: var(--tobii-loader-color);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.tobii__slide .tobii-html {
  background: #fff;
  padding: 10px 20px;
  max-width: 800px;
  font-size: 1.125em;
}

.tobii__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
} /*!
* Mmenu Light
* mmenujs.com/mmenu-light
*
* Copyright (c) Fred Heusschen
* www.frebsite.nl
*
* License: CC-BY-4.0
* http://creativecommons.org/licenses/by/4.0/
*/
body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-ocd-width);
  min-width: var(--mm-ocd-min-width);
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(100% - var(--mm-ocd-max-width), 100% - var(--mm-ocd-width), 100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px;
  --mm-spn-panel-offset: 30% ;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: calc(100% + var(--mm-spn-panel-offset));
  padding-right: var(--mm-spn-panel-offset);
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: calc(-1 * var(--mm-spn-panel-offset));
  overflow: visible;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mm-spn-item-height);
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

/*# sourceMappingURL=styles.css.map */
