/***************************
	Icons
***************************/
/***************************
	Font
***************************/
/***************************
	Forms
***************************/
/***************************
	Widths & Margins
***************************/
/***************************
	Others
***************************/
[class^="cs-icon-"]::before,
[class*=" cs-icon-"]::before {
  content: '';
  display: inline-block;
  font-family: "cs-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.cs-icon-angle-down::before {
  content: '\e800';
}
.cs-icon-angle-left::before {
  content: '\e801';
}
.cs-icon-angle-right::before {
  content: '\e802';
}
.cs-icon-angle-up::before {
  content: '\e803';
}
.cs-icon-menu::before {
  content: '\e804';
}
.cs-icon-search::before {
  content: '\e805';
}
.cs-icon-clock::before {
  content: '\e806';
}
.cs-icon-calendar-alt::before {
  content: '\e807';
}
.cs-icon-quote-right::before {
  content: '\e808';
}
.cs-icon-check::before {
  content: '\e809';
}
.cs-icon-close::before {
  content: '\e80a';
}
.cs-icon-circle::before {
  content: '\e80b';
}
strong,
b {
  font-weight: 700;
}
img {
  display: block;
  height: auto;
  margin-bottom: 1.6rem;
  max-width: 100%;
}
img.image--lazyload-via-srcset {
  width: 100%;
}
img.image--lazyload-via-srcset.lazyload[srcset="data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA="] {
  /* fix slider height is bigger because of the empty pixel - set the height of this pixel to 0 */
  height: 0;
}
.h-clean-image-styles img {
  margin-bottom: 0;
}
sup,
sub {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}
sub {
  top: 0.4em;
}
h2,
.h-h2,
h3,
.h-h3,
h4,
.h-h4,
h5,
.h-h5,
h6,
.h-h6 {
  margin-top: 8rem;
}
@media screen and (max-width: 1120px) {
  h2,
  .h-h2,
  h3,
  .h-h3,
  h4,
  .h-h4,
  h5,
  .h-h5,
  h6,
  .h-h6 {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  h2,
  .h-h2,
  h3,
  .h-h3,
  h4,
  .h-h4,
  h5,
  .h-h5,
  h6,
  .h-h6 {
    margin-top: 3.2rem;
  }
}
h2:first-child,
.h-h2:first-child,
h3:first-child,
.h-h3:first-child,
h4:first-child,
.h-h4:first-child,
h5:first-child,
.h-h5:first-child,
h6:first-child,
.h-h6:first-child {
  margin-top: 0 !important;
}
header:not(.header),
h1,
.h-h1,
h2,
.h-h2,
h3,
.h-h3,
h4,
.h-h4,
h5,
.h-h5,
h6,
.h-h6 {
  color: #000;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
header:not(.header) + h2,
h1 + h2,
.h-h1 + h2,
h2 + h2,
.h-h2 + h2,
h3 + h2,
.h-h3 + h2,
h4 + h2,
.h-h4 + h2,
h5 + h2,
.h-h5 + h2,
h6 + h2,
.h-h6 + h2,
header:not(.header) + .h-h2,
h1 + .h-h2,
.h-h1 + .h-h2,
h2 + .h-h2,
.h-h2 + .h-h2,
h3 + .h-h2,
.h-h3 + .h-h2,
h4 + .h-h2,
.h-h4 + .h-h2,
h5 + .h-h2,
.h-h5 + .h-h2,
h6 + .h-h2,
.h-h6 + .h-h2,
header:not(.header) + h3,
h1 + h3,
.h-h1 + h3,
h2 + h3,
.h-h2 + h3,
h3 + h3,
.h-h3 + h3,
h4 + h3,
.h-h4 + h3,
h5 + h3,
.h-h5 + h3,
h6 + h3,
.h-h6 + h3,
header:not(.header) + .h-h3,
h1 + .h-h3,
.h-h1 + .h-h3,
h2 + .h-h3,
.h-h2 + .h-h3,
h3 + .h-h3,
.h-h3 + .h-h3,
h4 + .h-h3,
.h-h4 + .h-h3,
h5 + .h-h3,
.h-h5 + .h-h3,
h6 + .h-h3,
.h-h6 + .h-h3,
header:not(.header) + h4,
h1 + h4,
.h-h1 + h4,
h2 + h4,
.h-h2 + h4,
h3 + h4,
.h-h3 + h4,
h4 + h4,
.h-h4 + h4,
h5 + h4,
.h-h5 + h4,
h6 + h4,
.h-h6 + h4,
header:not(.header) + .h-h4,
h1 + .h-h4,
.h-h1 + .h-h4,
h2 + .h-h4,
.h-h2 + .h-h4,
h3 + .h-h4,
.h-h3 + .h-h4,
h4 + .h-h4,
.h-h4 + .h-h4,
h5 + .h-h4,
.h-h5 + .h-h4,
h6 + .h-h4,
.h-h6 + .h-h4,
header:not(.header) + h5,
h1 + h5,
.h-h1 + h5,
h2 + h5,
.h-h2 + h5,
h3 + h5,
.h-h3 + h5,
h4 + h5,
.h-h4 + h5,
h5 + h5,
.h-h5 + h5,
h6 + h5,
.h-h6 + h5,
header:not(.header) + .h-h5,
h1 + .h-h5,
.h-h1 + .h-h5,
h2 + .h-h5,
.h-h2 + .h-h5,
h3 + .h-h5,
.h-h3 + .h-h5,
h4 + .h-h5,
.h-h4 + .h-h5,
h5 + .h-h5,
.h-h5 + .h-h5,
h6 + .h-h5,
.h-h6 + .h-h5,
header:not(.header) + h6,
h1 + h6,
.h-h1 + h6,
h2 + h6,
.h-h2 + h6,
h3 + h6,
.h-h3 + h6,
h4 + h6,
.h-h4 + h6,
h5 + h6,
.h-h5 + h6,
h6 + h6,
.h-h6 + h6,
header:not(.header) + .h-h6,
h1 + .h-h6,
.h-h1 + .h-h6,
h2 + .h-h6,
.h-h2 + .h-h6,
h3 + .h-h6,
.h-h3 + .h-h6,
h4 + .h-h6,
.h-h4 + .h-h6,
h5 + .h-h6,
.h-h5 + .h-h6,
h6 + .h-h6,
.h-h6 + .h-h6 {
  margin-top: 0 !important;
}
h1,
.h-h1 {
  font-size: 3.125em;
  line-height: 150%;
}
@media screen and (max-width: 920px) {
  h1,
  .h-h1 {
    font-size: 1.875rem;
    line-height: 150%;
  }
}
h2,
.h-h2 {
  font-size: 1.5em;
  line-height: 150%;
}
@media screen and (max-width: 920px) {
  h2,
  .h-h2 {
    font-size: 1.125rem;
    line-height: 150%;
  }
}
h3,
.h-h3 {
  font-size: 1.625em;
  line-height: 150%;
}
h4,
.h-h4 {
  font-size: 1.375em;
  line-height: 150%;
}
h5,
.h-h5 {
  font-size: 1.25em;
  line-height: 150%;
}
h6,
.h-h6 {
  font-size: 1.063em;
  line-height: 150%;
}
.h-clean-headline-color h1,
.h-clean-headline-color .h-h1,
.h-clean-headline-color h2,
.h-clean-headline-color .h-h2,
.h-clean-headline-color h3,
.h-clean-headline-color .h-h3,
.h-clean-headline-color h4,
.h-clean-headline-color .h-h4,
.h-clean-headline-color h5,
.h-clean-headline-color .h-h5,
.h-clean-headline-color h6,
.h-clean-headline-color .h-h6 {
  color: inherit;
}
p {
  margin-bottom: 1.6rem;
}
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  clear: both;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: inherit;
  font-family: "Georgia", "Times New Roman", serif;
  /* IE 11 bugfix */
  overflow: visible;
}
button:hover {
  color: #000;
}
.h-clean-link:hover,
.h-clean-button:hover {
  color: inherit;
}
.h-clean-link-styles button:hover {
  color: inherit;
}
a {
  color: #707070;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: inherit;
}
a:link,
a:active,
a:visited,
a:hover {
  outline: none;
}
a img {
  border: 0 none;
}
.h-clean-link {
  color: inherit;
  text-decoration: none;
}
.h-clean-link-styles a {
  color: inherit;
  text-decoration: none;
}
a[id^="c"]:empty {
  border: 0;
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}
.button {
  font-size: 1rem;
  line-height: 160%;
  background-color: #000;
  border: 2px solid #000;
  color: #FFF;
  font-weight: 400;
  margin: 1.6rem 0;
  padding: 10px 12px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.button:hover {
  background-color: #707070;
  border-color: #707070;
  color: #FFF;
  cursor: pointer;
}
ul,
ol {
  margin-bottom: 1.6rem;
  padding-left: 1.6rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul {
  list-style: none;
}
ul li {
  position: relative;
}
ul li::before {
  content: '\e80b';
  display: inline-block;
  font-family: "cs-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  font-size: 0.375rem;
  line-height: 100%;
  position: absolute;
  top: 0.8rem;
  right: auto;
  bottom: auto;
  left: -1.6rem;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.typo3-messages,
.h-clean-list {
  margin-bottom: 0;
  padding-left: 0;
}
.typo3-messages li::before,
.h-clean-list li::before {
  display: none;
}
.h-clean-list--only-first-level {
  margin-bottom: 0;
  padding-left: 0;
}
.h-clean-list--only-first-level > li::before {
  display: none;
}
.h-clean-list-styles ul,
.h-clean-list-styles ol {
  margin-bottom: 0;
  padding-left: 0;
}
.h-clean-list-styles ul li::before,
.h-clean-list-styles ol li::before {
  display: none;
}
table {
  border-spacing: 0;
  margin-bottom: 1.6rem;
  width: 100%;
}
table th,
table td {
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0;
}
table tr:nth-child(even) th,
table tr:nth-child(even) td {
  background-color: #707070;
}
.h-clean-table th,
.h-clean-table td {
  padding: 0 10px 0 0;
}
.h-clean-table th:first-child,
.h-clean-table td:first-child {
  padding-left: 0;
}
.h-clean-table th:last-child,
.h-clean-table td:last-child {
  padding-right: 0;
}
.h-clean-table tr:nth-child(even) th,
.h-clean-table tr:nth-child(even) td {
  background: none;
}
.h-clean-table-styles table th,
.h-clean-table-styles table td {
  padding: 0 10px 0 0;
}
.h-clean-table-styles table th:first-child,
.h-clean-table-styles table td:first-child {
  padding-left: 0;
}
.h-clean-table-styles table th:last-child,
.h-clean-table-styles table td:last-child {
  padding-right: 0;
}
.h-clean-table-styles table tr:nth-child(even) th,
.h-clean-table-styles table tr:nth-child(even) td {
  background: none;
}
blockquote {
  margin-bottom: 8rem;
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 1120px) {
  blockquote {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  blockquote {
    margin-bottom: 3.2rem;
  }
}
blockquote::before {
  font-size: 2.25rem;
  line-height: 100%;
  content: '\e808';
  display: inline-block;
  font-family: "cs-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  color: #707070;
  margin: 0;
}
hr {
  border: none;
  border-top: 2px solid #CCC;
  color: transparent;
  height: 0;
  margin: 8rem 0;
}
@media screen and (max-width: 1120px) {
  hr {
    margin: 4.8rem 0;
  }
}
@media screen and (max-width: 640px) {
  hr {
    margin: 3.2rem 0;
  }
}
/* @TODO: cache-id of parameter is set in editor.less and <head> for preloading too !!! */
/* @TODO: count up cache-id v0001 to e.g. v0002 at fontello changes */
@font-face {
  font-display: swap;
  font-family: 'cs-icons';
  src: local(''), url('../Fonts/FontelloIcons/cs-icons.woff2?v0001') format('woff2'), url('../Fonts/FontelloIcons/cs-icons.woff?v0001') format('woff');
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body,
html {
  color: #000;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  overflow-x: hidden;
  /* fix for mobile iphones when scrolling in mobile menu */
  position: relative;
  -webkit-text-size-adjust: none;
}
body.cke_editable,
html.cke_editable {
  margin: 1.6rem;
}
::-moz-selection {
  background: #000;
  color: #FFF;
}
::selection {
  background: #000;
  color: #FFF;
}
/***************************
	Editor Helpers
***************************/
.h-text-left,
.text-left {
  text-align: left;
}
.h-text-center,
.text-center {
  text-align: center;
}
.h-text-right,
.text-right {
  text-align: right;
}
.h-text-justify,
.text-justify {
  text-align: justify;
}
.h-block-icon::before {
  display: block;
  margin: 0;
  width: 100%;
}
.h-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
.h-color-font-on-highlighted-bg {
  color: #FFF;
}
.h-font-weight-bold {
  font-weight: 700;
}
.h-margin-top-between-section {
  margin-top: 3.6rem;
}
.h-font-size-medium {
  font-size: 14px;
}
.cs-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}
.cs-row > [class^="cs-col-"],
.cs-row > [class*=" cs-col-"] {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 1px;
  padding: 0 16px;
  position: relative;
}
.cs-row > [class^="cs-col-"] > *:last-child,
.cs-row > [class*=" cs-col-"] > *:last-child {
  margin-bottom: 0;
}
.cs-row > .cs-col-d-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.cs-row > .cs-col-d-11 {
  -ms-flex-preferred-size: 91.66666667%;
      flex-basis: 91.66666667%;
  max-width: 91.66666667%;
  width: 91.66666667%;
}
.cs-row > .cs-col-d-10 {
  -ms-flex-preferred-size: 83.33333333%;
      flex-basis: 83.33333333%;
  max-width: 83.33333333%;
  width: 83.33333333%;
}
.cs-row > .cs-col-d-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}
.cs-row > .cs-col-d-8 {
  -ms-flex-preferred-size: 66.66666667%;
      flex-basis: 66.66666667%;
  max-width: 66.66666667%;
  width: 66.66666667%;
}
.cs-row > .cs-col-d-7 {
  -ms-flex-preferred-size: 58.33333333%;
      flex-basis: 58.33333333%;
  max-width: 58.33333333%;
  width: 58.33333333%;
}
.cs-row > .cs-col-d-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.cs-row > .cs-col-d-5 {
  -ms-flex-preferred-size: 41.66666667%;
      flex-basis: 41.66666667%;
  max-width: 41.66666667%;
  width: 41.66666667%;
}
.cs-row > .cs-col-d-4 {
  -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  width: 33.33333333%;
}
.cs-row > .cs-col-d-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
.cs-row > .cs-col-d-2 {
  -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
  max-width: 16.66666667%;
  width: 16.66666667%;
}
.cs-row > .cs-col-d-1 {
  -ms-flex-preferred-size: 8.33333333%;
      flex-basis: 8.33333333%;
  max-width: 8.33333333%;
  width: 8.33333333%;
}
.cs-row.cs-row--base-10 > .cs-col-d-12,
.cs-row.cs-row--base-10 > .cs-col-d-11,
.cs-row.cs-row--base-10 > .cs-col-d-10 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.cs-row.cs-row--base-10 > .cs-col-d-9 {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  max-width: 90%;
  width: 90%;
}
.cs-row.cs-row--base-10 > .cs-col-d-8 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%;
  width: 80%;
}
.cs-row.cs-row--base-10 > .cs-col-d-7 {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
  width: 70%;
}
.cs-row.cs-row--base-10 > .cs-col-d-6 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
  width: 60%;
}
.cs-row.cs-row--base-10 > .cs-col-d-5 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.cs-row.cs-row--base-10 > .cs-col-d-4 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
  width: 40%;
}
.cs-row.cs-row--base-10 > .cs-col-d-3 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
  width: 30%;
}
.cs-row.cs-row--base-10 > .cs-col-d-2 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
  width: 20%;
}
.cs-row.cs-row--base-10 > .cs-col-d-1 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
  width: 10%;
}
@media screen and (max-width: 1120px) {
  .cs-row > [class^="cs-col-d-"],
  .cs-row > [class*=" cs-col-d-"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]),
  .cs-row > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]) {
    margin-bottom: 4.8rem;
  }
  .cs-row > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child,
  .cs-row > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-d-"],
  .cs-row.cs-row--base-10 > [class*=" cs-col-d-"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]) {
    margin-bottom: 4.8rem;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row > .cs-col-tl-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > .cs-col-tl-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    width: 91.66666667%;
  }
  .cs-row > .cs-col-tl-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    width: 83.33333333%;
  }
  .cs-row > .cs-col-tl-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .cs-row > .cs-col-tl-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    width: 66.66666667%;
  }
  .cs-row > .cs-col-tl-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    width: 58.33333333%;
  }
  .cs-row > .cs-col-tl-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row > .cs-col-tl-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    width: 41.66666667%;
  }
  .cs-row > .cs-col-tl-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%;
  }
  .cs-row > .cs-col-tl-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .cs-row > .cs-col-tl-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    width: 16.66666667%;
  }
  .cs-row > .cs-col-tl-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    width: 8.33333333%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-12,
  .cs-row.cs-row--base-10 > .cs-col-tl-11,
  .cs-row.cs-row--base-10 > .cs-col-tl-10 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-9 {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
    width: 90%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-8 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    width: 80%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-7 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
    width: 70%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-6 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-5 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-4 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-3 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-2 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tl-1 {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
    width: 10%;
  }
}
@media screen and (max-width: 920px) {
  .cs-row > [class^="cs-col-tl-"],
  .cs-row > [class*=" cs-col-tl-"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]),
  .cs-row > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]) {
    margin-bottom: 4.8rem;
  }
  .cs-row > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child,
  .cs-row > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-tl-"],
  .cs-row.cs-row--base-10 > [class*=" cs-col-tl-"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]) {
    margin-bottom: 4.8rem;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row > .cs-col-tm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > .cs-col-tm-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    width: 91.66666667%;
  }
  .cs-row > .cs-col-tm-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    width: 83.33333333%;
  }
  .cs-row > .cs-col-tm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .cs-row > .cs-col-tm-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    width: 66.66666667%;
  }
  .cs-row > .cs-col-tm-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    width: 58.33333333%;
  }
  .cs-row > .cs-col-tm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row > .cs-col-tm-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    width: 41.66666667%;
  }
  .cs-row > .cs-col-tm-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%;
  }
  .cs-row > .cs-col-tm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .cs-row > .cs-col-tm-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    width: 16.66666667%;
  }
  .cs-row > .cs-col-tm-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    width: 8.33333333%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-12,
  .cs-row.cs-row--base-10 > .cs-col-tm-11,
  .cs-row.cs-row--base-10 > .cs-col-tm-10 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-9 {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
    width: 90%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-8 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    width: 80%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-7 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
    width: 70%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-6 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-5 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-4 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-3 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-2 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
  .cs-row.cs-row--base-10 > .cs-col-tm-1 {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .cs-row > [class^="cs-col-tm-"],
  .cs-row > [class*=" cs-col-tm-"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]),
  .cs-row > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]) {
    margin-bottom: 4.8rem;
  }
  .cs-row > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child,
  .cs-row > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-tm-"],
  .cs-row.cs-row--base-10 > [class*=" cs-col-tm-"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]) {
    margin-bottom: 4.8rem;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row > .cs-col-ts-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > .cs-col-ts-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    width: 91.66666667%;
  }
  .cs-row > .cs-col-ts-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    width: 83.33333333%;
  }
  .cs-row > .cs-col-ts-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .cs-row > .cs-col-ts-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    width: 66.66666667%;
  }
  .cs-row > .cs-col-ts-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    width: 58.33333333%;
  }
  .cs-row > .cs-col-ts-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row > .cs-col-ts-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    width: 41.66666667%;
  }
  .cs-row > .cs-col-ts-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%;
  }
  .cs-row > .cs-col-ts-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .cs-row > .cs-col-ts-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    width: 16.66666667%;
  }
  .cs-row > .cs-col-ts-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    width: 8.33333333%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-12,
  .cs-row.cs-row--base-10 > .cs-col-ts-11,
  .cs-row.cs-row--base-10 > .cs-col-ts-10 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-9 {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
    width: 90%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-8 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    width: 80%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-7 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
    width: 70%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-6 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-5 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-4 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-3 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-2 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ts-1 {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
    width: 10%;
  }
}
@media screen and (max-width: 640px) {
  .cs-row > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]),
  .cs-row > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]),
  .cs-row > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]),
  .cs-row > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]),
  .cs-row > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]),
  .cs-row > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]) {
    margin-bottom: 3.2rem;
  }
  .cs-row > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child,
  .cs-row > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child,
  .cs-row > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child,
  .cs-row > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child,
  .cs-row > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child,
  .cs-row > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]),
  .cs-row.cs-row--base-10 > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]),
  .cs-row.cs-row--base-10 > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]) {
    margin-bottom: 3.2rem;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-d-"]:not([class^=" cs-col-tl-"]):not([class*=" cs-col-tl-"]):last-child,
  .cs-row.cs-row--base-10 > [class^="cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-tl-"]:not([class^=" cs-col-tm-"]):not([class*=" cs-col-tm-"]):last-child,
  .cs-row.cs-row--base-10 > [class^="cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-tm-"]:not([class^=" cs-col-ts-"]):not([class*=" cs-col-ts-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row > [class^="cs-col-ts-"],
  .cs-row > [class*=" cs-col-ts-"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > [class^="cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]),
  .cs-row > [class*=" cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]) {
    margin-bottom: 3.2rem;
  }
  .cs-row > [class^="cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]):last-child,
  .cs-row > [class*=" cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-ts-"],
  .cs-row.cs-row--base-10 > [class*=" cs-col-ts-"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]) {
    margin-bottom: 3.2rem;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-ts-"]:not([class^=" cs-col-m-"]):not([class*=" cs-col-m-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row > .cs-col-m-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > .cs-col-m-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    width: 91.66666667%;
  }
  .cs-row > .cs-col-m-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    width: 83.33333333%;
  }
  .cs-row > .cs-col-m-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .cs-row > .cs-col-m-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    width: 66.66666667%;
  }
  .cs-row > .cs-col-m-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    width: 58.33333333%;
  }
  .cs-row > .cs-col-m-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row > .cs-col-m-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    width: 41.66666667%;
  }
  .cs-row > .cs-col-m-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%;
  }
  .cs-row > .cs-col-m-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .cs-row > .cs-col-m-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    width: 16.66666667%;
  }
  .cs-row > .cs-col-m-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    width: 8.33333333%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-12,
  .cs-row.cs-row--base-10 > .cs-col-m-11,
  .cs-row.cs-row--base-10 > .cs-col-m-10 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-9 {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
    width: 90%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-8 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    width: 80%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-7 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
    width: 70%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-6 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-5 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-4 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-3 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-2 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
  .cs-row.cs-row--base-10 > .cs-col-m-1 {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
    width: 10%;
  }
}
@media screen and (max-width: 414px) {
  .cs-row > [class^="cs-col-m-"],
  .cs-row > [class*=" cs-col-m-"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > [class^="cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]),
  .cs-row > [class*=" cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]) {
    margin-bottom: 3.2rem;
  }
  .cs-row > [class^="cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]):last-child,
  .cs-row > [class*=" cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-m-"],
  .cs-row.cs-row--base-10 > [class*=" cs-col-m-"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]),
  .cs-row.cs-row--base-10 > [class*=" cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]) {
    margin-bottom: 3.2rem;
  }
  .cs-row.cs-row--base-10 > [class^="cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]):last-child,
  .cs-row.cs-row--base-10 > [class*=" cs-col-m-"]:not([class^=" cs-col-ms-"]):not([class*=" cs-col-ms-"]):last-child {
    margin-bottom: 0;
  }
  .cs-row > .cs-col-ms-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row > .cs-col-ms-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    width: 91.66666667%;
  }
  .cs-row > .cs-col-ms-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    width: 83.33333333%;
  }
  .cs-row > .cs-col-ms-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .cs-row > .cs-col-ms-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    width: 66.66666667%;
  }
  .cs-row > .cs-col-ms-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    width: 58.33333333%;
  }
  .cs-row > .cs-col-ms-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row > .cs-col-ms-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    width: 41.66666667%;
  }
  .cs-row > .cs-col-ms-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%;
  }
  .cs-row > .cs-col-ms-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .cs-row > .cs-col-ms-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    width: 16.66666667%;
  }
  .cs-row > .cs-col-ms-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    width: 8.33333333%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-12,
  .cs-row.cs-row--base-10 > .cs-col-ms-11,
  .cs-row.cs-row--base-10 > .cs-col-ms-10 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-9 {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
    width: 90%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-8 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    width: 80%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-7 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
    width: 70%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-6 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-5 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-4 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-3 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-2 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
  .cs-row.cs-row--base-10 > .cs-col-ms-1 {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
    width: 10%;
  }
}
label,
.label {
  display: block;
  margin-bottom: 0.8rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
legend {
  display: none;
}
legend.legend--show {
  display: block;
  margin-bottom: 1.6rem;
}
input,
textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.file-upload__field {
  font-size: 1rem;
  line-height: 160%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  display: block;
  font-family: "Georgia", "Times New Roman", serif;
  margin-bottom: 1.6rem;
  outline: 0 none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="password"],
input[type="search"],
textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.file-upload__field {
  background-color: #FFF;
  border: 2px solid #CCC;
  min-width: 100%;
  max-width: 100%;
  padding: 10px 12px;
  width: 100%;
}
/* fix for passwords with lower signs on mobile devices */
input[type="password"] {
  text-transform: none !important;
}
::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}
::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
input:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
textarea {
  min-height: 16rem;
  overflow: auto;
  resize: vertical;
}
.datetime-wrapper {
  background-color: #FFF;
  border: 2px solid #CCC;
  margin-bottom: 1.6rem;
  min-height: calc(1.6rem + ( 10px * 2) + 2px * 2);
  position: relative;
}
.datetime-wrapper input[type="text"],
.datetime-wrapper input[type="date"],
.datetime-wrapper input[type="datetime-local"],
.datetime-wrapper input[type="time"] {
  border: none;
  min-width: calc(100% - 1.6rem * 2.5);
  max-width: calc(100% - 1.6rem * 2.5);
  margin-bottom: 0;
  padding: 10px 12px;
  width: calc(100% - 1.6rem * 2.5);
}
.datetime-wrapper input[type="text"]::-webkit-calendar-picker-indicator,
.datetime-wrapper input[type="date"]::-webkit-calendar-picker-indicator,
.datetime-wrapper input[type="datetime-local"]::-webkit-calendar-picker-indicator,
.datetime-wrapper input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.datetime-wrapper::after {
  content: '\e807';
  display: inline-block;
  font-family: "cs-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  position: absolute;
  top: 50%;
  right: 12px;
  bottom: auto;
  left: auto;
  color: #000;
  margin: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.datetime-wrapper--time::after {
  content: '\e806';
}
div.datedropper.clickstorm {
  --dd-color1: #000;
  --dd-color2: #FFF;
  --dd-color3: #000;
  --dd-color4: #FFF;
  --dd-radius: 0;
  --dd-width: 180px;
  --dd-shadow: 0 0 32px 11px rgba(0, 0, 0, 0.1);
}
div.datedropper .picker .pick-lg ul li::after,
div.datedropper .picker .pick-lg ul li::before {
  background: none;
}
div.datedropper.clickstorm {
  z-index: 10;
}
div.datedropper.clickstorm .pick-submit {
  background-color: #707070 !important;
}
.file-upload {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 414px) {
  .file-upload {
    display: block;
  }
}
.file-upload input[type="file"] {
  display: none;
}
.file-upload label,
.file-upload input[type="text"] {
  margin-bottom: 0;
}
.file-upload input[type="text"] {
  -ms-flex-positive: 2;
      flex-grow: 2;
  min-width: auto;
  width: auto;
}
.file-upload__button-wrapper {
  font-size: 1rem;
  line-height: 160%;
  color: #FFF !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Georgia", "Times New Roman", serif;
}
@media screen and (max-width: 414px) {
  .file-upload__button-wrapper,
  .file-upload input[type="text"] {
    min-width: 100%;
    width: 100%;
  }
}
.file-upload__button {
  background: #000;
  border: 2px solid #000;
  display: block;
  padding: 10px 12px;
}
.file-upload__hide-label {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
.select2-container,
.select2-container--default {
  display: block;
  width: auto !important;
}
.select2-container .select2-selection,
.select2-container--default .select2-selection,
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single {
  height: auto;
  padding: 10px 0;
}
.select2-container .select2-selection .select2-selection__rendered,
.select2-container--default .select2-selection .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 160%;
  padding: 0 36px 0 12px;
}
.select2-container .select2-selection .select2-selection__arrow,
.select2-container--default .select2-selection .select2-selection__arrow,
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: auto;
}
.select2-container .select2-selection .select2-selection__arrow b,
.select2-container--default .select2-selection .select2-selection__arrow b,
.select2-container .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-selection .select2-selection__arrow::before,
.select2-container--default .select2-selection .select2-selection__arrow::before,
.select2-container .select2-selection--single .select2-selection__arrow::before,
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  font-size: 1.625rem;
  line-height: 100%;
  content: '\e800';
  display: inline-block;
  font-family: "cs-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  box-sizing: border-box;
  display: block;
  margin-right: 0;
  padding: 0 12px;
  width: 100%;
}
.select2-container .select2-selection .select2-selection__placeholder,
.select2-container--default .select2-selection .select2-selection__placeholder,
.select2-container .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #707070;
}
.select2-container .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  padding: 10px 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice::before,
.select2-container--default .select2-selection--multiple .select2-selection__choice::before,
.select2-container .select2-selection--multiple .select2-search--inline::before,
.select2-container--default .select2-selection--multiple .select2-search--inline::before {
  display: none;
}
.select2-container .select2-selection--multiple .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-search__field {
  height: 1.6rem;
  margin: 0;
  min-height: 0;
  max-width: 100%;
  min-width: 1px;
  padding: 0 12px;
  width: 11.2rem !important;
}
.select2-container .select2-selection--multiple .select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: table;
  margin-bottom: 0;
  overflow: visible;
  padding-right: 12px;
}
.select2-container .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #000;
  border: none;
  color: #FFF;
  margin: 0 0.25rem 0.25rem 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: #707070;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: none;
  color: #FFF;
  font-weight: 700;
  margin: 0;
  margin-right: 0.53333333rem;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background: transparent;
  color: #FFF;
}
.select2-container .select2-dropdown,
.select2-container--default .select2-dropdown {
  border: 2px solid #707070;
  border-radius: 0;
  padding: 12px 0;
}
.select2-container .select2-results__options,
.select2-container--default .select2-results__options {
  margin: 0;
}
.select2-container .select2-results__options .select2-results__option,
.select2-container--default .select2-results__options .select2-results__option {
  padding: 10px 12px;
}
.select2-container .select2-results__options .select2-results__option::before,
.select2-container--default .select2-results__options .select2-results__option::before {
  display: none;
}
.select2-container .select2-results__options .select2-results__option--selected,
.select2-container--default .select2-results__options .select2-results__option--selected,
.select2-container .select2-results__options .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__options .select2-results__option[aria-selected="true"],
.select2-container .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--default .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: #000;
  color: #FFF;
}
.select2-container--open .select2-selection .select2-selection__arrow::before,
.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  content: '\e803';
}
input[type="checkbox"],
input[type="radio"] {
  height: 1.6rem;
  opacity: 0;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
input[type="checkbox"] + span,
input[type="radio"] + span,
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-bottom: 1.6rem;
  padding-left: 3.2rem;
  position: relative;
}
input[type="checkbox"] + span:hover,
input[type="radio"] + span:hover,
input[type="checkbox"] + label:hover,
input[type="radio"] + label:hover {
  cursor: pointer;
}
input[type="checkbox"] + span::before,
input[type="radio"] + span::before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: '';
  display: inline-block;
  font-family: "cs-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  position: absolute;
  top: 0.8rem;
  right: auto;
  bottom: auto;
  left: 0;
  -ms-flex-align: center;
      align-items: center;
  background-color: #FFF;
  border: 2px solid #CCC;
  content: "";
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 2rem;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
input[type="checkbox"] + span::before,
input[type="checkbox"] + label::before {
  font-size: 1.083rem;
  line-height: 100%;
}
input[type="checkbox"]:checked + span::before,
input[type="checkbox"]:checked + label::before {
  content: '\e809';
}
input[type="radio"] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}
input[type="radio"] + span::before,
input[type="radio"] + label::before {
  font-size: 0.813rem;
  line-height: 100%;
  border-radius: 50%;
}
input[type="radio"]:checked + span::before,
input[type="radio"]:checked + label::before {
  content: '\e80b';
}
.typo3-adminPanel input[type="checkbox"],
.Extbase-Utility-Debugger-VarDump input[type="checkbox"],
.extbase-debugger input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  display: block;
  height: 14px;
  left: 0;
  top: 0;
}
.typo3-adminPanel input[type="checkbox"] + span,
.Extbase-Utility-Debugger-VarDump input[type="checkbox"] + span,
.extbase-debugger input[type="checkbox"] + span {
  padding: 0;
  margin-bottom: 0;
}
.typo3-adminPanel input[type="checkbox"] + span:before,
.Extbase-Utility-Debugger-VarDump input[type="checkbox"] + span:before,
.extbase-debugger input[type="checkbox"] + span:before {
  content: "" !important;
  -webkit-transform: none;
          transform: none;
}
form button[type="submit"],
input[type="submit"] {
  font-size: 1rem;
  line-height: 160%;
  background-color: #000;
  border: 2px solid #000;
  color: #FFF;
  font-weight: 400;
  margin: 1.6rem 0;
  padding: 10px 12px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  clear: both;
  display: block;
  font-family: "Georgia", "Times New Roman", serif;
}
form button[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: #707070;
  border-color: #707070;
  color: #FFF;
  cursor: pointer;
}
input[type="text"].parsley-error,
input[type="url"].parsley-error,
input[type="email"].parsley-error,
input[type="tel"].parsley-error,
input[type="password"].parsley-error,
input[type="search"].parsley-error,
textarea.parsley-error {
  border-color: #C00;
}
select.parsley-error + .select2-container--default .select2-selection--single,
select.parsley-error + .select2-container--default .select2-selection--multiple {
  border-color: #C00;
}
.datetime-wrapper.parsley-error {
  border-color: #C00;
}
.powermail_file.parsley-error + label + input {
  border-color: #C00;
}
.checkbox.parsley-error input[type="radio"] + span::before,
.radio.parsley-error input[type="radio"] + span::before,
.checkbox.parsley-error input[type="checkbox"] + span::before,
.radio.parsley-error input[type="checkbox"] + span::before,
.checkbox.parsley-error input[type="radio"] + label::before,
.radio.parsley-error input[type="radio"] + label::before,
.checkbox.parsley-error input[type="checkbox"] + label::before,
.radio.parsley-error input[type="checkbox"] + label::before {
  border-color: #C00;
}
.checkbox.parsley-error + .parsley-errors-list,
.radio.parsley-error + .parsley-errors-list {
  margin-top: 0;
}
.parsley-errors-list {
  font-size: 1rem;
  line-height: 160%;
  color: #C00;
  margin-bottom: 2rem;
  margin-top: 1.6rem;
}
.parsley-errors-list li::before {
  color: #C00;
}
form {
  margin-bottom: 1.6rem;
  position: relative;
}
form fieldset,
form .powermail_fieldset {
  border: none;
  min-inline-size: auto;
}
form .powermail_fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
form .powermail_fieldset > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding: 0 16px;
}
form .powermail_fieldset > *.form__row--50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
form .powermail_fieldset > *.form__row--75 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}
form .powermail_fieldset > *.form__row--25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
form .powermail_fieldset > .form__row-break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 640px) {
  form .powermail_fieldset > *.form__row--50,
  form .powermail_fieldset > *.form__row--75,
  form .powermail_fieldset > *.form__row--25 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  form .powermail_fieldset > .form__row-break {
    display: none;
  }
}
.alert {
  background-color: #707070;
  background-color: hsla(0, 0%, 43.92156863%, 0.6);
  border-radius: 5px;
  margin: 3.2rem 0;
  padding: 1.6rem 1.6rem;
}
.alert > *:last-child {
  margin-bottom: 0;
}
.alert-info {
  background-color: CornflowerBlue;
  background-color: hsla(218.54014599, 79.19075145%, 66.07843137%, 0.6);
}
.alert-success {
  background-color: DarkSeaGreen;
  background-color: hsla(120, 25.1396648%, 64.90196078%, 0.6);
}
.alert-warning {
  background-color: GoldenRod;
  background-color: hsla(42.90322581, 74.4%, 49.01960784%, 0.6);
}
.alert-danger {
  background-color: FireBrick;
  background-color: hsla(0, 67.9245283%, 41.56862745%, 0.6);
}
.frame {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1120px) {
  .frame {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .frame {
    margin-bottom: 3.2rem;
  }
}
.frame > *:last-child {
  margin-bottom: 0;
}
.mfp-zoom-out-cur {
  cursor: pointer !important;
}
.mfp-close {
  cursor: pointer !important;
  color: #FFF !important;
  font-size: 36px;
  line-height: 100%;
  padding: 0;
}
.mfp-close::before {
  margin: 0;
}
.mfp-close:hover {
  opacity: 1;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  padding: 0;
  right: 0;
}
.mfp-arrow {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: auto;
}
.mfp-arrow::before {
  content: '\e802';
  display: inline-block;
  font-family: "cs-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  border: none;
  color: #FFF;
  height: 1em;
  font-size: 36px;
  line-height: 100%;
  margin: 0;
  padding: 0;
  position: static;
  opacity: 1;
  width: 1em;
}
.mfp-arrow::after {
  display: none;
}
.mfp-arrow.mfp-arrow-right::before {
  content: '\e802';
}
.mfp-arrow.mfp-arrow-left::before {
  content: '\e801';
}
.mfp-arrow:hover {
  background: none;
  opacity: 1;
}
.mfp-title {
  padding-right: 4.8rem;
}
.mfp-counter {
  font-size: 0.75rem;
  line-height: 100%;
}
.accordionjs {
  position: relative;
}
.accordionjs .acc_section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.accordionjs .acc_section:first-child .acc_head {
  margin-top: 0;
}
.accordionjs .acc_section:last-child .acc_content {
  padding-bottom: 0;
}
.accordionjs .acc_section .acc_head {
  background: #707070;
  cursor: pointer;
  display: block;
  margin-top: 1px;
  padding: 1.6rem 1.6rem;
  padding-left: 4.8rem;
  position: relative;
}
.accordionjs .acc_section .acc_head::before {
  content: '\e802';
  display: inline-block;
  font-family: "cs-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 1.6rem;
  font-size: 26px;
  line-height: 100%;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordionjs .acc_section .acc_content {
  padding: 1.6rem 1.6rem;
}
.accordionjs .acc_section .acc_content > *:last-child {
  margin-bottom: 0;
}
.accordionjs .acc_section.acc_active > .acc_head {
  background: #000;
}
.accordionjs .acc_section.acc_active > .acc_head::before {
  content: '\e800';
}
.search-form {
  margin-bottom: 0;
  position: relative;
}
.search-form input[type="text"].search-form__input,
.search-form input[type="search"].search-form__input,
.search-form button[type="submit"].search-form__submit {
  margin: 0;
}
.search-form input[type="text"].search-form__input,
.search-form input[type="search"].search-form__input {
  padding-right: 48px;
}
.search-form button[type="submit"].search-form__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background: none;
  border-color: transparent;
  color: #707070;
  padding: 10px 12px;
}
.search-form button[type="submit"].search-form__submit::before {
  font-size: 1rem;
  line-height: 160%;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  table:not(.h-clean-table) {
    display: block;
    width: 100%;
  }
  table:not(.h-clean-table) thead {
    display: none;
  }
  table:not(.h-clean-table) tfoot,
  table:not(.h-clean-table) tbody {
    display: block;
    width: 100%;
  }
  table:not(.h-clean-table) tfoot tr,
  table:not(.h-clean-table) tbody tr {
    display: block;
    padding-bottom: 1.6rem;
    width: 100%;
  }
  table:not(.h-clean-table) tfoot tr th,
  table:not(.h-clean-table) tbody tr th,
  table:not(.h-clean-table) tfoot tr td,
  table:not(.h-clean-table) tbody tr td {
    display: block;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  table:not(.h-clean-table) tfoot tr th[data-th]::before,
  table:not(.h-clean-table) tbody tr th[data-th]::before,
  table:not(.h-clean-table) tfoot tr td[data-th]::before,
  table:not(.h-clean-table) tbody tr td[data-th]::before {
    content: attr(data-th);
    display: block;
    font-weight: 700;
    width: 100%;
  }
  table:not(.h-clean-table) tfoot tr th:empty,
  table:not(.h-clean-table) tbody tr th:empty,
  table:not(.h-clean-table) tfoot tr td:empty,
  table:not(.h-clean-table) tbody tr td:empty {
    display: none;
  }
  table:not(.h-clean-table) tfoot tr:nth-child(odd) th,
  table:not(.h-clean-table) tbody tr:nth-child(odd) th,
  table:not(.h-clean-table) tfoot tr:nth-child(even) th,
  table:not(.h-clean-table) tbody tr:nth-child(even) th,
  table:not(.h-clean-table) tfoot tr:nth-child(odd) td,
  table:not(.h-clean-table) tbody tr:nth-child(odd) td,
  table:not(.h-clean-table) tfoot tr:nth-child(even) td,
  table:not(.h-clean-table) tbody tr:nth-child(even) td {
    background: none;
  }
  table:not(.h-clean-table) tfoot tr:last-child,
  table:not(.h-clean-table) tbody tr:last-child {
    padding-bottom: 0;
  }
}
/***************************
	Template Helpers
***************************/
.h-last-child-no-margin-bottom > *:last-child {
  margin-bottom: 0;
}
.h-no-margin-bottom {
  margin-bottom: 0;
}
.h-margin-bottom-nlb {
  margin-bottom: 1.6rem;
}
.h-no-margin-top {
  margin-top: 0;
}
.h-margin-top-nlb {
  margin-top: 1.6rem;
}
.h-flex-space-between {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.h-show-on-touch-device {
  display: none;
}
.is-touch-device .h-show-on-touch-device {
  display: block;
}
.h-hidden {
  display: none !important;
}
.h-show-on-tablet-large,
.h-show-on-tablet-medium,
.h-show-on-tablet-small,
.h-show-on-mobile {
  display: none;
}
@media screen and (max-width: 1120px) {
  .h-hide-on-tablet-large {
    display: none;
  }
  .h-show-on-tablet-large {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .h-hide-on-tablet-medium {
    display: none;
  }
  .h-show-on-tablet-medium {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .h-hide-on-tablet-small {
    display: none;
  }
  .h-show-on-tablet-small {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .h-hide-on-mobile {
    display: none;
  }
  .h-show-on-mobile {
    display: block;
  }
}
*:focus,
a:focus,
form button[type="submit"]:focus,
input[type="submit"]:focus {
  outline: none;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.file-upload__button:focus,
.file-upload__field:focus,
form button[type="submit"]:focus,
input[type="submit"]:focus {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
  border-color: #707070;
}
.powermail_file.parsley-error + label + input:focus {
  border-color: #707070;
}
input[type="checkbox"]:focus + span::before,
input[type="radio"]:focus + span::before,
input[type="checkbox"]:focus + label::before,
input[type="radio"]:focus + label::before {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
  border-color: #707070;
}
.checkbox.parsley-error input[type="radio"]:focus + span::before,
.radio.parsley-error input[type="radio"]:focus + span::before,
.checkbox.parsley-error input[type="checkbox"]:focus + span::before,
.radio.parsley-error input[type="checkbox"]:focus + span::before,
.checkbox.parsley-error input[type="radio"]:focus + label::before,
.radio.parsley-error input[type="radio"]:focus + label::before,
.checkbox.parsley-error input[type="checkbox"]:focus + label::before,
.radio.parsley-error input[type="checkbox"]:focus + label::before {
  border-color: #707070;
}
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
  border-color: #707070;
  border-width: 2px;
}
select.parsley-error + .select2-container--default.select2-container--focus .select2-selection--single,
select.parsley-error + .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #707070;
}
/* puts the footer to the bottom of the screen, if there is too little content on the page to fill the screen height */
/* this should work in IE 11 too */
.global-wrapper {
  background-color: #FFF;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
  padding-top: 126px;
  transition: padding ease-in-out 0.2s;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .global-wrapper {
    padding-top: 87px;
  }
}
.global-wrapper__wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#content {
  display: block;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 8rem 0;
}
@media screen and (max-width: 1120px) {
  #content {
    padding: 4.8rem 0;
  }
}
@media screen and (max-width: 640px) {
  #content {
    padding: 3.2rem 0;
  }
}
.wrapper {
  margin: 0 auto;
  max-width: 1120px;
}
@media screen and (max-width: 1152px) {
  .wrapper {
    margin: 0 16px;
  }
}
header.header {
  position: absolute;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: #000;
  left: 0;
  padding: 1rem 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}
@media screen and (max-width: 920px) {
  header.header {
    padding: 1.6rem 0;
  }
}
.header__flex-space-between {
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-bottom: 1rem;
}
@media screen and (max-width: 920px) {
  .header__flex-space-between {
    margin-bottom: 0;
  }
}
.header__logo-image {
  height: auto;
  margin-top: 4.8rem;
  margin-bottom: 2.4rem;
  width: 220px;
}
@media screen and (max-width: 1120px) {
  .header__logo-image {
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 920px) {
  .header__logo-image {
    width: 150px;
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .header__logo-image {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.header__logo-link {
  display: block;
}
@media screen and (max-width: 920px) {
  .header__search {
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0;
    background-color: #707070;
    display: none;
    margin-bottom: 1.6rem;
    padding: 16px;
    width: 100%;
  }
}
.menu-main {
  position: relative;
  z-index: 100;
  /*  &__item--level-1.current .menu-main__link--level-1,
    &__item--level-1.hover .menu-main__link--level-1,
    &__link--level-2:hover {
        color: @color-highlight-primary;
    }*/
}
.menu-main__list--level-1 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.menu-main__list--level-2 {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: #FFF;
  color: #000;
  display: none;
  width: 24rem;
}
.menu-main__list--level-3,
.menu-main__list--level-4 {
  display: none;
}
.menu-main__item--level-1 {
  position: relative;
}
.menu-main__item--level-1.hover .menu-main__list--level-2 {
  display: block;
}
.menu-main__link {
  color: inherit;
  display: block;
  padding: 10px 12px;
  position: relative;
}
.menu-main__link--level-1 {
  white-space: nowrap;
}
.menu-main__mobile-header {
  display: none;
}
@media screen and (max-width: 920px) {
  .is-touch-device .menu-main__item--show-on-touch-device {
    display: none;
  }
  .menu-main {
    background-color: #FFF;
    bottom: auto;
    clear: both;
    color: #000;
    height: 100vh;
    left: 100vw;
    opacity: 0;
    overflow: auto;
    /* large padding bottom to fix overlay problems with the iphone bottom bar */
    padding: 16px 16px 64px;
    position: fixed;
    top: 0;
    transition: left 0.3s ease, opacity 0.3s ease;
    width: 100vw;
    z-index: 10;
  }
  .menu-main.open {
    left: 0;
    opacity: 1;
  }
  .menu-main__item--level-1.current .menu-main__link--level-1,
  .menu-main__item--level-1.hover .menu-main__link--level-1,
  .menu-main__link--level-2:hover {
    color: inherit;
  }
  .menu-main__mobile-header {
    border-bottom: 2px solid #CCC;
    display: block;
    margin-bottom: 10px;
    padding: 12px 0;
    position: relative;
  }
  .menu-main__mobile-headline {
    display: block;
    line-height: 48px / 2;
    margin: 0 48px;
    text-align: center;
    width: 100%;
    word-break: break-all;
  }
  .menu-main__close-mobile-menu,
  .menu-main__level-up {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    height: 48px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu-main__close-mobile-menu::before,
  .menu-main__level-up::before {
    font-size: 1.5rem;
    line-height: 100%;
    margin-right: 0;
  }
  .menu-main__close-mobile-menu {
    right: 0;
    left: auto;
  }
  .menu-main__level-up {
    right: auto;
    left: 0;
  }
  .menu-main__list--level-1 {
    display: block;
  }
  .menu-main__list--level-2,
  .menu-main__list--level-3,
  .menu-main__list--level-4 {
    background-color: #FFF;
    box-shadow: none;
    color: inherit;
    display: block;
    height: 100vh;
    left: 100vw;
    opacity: 0;
    overflow-y: auto;
    padding: 16px 16px 64px !important;
    position: fixed;
    top: 0;
    transition: left 0.3s ease, opacity 0.3s ease;
    width: 100vw;
    z-index: 10;
  }
  .menu-main__item--level-1 {
    position: static;
  }
  .menu-main__item.show-children > .menu-main__list {
    left: 0;
    opacity: 1;
  }
  .menu-main__link--level-1,
  .menu-main__link--level-2,
  .menu-main__link--level-3,
  .menu-main__link--level-4 {
    border-bottom: none;
    font-family: "Georgia", "Times New Roman", serif;
    padding: 10px 0;
    text-transform: none;
  }
  .menu-main__link--has-children {
    padding-right: 4rem;
  }
  .menu-main__link--has-children::after {
    font-size: 2.25rem;
    line-height: 100%;
    content: '\e802';
    display: inline-block;
    font-family: "cs-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-right: 0.2em;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.menu-mobile {
  display: none;
}
@media screen and (max-width: 920px) {
  .menu-mobile {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media screen and (max-width: 920px) {
  .menu-mobile__item {
    font-size: 2.25rem;
    line-height: 100%;
    display: inline-block;
  }
}
.menu-mobile__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 48px;
  min-width: 48px;
}
.menu-mobile__link::before {
  margin: 0;
}
.footer {
  border-top: 2px solid #707070;
  padding: 1.6rem 0;
}
.footer__wrapper {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 640px) {
  .footer__wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.footer__menu {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .footer__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.footer__item:last-child .footer__link {
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .footer__item:last-child .footer__link {
    padding-right: 1.6rem;
  }
}
.footer__link {
  padding: 0 1.6rem;
}
@media screen and (max-width: 640px) {
  .footer__copyright {
    margin-bottom: 1.6rem;
    text-align: center;
  }
}
