/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/roboto-v48-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../Fonts/roboto-v48-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/roboto-v48-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url('../Fonts/roboto-v48-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --font-family-sans-serif: 'Roboto', sans-serif;
  --font-family-headline: 'Roboto', sans-serif;

  --font-weight-regular: 400;
  --font-weight-bold: 600;
  --font-weight-light: 400;
  --font-weight-headline: 400;
}
:root {
  --brand-primary: #2D5E6A;
  --brand-primary-dark: #2E6BAE;
  --brand-primary-light: #58BCAC;
  --brand-primary-light-2: #c4e2dd;
  --brand-primary-lighter: #f0f8f7;
  --brand-secondary: #55bbab;
  --brand-secondary-light: #55bbab;
  --brand-tertiary: #22488e;
  --brand-quaternary: #549E8D;
  --brand-warning: #DEBE40;

  --white: #fff;
  --gray-dark: #4A4A49;
  --gray: #707070;
  --gray-lighter: #b1b1b1;
  --gray-light: #E3E0E0;
  --black: #050a0d;
}
body {
  font-size: 16px;
  line-height: 22px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  color: #fff;
  background: #000;
}
.container {
  position: relative;
  width: 100%;
}
.container__inside {
  display: block;
  position: relative;
  max-width: 1160px;
  margin: 0 1rem
}
@media(min-width: 1024px) {
.container__inside {
    margin: 0 4rem
}
  }
@media(min-width: 1200px) {
.container__inside {
    margin: 0 5rem
}
  }
@media (min-width: 1360px) {
.container__inside {
    margin: 0 auto
}
  }
.container__inside--small {
  display: block;
  position: relative;
  max-width: 1160px;
  margin: 0 1rem
}
@media(min-width: 1024px) {
.container__inside--small {
    margin: 0 4rem
}
  }
@media(min-width: 1200px) {
.container__inside--small {
    margin: 0 5rem
}
  }
@media (min-width: 1360px) {
.container__inside--small {
    margin: 0 auto
}
  }
.container__inside--extra-small {
  display: block;
  position: relative;
  max-width: 640px;
  margin: 0 1rem
}
@media (min-width: 680px) {
.container__inside--extra-small {
    margin: 0 auto
}
  }
.container--margin {
  margin-top: 2rem;
  margin-bottom: 2rem
}
@media(min-width: 1024px) {
.container--margin {
    margin-top: 4rem;
    margin-bottom: 4rem
}
  }
.container--margin {

/*  &:first-child {
    margin-top: 10rem;
  }*/
}
.container--margin-top {
  margin-top: 2rem;
}
.container--margin-bottom {
  margin-bottom: 2rem;
}
.container--margin-top--double {
  margin-top: 4rem
}
@media(min-width: 1024px) {
.container--margin-top--double {
    margin-top: 8rem
}
  }
.container--margin-bottom--double {
  margin-bottom: 4rem
}
@media(min-width: 1024px) {
.container--margin-bottom--double {
    margin-bottom: 8rem
}
  }
.container--padding {
  padding-top: 2rem;
  padding-bottom: 2rem
}
@media(min-width: 1024px) {
.container--padding {
    padding-top: 4rem;
    padding-bottom: 4rem
}
  }
.container--padding {

  /* change margin for element before footer */
}
.container--padding:last-child {
    margin-bottom: 0;
  }
.container--padding-top {
  padding-top: 64px;
}
.container--padding-bottom {
  padding-bottom: 64px;
}
.flowing-text {
  font-size: -webkit-calc(1rem / 20 * 16);
  font-size: calc(1rem / 20 * 16);
  line-height: -webkit-calc(1rem / 20 * 24);
  line-height: calc(1rem / 20 * 24);
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
  color: #4A4A49;
  color: #4A4A49;
  color: var(--gray-dark);
}
/*  @md-min {
      font-size: calc(1rem/20 * 24);
      line-height: calc(1rem/20 * 32);
    }*/
.flowing-text p {
    margin: 0 0 1em 0
  }
@media(min-width: 1200px) {
.flowing-text p {
  }
    }
.flowing-text p:last-child {
      margin-bottom: 0;
    }
.flowing-text b, .flowing-text strong {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);
    font-weight: 600;
    font-weight: 600;
    font-weight: var(--font-weight-bold);
  }
.flowing-text a:not(.btn) {
    color: #22488e;
    color: #22488e;
    color: var(--brand-tertiary);
    font-weight: 400;
    font-weight: 400;
    font-weight: var(--font-weight-regular);
    text-decoration: underline
  }
.flowing-text a:not(.btn):hover {
      text-decoration: none;
    }
.flowing-text ul {
    margin: 1em 0;
    list-style: none;
    padding: 0 0 0 1.5em;
  }
.flowing-text ul li {
      margin-bottom: .5em
    }
.flowing-text ul li:last-child {
        margin-bottom: 0;
      }
.flowing-text ul li::before {
      content: "•";
      color: #58BCAC;
      color: #58BCAC;
      color: var(--brand-primary-light);
      display: inline-block;
      width: 1em;
      margin-left: -1em
    }
.flowing-text ul:last-child {
      margin-bottom: 0;
    }
.flowing-text ul.checklist li::before {
        position: relative;
        width: 20px;
        height: 20px;
        margin-right: .5em;
        top: 1px;
        background: url(../Images/ul-checklist.png) no-repeat center center;
        background-size: 20px;
      }
.flowing-text .important {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-headline);
    font-weight: 400;
    font-weight: 400;
    font-weight: var(--font-weight-headline)
  }
@media(min-width: 1024px) {
.flowing-text .important {
      font-size: 2rem;
      line-height: 2.4rem
  }
    }
.flowing-text.flowing-text--large {
    font-size: -webkit-calc(1rem / 20 * 18);
    font-size: calc(1rem / 20 * 18);
    line-height: -webkit-calc(1rem / 20 * 26);
    line-height: calc(1rem / 20 * 26)
  }
@media(min-width: 1024px) {
.flowing-text.flowing-text--large {
      font-size: -webkit-calc(1rem / 20 * 20);
      font-size: calc(1rem / 20 * 20);
      line-height: -webkit-calc(1rem / 20 * 30);
      line-height: calc(1rem / 20 * 30)
  }
    }
.flowing-text h1, h1.headline--1, h2.headline--1, h3.headline--1 {
  margin: 1rem 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-headline);
  color: #2D5E6A;
  color: #2D5E6A;
  color: var(--brand-primary)
}
@media(min-width: 768px) {
.flowing-text h1, h1.headline--1, h2.headline--1, h3.headline--1 {
    font-size: 3rem;
    line-height: 3rem
}
  }
@media(min-width: 1024px) {
.flowing-text h1, h1.headline--1, h2.headline--1, h3.headline--1 {
    font-size: 4rem;
    line-height: 4rem
}
  }
.flowing-text h1:first-child, h1.headline--1:first-child, h2.headline--1:first-child, h3.headline--1:first-child {
    margin-top: 0 !important;
  }
.flowing-text h2, h1.headline--2, h2.headline--2, h3.headline--2 {
  margin: 1rem 0;
  font-size: -webkit-calc(1rem / 20 * 32);
  font-size: calc(1rem / 20 * 32);
  line-height: -webkit-calc(1rem / 20 * 48);
  line-height: calc(1rem / 20 * 48);
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-headline);
  color: #2D5E6A;
  color: #2D5E6A;
  color: var(--brand-primary)
}
.flowing-text h2:first-child, h1.headline--2:first-child, h2.headline--2:first-child, h3.headline--2:first-child {
    margin-top: 0 !important;
  }
.flowing-text h3:not(.headline--1):not(.headline--2):not(.headline--4), h1.headline--3, h2.headline--3, h3.headline--3 {
  margin: 1rem 0;
  font-size: -webkit-calc(1rem / 20 * 32);
  font-size: calc(1rem / 20 * 32);
  line-height: -webkit-calc(1rem / 20 * 48);
  line-height: calc(1rem / 20 * 48);
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-headline);
  color: #2D5E6A;
  color: #2D5E6A;
  color: var(--brand-primary)
}
.flowing-text h3:not(.headline--1):not(.headline--2):not(.headline--4):first-child, h1.headline--3:first-child, h2.headline--3:first-child, h3.headline--3:first-child {
    margin-top: 0 !important;
  }
.flowing-text h4:not(.headline--1):not(.headline--2):not(.headline--3), h1.headline--4, h2.headline--4, h3.headline--4 {
  margin: 0 0 1rem 0;
  font-size: -webkit-calc(1rem / 20 * 24);
  font-size: calc(1rem / 20 * 24);
  line-height: -webkit-calc(1rem / 20 * 36);
  line-height: calc(1rem / 20 * 36);
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-headline);
  color: #2D5E6A;
  color: #2D5E6A;
  color: var(--brand-primary)
}
.flowing-text h4:not(.headline--1):not(.headline--2):not(.headline--3):first-child, h1.headline--4:first-child, h2.headline--4:first-child, h3.headline--4:first-child {
    margin-top: 0 !important;
  }
.flowing-text h5:not(.headline--1), h1.headline--5, h2.headline--5, h3.headline--5 {
  margin: 0 0 1rem 0;
  font-size: -webkit-calc(1rem / 20 * 18);
  font-size: calc(1rem / 20 * 18);
  line-height: -webkit-calc(1rem / 20 * 24);
  line-height: calc(1rem / 20 * 24);
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-headline);
  color: #4A4A49;
  color: #4A4A49;
  color: var(--gray-dark)
}
@media(min-width: 768px) {
.flowing-text h5:not(.headline--1), h1.headline--5, h2.headline--5, h3.headline--5 {
    font-size: -webkit-calc(1rem / 20 * 24);
    font-size: calc(1rem / 20 * 24);
    line-height: -webkit-calc(1rem / 20 * 32);
    line-height: calc(1rem / 20 * 32)
}
  }
.flowing-text .header--center {
    text-align: center;
  }
.flowing-text .header--underline:after {
      content: "";
      display: block;
      width: 100%;
      height: 20px;
      margin: 0 auto;
      background-image: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22713%22%20height%3D%2223%22%20viewBox%3D%220%200%20713%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%2020.6685C140.167%201.16841%20476.7%20-4.53145%20711.5%2010.6686%22%20stroke%3D%22%232E6BAE%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A');
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain
    }
@media(min-width: 1024px) {
.flowing-text .header--underline:after {
        margin: 1rem auto
    }
      }
.flowing-text figcaption {
    padding: .5rem 0;
    font-size: .8rem;
    line-height: 1rem;
    text-align: left;
    color: #4A4A49;
    color: #4A4A49;
    color: var(--gray-dark)
  }
@media(min-width: 1024px) {
.flowing-text figcaption {
      font-size: .7rem
  }
    }
