/*@import '../../../node_modules/bootstrap/dist/css/bootstrap.css';*/

/* nunito-300 - 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: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/nunito-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-300italic - 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: 'Nunito';
  font-style: italic;
  font-weight: 300;
  src: url('../Fonts/nunito-v26-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-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: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/nunito-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-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: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('../Fonts/nunito-v26-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-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: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/nunito-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-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: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: url('../Fonts/nunito-v26-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-700 - 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: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/nunito-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-700italic - 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: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url('../Fonts/nunito-v26-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --font-family-sans-serif: 'Nunito', sans-serif;
  --font-family-headline: 'Nunito', sans-serif;

  --font-weight-regular: 400;
  --font-weight-bold: 600;
  --font-weight-light: 300;
  --font-weight-headline: 700;
}

:root {
  --brand-primary: #DA2128;
  --brand-primary-light: #d2eafe;
  --brand-primary-dark: #DA2128;
  --brand-secondary: #FFAD01;
  --brand-secondary-light: #e02f4e;
  --brand-tertiary: #A36CA1;
  --brand-quaternary: #549E8D;

  --white: #fff;
  --gray-dark: #333131;
  --gray: #707070;
  --gray-lighter: #b1b1b1;
  --gray-light: #fbf6f1;
  --black: #000000;
}

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;
}

.container {
  position: relative;
  width: 100%;
}

.container__inside {
  display: block;
  position: relative;
  max-width: 1362px;
  margin: 0 1rem
}

@media(min-width: 1024px) {

.container__inside {
    margin: 0 4rem
}
  }

@media(min-width: 1200px) {

.container__inside {
    margin: 0 4rem
}
  }

@media (min-width: 1440px) {

.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
}
  }

@media(min-width: 1200px) {

.container--margin {
    margin-top: 7rem;
    margin-bottom: 7rem
}
  }

.container--margin-top {
  margin-top: 2rem;
}

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

.container--padding {
  padding-top: 2rem;
  padding-bottom: 2rem
}

@media(min-width: 1024px) {

.container--padding {
    padding-top: 4rem;
    padding-bottom: 4rem
}
  }

@media(min-width: 1200px) {

.container--padding {
    padding-top: 7rem;
    padding-bottom: 7rem
}
  }

.container--padding-top {
  padding-top: 2rem;
}

.container--padding-bottom {
  padding-bottom: 2rem;
}

.flowing-text {
  font-size: calc(1rem / 20 * 18);
  line-height: calc(1rem / 20 * 25);
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
  color: #333131;
  color: #333131;
  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: 'Nunito', sans-serif;
    font-family: 'Nunito', 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: #333131;
    color: #333131;
    color: var(--gray-dark);
    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: #DA2128;
      color: #DA2128;
      color: var(--brand-primary);
      display: inline-block;
      width: 1em;
      margin-left: -1em
    }

.flowing-text ul:last-child {
      margin-bottom: 0;
    }

.flowing-text .important {
    font-family: 'Nunito', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: var(--font-family-headline);
    font-weight: 700;
    font-weight: 700;
    font-weight: var(--font-weight-headline)
  }

@media(min-width: 1024px) {

.flowing-text .important {
      font-size: 2rem;
      line-height: 2.4rem
  }
    }

.flowing-text sup, .flowing-text sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
  }

.flowing-text sub {
    top: 0.4em;
  }

.flowing-text h1, h1.headline--1, h2.headline--1, h3.headline--1 {
  margin: 1rem 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 700;
  font-weight: 700;
  font-weight: var(--font-weight-headline);
  color: #DA2128;
  color: #DA2128;
  color: var(--brand-primary)
}

@media(min-width: 1024px) {

.flowing-text h1, h1.headline--1, h2.headline--1, h3.headline--1 {
    font-size: 2rem;
    line-height: 2.5rem
}
  }

@media(min-width: 1200px) {

.flowing-text h1, h1.headline--1, h2.headline--1, h3.headline--1 {
    font-size: 3.5rem;
    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: 0 0 1rem 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 700;
  font-weight: 700;
  font-weight: var(--font-weight-headline);
  color: #DA2128;
  color: #DA2128;
  color: var(--brand-primary)
}

@media(min-width: 1024px) {

.flowing-text h2, h1.headline--2, h2.headline--2, h3.headline--2 {
    margin: 0 0 3rem 0;
    font-size: 2.5rem;
    line-height: 3rem
}
  }

.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), h1.headline--3, h2.headline--3, h3.headline--3 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 700;
  font-weight: 700;
  font-weight: var(--font-weight-headline);
  color: #DA2128;
  color: #DA2128;
  color: var(--brand-primary)

/*  @md-min {
    font-size: 2.5rem;
    line-height: 3rem;
  }*/
}

.flowing-text h3:not(.headline--1):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), h1.headline--4, h2.headline--4, h3.headline--4 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 700;
  font-weight: 700;
  font-weight: var(--font-weight-headline);
  color: #DA2128;
  color: #DA2128;
  color: var(--brand-primary)
}

