/* ==========================================================================
   Basic setup and variables
   ========================================================================== */
/* ==========================================================================
   Configuration for SCSS-Framework
   ========================================================================== */
/* ==========================================================================
   Configuration within the project files
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Import cps-scss-Framework from node_modules
   ========================================================================== */
/**
    * http://meyerweb.com/eric/tools/css/reset/
    * v2.0 | 20110126
    * License: none (public domain)
    * Changes applied:
    *   - border: 0 just for img, abbr and acronym (not every element)
    */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img,
abbr,
acronym,
iframe {
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before,
q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 16px;
}

@media screen and (min-width: 700px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1100px) {
  html {
    font-size: 18px;
  }
}

.o-grid {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media screen and (min-width: 500px) {
  .o-grid {
    max-width: 94%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid {
    max-width: 94%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid {
    max-width: 88%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid {
    max-width: 1200px;
  }
}

.o-grid--fluid {
  max-width: none;
}

.o-grid__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.o-grid__row--start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.o-grid__row--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-grid__row--end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.o-grid__row--around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.o-grid__row--between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 500px) {
  .o-grid__row--start\@xs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid__row--center\@xs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .o-grid__row--end\@xs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .o-grid__row--around\@xs {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .o-grid__row--between\@xs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__row--start\@sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid__row--center\@sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .o-grid__row--end\@sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .o-grid__row--around\@sm {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .o-grid__row--between\@sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__row--start\@md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid__row--center\@md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .o-grid__row--end\@md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .o-grid__row--around\@md {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .o-grid__row--between\@md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__row--start\@lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid__row--center\@lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .o-grid__row--end\@lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .o-grid__row--around\@lg {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .o-grid__row--between\@lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__row--start\@xl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid__row--center\@xl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .o-grid__row--end\@xl {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .o-grid__row--around\@xl {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .o-grid__row--between\@xl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__row--start\@xxl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-grid__row--center\@xxl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .o-grid__row--end\@xxl {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .o-grid__row--around\@xxl {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .o-grid__row--between\@xxl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.o-grid__row--top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.o-grid__row--middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-grid__row--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 500px) {
  .o-grid__row--top\@xs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .o-grid__row--middle\@xs {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .o-grid__row--bottom\@xs {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__row--top\@sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .o-grid__row--middle\@sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .o-grid__row--bottom\@sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__row--top\@md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .o-grid__row--middle\@md {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .o-grid__row--bottom\@md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__row--top\@lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .o-grid__row--middle\@lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .o-grid__row--bottom\@lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__row--top\@xl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .o-grid__row--middle\@xl {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .o-grid__row--bottom\@xl {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__row--top\@xxl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .o-grid__row--middle\@xxl {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .o-grid__row--bottom\@xxl {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.o-grid [class*='o-grid__col:'] {
  padding-left: 15px;
  padding-right: 15px;
}

.o-grid__col {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.o-grid__col--first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (min-width: 500px) {
  .o-grid__col--first\@xs {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col--first\@sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col--first\@md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col--first\@lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col--first\@xl {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col--first\@xxl {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.o-grid__col--last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 500px) {
  .o-grid__col--last\@xs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col--last\@sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col--last\@md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col--last\@lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col--last\@xl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col--last\@xxl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.o-grid__col--offset\:1 {
  margin-left: 8.33333%;
}

.o-grid__col--offset\:2 {
  margin-left: 16.66667%;
}

.o-grid__col--offset\:3 {
  margin-left: 25%;
}

.o-grid__col--offset\:4 {
  margin-left: 33.33333%;
}

.o-grid__col--offset\:5 {
  margin-left: 41.66667%;
}

.o-grid__col--offset\:6 {
  margin-left: 50%;
}

.o-grid__col--offset\:7 {
  margin-left: 58.33333%;
}

.o-grid__col--offset\:8 {
  margin-left: 66.66667%;
}

.o-grid__col--offset\:9 {
  margin-left: 75%;
}

.o-grid__col--offset\:10 {
  margin-left: 83.33333%;
}

.o-grid__col--offset\:11 {
  margin-left: 91.66667%;
}

.o-grid__col--offset\:12 {
  margin-left: 100%;
}

@media screen and (min-width: 500px) {
  .o-grid__col--offset\:1\@xs {
    margin-left: 8.33333%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col--offset\:2\@xs {
    margin-left: 16.66667%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col--offset\:3\@xs {
    margin-left: 25%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col--offset\:4\@xs {
    margin-left: 33.33333%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col--offset\:5\@xs {
    margin-left: 41.66667%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col--offset\:6\@xs {
    margin-left: 50%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col--offset\:7\@xs {
    margin-left: 58.33333%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col--offset\:8\@xs {
    margin-left: 66.66667%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col--offset\:9\@xs {
    margin-left: 75%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col--offset\:10\@xs {
    margin-left: 83.33333%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col--offset\:11\@xs {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col--offset\:12\@xs {
    margin-left: 100%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col--offset\:1\@sm {
    margin-left: 8.33333%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col--offset\:2\@sm {
    margin-left: 16.66667%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col--offset\:3\@sm {
    margin-left: 25%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col--offset\:4\@sm {
    margin-left: 33.33333%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col--offset\:5\@sm {
    margin-left: 41.66667%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col--offset\:6\@sm {
    margin-left: 50%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col--offset\:7\@sm {
    margin-left: 58.33333%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col--offset\:8\@sm {
    margin-left: 66.66667%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col--offset\:9\@sm {
    margin-left: 75%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col--offset\:10\@sm {
    margin-left: 83.33333%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col--offset\:11\@sm {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col--offset\:12\@sm {
    margin-left: 100%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col--offset\:1\@md {
    margin-left: 8.33333%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col--offset\:2\@md {
    margin-left: 16.66667%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col--offset\:3\@md {
    margin-left: 25%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col--offset\:4\@md {
    margin-left: 33.33333%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col--offset\:5\@md {
    margin-left: 41.66667%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col--offset\:6\@md {
    margin-left: 50%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col--offset\:7\@md {
    margin-left: 58.33333%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col--offset\:8\@md {
    margin-left: 66.66667%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col--offset\:9\@md {
    margin-left: 75%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col--offset\:10\@md {
    margin-left: 83.33333%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col--offset\:11\@md {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col--offset\:12\@md {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col--offset\:1\@lg {
    margin-left: 8.33333%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col--offset\:2\@lg {
    margin-left: 16.66667%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col--offset\:3\@lg {
    margin-left: 25%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col--offset\:4\@lg {
    margin-left: 33.33333%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col--offset\:5\@lg {
    margin-left: 41.66667%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col--offset\:6\@lg {
    margin-left: 50%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col--offset\:7\@lg {
    margin-left: 58.33333%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col--offset\:8\@lg {
    margin-left: 66.66667%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col--offset\:9\@lg {
    margin-left: 75%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col--offset\:10\@lg {
    margin-left: 83.33333%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col--offset\:11\@lg {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col--offset\:12\@lg {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col--offset\:1\@xl {
    margin-left: 8.33333%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col--offset\:2\@xl {
    margin-left: 16.66667%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col--offset\:3\@xl {
    margin-left: 25%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col--offset\:4\@xl {
    margin-left: 33.33333%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col--offset\:5\@xl {
    margin-left: 41.66667%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col--offset\:6\@xl {
    margin-left: 50%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col--offset\:7\@xl {
    margin-left: 58.33333%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col--offset\:8\@xl {
    margin-left: 66.66667%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col--offset\:9\@xl {
    margin-left: 75%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col--offset\:10\@xl {
    margin-left: 83.33333%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col--offset\:11\@xl {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col--offset\:12\@xl {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col--offset\:1\@xxl {
    margin-left: 8.33333%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col--offset\:2\@xxl {
    margin-left: 16.66667%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col--offset\:3\@xxl {
    margin-left: 25%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col--offset\:4\@xxl {
    margin-left: 33.33333%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col--offset\:5\@xxl {
    margin-left: 41.66667%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col--offset\:6\@xxl {
    margin-left: 50%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col--offset\:7\@xxl {
    margin-left: 58.33333%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col--offset\:8\@xxl {
    margin-left: 66.66667%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col--offset\:9\@xxl {
    margin-left: 75%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col--offset\:10\@xxl {
    margin-left: 83.33333%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col--offset\:11\@xxl {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col--offset\:12\@xxl {
    margin-left: 100%;
  }
}

.o-grid__col\:1 {
  -webkit-flex-basis: 8.33333%;
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.o-grid__col\:2 {
  -webkit-flex-basis: 16.66667%;
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.o-grid__col\:3 {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}

.o-grid__col\:4 {
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.o-grid__col\:5 {
  -webkit-flex-basis: 41.66667%;
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.o-grid__col\:6 {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}

.o-grid__col\:7 {
  -webkit-flex-basis: 58.33333%;
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.o-grid__col\:8 {
  -webkit-flex-basis: 66.66667%;
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.o-grid__col\:9 {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  max-width: 75%;
}

.o-grid__col\:10 {
  -webkit-flex-basis: 83.33333%;
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.o-grid__col\:11 {
  -webkit-flex-basis: 91.66667%;
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.o-grid__col\:12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 500px) {
  .o-grid__col\:1\@xs {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col\:2\@xs {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col\:3\@xs {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col\:4\@xs {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col\:5\@xs {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col\:6\@xs {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col\:7\@xs {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col\:8\@xs {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col\:9\@xs {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col\:10\@xs {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col\:11\@xs {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}

@media screen and (min-width: 500px) {
  .o-grid__col\:12\@xs {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col\:1\@sm {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col\:2\@sm {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col\:3\@sm {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col\:4\@sm {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col\:5\@sm {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col\:6\@sm {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col\:7\@sm {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col\:8\@sm {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col\:9\@sm {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col\:10\@sm {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col\:11\@sm {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}

@media screen and (min-width: 700px) {
  .o-grid__col\:12\@sm {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col\:1\@md {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col\:2\@md {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col\:3\@md {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col\:4\@md {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col\:5\@md {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col\:6\@md {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col\:7\@md {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col\:8\@md {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col\:9\@md {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col\:10\@md {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col\:11\@md {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}

@media screen and (min-width: 900px) {
  .o-grid__col\:12\@md {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col\:1\@lg {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col\:2\@lg {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col\:3\@lg {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col\:4\@lg {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col\:5\@lg {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col\:6\@lg {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col\:7\@lg {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col\:8\@lg {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col\:9\@lg {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col\:10\@lg {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col\:11\@lg {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}

@media screen and (min-width: 1100px) {
  .o-grid__col\:12\@lg {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col\:1\@xl {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col\:2\@xl {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col\:3\@xl {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col\:4\@xl {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col\:5\@xl {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col\:6\@xl {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col\:7\@xl {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col\:8\@xl {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col\:9\@xl {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col\:10\@xl {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col\:11\@xl {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}

@media screen and (min-width: 1300px) {
  .o-grid__col\:12\@xl {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col\:1\@xxl {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col\:2\@xxl {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col\:3\@xxl {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col\:4\@xxl {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col\:5\@xxl {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col\:6\@xxl {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col\:7\@xxl {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col\:8\@xxl {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col\:9\@xxl {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col\:10\@xxl {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col\:11\@xxl {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}

@media screen and (min-width: 1700px) {
  .o-grid__col\:12\@xxl {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

.u-accessibility {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.u-aspect-ratio-21x9 {
  position: relative;
}

.u-aspect-ratio-21x9:before {
  content: '';
  display: block;
  padding-top: 42.85714%;
  width: 100%;
}

.u-aspect-ratio-21x9 > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.u-aspect-ratio-16x9 {
  position: relative;
}

.u-aspect-ratio-16x9:before {
  content: '';
  display: block;
  padding-top: 56.25%;
  width: 100%;
}

.u-aspect-ratio-16x9 > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.u-clearfix:before, .u-clearfix:after {
  clear: both;
  content: '';
  display: table;
}

.u-color-bg\:primary {
  background-color: #a32324;
}

.u-color-bg\:secondary {
  background-color: #28f;
}

.u-color-bg\:tertiary {
  background-color: #ff9233;
}

.u-color-bg\:white {
  background-color: #fff;
}

.u-color-bg\:g1 {
  background-color: #eee;
}

.u-color-bg\:g2 {
  background-color: #ccc;
}

.u-color-bg\:g3 {
  background-color: #aaa;
}

.u-color-bg\:g4 {
  background-color: #888;
}

.u-color-bg\:g5 {
  background-color: #666;
}

.u-color-bg\:g6 {
  background-color: #444;
}

.u-color-bg\:g7 {
  background-color: #333;
}

.u-color-bg\:black {
  background-color: #000;
}

.u-color-bg\:positive {
  background-color: #03804d;
}

.u-color-bg\:caution {
  background-color: #f5ce2a;
}

.u-color-bg\:negative {
  background-color: #b12a0b;
}

.u-color-bg\:neutral {
  background-color: #0192d0;
}

.u-color-bo\:primary {
  border-color: #a32324;
}

.u-color-bo\:secondary {
  border-color: #28f;
}

.u-color-bo\:tertiary {
  border-color: #ff9233;
}

.u-color-bo\:white {
  border-color: #fff;
}

.u-color-bo\:g1 {
  border-color: #eee;
}

.u-color-bo\:g2 {
  border-color: #ccc;
}

.u-color-bo\:g3 {
  border-color: #aaa;
}

.u-color-bo\:g4 {
  border-color: #888;
}

.u-color-bo\:g5 {
  border-color: #666;
}

.u-color-bo\:g6 {
  border-color: #444;
}

.u-color-bo\:g7 {
  border-color: #333;
}

.u-color-bo\:black {
  border-color: #000;
}

.u-color-bo\:positive {
  border-color: #03804d;
}

.u-color-bo\:caution {
  border-color: #f5ce2a;
}

.u-color-bo\:negative {
  border-color: #b12a0b;
}

.u-color-bo\:neutral {
  border-color: #0192d0;
}

.u-color-c\:primary {
  color: #a32324;
}

.u-color-c\:secondary {
  color: #28f;
}

.u-color-c\:tertiary {
  color: #ff9233;
}

.u-color-c\:white {
  color: #fff;
}

.u-color-c\:g1 {
  color: #eee;
}

.u-color-c\:g2 {
  color: #ccc;
}

.u-color-c\:g3 {
  color: #aaa;
}

.u-color-c\:g4 {
  color: #888;
}

.u-color-c\:g5 {
  color: #666;
}

.u-color-c\:g6 {
  color: #444;
}

.u-color-c\:g7 {
  color: #333;
}

.u-color-c\:black {
  color: #000;
}

.u-color-c\:positive {
  color: #03804d;
}

.u-color-c\:caution {
  color: #f5ce2a;
}

.u-color-c\:negative {
  color: #b12a0b;
}

.u-color-c\:neutral {
  color: #0192d0;
}

.u-reset-button {
  background: none;
  border: 0;
  color: inherit;
  cursor: default;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-transform: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.u-reset-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.h-text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.u-typo\:s {
  font-size: 0.66667rem;
  line-height: 1.2;
}

.u-typo\:m,
body {
  font-size: 1rem;
  line-height: 1.5;
}

.u-typo\:l {
  font-size: 1.5rem;
  line-height: 1.4;
}

.u-typo\:xl {
  font-size: 2.25rem;
  line-height: 1.2;
}

.u-typo\:xxl {
  font-size: 3.375rem;
  line-height: 1.2;
}

.u-typo\:xxxl {
  font-size: 5.0625rem;
  line-height: 1.2;
}

@media screen and (min-width: 500px) {
  .u-typo\:s\@xs {
    font-size: 0.66667rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 500px) {
  .u-typo\:m\@xs {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 500px) {
  .u-typo\:l\@xs {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 500px) {
  .u-typo\:xl\@xs {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 500px) {
  .u-typo\:xxl\@xs {
    font-size: 3.375rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 500px) {
  .u-typo\:xxxl\@xs {
    font-size: 5.0625rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 700px) {
  .u-typo\:s\@sm {
    font-size: 0.66667rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 700px) {
  .u-typo\:m\@sm {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  .u-typo\:l\@sm {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 700px) {
  .u-typo\:xl\@sm {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 700px) {
  .u-typo\:xxl\@sm {
    font-size: 3.375rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 700px) {
  .u-typo\:xxxl\@sm {
    font-size: 5.0625rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 900px) {
  .u-typo\:s\@md {
    font-size: 0.66667rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 900px) {
  .u-typo\:m\@md {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  .u-typo\:l\@md {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 900px) {
  .u-typo\:xl\@md {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 900px) {
  .u-typo\:xxl\@md {
    font-size: 3.375rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 900px) {
  .u-typo\:xxxl\@md {
    font-size: 5.0625rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1100px) {
  .u-typo\:s\@lg {
    font-size: 0.66667rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1100px) {
  .u-typo\:m\@lg {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1100px) {
  .u-typo\:l\@lg {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1100px) {
  .u-typo\:xl\@lg {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1100px) {
  .u-typo\:xxl\@lg {
    font-size: 3.375rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1100px) {
  .u-typo\:xxxl\@lg {
    font-size: 5.0625rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1300px) {
  .u-typo\:s\@xl {
    font-size: 0.66667rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1300px) {
  .u-typo\:m\@xl {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1300px) {
  .u-typo\:l\@xl {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1300px) {
  .u-typo\:xl\@xl {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1300px) {
  .u-typo\:xxl\@xl {
    font-size: 3.375rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1300px) {
  .u-typo\:xxxl\@xl {
    font-size: 5.0625rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1700px) {
  .u-typo\:s\@xxl {
    font-size: 0.66667rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1700px) {
  .u-typo\:m\@xxl {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1700px) {
  .u-typo\:l\@xxl {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1700px) {
  .u-typo\:xl\@xxl {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1700px) {
  .u-typo\:xxl\@xxl {
    font-size: 3.375rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1700px) {
  .u-typo\:xxxl\@xxl {
    font-size: 5.0625rem;
    line-height: 1.2;
  }
}

/* ==========================================================================
   Functions and Mixins
   ========================================================================== */
/* ==========================================================================
   Generic stuff (e.g. box-sizing, reset-css)
   ========================================================================== */
/* ==========================================================================
   Font File Declaration (@font-face)
   ========================================================================== */
@font-face {
  font-family: "IconFont";
  src: url("/typo3conf/ext/fgp_template/Resources/Public/Frontend/_Default/fonts/IconFont.eot?") format("eot"), url("/typo3conf/ext/fgp_template/Resources/Public/Frontend/_Default/fonts/IconFont.svg#IconFont") format("svg"), url("/typo3conf/ext/fgp_template/Resources/Public/Frontend/_Default/fonts/IconFont.ttf") format("truetype"), url("/typo3conf/ext/fgp_template/Resources/Public/Frontend/_Default/fonts/IconFont.woff") format("woff");
}

/* ==========================================================================
   Breakpoint Match with Javascript with 'font-family-hack'
        IMPORTANT: every breakpoint is used in order to control the sorting
        of Media Queries when we use a "Combine Media Queries" Tool (this
        will be the first "hit" for the Tool and is therefore the leading
        sorting/order!
   ========================================================================== */
html {
  font-family: 'xxs';
}

@media screen and (min-width: 500px) {
  html {
    font-family: 'xs';
  }
}

@media screen and (min-width: 700px) {
  html {
    font-family: 'sm';
  }
}

@media screen and (min-width: 900px) {
  html {
    font-family: 'md';
  }
}

@media screen and (min-width: 1100px) {
  html {
    font-family: 'lg';
  }
}

@media screen and (min-width: 1300px) {
  html {
    font-family: 'xl';
  }
}

@media screen and (min-width: 1700px) {
  html {
    font-family: 'xxl';
  }
}

body:after {
  content: 'xxs';
  display: none;
}

@media screen and (min-width: 500px) {
  body:after {
    content: 'xs';
  }
}

@media screen and (min-width: 700px) {
  body:after {
    content: 'sm';
  }
}

@media screen and (min-width: 900px) {
  body:after {
    content: 'md';
  }
}

@media screen and (min-width: 1100px) {
  body:after {
    content: 'lg';
  }
}

@media screen and (min-width: 1300px) {
  body:after {
    content: 'xl';
  }
}

@media screen and (min-width: 1700px) {
  body:after {
    content: 'xxl';
  }
}

/* ==========================================================================
   Bare and unclassed HTML elements (e.g. image, a, h1)
   ========================================================================== */
/* ==========================================================================
   Configuration for SCSS-Framework
   ========================================================================== */
/* ==========================================================================
   Configuration within the project files
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Base Styles (e.g. Unclassed HTML Elements)
   ========================================================================== */
body {
  max-width: 100%;
  overflow-x: hidden;
}

iframe {
  width: 100% !important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: underline;
}

a:hover, a:focus {
  text-decoration: none;
}

a:hover, a:active {
  outline: none;
}

a:before, a:after,
a i:before,
a i:after {
  display: inline-block;
  text-decoration: underline;
}

a:before, a:after, a:hover:before, a:hover:after,
a i:before,
a i:after,
a i:hover:before,
a i:hover:after {
  text-decoration: none;
}

object {
  pointer-events: none;
}

p {
  margin-bottom: 1em;
}

sub,
sup {
  /* Specified in % so that the sup/sup is the
       right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
       interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
       the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
       is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -.5em;
}

sub {
  /* Move the subscripted text down, but only
       half as far down as the superscript moved up */
  bottom: -.25em;
}

/* ==========================================================================
   Global Typography Definitions
   ========================================================================== */
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i,
cite,
address,
em,
dfn {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}

abbr {
  border-bottom: 1px dotted;
}

abbr:hover {
  cursor: help;
}

/* ==========================================================================
   Fonts
   ========================================================================== */
.u-typo\:light {
  font-weight: 400;
}

.fonts-loaded .u-typo\:light {
  font-weight: 300;
}

body,
.u-typo\:regular {
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.fonts-loaded body, .fonts-loaded
.u-typo\:regular {
  font-family: "Roboto", sans-serif;
}

.u-typo\:bold {
  font-weight: 700;
}

.u-typo\:italic {
  font-style: italic;
}

figcaption {
  margin: 0.5em 0;
}

hr {
  border: 0;
  border-bottom: 1px solid;
  margin: 0 0 1em;
}

small {
  font-size: .778em;
}

/* ==========================================================================
   Styling for non-cosmetic design patterns (e.g. wrapper, layouts, sections)
   ========================================================================== */
/* ==========================================================================
   Configuration for SCSS-Framework
   ========================================================================== */
/* ==========================================================================
   Configuration within the project files
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Styling for non-cosmetic design patterns (e.g. wrapper, layouts, sections)
   ========================================================================== */
/* ==========================================================================
   Content Area + Content Items within
   ========================================================================== */
/* ==========================================================================
   Icon Font - generated: https://icomoon.io
   ========================================================================== */
.o-icons:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'IconFont' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.o-icons--before {
  display: inline-block;
  padding-left: 1.25em;
  position: relative;
}

.o-icons--before:before {
  font-size: 1em;
  left: 0;
  position: absolute;
  top: .25em;
}

/**
 * Icons
 */
.o-icons--arrow-bottom:before {
  content: '\e900';
}

.o-icons--arrow-left:before {
  content: '\e901';
}

.o-icons--arrow-right:before {
  content: '\e902';
}

.o-icons--arrow-top:before {
  content: '\e903';
}

.o-icons--caution:before {
  content: '\e904';
}

.o-icons--download:before {
  content: '\e905';
}

.o-icons--edit:before {
  content: '\e906';
}

.o-icons--email:before {
  content: '\e907';
}

.o-icons--extern:before {
  content: '\e908';
}

.o-icons--faq:before {
  content: '\e909';
}

.o-icons--info:before {
  content: '\e90a';
}

.o-icons--instagram:before {
  content: '\e90b';
}

.o-icons--intern:before {
  content: '\e90c';
}

.o-icons--loupe:before {
  content: '\e90d';
}

.o-icons--twitter:before {
  content: '\e90e';
}

.o-icons--youtube:before {
  content: '\e90f';
}

/* ==========================================================================
   Spacing
   ========================================================================== */
/**
 * Component margin bottom (space after each component)
 */
.o-space-b\:default {
  margin-bottom: 3em;
}

.o-space-b\:small {
  margin-bottom: 2em;
}

/* ==========================================================================
   Specific UI components (e.g. c-stage, c-text-media)
   ========================================================================== */
/* ==========================================================================
   Configuration for SCSS-Framework
   ========================================================================== */
/* ==========================================================================
   Configuration within the project files
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Specific UI components (e.g. c-stage, c-text-media)
   ========================================================================== */
/**
* Base (basic and recurring elements, styles - no content elements)
*/
/* ==========================================================================
    APP Container (mainly to separate "page" from "off canvas" div)
    ========================================================================== */
/* ==========================================================================
   Button Styles
   ========================================================================== */
button {
  cursor: pointer;
}

.c-button,
.c-link-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 2.5;
  padding: 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /**
     * Style variants
     */
  /**
     * Ghost buttons have see-through backgrounds
     */
  /**
     * Button only icon
     */
  /**
     * Button with text and icon
     */
  /**
     * Disabled
     */
  /**
     * Button styled like a link
     */
  /**
     * Button styled like a link with icon
     */
  /**
     * Button behavior in Forms
     */
}

.c-button:hover, .c-button:active,
.c-link-button:hover,
.c-link-button:active {
  outline: none;
}

.c-button:hover, .c-button:focus,
.c-link-button:hover,
.c-link-button:focus {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button svg,
.c-link-button svg {
  fill: #fff;
}

.c-button::-moz-focus-inner,
.c-link-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.c-button--primary,
.c-link-button--primary {
  background-color: #a32324;
  border: 2px solid #a32324;
  color: #fff;
}

.c-button--primary:hover, .c-button--primary:focus,
.c-link-button--primary:hover,
.c-link-button--primary:focus {
  background-color: #791a1b;
  border-color: #791a1b;
  color: #fff;
}

.c-button--primary svg,
.c-link-button--primary svg {
  fill: #fff;
}

.c-button--secondary,
.c-link-button--secondary {
  background-color: #28f;
  border: 2px solid #28f;
  color: #fff;
}

.c-button--secondary:hover, .c-button--secondary:focus,
.c-link-button--secondary:hover,
.c-link-button--secondary:focus {
  background-color: #006eee;
  border-color: #006eee;
  color: #fff;
}

.c-button--secondary svg,
.c-link-button--secondary svg {
  fill: #fff;
}

.c-button--positive,
.c-link-button--positive {
  background-color: #03804d;
  border: 2px solid #03804d;
  color: #fff;
}

.c-button--positive:hover, .c-button--positive:focus,
.c-link-button--positive:hover,
.c-link-button--positive:focus {
  background-color: #024e2f;
  border-color: #024e2f;
  color: #fff;
}

.c-button--positive svg,
.c-link-button--positive svg {
  fill: #fff;
}

.c-button--caution,
.c-link-button--caution {
  background-color: #f5ce2a;
  border: 1px solid #f5ce2a;
  color: #fff;
}

.c-button--caution:hover, .c-button--caution:focus,
.c-link-button--caution:hover,
.c-link-button--caution:focus {
  background-color: #e1b80b;
  border-color: #e1b80b;
  color: #fff;
}

.c-button--caution svg,
.c-link-button--caution svg {
  fill: #fff;
}

.c-button--negative,
.c-link-button--negative {
  background-color: #b12a0b;
  border: 2px solid #b12a0b;
  color: #fff;
}

.c-button--negative:hover, .c-button--negative:focus,
.c-link-button--negative:hover,
.c-link-button--negative:focus {
  background-color: #811f08;
  border-color: #811f08;
  color: #fff;
}

.c-button--negative svg,
.c-link-button--negative svg {
  fill: #fff;
}

.c-button--ghost,
.c-link-button--ghost {
  background-color: transparent;
  border: 2px solid #a32324;
  color: #a32324;
}

.c-button--ghost:hover, .c-button--ghost:focus,
.c-link-button--ghost:hover,
.c-link-button--ghost:focus {
  border-color: #791a1b;
  background-color: #791a1b;
  color: #fff;
}

.c-button--ghost:hover svg, .c-button--ghost:focus svg,
.c-link-button--ghost:hover svg,
.c-link-button--ghost:focus svg {
  fill: #fff;
}

.c-button--ghost svg,
.c-link-button--ghost svg {
  fill: #a32324;
}

.c-button--icon,
.c-link-button--icon {
  height: 2.725rem;
  position: relative;
  width: 2.725rem;
}

.c-button--icon svg,
.c-link-button--icon svg {
  margin-right: 0;
  height: 1.2rem;
  width: 1.2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.c-button--with-icon,
.c-link-button--with-icon {
  padding-left: 2.4rem;
  text-align: left;
  width: auto;
}

.c-button--with-icon svg,
.c-link-button--with-icon svg {
  height: 1.2rem;
  left: 0.5rem;
  margin-right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.2rem;
}

.c-button[disabled], .c-button[disable='true'],
.c-button .disabled,
.c-link-button[disabled],
.c-link-button[disable='true'],
.c-link-button .disabled {
  background: #fff;
  border: 2px solid #ccc;
  color: #ccc;
  pointer-events: none;
}

.c-button[disabled] svg, .c-button[disable='true'] svg,
.c-button .disabled svg,
.c-link-button[disabled] svg,
.c-link-button[disable='true'] svg,
.c-link-button .disabled svg {
  fill: #ccc;
}

.c-button--link,
.c-link-button--link {
  color: #000;
  padding: 0;
}

.c-button--link:hover, .c-button--link:focus,
.c-link-button--link:hover,
.c-link-button--link:focus {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
}

.c-button--link[disabled],
.c-button--link .disabled,
.c-link-button--link[disabled],
.c-link-button--link .disabled {
  border: 0;
}

.c-button--link-with-icon,
.c-link-button--link-with-icon {
  padding-left: 1.8rem;
  text-align: left;
  width: auto;
}

.c-button--link-with-icon svg,
.c-link-button--link-with-icon svg {
  fill: #000;
  height: 1.2rem;
  left: 0;
  margin-right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.2rem;
}

.c-form__group .c-button, .c-form__group
.c-link-button {
  display: block;
  margin-top: 2rem;
}

@media screen and (min-width: 500px) {
  .c-form__group .c-button, .c-form__group
  .c-link-button {
    display: inline-block;
    margin-top: 1rem;
    width: auto;
  }
}

.c-form__group .c-button + .c-button, .c-form__group
.c-link-button + .c-button {
  margin-top: 1rem;
}

@media screen and (min-width: 500px) {
  .c-form__group .c-button + .c-button, .c-form__group
  .c-link-button + .c-button {
    margin-left: 1rem;
  }
}

/**
 * Size variants - only default buttons
 * todo: tweak for all buttons
 */
.c-button--small {
  font-size: 0.83333rem;
  padding: 0 0.83333rem;
}

.c-button--large {
  font-size: 1.2rem;
  padding: 0 1.2rem;
}

/* ==========================================================================
    Cookie Disclaimer
    ========================================================================== */
.c-cookie-disclaimer {
  background: rgba(255, 146, 51, 0.95);
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.c-cookie-disclaimer.is-hidden {
  display: none;
}

.c-cookie-disclaimer__inner {
  padding: 1rem 0;
  width: 100%;
}

@media screen and (min-width: 500px) {
  .c-cookie-disclaimer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-cookie-disclaimer__text {
  margin-bottom: 0;
}

@media screen and (min-width: 500px) {
  .c-cookie-disclaimer__text {
    margin-right: 2rem;
  }
}

.c-cookie-disclaimer__button {
  margin-top: 1rem;
}

@media screen and (min-width: 500px) {
  .c-cookie-disclaimer__button {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-top: 0;
  }
}

/* ==========================================================================
   Link Styles
   ========================================================================== */
.c-link {
  color: #28f;
}

.c-link svg {
  height: 1.25rem;
  -webkit-transform: translateY(0.25rem);
      -ms-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
  margin-right: 0.25rem;
  width: 1.25rem;
}

.c-link.disabled {
  pointer-events: none;
}

.c-link.disabled svg {
  fill: #ccc;
}

/* ==========================================================================
   Header
   ========================================================================== */
.c-header__row {
  padding: .5rem 0;
}

.c-header .c-logo {
  width: 5rem;
}

/* ==========================================================================
   Image
   ========================================================================== */
.c-figure__inner {
  overflow: hidden;
  position: relative;
}

.c-figure__copyright {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: .25em 1em;
  position: absolute;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.c-footer__row--top {
  padding: .5rem 0;
}

.c-footer__row--bottom p {
  margin-bottom: 0;
}

.c-footer .c-menu-meta__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.c-footer .c-menu-meta__item {
  margin-right: 1rem;
}

.c-footer .c-menu-meta__item:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 0) and (max-width: 899px) {
  .c-footer .c-menu-meta__list,
  .c-footer .c-menu-social__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-footer .c-menu-social {
    margin: .5rem 0;
  }
  .c-footer__row--bottom {
    text-align: center;
  }
}

@media screen and (min-width: 900px) {
  .c-footer .c-menu-social__list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* ==========================================================================
   Form
   ========================================================================== */
.c-form {
  /**
     * Textarea
     */
  /**
     * Select
     */
  /**
     * Checkbox & Radio Button
     */
  /**
     * Messages / Required Text
     */
}

.c-form__fieldset {
  border: 0;
}

.c-form__fieldset + .c-form__fieldset {
  margin-top: 3rem;
}

.c-form__legend {
  margin-bottom: 2rem;
}

.c-form__group {
  margin-bottom: 1rem;
}

.c-form__label,
.c-form__checkfields legend {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.c-form__input-container {
  position: relative;
}

.c-form__input {
  border: 1px solid;
  font-family: inherit;
  font-size: inherit;
  display: block;
  max-width: 100%;
  outline: none;
  padding: 0.4rem 0.5rem;
  width: 100%;
}

.c-form__input:not([type='checkbox']), .c-form__input:not([type='radio']) {
  border-radius: 0;
}

.c-form__input:focus {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.c-form__input::-ms-clear {
  display: none;
}

.c-form__icon {
  line-height: 1;
  position: absolute;
  right: .5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-form__icon ~ .c-form__input {
  padding-right: 2rem;
}

.c-form__select-arrow {
  border-bottom: 2px solid;
  border-left: 2px solid;
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: .5rem;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-100%);
      -ms-transform: rotate(-45deg) translateY(-100%);
          transform: rotate(-45deg) translateY(-100%);
  width: .6rem;
}

.c-form textarea {
  font-family: inherit;
  height: 10rem;
  line-height: inherit;
  width: 100% !important;
}

.c-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #333;
}

.c-form select:hover {
  cursor: pointer;
}

.c-form select::-ms-expand {
  display: none;
}

.c-form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.c-form__checkfields label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.25rem;
  padding-left: 1.5rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-form__checkfields input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.c-form__checkfields input + label:before, .c-form__checkfields input + label:after {
  display: inline-block;
  position: absolute;
}

.c-form__checkfields input + label:before {
  border: 1px solid;
  content: '';
  height: 16px;
  left: 0;
  top: .3rem;
  width: 16px;
}

.c-form__checkfields input + label:after {
  content: none;
}

.c-form__checkfields input:checked + label:after {
  content: '';
}

.c-form__checkfields input[type='checkbox'] + label:after {
  height: 5px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  left: 3px;
  top: .5rem;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
}

.c-form__checkfields input[type='radio'] + label:before, .c-form__checkfields input[type='radio'] + label:after {
  border-radius: 50%;
}

.c-form__checkfields input[type='radio'] + label:after {
  height: 8px;
  left: 4px;
  top: .5rem;
  width: 8px;
}

.c-form__text p:last-child {
  margin-bottom: 0;
}

.c-form__msg {
  display: block;
  margin-top: 0.35rem;
}

.c-form__required-container .c-form__required,
.c-form__required-container .c-form__msg {
  display: inline;
}

/* ==========================================================================
   Theme (Colors / Messages / Validation)
   ========================================================================== */
.c-form {
  /**
     * Placeholder
     */
  /**
     * Validation Colors
     */
  /**
     * Select
     */
  /**
     * Checkbox & Radio Button
     */
}

.c-form__legend {
  color: inherit;
}

.c-form__label {
  color: inherit;
}

.c-form ::-webkit-input-placeholder {
  color: #333;
}

.c-form :-moz-placeholder {
  color: #333;
}

.c-form ::-moz-placeholder {
  color: #333;
}

.c-form :-ms-input-placeholder {
  color: #333;
}

.c-form ::-ms-input-placeholder {
  color: #333;
}

.c-form ::placeholder {
  color: #333;
}

.c-form__group.is-valid .c-form__input,
.c-form__group.is-valid .c-form__msg {
  color: #03804d;
}

.c-form__group.is-valid .c-form__input {
  border-color: #03804d;
}

.c-form__group.is-error .c-form__input,
.c-form__group.is-error .c-form__msg {
  color: #b12a0b;
}

.c-form__group.is-error .c-form__input,
.c-form__group.is-error .c-form__checkfields input + label:before,
.c-form__group.is-error .c-form__checkfields [type='checkbox'] + label:after {
  border-color: #b12a0b;
}

.c-form__group.is-error .c-form__checkfields input + label {
  color: #b12a0b;
}

.c-form__group.is-error .c-form__checkfields [type='radio'] + label:after {
  background-color: #b12a0b;
}

.c-form__input {
  background-color: #fff;
  border-color: #aaa;
  color: inherit;
}

.c-form__input:focus {
  border-color: #28f;
  background-color: #fff;
  color: inherit;
  /**
             * Placeholder
             */
  /**
             * Icon
             */
}

.c-form__input:focus::-webkit-input-placeholder {
  color: #333;
}

.c-form__input:focus:-moz-placeholder {
  color: #333;
}

.c-form__input:focus::-moz-placeholder {
  color: #333;
}

.c-form__input:focus:-ms-input-placeholder {
  color: #333;
}

.c-form__input:focus::-ms-input-placeholder {
  color: #333;
}

.c-form__input:focus::placeholder {
  color: #333;
}

.c-form__input:focus ~ .c-form__icon {
  color: #28f;
}

.c-form__icon {
  color: #a32324;
}

.c-form select {
  background-color: #fff;
}

.c-form__checkfields input[type='checkbox']:focus + label:before, .c-form__checkfields input[type='radio']:focus + label:before {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border-color: #28f !important;
}

.c-form__checkfields input[type='checkbox'] + label:after {
  border-color: #28f;
}

.c-form__checkfields input[type='radio'] + label:after {
  background-color: #28f;
}

/* ==========================================================================
   Site Header Styles
   ========================================================================== */
.c-site-header {
  color: #444;
  font-size: 2.5rem;
  line-height: 73px;
}

.c-site-header__link {
  color: #444;
  text-decoration: none;
}

.c-site-header__link:hover, .c-site-header__link:focus, .c-site-header__link:active {
  color: #444;
}

/**
* Menus
*/
/* ==========================================================================
   Breadcrumb Menu
   ========================================================================== */
.c-breadcrumb:before, .c-breadcrumb:after {
  clear: both;
  content: '';
  display: table;
}

.c-breadcrumb__item {
  float: left;
}

.c-breadcrumb__item:not(:last-child) {
  margin-right: 1em;
}

.c-breadcrumb__item svg {
  height: 0.5em;
  margin: 0 0.5em;
  width: 0.5em;
}

.c-breadcrumb__link {
  color: #a32324;
}

/* ==========================================================================
   Dropdown - Checkbox hack
   ========================================================================== */
.c-dropdown {
  position: relative;
}

.c-dropdown__checkbox {
  opacity: 0;
  position: absolute;
}

.c-dropdown__checkbox:checked ~ .c-dropdown__menu {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.c-dropdown__checkbox:checked ~ .c-dropdown__trigger svg {
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.c-dropdown__trigger {
  cursor: pointer;
}

.c-dropdown__menu {
  position: absolute;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transition: -webkit-transform 0.1s ease-in;
  transition: -webkit-transform 0.1s ease-in;
  -o-transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
  z-index: 1;
}

/* ==========================================================================
   Language Switch
   ========================================================================== */
.c-language-switch {
  /**
     * Button styles
     */
  /**
     * Dropdown
     */
}

.c-language-switch:before, .c-language-switch:after {
  clear: both;
  content: '';
  display: table;
}

.c-language-switch > div {
  display: inline-block;
  float: left;
}

.c-language-switch .is-active.c-button--primary {
  cursor: default;
}

.c-language-switch .is-active.c-button--primary:hover, .c-language-switch .is-active.c-button--primary:focus {
  background-color: #a32324;
  border-color: #a32324;
}

.c-language-switch .c-button--icon svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.c-language-switch__menu {
  left: 0;
  top: 100%;
}

.c-language-switch__list {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  min-width: 2.8rem;
  padding: 1rem 0;
  position: absolute;
  text-align: center;
}

.c-language-switch__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.c-language-switch__link {
  padding: 0 0.5rem;
}

.c-language-switch__link.is-active {
  color: #888;
}

/* ==========================================================================
   Menu Main
   ========================================================================== */
.c-header .c-menu-main {
  margin-left: -1rem;
  margin-right: -1rem;
}

.c-menu-main__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-menu-main__item {
  margin-right: 2rem;
}

.c-menu-main__link {
  color: #444;
  padding: .2rem 1rem;
  text-decoration: none;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

.c-menu-main__link:hover, .c-menu-main__link:focus, .c-menu-main__link:active {
  background-color: #a32324;
  color: #fff;
}

.c-menu-main [aria-current='true'] {
  background-color: #a32324;
  color: #fff;
}

/* ==========================================================================
   Menu Meta
   ========================================================================== */
.c-menu-meta__link {
  color: #a32324;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* ==========================================================================
   Pagination Menu
   ========================================================================== */
.c-pagination:before, .c-pagination:after {
  clear: both;
  content: '';
  display: table;
}

.c-pagination--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination__list {
  position: relative;
}

.c-pagination__item {
  float: left;
  text-align: center;
  margin: 0 .25em;
}

.c-pagination__item--prev, .c-pagination__item--next {
  margin: 0;
}

.c-pagination__link {
  border-radius: 50%;
  border: 2px solid transparent;
  display: inline-block;
  height: 2.5em;
  line-height: 2.2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 2.5em;
}

.c-pagination__item--prev .c-pagination__link:hover,
.c-pagination__item--next .c-pagination__link:hover, .c-pagination__item--prev .c-pagination__link:focus,
.c-pagination__item--next .c-pagination__link:focus {
  border-color: transparent;
}

.c-pagination__link[aria-current='true'] {
  border-color: #a32324;
}

/* ==========================================================================
   Menu Skip
   ========================================================================== */
.c-menu-skip__link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.c-menu-skip__link:focus {
  background-color: rgba(255, 146, 51, 0.98);
  color: #a32324;
  clip: initial;
  height: auto;
  margin: 0;
  text-align: center;
  padding: 1rem .5rem;
  width: 100%;
  z-index: 1;
}

/* ==========================================================================
   Social Menu
   ========================================================================== */
.c-menu-social__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.c-menu-social__item {
  height: 32px;
  margin-right: 1rem;
}

.c-menu-social__item:last-of-type {
  margin-right: 0;
}

.c-menu-social__link {
  display: inline-block;
  height: 32px;
}

/* ==========================================================================
   Menu Sub
   ========================================================================== */
.c-menu-sub:after {
  content: '';
  display: block;
  height: .4rem;
}

.c-menu-sub__list {
  margin-bottom: 1em;
  margin-left: 1.2em;
}

.c-menu-sub__list li {
  margin: 0.5em 0;
  position: relative;
}

.c-menu-sub__list li:before {
  background-color: #ff9233;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 8px;
  left: -1.2em;
  position: absolute;
  top: .5em;
  width: 8px;
}

.c-menu-sub__list--lvl1.is-active:before {
  background-color: #28f;
}

.c-menu-sub__list--lvl2 {
  margin-bottom: 0;
}

.c-menu-sub__list .is-current:before {
  background-color: #28f;
}

.c-menu-sub__link {
  color: #a32324;
}

/**
 * Content Elements (all elements displaying content)
 */
/* ==========================================================================
   Lists
   ========================================================================== */
.c-list {
  margin-bottom: 1em;
  margin-left: 1em;
}

.c-list li {
  margin: 0.5em 0;
}

.c-list ol,
.c-list ul {
  padding-left: 1em;
}

.c-list--ordered li {
  list-style: decimal;
}

.c-list--unordered li {
  list-style: disc;
}

/* ==========================================================================
   Section
   ========================================================================== */
.c-section {
  padding: 3em 0;
}

.c-section [class*='o-space-b']:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================================
   Table (responsive)
   ========================================================================== */
.c-table {
  width: 100%;
  /**
     * Behave like a row
     */
  /**
     * Zebra striping
     */
}

@media screen and (min-width: 700px) {
  .c-table {
    margin: 0 auto;
  }
}

.c-table__cell, .c-table__cell-th {
  display: block;
  padding: 1em 0;
  text-align: left;
}

@media screen and (min-width: 700px) {
  .c-table__cell, .c-table__cell-th {
    display: table-cell;
    padding: 1em;
    border: 1px solid;
  }
}

.c-table__cell-th {
  background: #d5d5d5;
  border-color: #d5d5d5;
}

.c-table__row-th {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

@media screen and (min-width: 700px) {
  .c-table__row-th {
    position: static;
  }
}

@media screen and (min-width: 700px) {
  .c-table__row {
    background-color: #fff;
  }
}

.c-table__cell {
  border-bottom: 1px solid;
  padding-left: 50%;
  position: relative;
}

@media screen and (min-width: 700px) {
  .c-table__cell {
    border-color: #bbbbbb;
    padding: 1em;
  }
}

@media screen and (min-width: 0) and (max-width: 700px) {
  .c-table__cell:last-of-type {
    border-bottom: 2px solid;
  }
}

.c-table__cell:before {
  content: attr(data-label);
  display: inline-block;
  margin-left: -100%;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .c-table__cell:before {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .c-table--striped .c-table__row:nth-of-type(even) {
    background-color: #eee;
  }
}

/* ==========================================================================
   Text
   ========================================================================== */
.c-text {
  /**
     * No margin for last elements
     */
}

.c-text p:last-child,
.c-text ol:last-child,
.c-text ul:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Text Media
   ========================================================================== */
.c-text-media {
  /**
     * Image
     */
  /**
     * Text
     */
  /**
     * No margin for last elements
     */
}

.c-text-media:before, .c-text-media:after {
  clear: both;
  content: '';
  display: table;
}

.c-text-media--left .c-text-media__image,
.c-text-media--right .c-text-media__image {
  max-width: 320px;
}

@media screen and (min-width: 700px) {
  .c-text-media--left .c-text-media__image,
  .c-text-media--right .c-text-media__image {
    max-width: -webkit-calc(320px + 2em);
    max-width: calc(320px + 2em);
  }
  .c-text-media--left .c-text-media__image {
    float: left;
    padding-right: 2em;
  }
  .c-text-media--right .c-text-media__image {
    float: right;
    padding-left: 2em;
  }
}

.c-text-media--right .c-text-media__text {
  width: 100%;
}

.c-text-media:not(.c-text-media--below) p:last-child,
.c-text-media:not(.c-text-media--below) ol:last-child,
.c-text-media:not(.c-text-media--below) ul:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Utilities and helper classes
   ========================================================================== */
/* ==========================================================================
   Configuration for SCSS-Framework
   ========================================================================== */
/* ==========================================================================
   Configuration within the project files
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Utilities and helper classes with ability to override anything which goes
   before in the triangle (declarations in this layer will carry !important)
   ========================================================================== */
/* ==========================================================================
   Spacing
   ========================================================================== */
/**
 * Typo margin bottom
 */
.u-typo\:xxxl {
  margin-bottom: 0.5em;
}

.u-typo\:xxl {
  margin-bottom: 0.5em;
}

.u-typo\:xl {
  margin-bottom: 0.5em;
}

.u-typo\:l {
  margin-bottom: 0.5em;
}

.u-typo\:m {
  margin-bottom: 0.5em;
}

/* ==========================================================================
   Additional vendor libraries which must be be overwritten for the most part
   ========================================================================== */
/* ==========================================================================
   Configuration for SCSS-Framework
   ========================================================================== */
/* ==========================================================================
   Configuration within the project files
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Spacing settings
   ========================================================================== */
/* ==========================================================================
   Additional vendor libraries which must be be overwritten for the most part
   ========================================================================== */