.btn, a.btn, .powermail_submit {
  display: inline-block;
  position: relative;
  padding: 0 60px 0 12px;
  font-size: 15px;
  line-height: 30px;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: var(--font-weight-medium);
  color: #fff;
  color: #fff;
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
  background: #2D5E6A;
  background: #2D5E6A;
  background: var(--brand-primary);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out;
  border: solid 1px #2D5E6A;
  border: solid 1px #2D5E6A;
  border: solid 1px var(--brand-primary)
}
@media(min-width: 1024px) {
.btn, a.btn, .powermail_submit {
    padding: 0 60px 0 12px;
    font-size: 16px
}
  }
.btn:after, a.btn:after, .powermail_submit:after {
    content: ">>";
    display: block;
    position: absolute;
    top: 0;
    right: 14px;
    -webkit-transition: all 0.75s ease-out;
    transition: all 0.75s ease-out;
  }
.btn:hover, a.btn:hover, .powermail_submit:hover {
    background: #fff;
    background: #fff;
    background: var(--white);
    color: #2D5E6A;
    color: #2D5E6A;
    color: var(--brand-primary)
  }
.btn:hover:after, a.btn:hover:after, .powermail_submit:hover:after {
      right: 8px;
    }
.btn:active, a.btn:active, .powermail_submit:active {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
.btn.btn--invert, a.btn.btn--invert, .powermail_submit.btn--invert {
    color: #2D5E6A;
    color: #2D5E6A;
    color: var(--brand-primary);
    background: #fff;
    background: #fff;
    background: var(--white);
    border: solid 1px #2D5E6A;
    border: solid 1px #2D5E6A;
    border: solid 1px var(--brand-primary)
  }
.btn.btn--invert:hover, a.btn.btn--invert:hover, .powermail_submit.btn--invert:hover {
      background: #2D5E6A;
      background: #2D5E6A;
      background: var(--brand-primary);
      color: #fff;
      color: #fff;
      color: var(--white);
      border-color: #fff;
      border-color: #fff;
      border-color: var(--white);
    }
.btn.btn--contact,
  .btn.btn--warning,
  a.btn.btn--contact,
  a.btn.btn--warning,
  .powermail_submit.btn--contact,
  .powermail_submit.btn--warning {
    background: #fff;
    background: #fff;
    background: var(--white);
    height: 45px;
    line-height: 42px;
    color: #2D5E6A;
    color: #2D5E6A;
    color: var(--brand-primary);
    padding-left: 55px;
    padding-right: 20px;
    font-weight: 600;
    font-weight: 600;
    font-weight: var(--font-weight-bold)
  }
@media(min-width: 768px) {
.btn.btn--contact,
  .btn.btn--warning,
  a.btn.btn--contact,
  a.btn.btn--warning,
  .powermail_submit.btn--contact,
  .powermail_submit.btn--warning {
      padding-left: 60px;
      padding-right: 55px
  }
    }
.btn.btn--contact:before, .btn.btn--warning:before, a.btn.btn--contact:before, a.btn.btn--warning:before, .powermail_submit.btn--contact:before, .powermail_submit.btn--warning:before {
      display: block;
      position: absolute;
      left: 0;
      content: "";
      width: 45px;
      height: 100%;
      background: #2D5E6A url(../Images/icon-contact.png) no-repeat center;
      background: #2D5E6A url(../Images/icon-contact.png) no-repeat center;
      background: var(--brand-primary) url(../Images/icon-contact.png) no-repeat center;
      background-size: cover;
    }
.btn.btn--warning:before, a.btn.btn--warning:before, .powermail_submit.btn--warning:before {
      background-color: #DEBE40;
      background-color: #DEBE40;
      background-color: var(--brand-warning);
      background-image: url(../Images/icon-warning.png);
    }
.table-responsive {
  width: 100%;
  overflow-y: auto;
  margin: 2rem 0
}
@media(max-width: 1023px) {
.table-responsive {
    border-left: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3
}
  }
.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
  }
table.contenttable {
  width: 100%;
  max-width: 100%;
  border-top: solid 1px #050a0d;
  border-top: solid 1px #050a0d;
  border-top: solid 1px var(--black);
  font-size: 14px;
  line-height: 28px;
  border-collapse: collapse;

}
@media(min-width: 1024px) {
table.contenttable {
    font-size: 16px;
    line-height: -webkit-calc(1rem / 20 * 24);
    line-height: calc(1rem / 20 * 24);

}
  }
table.contenttable thead tr {
      border-bottom: solid 1px #050a0d;
      border-bottom: solid 1px #050a0d;
      border-bottom: solid 1px var(--black);
    }
table.contenttable thead th {
      padding: 24px 6px 24px 6px;
      color: #050a0d;
      color: #050a0d;
      color: var(--black);
      text-align: left;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-family: var(--font-family-headline);
      font-weight: 400;
      font-weight: 400;
      font-weight: var(--font-weight-headline);
      vertical-align: top
    }
@media(min-width: 1024px) {
table.contenttable thead th {
        font-size: 24px
    }
      }
table.contenttable td {
    padding: 24px 6px 24px 6px;
  }
table.contenttable tr {
    vertical-align: top;

    border-bottom: solid 1px #e3e3e3
  }
table.contenttable tr:nth-child(odd) {
      background: none;
    }
table.contenttable tr:last-child {
      border-bottom: solid 1px #050a0d;
      border-bottom: solid 1px #050a0d;
      border-bottom: solid 1px var(--black);
    }
table.contenttable p {
    margin: 0 !important;
  }
figure.table {
  margin: 0;
}
.carousel-base .slick-arrow {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: none;
    background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2246%22%20height%3D%2230%22%20viewBox%3D%220%200%2046%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7.10177%201.69992L44.6865%2012.153C37.6045%2013.5997%2018.2122%2018.6933%202.49995%2028.4999%22%20stroke%3D%22%232E6BAE%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A');
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    overflow: hidden;
    text-indent: -1000px;
    z-index: 100;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg)
  }
.carousel-base .slick-arrow:hover {
      opacity: .7;
    }
.carousel-base .slick-arrow.slick-next {
      left: auto;
      right: 0;
      -webkit-transform: none;
              transform: none;
    }
@media(min-width: 1024px) {
.carousel-base .slick-arrow {
      background-size: 45px auto
  }
    }
ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.slick-dots li {
    display: block;
    margin: 0
  }
ul.slick-dots li:before {
      display: none;
    }
ul.slick-dots li button {
      display: block;
      width: 48px;
      height: 48px;
      margin: 0 4px;
      padding: 0;
      border: none;
      background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2228%22%20height%3D%2225%22%20viewBox%3D%220%200%2028%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M19.2088%206.68595C29.3463%209.80992%2027.1126%2023%2019.2088%2023C11.3049%2023%20-11.8912%2011.719%2013.7104%202%22%20stroke%3D%22%23549E8D%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A');
      background-size: 22px auto;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      overflow: hidden;
      text-indent: -1000px;
      cursor: pointer
    }
@media(min-width: 1024px) {
ul.slick-dots li button {
        background-size: 24px auto
    }
      }
ul.slick-dots li:nth-child(even) button {
      }
ul.slick-dots li.slick-active button {
        background-image: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.01409%2017.6626C-2.34868%2011.1363%204.43165%20-0.396001%2011.8183%202.41604C19.205%205.22808%2036.8698%2024.0237%209.48553%2023.9982%22%20stroke%3D%22%23A36CA1%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A');
      }
.select-replace {
  position: relative;
  height: 77px;
  background: transparent;
  border: solid 1px #2D5E6A;
  border: solid 1px #2D5E6A;
  border: solid 1px var(--brand-primary);
  border-radius: 0;
  -webkit-transition: background 500ms;
  transition: background 500ms;

}
.select-replace >select {
    position: absolute;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
    border: none;
    border-radius: 0;
    height: 75px;
    background: #fff;
    background: #fff;
    background: var(--white);
    -webkit-box-shadow:none !important;
            box-shadow:none !important;
    cursor: pointer;
    color: #050a0d;
    color: #050a0d;
    color: var(--black);
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance:none
  }
.select-replace >select::-ms-expand {
      display: none;
    }
.select-replace >select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #414141;
    }
.select-replace >select option {
      color: #000;
    }
.select-replace >.icon {
    position: absolute;
    right: 15px;
    top: 35px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #707070 transparent transparent transparent;
    border-color: #707070 transparent transparent transparent;
    border-color: var(--gray) transparent transparent transparent;
  }
.select-replace:hover >.icon {
    }
.select-replace:focus {
    background: #fff;
  }
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  margin: 0;
  padding: 0;
}
html {
  background: #fff;
  background: #fff;
  background: var(--white);
  scroll-behavior: smooth;
  font-size: 20px;
  line-height: 28px;
  scroll-padding-top: 140px;
}
body {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
  color: #050a0d;
  color: #050a0d;
  color: var(--black);
}
.page-main {
  min-height: 500px;
  margin-top: 104px
}
@media(min-width: 1024px) {
.page-main {
    margin-top: 140px
}
  }