@media(min-width: 768px) {

.flowing-text h4:not(.headline--1), h1.headline--4, h2.headline--4, h3.headline--4 {
    font-size: 1.5rem;
    line-height: 2rem
}
  }

.flowing-text h4:not(.headline--1):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: calc(1rem / 20 * 18);
  line-height: calc(1rem / 20 * 24);
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 700;
  font-weight: 700;
  font-weight: var(--font-weight-headline);
  color: #333131;
  color: #333131;
  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: calc(1rem / 20 * 24);
    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: #333131;
    color: #333131;
    color: var(--gray-dark)
  }

@media(min-width: 1024px) {

.flowing-text figcaption {
      font-size: .7rem
  }
    }

.btn, a.btn {
  display: inline-block;
  position: relative;
  padding: 0 1.5rem;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 10px;
  border: none;
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', 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);
  cursor: pointer;
  text-decoration: none;
  background: #DA2128;
  background: #DA2128;
  background: var(--brand-primary);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.075s ease-out
}

.btn:hover, a.btn:hover {
    background: #fff;
    background: #fff;
    background: var(--white);
    color: #DA2128;
    color: #DA2128;
    color: var(--brand-primary);
  }

.btn:active, a.btn:active {
    transform: scale(0.98);
  }

.btn.btn--light, .btn a.btn--light, a.btn.btn--light, a.btn a.btn--light {
    color: #DA2128;
    color: #DA2128;
    color: var(--brand-primary);
    background: #fff;
    background: #fff;
    background: var(--white)
  }

.btn.btn--light:hover, .btn a.btn--light:hover, a.btn.btn--light:hover, a.btn a.btn--light:hover {
      background: #DA2128;
      background: #DA2128;
      background: var(--brand-primary);
      color: #fff;
      color: #fff;
      color: var(--white);
    }

.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 #000000;
  border-top: solid 1px #000000;
  border-top: solid 1px var(--black);
  font-size: 14px;
  line-height: 28px;
  border-collapse: collapse;

}

@media(min-width: 1024px) {

table.contenttable {
    font-size: 18px;
    line-height: 32px;

}
  }

table.contenttable thead tr {
      border-bottom: solid 1px #000000;
      border-bottom: solid 1px #000000;
      border-bottom: solid 1px var(--black);
    }

table.contenttable thead th {
      padding: 24px;
      color: #000000;
      color: #000000;
      color: var(--black);
      text-align: left;
      font-family: 'Nunito', sans-serif;
      font-family: 'Nunito', sans-serif;
      font-family: var(--font-family-headline);
      font-weight: 700;
      font-weight: 700;
      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;
  }

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 #000000;
      border-bottom: solid 1px #000000;
      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;
    transform: rotate(-180deg)
  }

.carousel-base .slick-arrow:hover {
      opacity: .7;
    }

.carousel-base .slick-arrow.slick-next {
      left: auto;
      right: 0;
      transform: none;
    }

@media(min-width: 1024px) {

.carousel-base .slick-arrow {
      background-size: 45px auto
  }
    }

ul.slick-dots {
  display: flex;
  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: 24px;
      height: 24px;
      margin: 0 .5rem;
      padding: 0;
      border: solid 2px #DA2128;
      border: solid 2px #DA2128;
      border: solid 2px var(--brand-primary);
      border-radius: 12px;
      background: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      overflow: hidden;
      text-indent: -1000px;
      cursor: pointer;
    }

ul.slick-dots li:nth-child(even) button {
      }

ul.slick-dots li.slick-active button {
        background: #DA2128;
        background: #DA2128;
        background: var(--brand-primary);
      }

* {
  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: 30px;
  scroll-padding-top: 135px
}

@media(min-width: 1024px) {

html {
    scroll-padding-top: 220px
}
  }

body {
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
  color: #000000;
  color: #000000;
  color: var(--black);
}

.page-main {
  min-height: 500px;
}

*.focus-visible {
  outline: 3px dashed #DA2128;
  outline: 3px dashed #DA2128;
  outline: 3px dashed var(--brand-primary);
  outline-offset: 5px;
}

*.focus-visible {
  outline: 3px dashed #DA2128;
  outline: 3px dashed #DA2128;
  outline: 3px dashed var(--brand-primary);
  outline-offset: 5px;
}

*:focus-visible {
  outline: 3px dashed #DA2128;
  outline: 3px dashed #DA2128;
  outline: 3px dashed var(--brand-primary);
  outline-offset: 5px;
}

::-moz-selection {
  background-color: #DA2128;
  background-color: #DA2128;
  background-color: var(--brand-primary);
  color: #fff;
  color: #fff;
  color: var(--white);
}

::selection {
  background-color: #DA2128;
  background-color: #DA2128;
  background-color: var(--brand-primary);
  color: #fff;
  color: #fff;
  color: var(--white);
}

.page-header {
    position: relative;
    top: 0;
    height: 4rem;
    background: transparent;
    z-index: 100;
    transition: all 250ms ease-out;
}

.page-header__inside {
    position: relative;
}

.page-header__logo {
    position: relative;
    display: block;
    margin: 2rem auto;
    width: 180px;
    text-decoration: none;
}