*.focus-visible {
  outline: 3px dashed #55bbab;
  outline: 3px dashed #55bbab;
  outline: 3px dashed var(--brand-secondary);
  outline-offset: 5px;
}
*.focus-visible {
  outline: 3px dashed #55bbab;
  outline: 3px dashed #55bbab;
  outline: 3px dashed var(--brand-secondary);
  outline-offset: 5px;
}
*:focus-visible {
  outline: 3px dashed #55bbab;
  outline: 3px dashed #55bbab;
  outline: 3px dashed var(--brand-secondary);
  outline-offset: 5px;
}
::-moz-selection {
  background-color: #22488e;
  background-color: #22488e;
  background-color: var(--brand-tertiary);
  color: #fff;
  color: #fff;
  color: var(--white);
}
::selection {
  background-color: #22488e;
  background-color: #22488e;
  background-color: var(--brand-tertiary);
  color: #fff;
  color: #fff;
  color: var(--white);
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  background: #fff;
  background: var(--white);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.page-header__inside--1 {
  height: 48px;
  padding: 10px 0 0 0;
  background: #2D5E6A;
  background: #2D5E6A;
  background: var(--brand-primary);
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
@media(min-width: 1024px) {
.page-header__inside--1 {
    height: 80px;
    padding: 15px 0 0 0
}
  }
.page-header__inside__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-header__inside--1 .page-header__inside__inside {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
/*    justify-content: flex-end;*/
  }
.page-header__inside--2 {
  height: 56px;
  padding: 11px 0;
  background: #fff;
  background: #fff;
  background: var(--white)
}
@media(min-width: 1024px) {
.page-header__inside--2 {
    height: 60px
}
  }
.page-header__logo {
  display: block;
  width: 150px;
  margin-top: 6px
}
@media(min-width: 768px) {
.page-header__logo {
    width: 260px;
    margin-top: 0
}
  }
img.page-header__logo__img {
  display: block;
  width: 100%;
  height: auto;
}
.scrolled .page-header {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
.scrolled .page-header__inside--1 {
    height: 0;
    padding: 0;
  }
.page-header__service-navigation-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header__product-icon {
  height: 28px;
}
@media(min-width: 1024px) {
.page-header__product-icon {
    height: 50px;
}
  }
.page-header__product-icon img {
    display: block;
    width: auto;
    height: 28px
  }
@media(min-width: 1024px) {
.page-header__product-icon img {
      height: 50px
  }
    }
.main-navigation__toggle {
  display: block;
  position: absolute;
  right: 0;
  top: -3px;
  z-index: 200;
  width: 56px;
  height: 40px;
  padding: 0;
  background: none;
  cursor: pointer;
  -webkit-transition: background 100ms;
  transition: background 100ms;

  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 2px #707070;
  border: solid 2px #707070;
  border: solid 2px var(--gray);
  border-radius: 2px
}
@media(min-width: 1024px) {
.main-navigation__toggle {
    display: none
}
  }
.scrolled {
  top: 50px;
}
.scrolled .main-navigation__toggle__text:after {
    background: #2D5E6A;
    background: #2D5E6A;
    background: var(--brand-primary);
  }
.main-navigation__toggle__text {
  display: none;
}
.main-navigation__toggle__bar {
  display: block;
  position: absolute;
  left: 15px;
  top: 9px;
  width: 22px;
  height: 2px;
  background: #707070;
  background: #707070;
  background: var(--gray);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  will-change: left, top
}
.main-navigation__toggle__bar:nth-child(2) {
    top: 18px;
  }
.main-navigation__toggle__bar:nth-child(3) {
    top: 27px;
  }
.main-navigation--open .main-navigation__toggle__bar {
    top: 18px;
    right: 0;
  }
.main-navigation--open .main-navigation__toggle__bar:nth-child(1) {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
.main-navigation--open .main-navigation__toggle__bar:nth-child(2) {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
.main-navigation--open .main-navigation__toggle__bar:nth-child(3) {
    opacity: 0;
  }
.main-navigation {
  font-size: 20px;
  line-height: 28px;
}
.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
  }
@media(min-width: 1024px) {
.main-navigation ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
    }
@media(max-width: 1023px) {
.main-navigation ul.level-1 {
      display: none;
  }
    }
.main-navigation ul.level-1 > li {
      position: relative;
      padding-top: 4px;
      height: 49px;
    }
.main-navigation ul.level-2 {
    display: none;
    position: absolute;
    top: 49px;
    left: -50%;
    padding-top: 4px;

    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
.main-navigation ul.level-2 li {
      min-width: 220px;
      padding: 12px 20px;
      border-bottom: solid 1px #2D5E6A;
      border-bottom: solid 1px #2D5E6A;
      border-bottom: solid 1px var(--brand-primary);
      background: #fff;
      background: #fff;
      background: var(--white);
    }
.main-navigation ul.level-1 > li {
    margin-bottom: 16px
  }
@media(min-width: 1024px) {
.main-navigation ul.level-1 > li {
      margin-right: 34px;
      margin-bottom: 0
  }
    }
.main-navigation ul.level-1 > li:last-child {
      margin-bottom: 0
    }
@media(min-width: 1024px) {
.main-navigation ul.level-1 > li:last-child {
        margin-right: 0
    }
      }
.main-navigation ul.level-1 > li:hover ul.level-2, .main-navigation ul.level-1 > li[focus-within] ul.level-2, .main-navigation ul.level-1 > li.open ul.level-2 {
        display: block;
      }
.main-navigation ul.level-1 > li:hover ul.level-2, .main-navigation ul.level-1 > li[focus-within] ul.level-2, .main-navigation ul.level-1 > li.open ul.level-2 {
        display: block;
      }
.main-navigation ul.level-1 > li:hover ul.level-2, .main-navigation ul.level-1 > li:focus-within ul.level-2, .main-navigation ul.level-1 > li.open ul.level-2 {
        display: block;
      }
.main-navigation a {
    color: #4A4A49;
    color: #4A4A49;
    color: var(--gray-dark);
    text-decoration: none
  }
.main-navigation a:hover, .main-navigation a.active {
      text-decoration: underline;
      text-decoration-thickness: 1px;
    }
.main-navigation a.active {
      font-weight: 600;
      font-weight: 600;
      font-weight: var(--font-weight-bold);
      color: #2D5E6A;
      color: #2D5E6A;
      color: var(--brand-primary);
    }
@media(max-width: 1023px) {
.main-navigation--open .main-navigation ul.level-1 {
        display: block;
        position: fixed;
        top: 6rem;
        right: 1rem;
        background: #fff;
        background: #fff;
        background: var(--white);
    }
      }
@media(max-width: 1023px) {
.main-navigation--open .main-navigation ul.level-1 li {
          width: 200px;
          height: auto;
          margin: 0;
          padding: 12px 20px;
          border-bottom: solid 1px #2D5E6A;
          border-bottom: solid 1px #2D5E6A;
          border-bottom: solid 1px var(--brand-primary);
          background: #fff;
          background: #fff;
          background: var(--white);
          -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          text-align: left;
      }

          .main-navigation--open .main-navigation ul.level-1 li:last-child {
            border-bottom: none;
          }
        }
.main-navigation--open .main-navigation ul.level-1 li ul {
          position: relative;
          left: auto;
          top: 0;
          margin: 12px -20px -12px -20px;
          -webkit-box-shadow: none;
                  box-shadow: none;
          background: #2D5E6A;
          background: #2D5E6A;
          background: var(--brand-primary);
        }
.main-navigation--open .main-navigation ul.level-1 li ul li {
            background: #2D5E6A;
            background: #2D5E6A;
            background: var(--brand-primary);
            border-bottom-color: #fff;
            border-bottom-color: #fff;
            border-bottom-color: var(--white);
          }
.main-navigation--open .main-navigation ul.level-1 li ul li a {
              color: #fff;
              color: #fff;
              color: var(--white);
            }
.page-header__service-navigation {
  font-size: 16px;
  line-height: 28px;
}
@media(max-width: 1023px) {
.page-header__service-navigation {
    display: none;
}
  }
.page-header__service-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
  }
@media(min-width: 1024px) {
.page-header__service-navigation ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
    }
.page-header__service-navigation li {
    margin-bottom: 16px
  }
@media(min-width: 1024px) {
.page-header__service-navigation li {
      margin-right: 25px;
      margin-bottom: 0
  }
    }
.page-header__service-navigation li:last-child {
      margin-bottom: 0;
    }
.page-header__service-navigation a {
    color: #fff;
    color: #fff;
    color: var(--white);
    text-decoration: none

  }
.page-header__service-navigation a:hover, .page-header__service-navigation a.active {
      text-decoration: underline;
      text-decoration-thickness: 1px;
    }
.page-header__service-navigation a.active {
      font-weight: 600;
      font-weight: 600;
      font-weight: var(--font-weight-bold);
    }
.page-header__langauge-navigation {
  font-size: 20px;
  line-height: 28px;
  margin: 16px 24px 32px 24px;
}
@media(min-width: 1024px) {
.page-header__langauge-navigation {
    margin: 0 0 0 20px;
    font-size: 14px;
}
  }
.page-header__langauge-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
.page-header__langauge-navigation li {
    position: relative;
    display: block;
    padding: 0 7px 0 0;
    margin: 0 7px 0 0

  }
@media(min-width: 1024px) {
.page-header__langauge-navigation li {

  }

    }
.page-header__langauge-navigation li:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 4px;
      width: 1px;
      height: 18px;
      background-color: #fff;
      background-color: #fff;
      background-color: var(--white)
    }
@media(min-width: 1024px) {
.page-header__langauge-navigation li:after {
        height: 14px;
        top: 8px;
        background-color: #050a0d;
        background-color: #050a0d;
        background-color: var(--black)
    }
      }
.page-header__langauge-navigation li:last-child {
      margin-bottom: 0
    }
@media(min-width: 1024px) {
.page-header__langauge-navigation li:last-child {
        margin-right: 0;
        padding-right: 0
    }
      }
.page-header__langauge-navigation li:last-child:after {
        display: none;
      }
.page-header__langauge-navigation a {
    color: #fff;
    color: #fff;
    color: var(--white);
    text-decoration: none
  }
@media(min-width: 1024px) {
.page-header__langauge-navigation a {
      color: #050a0d;
      color: #050a0d;
      color: var(--black)
  }
    }
.page-header__langauge-navigation a:hover, .page-header__langauge-navigation a.active {
      text-decoration: underline;
    }
@media(min-width: 1024px) {
.navigation-open .page-header__langauge-navigation li:after {
            background-color: #fff;
            background-color: #fff;
            background-color: var(--white)
      }
        }
@media(min-width: 1024px) {
.navigation-open .page-header__langauge-navigation a {
        color: #fff;
        color: #fff;
        color: var(--white)
    }
      }
.page-header__search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.page-header__search input.tx-indexedsearch-searchbox-sword {
    width: 182px;
    height: 28px;
    padding: 4px;
    border: solid 1px #4A4A49;
    border: solid 1px #4A4A49;
    border: solid 1px var(--gray-dark);
    border-right: none;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);
    font-size: 16px;
    color: #050a0d;
    color: #050a0d;
    color: var(--black);
    background: #fff;
    background: #fff;
    background: var(--white)
  }
.page-header__search input.tx-indexedsearch-searchbox-sword::-moz-placeholder {
      color: #050a0d;
      color: #050a0d;
      color: var(--black);
    }
.page-header__search input.tx-indexedsearch-searchbox-sword:-ms-input-placeholder {
      color: #050a0d;
      color: #050a0d;
      color: var(--black);
    }
input.tx-indexedsearch-searchbox-sword::-moz-placeholder {
      color: #050a0d;
      color: #050a0d;
      color: var(--black);
    }
input.tx-indexedsearch-searchbox-sword:-ms-input-placeholder {
      color: #050a0d;
      color: #050a0d;
      color: var(--black);
    }
input.tx-indexedsearch-searchbox-sword::-webkit-input-placeholder {
      color: #050a0d;
      color: #050a0d;
      color: var(--black);
    }
input.tx-indexedsearch-searchbox-sword::-ms-input-placeholder {
      color: #050a0d;
      color: #050a0d;
      color: var(--black);
    }
.page-header__search input.tx-indexedsearch-searchbox-sword::placeholder {
      color: #050a0d;
      color: #050a0d;
      color: var(--black);
    }
.page-header__search button.tx-indexedsearch-searchbox-button {
    display: block;
    height: 28px;
    width: 28px;
    padding: 0;
    border: solid 1px #4A4A49;
    border: solid 1px #4A4A49;
    border: solid 1px var(--gray-dark);
    background: #58BCAC url(../Images/search-icon.svg) no-repeat center center;
    background: #58BCAC url(../Images/search-icon.svg) no-repeat center center;
    background: var(--brand-primary-light) url(../Images/search-icon.svg) no-repeat center center;
    background-size: 16px auto;
    cursor: pointer;
  }
.widget-navigation {
  position: fixed;
  top: 120px;
  right: 1rem;
  z-index: 100;
  -webkit-transition: top .2s ease-in-out;
  transition: top .2s ease-in-out



}
@media(min-width: 768px) {
.widget-navigation {
    top: 6rem;
    right: 1rem



}
  }
@media(min-width: 1024px) {
.widget-navigation {
    top: 8rem;
    right: 3rem



}
  }
.scrolled .widget-navigation {
    top: 50px
  }
@media(max-width: 1023px) {
.scrolled .widget-navigation {
      top: -webkit-calc(100dvh - 4rem);
      top: calc(100dvh - 4rem)
  }
    }
@media(min-width: 768px) {
.scrolled .widget-navigation {
      top: 2.6rem
  }
    }
@media(max-width: 1023px) {
.main-navigation--open .widget-navigation {
      top: -webkit-calc(100dvh - 4rem);
      top: calc(100dvh - 4rem)
  }
    }
.widget-navigation__toggle {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url(../Images/widget-icon.svg) no-repeat center;
  background-size: 60px 60px;
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
  z-index: 101;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.widget-navigation__content {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background: #fff;
  background: #fff;
  background: var(--white);
  border: solid 2px #55bbab;
  border: solid 2px #55bbab;
  border: solid 2px var(--brand-secondary);
  border-top-width: 6px;
  font-size: 20px;
  line-height: 24px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.widget-navigation__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
.widget-navigation__content ul li {
      padding: 20px;
      border-bottom: solid 2px #55bbab;
      border-bottom: solid 2px #55bbab;
      border-bottom: solid 2px var(--brand-secondary)
    }
.widget-navigation__content ul li:last-child {
        border-bottom: none;
      }
.widget-navigation__content a {
    color: #707070;
    color: #707070;
    color: var(--gray);
    text-decoration: none;
    font-weight: 600;
    font-weight: 600;
    font-weight: var(--font-weight-bold)
  }
.widget-navigation__content a:hover {
      color: #2D5E6A;
      color: #2D5E6A;
      color: var(--brand-primary);
      text-decoration: underline;
    }
.page-footer {
/*  margin-top: 120px;*/
  padding: 60px 0;
  color: #050a0d;
  color: #050a0d;
  color: var(--black);
  background: #fff;
  background: #fff;
  background: var(--white);
  font-size: 18px;
  line-height: 24px
}
.page-footer:before {
    content: '';
    position: absolute;
    display: block;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    background: #fff;
    background: var(--white);
    -webkit-transform: skewY(-2deg);
            transform: skewY(-2deg);
  }
.page-footer a {
    color: #050a0d !important;
    color: #050a0d !important;
    color: var(--black) !important;
  }
.page-footer__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-footer__section {
  width: 100%;
  margin-bottom: 2rem
}
@media(min-width: 768px) {
.page-footer__section {
    width: auto
}
  }
@media(min-width: 1024px) {
.page-footer__section {
    margin-bottom: 3rem
}
  }
.page-footer__logo {
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
@media(min-width: 768px) {
.page-footer__section--section-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto
}
  }
.page-footer__menu {
  width: 100%;
  max-width: 100%;
}
@media(min-width: 768px) {
.page-footer__menu {
    width: 210px;
}
  }
.page-footer__menu ul {
    width: 100%;
    padding: 0;
  }
.page-footer__menu li {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: solid 1px #b1b1b1;
    border-bottom: solid 1px #b1b1b1;
    border-bottom: solid 1px var(--gray-lighter)
  }
.page-footer__menu li:before {
      display: none !important;
    }
.page-footer__menu a {
    text-decoration: none !important
  }
.page-footer__menu a:hover {
      text-decoration: underline !important;
    }
.page-footer__menu-1 {
  margin-bottom: 2rem
}
@media(min-width: 768px) {
.page-footer__menu-1 {
    margin-bottom: 0;
    margin-right: 3rem
}
  }
#cookie-consent {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
  color: #050a0d;
  color: #050a0d;
  color: var(--black);
  font-size: 18px;
  line-height: 24px;
}
#cookie-consent *.focus-visible {
    outline: 3px dashed #55bbab;
    outline: 3px dashed #55bbab;
    outline: 3px dashed var(--brand-secondary);
    outline-offset: 5px;
  }
#cookie-consent *.focus-visible {
    outline: 3px dashed #55bbab;
    outline: 3px dashed #55bbab;
    outline: 3px dashed var(--brand-secondary);
    outline-offset: 5px;
  }
#cookie-consent *:focus-visible {
    outline: 3px dashed #55bbab;
    outline: 3px dashed #55bbab;
    outline: 3px dashed var(--brand-secondary);
    outline-offset: 5px;
  }
#cookie-consent .consent-modal {
    border-radius: 0;
    background: #fff;
    background: #fff;
    background: var(--white);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
#cookie-consent .label {
    font-size: 16px;
    color: #050a0d;
    color: #050a0d;
    color: var(--black);
  }
#cookie-consent a {
    border-radius: 0;
    color: #050a0d;
    color: #050a0d;
    color: var(--black);
    text-decoration: underline
  }
#cookie-consent a:hover {
      text-decoration: none;
    }
#cookie-consent .btn {
    position: relative;
    padding: 12px 60px 12px 12px;
    font-size: 16px;
    line-height: 30px;
    border: solid 1px #2D5E6A;
    border: solid 1px #2D5E6A;
    border: solid 1px var(--brand-primary);
    border-radius: 0;
    background: #2D5E6A;
    background: #2D5E6A;
    background: var(--brand-primary);
    color: #fff;
    color: #fff;
    color: var(--white);
    text-transform: none;
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out;
    text-align: left
  }
#cookie-consent .btn:after {
      top: 12px;
/*      display: none;*/
    }
#cookie-consent .btn:hover {
      background: #fff;
      background: #fff;
      background: var(--white);
      color: #2D5E6A;
      color: #2D5E6A;
      color: var(--brand-primary)
    }
#cookie-consent .btn:hover:after {
        right: 8px;
      }
#cookie-consent .btn:active {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
    }
#cookie-consent .show-details {
    color: #050a0d;
    color: #050a0d;
    color: var(--black);
    cursor: pointer;
    border-radius: 0
  }
#cookie-consent .show-details:hover {
      text-decoration: underline;
    }
#cookie-consent .label {

  }
#cookie-consent .option-headline {
    display: block;
    margin-bottom: .5rem;
    text-transform: none;
    font-size: 18px;
  }
.frame-type-mindshapecookieconsent_consent {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media(min-width: 1024px) {
.frame-type-mindshapecookieconsent_consent {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
  }
.frame-type-mindshapecookieconsent_consent .row {
    display: block;
    position: relative;
    max-width: 1160px;
    margin: 0 1rem
  }
@media(min-width: 1024px) {
.frame-type-mindshapecookieconsent_consent .row {
      margin: 0 4rem
  }
    }
@media(min-width: 1200px) {
.frame-type-mindshapecookieconsent_consent .row {
      margin: 0 5rem
  }
    }
@media (min-width: 1360px) {

  .frame-type-mindshapecookieconsent_consent .row {
      margin: 0 auto
  }
    }
.text {
}
@media(min-width: 1024px) {
.text__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
  }
@media(min-width: 1024px) {
.text__column {
    width: 50%
}
  }
@media(min-width: 1024px) {
.text__column--left {
    padding-right: 15px
}
  }
@media(min-width: 1024px) {
.text__column--right {
    padding-left: 15px
}
  }
.text-with-image {
  position: relative;
}
.text-with-image__sections {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media(min-width: 768px) {
.text-with-image--align-center .text-with-image__sections {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center
  }
    }
.text-with-image__image-section {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
  margin: 0;
  width: 100%;
  z-index: 0;
}
@media(min-width: 768px) {
.text-with-image__image-section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem);
    margin: 0;
}
  }
.text-with-image__image-section figure {
    display: block;
    width: 100%;
    margin: 0
  }
@media(min-width: 768px) {
.text-with-image__image-section figure {
      margin: 0
  }
    }
.text-with-image__image-section picture img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center;
    }
.text-with-image__image-section figcaption {
    padding: .5rem 0;
    font-size: .8rem;
    line-height: 1rem;
    text-align: right;
    color: #4A4A49;
    color: #4A4A49;
    color: var(--gray-dark)
  }
@media(min-width: 1024px) {
.text-with-image__image-section figcaption {
      font-size: .7rem
  }
    }
@media(min-width: 768px) {
.text-with-image--image-left .text-with-image__image-section {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0
  }
    }
.text-with-image--image-left .text-with-image__figure {
    margin: 0
  }
@media(min-width: 768px) {
.text-with-image--image-left .text-with-image__figure {
      position: absolute;
      right: 0;
      margin: 0
  }
    }
.text-with-image__text-section {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 100%;
  margin-top: 1rem
}
@media(min-width: 768px) {
.text-with-image__text-section {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 50%;
    margin-top: 0
}
  }
@media(min-width: 768px) {
.text-with-image--image-left .text-with-image__text-section {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding: 0
  }
    }
@media(min-width: 768px) {
.text-with-image--image-left .text-with-image__caption {
      right: auto;
      left: 18px;
      text-align: left
  }
    }
.image-carousel {

}
@media(min-width: 1024px) {
.image-carousel__header {
    margin-bottom: 3rem !important
}
  }
.image-carousel__image {
  display: block;
}
.image-carousel__image figure {
    margin: 0;
  }
.image-carousel__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
:not(.image-carousel--carousel-enabled) .image-carousel__image {
  margin-bottom: 2rem
}
:not(.image-carousel--carousel-enabled) .image-carousel__image:last-child {
    margin-bottom: 0;
  }
.image-carousel__control {
  margin-top: 1rem
}
@media(min-width: 1024px) {
.image-carousel__control {
    margin-top: 2rem
}
  }
.image-grid {

}
.image-grid__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-calc(100% + 1rem);
  width: calc(100% + 1rem);
  margin: 0 -.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* Styles for 1-column layout */
.image-grid--columns-1 .image-grid__images__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
/* Styles for 2-column layout */
.image-grid--columns-2 .image-grid__images__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%
  }
.image-grid--columns-2 .image-grid__images__section:nth-child(2) {
      padding-top: 4rem;
    }
.image-grid__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  padding: .5rem;
}
@media(min-width: 1024px) {
.image-grid__image {
    padding: 2rem;
}
  }