.page-header__logo__img {
    display: block;
    width: 100%;
    height: auto;
}

.main-navigation__toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 200;
  width: 60px;
  height: 48px;
  padding: 0;
  background: none;
  cursor: pointer;
  transition: background 100ms;

  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none
}

@media(min-width: 1024px) {

.main-navigation__toggle {
    display: none
}
  }

.scrolled {
  top: 50px;
}

.scrolled .main-navigation__toggle__text:after {
    background: #DA2128;
    background: #DA2128;
    background: var(--brand-primary);
  }

.main-navigation__toggle__text {
  display: none;
}

.main-navigation__toggle__bar {
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  width: 41px;
  height: auto;
  transition: all 200ms ease-out;
  will-change: left, top
}

.main-navigation__toggle__bar:nth-child(2) {
    top: 19px;
  }

.main-navigation__toggle__bar:nth-child(3) {
    top: 33px;
  }

.main-navigation--open .main-navigation__toggle__bar {
    top: 22px;
    right: 0;
  }

.main-navigation--open .main-navigation__toggle__bar:nth-child(1) {
    transform: rotate(225deg);
  }

.main-navigation--open .main-navigation__toggle__bar:nth-child(2) {
    transform: rotate(-225deg);
  }

.main-navigation--open .main-navigation__toggle__bar:nth-child(3) {
    opacity: 0;
  }

.main-navigation ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }

.main-navigation li {
    display: block;
    margin-bottom: 1rem;
  }

.main-navigation li.nav-item--l2__parent {
    display: none !important;
  }

@media(min-width: 1024px) {

.main-navigation .nav-item {
      margin-left: 1rem
  }
    }

.main-navigation .nav-item__link {
    display: inline-block;
    position: relative;
    background: none;
    padding: 0;
    border: none;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Nunito', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: var(--font-family-sans-serif);
    text-decoration: none;
    color: #333131;
    color: #333131;
    color: var(--gray-dark);
    cursor: pointer
  }

.main-navigation .nav-item__link:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -9px;
      width: 100%;
      height: 10px;
      background-size: auto 8px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 200ms ease-out;
    }

.main-navigation .nav-item__link.nav-item__link--active {
      text-decoration: none
    }

.main-navigation .nav-item__link.nav-item__link--active:after {
        background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%22117%22%20height%3D%2212%22%20viewBox%3D%220%200%20117%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%209.65093C24.6667%205.65093%2079%20-1.14907%20115%203.65093%22%20stroke%3D%22%232E6BAE%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
        width: 100%;
        opacity: 1;
      }

.main-navigation .nav-item__link:hover {
      text-decoration: none
    }

.main-navigation .nav-item__link:hover:after {
        background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%22117%22%20height%3D%2212%22%20viewBox%3D%220%200%20117%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%209.65093C24.6667%205.65093%2079%20-1.14907%20115%203.65093%22%20stroke%3D%22%232E6BAE%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
        width: 100%;
        opacity: 1;
      }

@media(min-width: 1024px) {

.main-navigation .nav-item__link.nav-item__link__parent-link {
        font-size: 1.2rem
    }
      }

.main-navigation .nav-item--l1--open > .nav-item__link:after {
        background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%22117%22%20height%3D%2212%22%20viewBox%3D%220%200%20117%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%209.65093C24.6667%205.65093%2079%20-1.14907%20115%203.65093%22%20stroke%3D%22%232E6BAE%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
        width: 100%;
        opacity: 1;
      }

ul.main-navigation__list {
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  height: 100dvh;
  padding: 6rem 1rem 1rem 1rem;
  background: #fbf6f1;
  background: #fbf6f1;
  background: var(--gray-light)
}

@media(max-width: 1023px) {

ul.main-navigation__list {
    display: none
}
  }

@media(min-width: 1024px) {

ul.main-navigation__list {
    position: absolute;
    right: 0;
    top: 3rem;
    left: auto;
    height: auto;
    padding: 0;
    background: none
}
  }

@media(max-width: 1023px) {

.main-navigation--open ul.main-navigation__list {
    display: block
}
  }

.nav-item__sub-menu-l2 {
  display: none;
  position: relative;
  left: 0;
  width: 100vw;
  padding: 1rem 1rem 0 1rem;
}

@media(min-width: 1024px) {

.nav-item__sub-menu-l2 {
    position: fixed;
    top: 6rem;
    padding: 0;
}
  }

.nav-item__sub-menu-l2 ul {
    display: block;
  }

@media(min-width: 1024px) {

.nav-item__sub-menu-l2__inside {
    position: relative;
    max-width: 1312px;
    margin: 0 2rem;
    padding: 2rem 2rem 1rem 2rem;
    background: #fff;
    background: #fff;
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 1rem;
    border: solid 2px #DA2128;
    border: solid 2px #DA2128;
    border: solid 2px var(--brand-primary)
}
  }

@media (min-width: 1440px) {

.nav-item__sub-menu-l2__inside {
    margin: 0 auto
}
  }

.nav-item--l1--open .nav-item__sub-menu-l2 {
  display: block;
}