.image-grid__image figure {
    margin: 0;
  }
.image-grid__image img {
    display: block;
    height: 350px;
    width: auto;
    border-radius: 8px;
  }
.image-grid__image.image-grid__image-ratio-landscape img {
      width: 100%;
      height: auto;
    }
.image-grid__image.image-grid__image-ratio-portrait img {
      width: auto;
      height: 200px
    }
@media(min-width: 768px) {
.image-grid__image.image-grid__image-ratio-portrait img {
        height: 400px
    }
      }
@media(min-width: 1024px) {
.image-grid__image.image-grid__image-ratio-portrait img {
        height: 500px
    }
      }
.image-grid__images__section:nth-child(1) .image-grid__image {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
.images {
  position: relative;
}
.images__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -.5rem;
}
.images__item {
  position: relative;
  width: -webkit-calc(100% - 1rem);
  width: calc(100% - 1rem);
  margin: 0 .5rem 2rem .5rem;
}
.images__item figure {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
.images__item figure picture img {
        display: block;
        width: 100%;
        height: auto;
      }
.images__item figure figcaption {
      padding: .5rem 0;
      font-size: .8rem;
      line-height: 1rem;
      text-align: left;
      color: #4A4A49;
      color: #4A4A49;
      color: var(--gray-dark)
    }
@media(min-width: 1024px) {
.images__item figure figcaption {
        font-size: .7rem
    }
      }
@media(min-width: 1024px) {
.images--columns-2 .images__item {
      width: -webkit-calc(50% - 2rem);
      width: calc(50% - 2rem)
  }
    }
hr.line {
    display: block;
    height: 20px;
    width: 710px;
    max-width: -webkit-calc(100% - 6rem);
    max-width: calc(100% - 6rem);
    margin: 2rem auto;
    border: 0;
    background-image: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22713%22%20height%3D%2223%22%20viewBox%3D%220%200%20713%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%2020.6685C140.167%201.16841%20476.7%20-4.53145%20711.5%2010.6686%22%20stroke%3D%22%232E6BAE%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}
@media(min-width: 1024px) {
hr.line {
        margin: 1rem auto
}
    }
.page-intro {
}
.page-intro__image-wrap {
  width: 100%;
  height: 400px
}
@media(min-width: 768px) {
.page-intro__image-wrap {
    height: 500px
}
  }
.page-intro__image-wrap:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    background: #fff;
    background: var(--white);
    -webkit-transform: skewY(-2deg);
            transform: skewY(-2deg)
  }
@media(min-width: 768px) {
.page-intro__image-wrap:after {
      bottom: -20px
  }
    }
@media(min-width: 1024px) {
.page-intro__image-wrap:after {
      bottom: -50px
  }
    }
.page-intro__image-wrap figure,
  .page-intro__image-wrap picture
  {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
  }
.page-intro__image-wrap img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.page-intro__inside {

}
.page-intro__text {
  display: block;
  margin-top: 25px
}
@media(min-width: 1024px) {
.page-intro__text {
    display: block;
    position: absolute;
    bottom: 200px;
    margin: 0
}
  }
h1.page-intro__header {
  z-index: 1;
  font-size: 32px;
  line-height: 38px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-regular)
}
@media(min-width: 1024px) {
h1.page-intro__header {
    font-weight: 600;
    font-weight: 600;
    font-weight: var(--font-weight-bold)
}
  }
.page-intro__header__line {
  display: inline-block
}
@media(min-width: 1024px) {
.page-intro__header__line {
    padding: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-color: #fff;
    background-color: var(--white)
}
  }
.horizontal-rule__line {
  position: relative;
  border: none;
  padding: 0;
  margin: 0
}
.horizontal-rule__line:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin: 0;
    border-top: solid 1px #707070;
    border-top: solid 1px #707070;
    border-top: solid 1px var(--gray);
    border-bottom: solid 1px #707070;
    border-bottom: solid 1px #707070;
    border-bottom: solid 1px var(--gray);
  }
.profile-teaser {
  position: relative;
}
.profile-teaser__sections {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile-teaser--align-center .profile-teaser__sections {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
.profile-teaser__image-section {
  position: relative;
  width: 30%
}
@media(min-width: 1024px) {
.profile-teaser__image-section {
}
  }
@media(max-width: 1023px) {
.profile-teaser--image-left .profile-teaser__image-section {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0
  }
    }
.profile-teaser__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.profile-teaser__text-section {
  width: -webkit-calc(70% - 17px);
  width: calc(70% - 17px);
  line-height: 22px
}
@media(min-width: 768px) {
.profile-teaser__text-section {
    width: -webkit-calc(70% - 35px);
    width: calc(70% - 35px);
    line-height: 32px
}
  }
.profile-teaser h1.profile-teaser__header {
  margin: 0;
}
.profile-teaser__text {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
}
q.profile-teaser__text {
  font-style: italic;
}
@media(max-width: 1023px) {
.profile-teaser--image-right .profile-teaser__text-section {
      margin-bottom: 28px
  }
    }
@media(min-width: 1024px) {
.profile-teaser--image-right .profile-teaser__text-section {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0
  }
    }
.social-links {
  /*  border-top: solid 1px var(--black);*/


}
.social-links__inside {
  position: relative

}
.social-links__inside:before,
  .social-links__inside:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin: 0 0 16px 0;
    border-top: solid 1px #707070;
    border-top: solid 1px #707070;
    border-top: solid 1px var(--gray);
    border-bottom: solid 1px #707070;
    border-bottom: solid 1px #707070;
    border-bottom: solid 1px var(--gray);
  }
.social-links__inside:after {
    margin: 16px 0 0 0;
  }
ul.social-links__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.social-links__icons li {
    display: block;
    height: 36px;
    margin: 0 20px 0 0
  }
@media(min-width: 768px) {
ul.social-links__icons li {
      height: 50px;
      margin: 0 30px 0 0
  }
    }
ul.social-links__icons li:hover {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
    }
ul.social-links__icons li:active {
        -webkit-transform: scale(0.98);
                transform: scale(0.98);
    }
ul.social-links__icons li img {
      display: block;
      height: 100%;
      width: auto;
    }
.teaser {
  background: #2D5E6A;
  background: #2D5E6A;
  background: var(--brand-primary)
}
.teaser.teaser--background-white {
    background: #fff;
    background: #fff;
    background: var(--white);
  }
.teaser.teaser--background-gray {
        background: #E3E0E0;
        background: #E3E0E0;
        background: var(--gray-light);
    }
.teaser__header {
  text-align: center;
  margin-bottom: 2rem;
}
.teaser--background-primary .teaser__header {
    color: #fff;
    color: #fff;
    color: var(--white);
  }
.teaser--background-primary .teaser__header h2 {
        color: #fff;
        color: #fff;
        color: var(--white);
    }
.teaser__logo {
  display: block;
  width: 110px;
  height: auto;
  margin: 0 auto;
}
.teaser__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -.5rem
}
@media(min-width: 1024px) {
.teaser__items {
    margin: 0 -1rem
}
  }
.teaser--items-center .teaser__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.teaser-item {
  position: relative;
  width: -webkit-calc(100% - 1rem);
  width: calc(100% - 1rem);
  margin: 0 .5rem 2rem .5rem;
  padding: 4px;
  background: #fff;
  background: #fff;
  background: var(--white)
}
@media(min-width: 768px) {
.teaser-item {
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem);
    margin: 0 1rem 2rem 1rem
}
  }
.teaser-item__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.teaser-item__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.teaser-item__inside-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  margin: 14px;
}
.teaser-item__btn-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}
.navigation-with-text {

}
@media(min-width: 1024px) {
.navigation-with-text__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
  }
.navigation-with-text__navigation-section {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
}
@media(max-width: 1023px) {
.navigation-with-text__navigation-section {
    display: none;
}
  }
@media(min-width: 1024px) {
.navigation-with-text__navigation-section {
    width: 300px;
}
  }
.navigation-with-text__navigation-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.navigation-with-text__navigation-section li {
    margin: 0 0 28px 0;
  }
.navigation-with-text__navigation-section a {
    color: #707070;
    color: #707070;
    color: var(--gray);
    text-decoration: none
  }
.navigation-with-text__navigation-section a:hover, .navigation-with-text__navigation-section a.active {
      color: #050a0d;
      color: #050a0d;
      color: var(--black);
      text-decoration: underline;
      text-underline-offset: 15px;
    }
@media(min-width: 1024px) {
.navigation-with-text__text-section {
    width: -webkit-calc(100% - 300px - 36px);
    width: calc(100% - 300px - 36px)
}
  }
.form {
  background: #E3E0E0;
  background: #E3E0E0;
  background: var(--gray-light);
}
@media(max-width: 767px) {
.form {
    padding: 0;
}
  }
.form h2 {
    text-align: center;
    margin-bottom: 4rem;
  }
.form label.control-label {
    display: block;
    margin-bottom: .5rem;
  }
.form .checkbox label {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    overflow: unset;
    clip: unset;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    font-weight: 400;
    font-weight: var(--font-weight-light);
  }
.form fieldset {
    margin: 0 0 30px 0;
    padding: 0;
    border: none;
  }
@media(min-width: 768px) {
.form fieldset {
      margin: 0 0 60px 0;
  }
    }
.form fieldset legend {
      margin: 0 0 20px 0;
      font-size: 27px;
      line-height: 32px;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-family: var(--font-family-headline);
      font-weight: 600;
      font-weight: 600;
      font-weight: var(--font-weight-bold);
      color: #050a0d;
      color: #050a0d;
      color: var(--black);
      text-transform: uppercase
    }
@media(min-width: 768px) {
.form fieldset legend {
        font-size: 23px;
        line-height: 30px
    }
      }
@media(min-width: 1200px) {
.form fieldset legend {
        font-size: 30px;
        line-height: 40px
    }
      }
.form fieldset >.form-group:last-child {
        margin-bottom: 0;
      }
.form .form-group {
    margin-bottom: 1rem
  }
@media(min-width: 768px) {
.form .form-group {
      margin-bottom: 2rem
  }
    }
.form input[type=text], .form input[type=email], .form input[type=tel], .form input[type=date] {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
    height: 75px;
    background: #fff;
    background: #fff;
    background: var(--white);
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    font-weight: 400;
    font-weight: var(--font-weight-light);
    border: solid 1px #2D5E6A;
    border: solid 1px #2D5E6A;
    border: solid 1px var(--brand-primary);
    border-radius: 0;
    color: #050a0d;
    color: #050a0d;
    color: var(--black);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none
  }
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=date]::-moz-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
.form input[type=text]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form input[type=tel]:-ms-input-placeholder, .form input[type=date]:-ms-input-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=date]::-moz-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
.form input[type=text]::placeholder, .form input[type=email]::placeholder, .form input[type=tel]::placeholder, .form input[type=date]::placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
.form textarea {
    width: 100%;
    height: 180px;
    padding: 10px;
    font-size: 18px;
    line-height: 22px;
    background: #fff;
    background: #fff;
    background: var(--white);
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    font-weight: 400;
    font-weight: var(--font-weight-light);
    border: solid 1px #2D5E6A;
    border: solid 1px #2D5E6A;
    border: solid 1px var(--brand-primary);
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none
  }