.nav-item__sub-menu-l2__list {
  position: relative;
}

.nav-item__sub-menu-l3 {
  display: none;
}

.nav-item--l2--open .nav-item__sub-menu-l3 {
  display: block;
}

.nav-item__sub-menu-l3 {
  position: absolute;
  left: 10rem;
  top: 0
}

.nav-item__sub-menu-l3:before {
    content: "";
    position: absolute;
    display: block;
    left: -2rem;
    width: 20px;
    top: 0;
    height: 180px;
    background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2220%22%20height%3D%22204%22%20viewBox%3D%220%200%2020%20204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.09476%202C10.284%2042.0934%2024.1924%20138.197%2014.3123%20201.864%22%20stroke%3D%22%233D4245%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .2;
  }

.nav-item__sub-menu-l2__close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

@media(max-width: 767px) {

.nav-item__sub-menu-l2__close-btn {
    display: none;
}
  }

.nav-item__sub-menu-l2__close-btn svg {
    display: block;
    width: 38px;
    height: auto;
  }

.page-header__login-nav {
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 14px;
}

@media(min-width: 768px) {

.page-header__login-nav {
        top: 6px;
}
    }

.page-header__login-nav ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none
    }

@media(min-width: 1024px) {

.page-header__login-nav ul {
    }
        }

.page-header__login-nav li {
        margin-left: 16px
    }

.page-header__login-nav li:last-child {
            margin-bottom: 0;
        }

.page-header__login-nav a {
        color: #000000;
        color: #000000;
        color: var(--black);
        text-decoration: none
    }

.page-header__login-nav a:hover, .page-header__login-nav a.active {
            text-decoration: underline;
        }

.page-footer {
  color: #fff;
  color: #fff;
  color: var(--white);
  background: #000000;
  background: #000000;
  background: var(--black);
  font-size: 18px;
  line-height: 24px;
  padding: 3rem 0;
}

.page-footer a {
    display: inline-block;
    position: relative;
    color: #fff;
    color: #fff;
    color: var(--white);
    text-decoration: none
  }

.page-footer a:hover {
      text-decoration: underline;
    }

.page-footer p {
    margin-top: 0;
  }

.page-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

.page-footer li {
    margin-bottom: .5rem
  }

.page-footer li:last-child {
      margin-bottom: 0;
    }

@media(min-width: 1024px) {

.page-footer__sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch
}
  }

@media(max-width: 1199px) {

.page-footer__section {
    margin-bottom: 2rem
}
  }

@media(max-width: 1199px) {

.page-footer__section:last-child {
      margin-bottom: 0
  }
    }

.page-footer__social-links {
  margin-bottom: 2rem;
}

.page-footer__social-links__icon {
  display: block;
  width: 79px;
  height: auto;
  margin: 0 0 1rem 0;
}

.page-footer__service-menu {
  font-size: 18px;
}

.page-footer__service-menu ul {
    display: flex;
    flex-wrap: wrap;
  }

.page-footer__service-menu li {
    margin: 0 1rem 0 0
  }

.page-footer__service-menu li:last-child {
      margin-right: 0;
    }

.page-footer__background {
  position: absolute;
  bottom: 100%;
  left: 40%;
  width: 60%;
  height: 100vh;
  background: url(../Images/background-icon.svg) no-repeat top left;
  background-size: 200% auto;
  z-index: -1;
}

.frame-type-felogin_login {
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #fff;
  background-color: #fff;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.frame-type-felogin_login h3 {
  }

.frame-type-felogin_login p {
    font-family: 'Nunito', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    font-weight: 400;
    font-weight: var(--font-weight-regular);
    color: #707070;
    color: #707070;
    color: var(--gray);
    margin-bottom: 1.5rem;
  }

.frame-type-felogin_login fieldset {
    border: none;
    padding: 0;
    margin: 0;
  }

.frame-type-felogin_login legend {
      display: none;
  }

.frame-type-felogin_login label {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    font-weight: 400;
    font-weight: var(--font-weight-regular);
    color: #333131;
    color: #333131;
    color: var(--gray-dark);
    margin-bottom: 0.5rem;
  }

.frame-type-felogin_login input[type="text"],
  .frame-type-felogin_login input[type="password"] {
    display: block;
    width: 100%;
    padding: 0.75rem;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    border: 1px solid #b1b1b1;
    border: 1px solid #b1b1b1;
    border: 1px solid var(--gray-lighter);
    border-radius: 5px;
    font-family: 'Nunito', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: var(--font-family-sans-serif);
    font-size: 1rem;
    transition: border-color 0.2s ease
  }

.frame-type-felogin_login input[type="text"]:focus, .frame-type-felogin_login input[type="password"]:focus {
      outline: none;
      border-color: #DA2128;
      border-color: #DA2128;
      border-color: var(--brand-primary);
      box-shadow: 0 0 0 2px #d2eafe;
      box-shadow: 0 0 0 2px #d2eafe;
      box-shadow: 0 0 0 2px var(--brand-primary-light);
    }