.form textarea::-moz-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
.form textarea:-ms-input-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
textarea::-moz-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
textarea:-ms-input-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
textarea::-webkit-input-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
textarea::-ms-input-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
.form textarea::placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
.form input[type=checkbox] {
    position: relative;
    top: 0;
    margin-right: 10px;
  }
.form .clearfix h2 {
      display: none;
    }
.form .clearfix p {
      font-weight: 600;
      font-weight: 600;
      font-weight: var(--font-weight-bold);
    }
.form .actions {
    margin-top: 1rem;
  }
.form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
.form .col-12, .form .col-xs-12, .form .col-sm-12, .form .col-md-12, .form .col-lg-12 {
    width: 100%;
  }
@media(min-width: 768px) {
.form .col-sm-6, .form .col-md-6, .form .col-lg-6 {
      width: -webkit-calc(50% - 1rem);
      width: calc(50% - 1rem)
  }
    }
.form .help-block {
    display: block;
    margin-top: .5rem;
    font-size: 14px;
  }
.form-render {
  font-weight: 600;
  font-weight: 600;
  font-weight: var(--font-weight-bold);
}
.dictionary {

}
.dictionary__navigation-wrap {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .9);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  border-radius: 1rem;
  padding: .5rem;
  z-index: 1;
  color: #b1b1b1;
  color: #b1b1b1;
  color: var(--gray-lighter);
}
@media(max-width: 1023px) {
.dictionary__navigation-wrap {
    position: fixed;
    right: 20px;
    max-height: -webkit-calc(100dvh - 250px);
    max-height: calc(100dvh - 250px);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 1rem;
    overflow: scroll;
    overflow-scrolling: touch;
}
  }
@media(min-width: 1024px) {
.dictionary__navigation-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    font-size: 18px;
}
  }
@media(min-width: 1200px) {
.dictionary__navigation-wrap {
    font-size: 24px;
}
  }
.dictionary__navigation-wrap a:hover {
      text-decoration: underline !important;
    }
ul.dictionary__navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media(min-width: 1024px) {
ul.dictionary__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
  }
@media(min-width: 1024px) {
ul.dictionary__navigation li {
      margin: 0 .5rem
  }
    }
ul.dictionary__navigation li:before {
      display: none;
    }
ul.dictionary__navigation a:not(.btn) {
    font-weight: 600;
    font-weight: 600;
    font-weight: var(--font-weight-bold);
    text-decoration: none;
    color: #2D5E6A;
    color: #2D5E6A;
    color: var(--brand-primary);
  }
@media(min-width: 1024px) {
.dictionary__items {
    margin-top: 2rem
}
  }
h2.dictionary__items__char {
  text-align: center
}
h2.dictionary__items__char:after {
    content: "";
    display: block;
    height: 20px;
    width: 710px;
    max-width: -webkit-calc(100% - 6rem);
    max-width: calc(100% - 6rem);
    margin: 2rem auto;
    border: 0;
    background-image: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22713%22%20height%3D%2223%22%20viewBox%3D%220%200%20713%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%2020.6685C140.167%201.16841%20476.7%20-4.53145%20711.5%2010.6686%22%20stroke%3D%22%232E6BAE%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
  }
@media(min-width: 1024px) {
h2.dictionary__items__char:after {
      margin: 1rem auto
  }
    }
.dictionary-item {
  margin-bottom: 2rem
}
.two-columns-text {

}
@media(min-width: 768px) {
.two-columns-text__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
  }
@media(min-width: 768px) {
.two-columns-text__column {
        width: -webkit-calc(50% - 17px);
        width: calc(50% - 17px)
}
    }
@media(max-width: 767px) {
.two-columns-text__column:first-child {
      margin-bottom: 1rem
  }
    }
.two-columns-text__buttons .btn {
    display: block;
    margin-bottom: 17px
  }
.two-columns-text__buttons .btn:last-child {
      margin-bottom: 0;
    }
.video {
}
.video__container {
    max-width: 100%;
    margin: 0 auto;
}
.video__container iframe {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        border: none;
    }
.video__preview-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    cursor: pointer;
}
button.video__advice {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 10px 10px 10px 60px;
    background: rgba(255,255,255,.9);
    color: #000;
    font-size: 18px;
    line-height: 30px;
    border-radius: 0;
    text-align: left;
    cursor: pointer;
    white-space: wrap
}
button.video__advice:hover {
        -webkit-transform: translate(-50%, -50%) scale(1.02);
                transform: translate(-50%, -50%) scale(1.02);
        color: #000;
    }
@media (max-width: 767px) {
button.video__advice {
        font-size: 14px;
        line-height: 20px;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px)
}
    }
button.video__advice:hover {
        background: #fff;
        background: #fff;
        background: var(--white);
    }
button.video__advice:before {
        display: block;
        content: "";
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 20px;
        border-color: transparent transparent transparent #418497;
    }
button.video__advice:after {
        display: none;
    }
.contacts {
  background: #E3E0E0;
  background: #E3E0E0;
  background: var(--gray-light);
}
@media(min-width: 1024px) {
.contacts-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
  }
.contacts__header {
  margin-bottom: 1rem
}
@media(min-width: 1024px) {
.contacts__header {
    width: -webkit-calc(25% - 1rem);
    width: calc(25% - 1rem);
    margin-bottom: 0
}
  }
.contacts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -.5rem
}
@media(min-width: 1024px) {
.contacts__items {
    width: 75%
}
  }
.contacts-item {
  position: relative;
  width: -webkit-calc(50% - 1rem);
  width: calc(50% - 1rem);
  margin: 0 .5rem .5rem .5rem
}
@media(min-width: 1024px) {
.contacts-item {
    width: -webkit-calc(25% - 1rem);
    width: calc(25% - 1rem)
}
  }
.contacts-item__image {
  display: block;
  width: 100%;
  height: auto;
}
h3.contacts-item__title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-weight: 600;
  font-weight: var(--font-weight-bold);
  margin-top: 1rem;
}
.googlemap {

}
.googlemap__map-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    background-color: #f0f0f0;
}
.googlemap__map {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.googlemap__preview-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    cursor: pointer;
    z-index: 2;
}
button.googlemap__advice {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 10px 10px 10px 60px;
    background: rgba(255,255,255,.9);
    color: #000;
    font-size: 18px;
    line-height: 30px;
    border-radius: 0;
    text-align: left;
    cursor: pointer;
    white-space: wrap;
    z-index: 3
}
button.googlemap__advice:hover {
        -webkit-transform: translate(-50%, -50%) scale(1.02);
                transform: translate(-50%, -50%) scale(1.02);
        color: #000;
    }
@media (max-width: 767px) {
button.googlemap__advice {
        font-size: 14px;
        line-height: 20px;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px)
}
    }
button.googlemap__advice:hover {
        background: #fff;
        background: #fff;
        background: var(--white);
    }
button.googlemap__advice:before {
        display: block;
        content: "";
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23418497'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
    }
button.googlemap__advice:after {
        display: none;
    }
.googlemap__map-container--active .googlemap__map {
        z-index: 1;
    }
.frame-type-news_newsliststicky > header {
    display: none;
  }
.news-list__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px 0;
}
.news-list__search input[type="text"] {
    display: block;
    width: 304px;
    height: 46px;
    padding: 10px;
    border: 1px solid #707070;
    border: 1px solid #707070;
    border: 1px solid var(--gray);
    font-size: 16px;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif
  }
@media screen and (max-width: 767px) {

  .news-list__search input[type="text"] {
      width: -webkit-calc(100% - 46px);
      width: calc(100% - 46px)
  }
    }
.news-list__search input[type="text"]::-moz-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
.news-list__search input[type="text"]:-ms-input-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
input[type="text"]::-moz-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
input[type="text"]:-ms-input-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
input[type="text"]::-webkit-input-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
input[type="text"]::-ms-input-placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
.news-list__search input[type="text"]::placeholder {
      color: #707070;
      color: #707070;
      color: var(--gray);
    }
.news-list__search input[type="submit"] {
    display: block;
    width: 46px;
    height: 46px;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #2D5E6A;
    background: #2D5E6A;
    background: var(--brand-primary);
    color: #fff;
    color: #fff;
    color: var(--white);
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    cursor: pointer;
  }