.frame-type-felogin_login input[type="submit"] {
    display: inline-block;
    padding: 0 1.5rem;
    font-size: 1rem;
    line-height: 2.5rem;
    border-radius: 10px;
    border: none;
    font-family: 'Nunito', sans-serif;
    font-family: 'Nunito', 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);
    background-color: #DA2128;
    background-color: #DA2128;
    background-color: var(--brand-primary);
    cursor: pointer;
    transition: all 0.075s ease-out;
    margin-top: 1rem;
    width: auto;
    min-width: 120px
  }

.frame-type-felogin_login input[type="submit"]:hover {
      background-color: #DA2128;
      background-color: #DA2128;
      background-color: var(--brand-primary-dark);
    }

.frame-type-felogin_login input[type="submit"]:active {
      transform: scale(0.98);
    }

.frame-type-felogin_login .felogin-hidden {
    display: none;
  }

.login__submit-wrap {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.frame-type-femanager_registration,
.frame-type-femanager_edit
{
    max-width: 500px;
    margin: 1rem auto;
    padding: 1rem;
}

@media(min-width: 768px) {

.frame-type-femanager_registration,
.frame-type-femanager_edit
{
        background-color: #fff;
        background-color: #fff;
        background-color: var(--white);
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
    }

.frame-type-femanager_registration h3, .frame-type-femanager_edit h3 {
    }

.frame-type-femanager_registration a, .frame-type-femanager_edit a {
        color: #000000;
        color: #000000;
        color: var(--black);
        text-decoration: underline
    }

.frame-type-femanager_registration a:hover, .frame-type-femanager_edit a:hover {
            text-decoration: none;
        }

.frame-type-femanager_registration p, .frame-type-femanager_edit p {
        font-family: 'Nunito', sans-serif;
        font-family: 'Nunito', sans-serif;
        font-family: var(--font-family-sans-serif);
        font-weight: 400;
        font-weight: 400;
        font-weight: var(--font-weight-regular);
        color: #707070;
        color: #707070;
        color: var(--gray);
        margin-bottom: 1.5rem;
    }

.frame-type-femanager_registration fieldset, .frame-type-femanager_edit fieldset {
        border: none;
        padding: 0;
        margin: 0;
    }

.frame-type-femanager_registration legend, .frame-type-femanager_edit legend {
        font-family: 'Nunito', sans-serif;
        font-family: 'Nunito', sans-serif;
        font-family: var(--font-family-sans-serif);
        font-weight: 600;
        font-weight: 600;
        font-weight: var(--font-weight-bold);
        color: #333131;
        color: #333131;
        color: var(--gray-dark);
        margin-bottom: 1.5rem;
        font-size: 1.25rem;
    }

.frame-type-femanager_registration .control-label, .frame-type-femanager_edit .control-label {
        display: block;
        font-family: 'Nunito', sans-serif;
        font-family: 'Nunito', sans-serif;
        font-family: var(--font-family-sans-serif);
        font-weight: 400;
        font-weight: 400;
        font-weight: var(--font-weight-regular);
        color: #333131;
        color: #333131;
        color: var(--gray-dark);
        margin-bottom: 0.5rem;
    }

.frame-type-femanager_registration input[type="text"],
    .frame-type-femanager_registration input[type="email"],
    .frame-type-femanager_registration input[type="password"],
    .frame-type-femanager_edit input[type="text"],
    .frame-type-femanager_edit input[type="email"],
    .frame-type-femanager_edit input[type="password"] {
        display: block;
        width: 100%;
        padding: 0.75rem;
        margin-top: 0.25rem;
        margin-bottom: 1rem;
        border: 1px solid #b1b1b1;
        border: 1px solid #b1b1b1;
        border: 1px solid var(--gray-lighter);
        border-radius: 5px;
        font-family: 'Nunito', sans-serif;
        font-family: 'Nunito', sans-serif;
        font-family: var(--font-family-sans-serif);
        font-size: 1rem;
        transition: border-color 0.2s ease
    }

.frame-type-femanager_registration input[type="text"]:focus, .frame-type-femanager_registration input[type="email"]:focus, .frame-type-femanager_registration input[type="password"]:focus, .frame-type-femanager_edit input[type="text"]:focus, .frame-type-femanager_edit input[type="email"]:focus, .frame-type-femanager_edit input[type="password"]:focus {
            outline: none;
            border-color: #DA2128;
            border-color: #DA2128;
            border-color: var(--brand-primary);
            box-shadow: 0 0 0 2px #d2eafe;
            box-shadow: 0 0 0 2px #d2eafe;
            box-shadow: 0 0 0 2px var(--brand-primary-light);
        }

.frame-type-femanager_registration .checkbox, .frame-type-femanager_edit .checkbox {
        margin-bottom: 1rem;
    }

.frame-type-femanager_registration .checkbox label, .frame-type-femanager_edit .checkbox label {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            font-family: 'Nunito', sans-serif;
            font-family: 'Nunito', sans-serif;
            font-family: var(--font-family-sans-serif);
            font-weight: 400;
            font-weight: 400;
            font-weight: var(--font-weight-regular);
            color: #333131;
            color: #333131;
            color: var(--gray-dark);
        }

.frame-type-femanager_registration .checkbox input[type="checkbox"], .frame-type-femanager_edit .checkbox input[type="checkbox"] {
            margin-right: 0.5rem;
        }

.frame-type-femanager_registration input[type="submit"], .frame-type-femanager_edit input[type="submit"] {
        display: inline-block;
        padding: 0 1.5rem;
        font-size: 1rem;
        line-height: 2.5rem;
        border-radius: 10px;
        border: none;
        font-family: 'Nunito', sans-serif;
        font-family: 'Nunito', 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);
        background-color: #DA2128;
        background-color: #DA2128;
        background-color: var(--brand-primary);
        cursor: pointer;
        transition: all 0.075s ease-out;
        margin-top: 1rem;
        width: auto;
        min-width: 120px
    }

.frame-type-femanager_registration input[type="submit"]:hover, .frame-type-femanager_edit input[type="submit"]:hover {
            background-color: #DA2128;
            background-color: #DA2128;
            background-color: var(--brand-primary-dark);
        }

.frame-type-femanager_registration input[type="submit"]:active, .frame-type-femanager_edit input[type="submit"]:active {
            transform: scale(0.98);
        }

.frame-type-femanager_registration .form-group, .frame-type-femanager_edit .form-group {
        margin-bottom: 1rem;
    }

.femanager_fieldset {
    margin-bottom: 1.5rem;
}

.femanager_fieldset .bg-danger {
        position: relative;
        margin-bottom: 1rem;
        padding: .5rem;
        border-radius: 3px;
        border: solid 1px #FFAD01;
        border: solid 1px #FFAD01;
        border: solid 1px var(--brand-secondary);
        background: #f8e8ea;
    }

.femanager_fieldset .bg-danger button {
            display: none;
            position: absolute;
            right: 1rem;
            top: 1rem;
        }

.femanager_fieldset .bg-danger h4 {
            margin: 0;
        }

.femanager_error {
    margin-bottom: 2rem;
}

.femanager_flashmessages > div {
    margin-bottom: 1rem;
}

.data-table {
  width: 100%;
  margin-bottom: 1rem

  /* Table container styles */
}

.data-table.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

.data-table {

  /* Bootstrap Table specific styles */
}

/* Table styles */

.data-table table {
    width: 100%;
    margin-bottom: 0;
    color: #333131;
    color: #333131;
    color: var(--gray-dark);
    border-collapse: collapse;
    font-family: 'Nunito', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: var(--font-family-sans-serif);
  }

/* Table header */

.data-table table thead tr {
        border-bottom: 2px solid #b1b1b1;
        border-bottom: 2px solid #b1b1b1;
        border-bottom: 2px solid var(--gray-lighter);
      }

.data-table table thead th {
        vertical-align: bottom;
        padding: 0.75rem;
        background-color: #fff;
        background-color: #fff;
        background-color: var(--white);
        font-weight: 600;
        font-weight: 600;
        font-weight: var(--font-weight-bold);
        text-align: left;
        color: #333131;
        color: #333131;
        color: var(--gray-dark);
        position: relative

        /* Sortable columns */
      }

.data-table table thead th[data-sortable="true"] {
          cursor: pointer
        }

.data-table table thead th[data-sortable="true"]:hover {
            background-color: #fbf6f1;
            background-color: #fbf6f1;
            background-color: var(--gray-light);
          }

.data-table table thead th[data-sortable="true"] {

          /* Add sort indicators */
        }

.data-table table thead th[data-sortable="true"]:after {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 0.5em;
            vertical-align: middle;
            border-top: 4px solid;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            opacity: 0.3;
          }

.data-table table thead th[data-sortable="true"].asc:after {
            border-top: 0;
            border-bottom: 4px solid;
            opacity: 1;
          }

.data-table table thead th[data-sortable="true"].desc:after {
            opacity: 1;
          }

/* Table body */

.data-table table tbody tr {
        border-bottom: 1px solid #b1b1b1;
        border-bottom: 1px solid #b1b1b1;
        border-bottom: 1px solid var(--gray-lighter)

        /* Striped rows */
      }

.data-table table tbody tr:nth-child(odd) {
          background-color: rgba(0, 0, 0, 0.05);
        }

.data-table table tbody tr:hover {
          background-color: rgba(0, 0, 0, 0.075);
        }

.data-table table tbody tr td {
          padding: 0.75rem;
          vertical-align: top;
          border-top: 1px solid #b1b1b1;
          border-top: 1px solid #b1b1b1;
          border-top: 1px solid var(--gray-lighter);
        }

/* Links in table cells */

.data-table table tbody tr td a {
            color: #DA2128;
            color: #DA2128;
            color: var(--brand-primary);
            text-decoration: none
          }

.data-table table tbody tr td a:hover {
              color: #DA2128;
              color: #DA2128;
              color: var(--brand-primary-dark);
              text-decoration: underline;
            }

/* Fixed header */

.data-table .fixed-table-container {
    position: relative;
    clear: both;
  }

.data-table .fixed-table-container .fixed-table-header {
      overflow: hidden;
    }

.data-table .fixed-table-container .fixed-table-header table {
        width: 100%;
        margin-bottom: 0;
      }

.data-table .fixed-table-container .fixed-table-body {
      overflow-x: auto;
      overflow-y: auto;
      height: 100%;
    }

/* Toolbar with search and buttons */

.data-table .fixed-table-toolbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }

.data-table .fixed-table-toolbar .search {
      position: relative;
    }

.data-table .fixed-table-toolbar .search input {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        padding-right: 2rem;
        font-size: 1rem;
        font-weight: 400;
        font-weight: 400;
        font-weight: var(--font-weight-regular);
        line-height: 1.5;
        color: #333131;
        color: #333131;
        color: var(--gray-dark);
        background-color: #fff;
        background-color: #fff;
        background-color: var(--white);
        background-clip: padding-box;
        border: 1px solid #b1b1b1;
        border: 1px solid #b1b1b1;
        border: 1px solid var(--gray-lighter);
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
      }

.data-table .fixed-table-toolbar .search input:focus {
          color: #333131;
          color: #333131;
          color: var(--gray-dark);
          background-color: #fff;
          background-color: #fff;
          background-color: var(--white);
          border-color: #d2eafe;
          border-color: #d2eafe;
          border-color: var(--brand-primary-light);
          outline: 0;
          box-shadow: 0 0 0 0.2rem rgba(38, 151, 250, 0.25);
        }

.data-table .fixed-table-toolbar .search .search-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #707070;
        color: #707070;
        color: var(--gray);
      }

.data-table .fixed-table-toolbar .columns {
      margin-left: 0.5rem;
    }

.data-table .fixed-table-toolbar .columns .btn {
        display: inline-block;
        font-weight: 400;
        font-weight: 400;
        font-weight: var(--font-weight-regular);
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        color: #333131;
        color: #333131;
        color: var(--gray-dark);
        background-color: #fff;
        background-color: #fff;
        background-color: var(--white);
        border: 1px solid #b1b1b1;
        border: 1px solid #b1b1b1;
        border: 1px solid var(--gray-lighter);
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
      }