.news-list__empty-advice {
  margin: 60px 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
.news-list__filter {
  position: relative;
  margin-right: 30px;
  z-index: 1
}
@media screen and (max-width: 767px) {
.news-list__filter {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px
}
  }
.news-list__filter__header__title {
  margin: 0;
}
.accordion__item__header__btn {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 46px;
  padding: 10px 30px 10px 10px;
  border: 1px solid #707070;
  border: 1px solid #707070;
  border: 1px solid var(--gray);
  font-size: 16px;
  text-align: left;
  background: #fff;
  color: #707070;
  color: #707070;
  color: var(--gray);
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  cursor: pointer
}
@media screen and (max-width: 767px) {
.accordion__item__header__btn {
    width: 100%
}
  }
.accordion__item--open .accordion__item__header__btn {
  color: #000;
}
.accordion__item__header__icon {
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  padding: 3px;
  border: solid rgba(0, 0, 0, .5);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion__item__body {
  position: absolute;
  top: 46px;
  left: 0;
  /*  width: 200px;*/
  width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.accordion__item__body ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.accordion__item__body ul li {
      margin-bottom: 10px;
      font-size: 16px;
      font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: normal
    }
.accordion__item__body ul li:before {
        display: none !important;
      }
.accordion__item__body ul li:last-child {
        margin-bottom: 0;
      }
.accordion__item__body ul li label {
        margin-bottom: 0;
      }
.accordion__item__body ul li input {
        margin-right: 4px;
      }
.news-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -.5rem
}
@media(min-width: 1024px) {
.news-list__items {
    margin: 0 -1rem
}
  }
.news-list__item {
  position: relative;
  width: -webkit-calc(100% - 1rem);
  width: calc(100% - 1rem);
  margin: 0 .5rem 2rem .5rem;
  padding: 4px;
  border: solid 1px #707070;
  border: solid 1px #707070;
  border: solid 1px var(--gray);
  background: #fff;
  background: #fff;
  background: var(--white);
}
@media(min-width: 768px) {
.news-list__item {
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem);
    margin: 0 1rem 2rem 1rem;
}
  }
@media(min-width: 1024px) {
.news-list__item {
    width: -webkit-calc((100% / 3) - 2rem);
    width: calc((100% / 3) - 2rem);
}
  }
.news-list__item img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 340 / 220;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.news-list__item__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.news-list__item__text {
  margin: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
h3.news-list__item__title {
  min-height: 72px;
}
.news-list__item__teaser {
  margin-bottom: 20px;
}
.news-list__teaser-more-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-single {
  margin-bottom: 60px;
}
.news-single h1 {
    margin-bottom: 30px;
  }
.news-single .news-list-date {
    font-weight: bold;
  }
.news-single .teaser-text {
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 60px;
    border-top: solid 1px #707070;
    border-top: solid 1px #707070;
    border-top: solid 1px var(--gray);
    color: #2D5E6A;
    color: #2D5E6A;
    color: var(--brand-primary);
    font-weight: bold;
  }
.news-single .teaser-text p {
      margin: 0;
    }
.news-single .news-img-wrap {
    margin: 60px 0;
  }
.news-single .news-img-wrap img {
      display: block;
      width: 100%;
      height: auto;
    }
.news-detail__sharinglinks {
  margin: 30px 0 60px 0;
  padding: 30px 0 0 0;
  border-top: solid 1px #707070;
  border-top: solid 1px #707070;
  border-top: solid 1px var(--gray);
}
.news-detail__sharinglinks h5 {
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #2D5E6A;
    color: #2D5E6A;
    color: var(--brand-primary);
    font-weight: normal;
    text-transform: uppercase;
  }
.news-detail__sharinglinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.news-detail__sharinglinks li {
    display: block;
    margin: 0 15px;
  }
.news-detail__sharinglinks svg {
    display: block;
    width: auto;
    height: 40px;
  }
.news-detail__sharinglinks .facebook svg {
    height: 35px;
  }
.news-teaser-list {
  background: #2D5E6A;
  background: #2D5E6A;
  background: var(--brand-primary)
}
.news-teaser-list:before {
    content: '';
    position: absolute;
    display: block;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #2D5E6A;
    background: #2D5E6A;
    background: var(--brand-primary);
    -webkit-transform: skewY(-2deg);
            transform: skewY(-2deg);
  }
.news-teaser-list__header {
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
  color: #fff;
  color: var(--white);
}
.news-teaser-list__header h2 {
    color: #fff;
    color: #fff;
    color: var(--white);
  }
.news-teaser-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -.5rem
}
@media(min-width: 1024px) {
.news-teaser-list__items {
    margin: 0 -1rem
}
  }
@media(max-width: 1023px) {
.indexed-search {
    margin-top: 160px;

}
  }
.indexed-search .tx-indexedsearch-info-sword-word {
    font-style: italic;
  }
.indexed-search .container__inside .container__inside--small {
    margin: 0 !important;
  }
.indexed-search .tx-indexedsearch-searchbox {
    display: none;
  }
.tx-indexedsearch-info-sword {

}
.tx-indexedsearch-searchbox {
  margin-bottom: 80px;
}
.tx-indexedsearch-searchbox label {

  }
.tx-indexedsearch-res {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #050a0d;
  border-bottom: solid 1px #050a0d;
  border-bottom: solid 1px var(--black);
  color: #050a0d;
  color: #050a0d;
  color: var(--black);
}
.tx-indexedsearch-res h3 {
    margin: 0 0 23px 0;
    font-size: 23px;
    line-height: 30px;
  }
.tx-indexedsearch-res h3 a:not(.btn) {
      text-decoration: none;
      color: #050a0d;
      color: #050a0d;
      color: var(--black)
    }
.tx-indexedsearch-res h3 a:not(.btn):hover {
        text-decoration: underline;
      }
.tx-indexedsearch-browsebox {
  color: #050a0d;
  color: #050a0d;
  color: var(--black);
}
.tx-indexedsearch-browsebox--notes {
  margin-bottom: 40px;
}
ul.tx-indexedsearch-browsebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px !important;
  padding: 0;
  list-style: none;


}
ul.tx-indexedsearch-browsebox li {
    display: block;
    margin: 0 20px
  }
ul.tx-indexedsearch-browsebox li:before {
      display: none;
    }
ul.tx-indexedsearch-browsebox li:first-child {
      margin-left: 0;
    }
ul.tx-indexedsearch-browsebox li:last-child {
      margin-right: 0;
    }
ul.tx-indexedsearch-browsebox a:not(.btn) {
    text-decoration: none;
    color: #050a0d;
    color: #050a0d;
    color: var(--black)
  }
ul.tx-indexedsearch-browsebox a:not(.btn):hover {
      text-decoration: underline;
    }
ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-next a:after, ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-previous a:after {
        content: "";
        display: inline-block;
        position: relative;
        top: 1px;
        margin-left: 0;
        width: 30px;
        height: 12px;
        background: url(../Images/btn-icon-black.svg) no-repeat left;
        background-size: 30px auto;
        -webkit-transition: -webkit-transform 200ms;
        transition: -webkit-transform 200ms;
        transition: transform 200ms;
        transition: transform 200ms, -webkit-transform 200ms;
      }
ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-previous a:after {
        background: url(../Images/btn-icon-left-black.svg) no-repeat left;
      }
.page-header__search__title {
  font-size: 25px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 600;
  font-weight: 600;
  font-weight: var(--font-weight-bold);
  color: #fff;
  color: #fff;
  color: var(--white);
  text-transform: uppercase
}
@media(min-width: 1200px) {
.page-header__search__title {
    font-size: 35px;
    line-height: 40px
}
  }
/*.page-header__search form,
.tx-indexedsearch-searchbox form {
  display: flex;
  width: 100%;

  .tx-indexedsearch-form {
    position: relative;
    width: calc(100% - 60px);
  }

  .tx-indexedsearch-searchbox-sword {
    width: 100%;
    height: 60px;
    border: solid 2px var(--brand-tertiary);
    border-radius: 0;
    padding: 10px;
    font-size: 25px;
    font-family: var(--font-family-sans-serif);
    font-weight: var(--font-weight-semi-bold);
    color: var(--black);
    outline: none;

    &::placeholder {
      color: var(--black);
    }
  }

  .tx-indexedsearch-autocomplete {
    width: 100%;
    padding: 0;
    background: var(--gray-lightest);
    font-size: 100%;

    .highlighted {
      background: var(--brand-secondary) !important;
    }
  }

  ul.tx-indexedsearch-autocomplete-words {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    font-family: var(--font-family-sans-serif);
    font-weight: var(--font-weight-bold);

    li {
      padding: 20px;
      border-bottom: solid 1px var(--white);

      &:before {
        display: none;
      }
    }
  }

  .tx-indexedsearch-search-submit {
    position: relative;
  }

  .tx-indexedsearch-searchbox-button {
    display: block;
    width: 60px;
    height: 60px;
    border: none;
    appearance: none;
    cursor: pointer;

    background: var(--brand-tertiary) url(../Images/search-icon-white.svg) center no-repeat;
    background-size: auto 40px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;

  }
}*/
.tx-indexedsearch-info-noresult {
  color: #050a0d;
  color: #050a0d;
  color: var(--black);
}
@media(max-width: 767px) {
.calculator {
    position: relative;
/*    margin-top: -3.5rem;*/
}
  }
@media(min-width: 768px) {
.calculator {
    position: absolute;
    top: 0;
    width: 100%;
}
  }
.calculator .form-field--label-left .form-field__label {
    width: -webkit-calc(60% - 20px);
    width: calc(60% - 20px);
  }
.calculator .form-field__field-wrap {
    width: 40%;
  }
@media(min-width: 768px) {
.calculator__inside-wrap {
    display: block;
    position: relative;
    max-width: 1160px;
    margin: 0 1rem
}
  }
@media(min-width: 1024px) {
.calculator__inside-wrap {
    margin: 0 4rem
}
  }
@media(min-width: 1200px) {
.calculator__inside-wrap {
    margin: 0 5rem
}
  }
@media (min-width: 1360px) {
.calculator__inside-wrap {
    margin: 0 auto
}
  }
.calculator__inside {
  padding: 1rem 1rem;
  background: #f0f8f7;
  background: #f0f8f7;
  background: var(--brand-primary-lighter)
}
@media(max-width: 767px) {
.calculator__inside {
    margin: 0;
    padding: 1rem
}
  }
@media(min-width: 768px) {
.calculator__inside {
    position: absolute;
    right: 0;
    top: 120px;
    width: 400px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}
  }
@media(min-width: 1024px) {
.calculator__inside {
    top: 200px
}
  }