.data-table .fixed-table-toolbar .columns .btn:hover {
          color: #333131;
          color: #333131;
          color: var(--gray-dark);
          background-color: #fbf6f1;
          background-color: #fbf6f1;
          background-color: var(--gray-light);
          border-color: #b1b1b1;
          border-color: #b1b1b1;
          border-color: var(--gray-lighter);
        }

.data-table .fixed-table-toolbar .columns .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #333131;
        color: #333131;
        color: var(--gray-dark);
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-color: #fff;
        background-color: var(--white);
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem
      }

.data-table .fixed-table-toolbar .columns .dropdown-menu.show {
          display: block;
        }

.data-table .fixed-table-toolbar .columns .dropdown-menu .dropdown-item {
          display: block;
          width: 100%;
          padding: 0.25rem 1.5rem;
          clear: both;
          font-weight: 400;
          font-weight: 400;
          font-weight: var(--font-weight-regular);
          color: #333131;
          color: #333131;
          color: var(--gray-dark);
          text-align: inherit;
          white-space: nowrap;
          background-color: transparent;
          border: 0
        }

.data-table .fixed-table-toolbar .columns .dropdown-menu .dropdown-item:hover {
            color: #333131;
            color: #333131;
            color: var(--gray-dark);
            text-decoration: none;
            background-color: #fbf6f1;
            background-color: #fbf6f1;
            background-color: var(--gray-light);
          }

.data-table .fixed-table-toolbar .columns .dropdown-menu .dropdown-item input[type="checkbox"] {
            margin-right: 0.5rem;
          }

/* Pagination */

.data-table .fixed-table-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }

.data-table .fixed-table-pagination .pagination-info {
      color: #707070;
      color: #707070;
      color: var(--gray);
      font-size: 0.875rem;
    }

.data-table .fixed-table-pagination .pagination {
      display: flex;
      padding-left: 0;
      list-style: none;
      border-radius: 0.25rem;
      margin: 0;
    }

.data-table .fixed-table-pagination .pagination li {
        margin: 0 0.125rem;
      }

.data-table .fixed-table-pagination .pagination li a {
          position: relative;
          display: block;
          padding: 0.375rem 0.75rem;
          line-height: 1.25;
          color: #DA2128;
          color: #DA2128;
          color: var(--brand-primary);
          background-color: #fff;
          background-color: #fff;
          background-color: var(--white);
          border: 1px solid #b1b1b1;
          border: 1px solid #b1b1b1;
          border: 1px solid var(--gray-lighter);
          text-decoration: none
        }

.data-table .fixed-table-pagination .pagination li a:hover {
            color: #DA2128;
            color: #DA2128;
            color: var(--brand-primary-dark);
            background-color: #fbf6f1;
            background-color: #fbf6f1;
            background-color: var(--gray-light);
            border-color: #b1b1b1;
            border-color: #b1b1b1;
            border-color: var(--gray-lighter);
          }

.data-table .fixed-table-pagination .pagination li.active a {
          z-index: 3;
          color: #fff;
          color: #fff;
          color: var(--white);
          background-color: #DA2128;
          background-color: #DA2128;
          background-color: var(--brand-primary);
          border-color: #DA2128;
          border-color: #DA2128;
          border-color: var(--brand-primary);
        }

.data-table .fixed-table-pagination .pagination li.disabled a {
          color: #707070;
          color: #707070;
          color: var(--gray);
          pointer-events: none;
          background-color: #fff;
          background-color: #fff;
          background-color: var(--white);
          border-color: #b1b1b1;
          border-color: #b1b1b1;
          border-color: var(--gray-lighter);
        }

.data-table .fixed-table-pagination .page-list {
      margin-left: 1rem;
    }

.data-table .fixed-table-pagination .page-list .btn-group {
        display: inline-flex;
      }

.data-table .fixed-table-pagination .page-list .btn-group .btn {
          display: inline-block;
          font-weight: 400;
          font-weight: 400;
          font-weight: var(--font-weight-regular);
          text-align: center;
          vertical-align: middle;
          -webkit-user-select: none;
             -moz-user-select: none;
                  user-select: none;
          padding: 0.375rem 0.75rem;
          font-size: 1rem;
          line-height: 1.5;
          border-radius: 0.25rem;
          color: #333131;
          color: #333131;
          color: var(--gray-dark);
          background-color: #fff;
          background-color: #fff;
          background-color: var(--white);
          border: 1px solid #b1b1b1;
          border: 1px solid #b1b1b1;
          border: 1px solid var(--gray-lighter)
        }

.data-table .fixed-table-pagination .page-list .btn-group .btn:hover {
            color: #333131;
            color: #333131;
            color: var(--gray-dark);
            background-color: #fbf6f1;
            background-color: #fbf6f1;
            background-color: var(--gray-light);
            border-color: #b1b1b1;
            border-color: #b1b1b1;
            border-color: var(--gray-lighter);
          }

.data-table .fixed-table-pagination .page-list .btn-group .dropdown-menu {
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 1000;
          display: none;
          float: left;
          min-width: 5rem;
          padding: 0.5rem 0;
          margin: 0.125rem 0 0;
          font-size: 1rem;
          color: #333131;
          color: #333131;
          color: var(--gray-dark);
          text-align: left;
          list-style: none;
          background-color: #fff;
          background-color: #fff;
          background-color: var(--white);
          background-clip: padding-box;
          border: 1px solid rgba(0, 0, 0, 0.15);
          border-radius: 0.25rem
        }

.data-table .fixed-table-pagination .page-list .btn-group .dropdown-menu.show {
            display: block;
          }

.data-table .fixed-table-pagination .page-list .btn-group .dropdown-menu .dropdown-item {
            display: block;
            width: 100%;
            padding: 0.25rem 1.5rem;
            clear: both;
            font-weight: 400;
            font-weight: 400;
            font-weight: var(--font-weight-regular);
            color: #333131;
            color: #333131;
            color: var(--gray-dark);
            text-align: inherit;
            white-space: nowrap;
            background-color: transparent;
            border: 0
          }

.data-table .fixed-table-pagination .page-list .btn-group .dropdown-menu .dropdown-item:hover {
              color: #333131;
              color: #333131;
              color: var(--gray-dark);
              text-decoration: none;
              background-color: #fbf6f1;
              background-color: #fbf6f1;
              background-color: var(--gray-light);
            }

.frame-type-textpic {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    font-size: calc(1rem / 20 * 18);
    line-height: calc(1rem / 20 * 25);
    font-family: 'Nunito', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    font-weight: 400;
    font-weight: var(--font-weight-regular);
    color: #333131;
    color: #333131;
    color: var(--gray-dark);
}

.frame-type-textpic h1 {
        margin: 1rem 0;
        font-size: 1.5rem;
        line-height: 2rem;
        font-family: 'Nunito', sans-serif;
        font-family: 'Nunito', sans-serif;
        font-family: var(--font-family-headline);
        font-weight: 700;
        font-weight: 700;
        font-weight: var(--font-weight-headline);
        color: #DA2128;
        color: #DA2128;
        color: var(--brand-primary)
    }

@media(min-width: 1024px) {

.frame-type-textpic h1 {
            font-size: 2rem;
            line-height: 2.5rem
    }
        }

@media(min-width: 1200px) {

.frame-type-textpic h1 {
            font-size: 2rem;
            line-height: 2.5rem
    }
        }

.frame-type-textpic h1:first-child {
            margin-top: 0 !important;
        }

.frame-type-textpic h2 {
        margin: 0 0 1rem 0;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-family: 'Nunito', sans-serif;
        font-family: 'Nunito', sans-serif;
        font-family: var(--font-family-headline);
        font-weight: 700;
        font-weight: 700;
        font-weight: var(--font-weight-headline);
        color: #000000;
        color: #000000;
        color: var(--black)
    }

@media(min-width: 1024px) {

.frame-type-textpic h2 {
            font-size: 1.5rem;
            line-height: 2rem
    }
        }

.frame-type-textpic h2:first-child {
            margin-top: 0 !important;
        }