.calculator__type-buttons {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  margin-bottom: 1rem;
  border-bottom: solid 2px #2D5E6A;
  border-bottom: solid 2px #2D5E6A;
  border-bottom: solid 2px var(--brand-primary);
}
.calculator__type-button {
  position: relative;
  width: 100px;
  height: 48px;
}
.calculator__type-button input[type="radio"] {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
.calculator__type-button input[type="radio"] + label {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 48px;
      font-weight: 600 !important;
      font-weight: 600 !important;
      font-weight: var(--font-weight-bold) !important;
      font-size: -webkit-calc(1rem / 20 * 16);
      font-size: calc(1rem / 20 * 16);
      line-height: 48px;
      color: #2D5E6A;
      color: #2D5E6A;
      color: var(--brand-primary);
      text-align: center;
      background: #c4e2dd;
      background: #c4e2dd;
      background: var(--brand-primary-light-2);
      border: solid 2px #2D5E6A;
      border: solid 2px #2D5E6A;
      border: solid 2px var(--brand-primary);
      border-bottom: none;
      cursor: pointer;
    }
.calculator__type-button input[type="radio"]:checked + label {
      background: #2D5E6A;
      background: #2D5E6A;
      background: var(--brand-primary);
      color: #fff;
      color: #fff;
      color: var(--white);
      text-decoration: underline;
    }
.calculator__type-button input[type="radio"]:hover + label {
      text-decoration: underline;
    }
.calculator__people-buttons {
  all: unset;
  width: 100%;
  margin-bottom: 2rem;
}
.calculator__people-buttons legend {
    margin-bottom: 1rem;
  }
.calculator__people-buttons__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.calculator__people-button {
  position: relative;
  width: 15%;
  height: 48px;

}
.calculator__people-button input[type="radio"] {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
.calculator__people-button input[type="radio"] + label {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 48px;
      font-weight: 600 !important;
      font-weight: 600 !important;
      font-weight: var(--font-weight-bold) !important;
      font-size: -webkit-calc(1rem / 20 * 16);
      font-size: calc(1rem / 20 * 16);
      line-height: 48px;
      text-align: center;
      background: #fff url(../Images/calculator/person-1.svg) no-repeat center;
      background: #fff url(../Images/calculator/person-1.svg) no-repeat center;
      background: var(--white) url(../Images/calculator/person-1.svg) no-repeat center;
      background-size: auto 32px;
      border: solid 1px #2D5E6A;
      border: solid 1px #2D5E6A;
      border: solid 1px var(--brand-primary);
      cursor: pointer;
      text-indent: -1000px;
      overflow: hidden;
      color: #000 !important;
    }
.calculator__people-button input[type="radio"]:checked + label {
      background-image: url(../Images/calculator/person-1--active.svg);
      color: #fff;
      color: #fff;
      color: var(--white);
      text-decoration: underline;
    }
.calculator__people-button input[type="radio"]:hover + label {
      text-decoration: underline;
    }
.calculator__people-button:nth-child(2) {
    width: 20%;
  }
.calculator__people-button:nth-child(2) input[type="radio"] + label {
        background-image: url(../Images/calculator/person-2.svg);
      }
.calculator__people-button:nth-child(2) input[type="radio"]:checked + label {
        background-image: url(../Images/calculator/person-2--active.svg);
      }
.calculator__people-button:nth-child(3) {
    width: 25%;
  }
.calculator__people-button:nth-child(3) input[type="radio"] + label {
        background-image: url(../Images/calculator/person-3.svg);
      }
.calculator__people-button:nth-child(3) input[type="radio"]:checked + label {
        background-image: url(../Images/calculator/person-3--active.svg);
      }
.calculator__people-button:nth-child(4) {
    width: 30%;
  }
.calculator__people-button:nth-child(4) input[type="radio"] + label {
        background-image: url(../Images/calculator/person-4.svg);
      }
.calculator__people-button:nth-child(4) input[type="radio"]:checked + label {
        background-image: url(../Images/calculator/person-4--active.svg);
      }
.calculator__groups {
  all: unset;
  width: 100%;
}
.calculator__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calculator__button-group .form-field__group {
    margin-bottom: 0;
  }
.calculator__advice {
  margin: 0 20px 0 0;
}
.calculator__advice--show-gas {
  display: none;
}
.calculator--gas .calculator__advice--show-gas {
    display: block;
  }
@media(max-width: 767px) {
.calculator__measuring-system .form-field--label-left {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap
  }
    }
.calculator__measuring-system label.form-field__label {
    padding-top: 0;
  }
@media(max-width: 767px) {
.calculator__measuring-system .form-field__field-wrap {
      width: 100% !important
  }
    }
@media(max-width: 767px) {
.calculator__measuring-system .form-field__select {
     width: 100%
  }
    }
.calculator-order hr {
    border: none;
    border-top: solid 1px #2D5E6A;
    border-top: solid 1px #2D5E6A;
    border-top: solid 1px var(--brand-primary);
    margin: 1.5rem 0 1rem 0;
  }
.calculator-order__inside {
  padding: 1rem 2rem;
  background: #f0f8f7;
  background: #f0f8f7;
  background: var(--brand-primary-lighter)
}
@media(max-width: 767px) {
.calculator-order__inside {
    margin: 0;
    padding: 1rem
}
  }
h1.calculator-order__step-headline {
  margin: 1rem 0;
  font-size: -webkit-calc(1rem / 20 * 32);
  font-size: calc(1rem / 20 * 32);
  line-height: -webkit-calc(1rem / 20 * 48);
  line-height: calc(1rem / 20 * 48);
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-headline);
  color: #2D5E6A;
  color: #2D5E6A;
  color: var(--brand-primary)
}
h1.calculator-order__step-headline:first-child {
    margin-top: 0 !important;
  }
.calculator-order__steps {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.calculator-order__steps__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.calculator-order__steps__btn {
  display: block;
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  border: solid 2px #2D5E6A;
  border: solid 2px #2D5E6A;
  border: solid 2px var(--brand-primary);
  border-right: none;
  text-align: center;
  padding: 10px;
  font-weight: 600 !important;
  font-weight: 600 !important;
  font-weight: var(--font-weight-bold) !important;
  text-decoration: none !important;
  background: #c4e2dd;
  background: #c4e2dd;
  background: var(--brand-primary-light-2);
  font-size: -webkit-calc(1rem / 20 * 16);
  font-size: calc(1rem / 20 * 16);
  color: #2D5E6A !important;
  color: #2D5E6A !important;
  color: var(--brand-primary) !important
}
.calculator-order__steps__btn:last-child {
    border-right: solid 2px #2D5E6A;
    border-right: solid 2px #2D5E6A;
    border-right: solid 2px var(--brand-primary);
  }
.calculator-order__steps__btn.calculator-order__steps__btn--current {
    background: #2D5E6A;
    background: #2D5E6A;
    background: var(--brand-primary);
    color: #fff !important;
    color: #fff !important;
    color: var(--white) !important;
  }
.calculator-order__steps__btn.focus-visible {
    z-index: 1;
  }
.calculator-order__steps__btn.focus-visible {
    z-index: 1;
  }
.calculator-order__steps__btn:focus-visible {
    z-index: 1;
  }
a.calculator-order__steps__btn:hover {
    text-decoration: underline !important;
  }
.form-field__group {
  width: 100%;
  margin-bottom: 1rem;
}
.form-field--label-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-field--label-left .form-field__label {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    padding-top: .5rem;
  }
.form-field--fieldset--legend-as-label {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-field--fieldset--hidden-label {
  all: unset;
  width: 100%;
}
.form-field--fieldset--legend-as-label legend {
  all: unset;
  position: relative;
  display: block;
  text-align: left;
  float: left;
  padding-top: .5rem;
}
.form-field--fieldset--inline {
  all: unset;
  position: relative;
  display: block;
}
.form-field--fieldset--inline .form-field__field-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
.form-field--fieldset--inline .form-field__radio-label {
    margin-right: 10px;
  }
.form-field__radio-label {
  margin-right: 4px;
}
.form-field--label-left .form-field__field-wrap {
    width: 50%;
  }
.form-field__field-wrap input[type="text"], .form-field__field-wrap input[type="email"], .form-field__field-wrap input[type="number"], .form-field__field-wrap input[type="date"] {
    width: 100%;
    border: solid 1px #2D5E6A;
    border: solid 1px #2D5E6A;
    border: solid 1px var(--brand-primary);
    padding: .5rem;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);
    font-width: 400;
    font-width: 400;
    font-width: var(--font-weight-regular);
  }
.form-field__field-wrap input[type="checkbox"] {
    position: relative;
    top: 6px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #2D5E6A;
    border: 1px solid #2D5E6A;
    border: 1px solid var(--brand-primary);
    background-color: white;
    cursor: pointer
  }
.form-field__field-wrap input[type="checkbox"]:checked:after {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: 14px;
        height: 14px;
        background-color: #55bbab;
        background-color: #55bbab;
        background-color: var(--brand-secondary);
      }
.form-field__field-wrap input[type="radio"] {
    position: relative;
    top: 3px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #2D5E6A;
    border: 1px solid #2D5E6A;
    border: 1px solid var(--brand-primary);
    border-radius: 50%;
    background-color: white;
    cursor: pointer
  }
.form-field__field-wrap input[type="radio"]:checked:after {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #55bbab;
        background-color: #55bbab;
        background-color: var(--brand-secondary);
      }
.form-field__radio-label {
  display: block;
  padding: .5rem 0
}
.form-field__radio-label:last-child {
    padding-bottom: 0;
  }
.form-field__checkbox-label {
  display: block;
  padding: .5rem 0
}
.form-field__checkbox-label:last-child {
    padding-bottom: 0;
  }
.form-field__radio-label__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calculator-order__price-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calculator-order__price-summary__label {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-weight: 600;
  font-weight: var(--font-weight-bold);
}
.calculator-order__price-summary__price {
  width: 50%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-weight: 600;
  font-weight: var(--font-weight-bold);
  color: #2D5E6A;
  color: #2D5E6A;
  color: var(--brand-primary);
}
.calculator-order__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: solid 1px #2D5E6A;
  border-top: solid 1px #2D5E6A;
  border-top: solid 1px var(--brand-primary);
  margin: 1.5rem 0 0 0;
  padding-top: 1rem;
}
.calculator-order__form__pdf-download,
.calculator-order__form__send-contract {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calculator-order__form__pdf-download h2, .calculator-order__form__send-contract h2 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-weight: 600;
    font-weight: var(--font-weight-bold);
    color: #4A4A49;
    color: #4A4A49;
    color: var(--gray-dark);
  }
.calculator-order__form__pdf-download__column {
  width: 50%
}
.calculator-order__form__pdf-download__column:first-child {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
.calculator-order__form__pdf-download__pdf-btn {
  display: block;
  width: 80px;
  height: 190px;
  background: url(../Images/order-pdf-download-btn.png) no-repeat;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
}
.calculator-order__form__pdf-send__send-btn {
  display: block;
  width: 80px;
  height: 80px;
  background: url(../Images/order-pdf-send-btn.png) no-repeat;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.calculator-order__product-info {
  display: inline-block;
  margin-left: 30px;
}
.calculator-order .typo3-messages {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
  }
.calculator-order li:before {
    display: none !important;
  }
.calculator-order .typo3-messages .alert {
    position: relative;
    margin: 0 0 1rem 0;
    padding: .75rem 1rem;
    border-left: 4px solid #2D5E6A;
    border-left: 4px solid #2D5E6A;
    border-left: 4px solid var(--brand-primary);
    font-weight: bold;
    background: #fff;
    background: #fff;
    background: var(--white);
    color: #2D5E6A;
    color: #2D5E6A;
    color: var(--brand-primary);
  }
.calculator-order .typo3-messages .alert .alert-message {
    margin: 0;
  }
.calculator-order .typo3-messages .alert-success {

  }
.info-layer-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.info-layer-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.info-layer {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  width: -webkit-calc(100vw - 30px);
  width: calc(100vw - 30px);
  max-width: 540px;
  max-height: 98%;
  margin: 0;
  padding: 20px;
  z-index: 1100;
  overflow: auto;
  background: #fff;
  background: #fff;
  background: var(--white);
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 576px) {
  .info-layer {
    width: -webkit-calc(100vw - 40px);
    width: calc(100vw - 40px);
    padding: 40px;
  }
}
.info-layer p:last-child {
  margin: 0;
}
.info-layer ul {
  margin-top: 0;
}
.info-layer .loading-icon {
  margin: 50px 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 575.98px) {
  .info-layer .subpage-text {
    font-size: 16px;
    line-height: 26px;
  }
}
.info-layer .subpage-text__inside {
  margin: 0 !important;
  padding: 0 !important;
}
.info-layer h2 {
}
@media (min-width: 768px) {
  .info-layer h2 {
  }
}
.info-layer__close-btn {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent url(../Images/close-icon.svg) no-repeat center;
  background-size: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 1200;
}
.info-layer img {
  display: block;
  width: 100%;
  height: auto;

}
