@charset "UTF-8";

@font-face {
  font-family: 'Atlas Grotesk Web';
  src: url("/fonts/AtlasGrotesk-Medium-Web.eot");
  src: url("/fonts/AtlasGrotesk-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/fonts/AtlasGrotesk-Medium-Web.woff2") format("woff2"), url("/fonts/AtlasGrotesk-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.AtlasGrotesk-Medium-Web {
  font-family: 'Atlas Grotesk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Atlas Grotesk Web';
  src: url("/fonts/AtlasGrotesk-Regular-Web.eot");
  src: url("/fonts/AtlasGrotesk-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/fonts/AtlasGrotesk-Regular-Web.woff2") format("woff2"), url("/fonts/AtlasGrotesk-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.AtlasGrotesk-Regular-Web {
  font-family: 'Atlas Grotesk Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Sanomat Web';
  src: url("/fonts/Sanomat-Extrabold-Web.eot");
  src: url("/fonts/Sanomat-Extrabold-Web.eot?#iefix") format("embedded-opentype"), url("/fonts/Sanomat-Extrabold-Web.woff2") format("woff2"), url("/fonts/Sanomat-Extrabold-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.Sanomat-Extrabold-Web {
  font-family: 'Sanomat Web';
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 27.5px;
  padding-left: 27.5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 512px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1025px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1600px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 27.5px;
  padding-left: 27.5px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -27.5px;
  margin-left: -27.5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 27.5px;
  padding-left: 27.5px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 512px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1025px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 512px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 512px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1025px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

@media (min-width: 768px) {
  .normal-eingerueckt {
    margin-left: 16.66666667%;
  }
}

@media (min-width: 1024px) {
  .normal-eingerueckt {
    margin-left: 25%;
  }
}

.grid-padding--horizontal {
  padding-left: 27.5px;
  padding-right: 27.5px;
}

.grid-padding--bottom {
  padding-bottom: 27.5px;
}

.grid-padding--vertical {
  padding-bottom: 27.5px;
  padding-top: 27.5px;
}

@media (min-width: 1024px) {
  .grid--no-padding-top-lg {
    padding-top: 0;
  }
}

.grid-padding {
  padding: 27.5px;
}

.line-bottom {
  padding-bottom: 27.5px;
  margin-bottom: 31px;
  position: relative;
}

.line-bottom:after {
  content: '';
  height: 1px;
  background-color: #b1b1b1;
  width: 95%;
  width: calc(100% - 55px);
  margin: 0 auto;
  -webkit-transform: translate3d(0, 29px, 0);
          transform: translate3d(0, 29px, 0);
}

.container-fluid {
  max-width: 1400px;
  padding: 0 5vw;
}

@media (min-width: 1025px) and (max-width: 1281px) {
  .container-fluid {
    padding: 0 7vw;
  }
}

@media print {
  .container-fluid {
    padding: 0;
  }
}

.container-fluid--100 {
  max-width: 100vw;
}

.w-100 {
  width: 100% !important;
}

.relative {
  position: relative;
}

.primary_navigation {
  width: 100%;
  height: 74px;
}

@media screen and (min-width: 1024px) {
  .primary_navigation {
    height: auto;
    background-color: #fff;
  }
}

.primary_navigation--is-visible .primary_navigation__wrapper {
  -webkit-transform: translate3d(0px, 0, 0) !important;
          transform: translate3d(0px, 0, 0) !important;
}

@media screen and (min-width: 1024px) {
  .primary_navigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: visible;
  }
}

@media screen and (max-width: 1023px) {
  .primary_navigation__mobile_wrapper {
    width: 100%;
    position: fixed;
    overflow: hidden;
    background-color: #fbfbfb;
    height: 74px;
    z-index: 10;
  }
}

.primary_navigation .primary_navigation__wrapper {
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -webkit-transform: translate3d(0, -100vh, 0);
          transform: translate3d(0, -100vh, 0);
}

@media screen and (max-width: 1023px) {
  .primary_navigation .primary_navigation__wrapper {
    position: relative;
    z-index: 1;
    height: 88.1vh;
    top: 74px;
    overflow-y: scroll;
    background: white;
  }
}

@media screen and (min-width: 1024px) {
  .primary_navigation .primary_navigation__wrapper {
    -webkit-transition: margin 150ms ease-in-out;
    transition: margin 150ms ease-in-out;
    -webkit-transform: none;
            transform: none;
    margin: 74px auto 10px;
  }
}

@media screen and (min-width: 1025px) {
  .primary_navigation .primary_navigation__wrapper {
    margin: 186px auto 20px;
  }
}

.primary_navigation .logo {
  display: block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.primary_navigation #hamburger {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  padding: 20px;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  color: #282828;
  border: none;
}

@media screen and (min-width: 1024px) {
  .primary_navigation #hamburger {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .primary_navigation.shrinked .primary_navigation__wrapper {
    margin-top: 78px;
  }

  .primary_navigation.shrinked .logo--non-home {
    width: 140px;
    top: 30px;
  }
}

.navigation .navigation__link,
.navigation .navigation__sub .navigation__sub_item .navigation__sub_link,
body > footer ul li a {
  display: block;
  position: relative;
  font-size: 14px;
  color: #282828;
  text-decoration: none;
  z-index: 4;
}

@media screen and (min-width: 1024px) {
  .navigation .navigation__link,
  .navigation .navigation__sub .navigation__sub_item .navigation__sub_link,
  body > footer ul li a {
    color: #7d7d7d;
    font-size: 17px;
  }
}

.navigation {
  border-bottom: 1px solid #b1b1b1;
  font-size: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .navigation .navigation__link {
    border-bottom: 2px solid white;
  }
}

.navigation .navigation__link svg {
  margin-right: 8px;
}

.navigation .navigation__play {
  position: relative;
  top: 8px;
  padding: 0;
}

.navigation .navigation__play .rsbtn {
  padding-bottom: 0;
}

.navigation .navigation__play .rsbtn .rsbtn_play {
  background: #ececec;
  border: 1px solid #ececec;
  border-radius: 0;
  margin-bottom: 0;
  height: 30px;
}

.navigation .navigation__play .rsbtn .rsbtn_play .rsbtn_text {
  color: #7d7d7d;
}

.navigation .navigation__play .rsbtn .rsbtn_play .rsbtn_text span {
  color: #7d7d7d;
  font-family: "Atlas Grotesk Web", -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  font-size: 14px;
  color: #282828;
  text-decoration: none;
  z-index: 4;
  font-weight: normal !important;
}

@media screen and (min-width: 1024px) {
  .navigation .navigation__play .rsbtn .rsbtn_play .rsbtn_text span {
    font-size: 17px;
  }
}

.navigation .navigation__play .rsbtn .rsbtn_play:hover .rsbtn_text,
.navigation .navigation__play .rsbtn .rsbtn_play:hover .rsbtn_text::before,
.navigation .navigation__play .rsbtn .rsbtn_play:hover .rsbtn_right::before {
  color: #1e94b9;
}

.navigation .navigation__play .rsbtn .rsbtn_play:hover .rsbtn_text span,
.navigation .navigation__play .rsbtn .rsbtn_play:hover .rsbtn_text::before span,
.navigation .navigation__play .rsbtn .rsbtn_play:hover .rsbtn_right::before span {
  color: #1e94b9;
}

.navigation .navigation__play .rsbtn_tooltoggle {
  bottom: 0;
}

.navigation .navigation__item {
  display: block;
  line-height: 2.8;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .navigation .navigation__item {
    border-bottom: 2px solid #282828;
  }
}

@media screen and (min-width: 1024px) {
  .navigation .navigation__item {
    display: inline-block;
    margin: 0 15px 0 0;
    padding-left: 0;
  }

  .navigation .navigation__item:last-child,
  .navigation .navigation__item:last-of-type,
  .navigation .navigation__item.navigation__item--last {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .navigation .navigation__item {
    margin-right: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .navigation .navigation__item {
    margin-right: 30px;
  }
}

.navigation .navigation__item--no-spacing {
  margin-right: 0px !important;
}

.navigation .navigation__item.navigation__item--is-active .navigation__link,
.navigation .navigation__item .navigation__sub_item--is-active .navigation__sub_link {
  color: #282828;
}

.navigation .navigation__item.navigation__item--has-children {
  position: relative;
}

.navigation .navigation__item.navigation__item--has-children .navigation__sub {
  border-color: #282828;
}

@media screen and (min-width: 1024px) {
  .navigation .navigation__item.navigation__item--has-children .navigation__sub {
    display: none;
  }
}

.navigation .navigation__item.navigation__item--has-children:hover .navigation__sub,
.navigation .navigation__item.navigation__item--has-children:focus .navigation__sub {
  display: block;
}

@media screen and (max-width: 1023px) {
  .navigation .navigation__item.navigation__item--stiftung {
    border-color: #bd2530;
  }
}

.navigation .navigation__item.navigation__item--stiftung .navigation__sub {
  border-color: #bd2530;
}

.navigation .navigation__item.navigation__item--stiftung .navigation__link,
.navigation .navigation__item.navigation__item--stiftung.navigation__item--is-active .navigation__link,
.navigation .navigation__item.navigation__item--stiftung .navigation__sub_item--is-active .navigation__sub_link {
  color: #bd2530;
}

@media screen and (max-width: 1023px) {
  .navigation .navigation__item.navigation__item--aktivitaeten {
    border-color: #3f7a6a;
  }
}

.navigation .navigation__item.navigation__item--aktivitaeten .navigation__sub {
  border-color: #3f7a6a;
}

.navigation .navigation__item.navigation__item--aktivitaeten .navigation__link,
.navigation .navigation__item.navigation__item--aktivitaeten.navigation__item--is-active .navigation__link,
.navigation .navigation__item.navigation__item--aktivitaeten .navigation__sub_item--is-active .navigation__sub_link {
  color: #3f7a6a;
}

@media screen and (max-width: 1023px) {
  .navigation .navigation__item.navigation__item--widerstand {
    border-color: #665ee7;
  }
}

.navigation .navigation__item.navigation__item--widerstand .navigation__sub {
  border-color: #665ee7;
}

.navigation .navigation__item.navigation__item--widerstand .navigation__link,
.navigation .navigation__item.navigation__item--widerstand.navigation__item--is-active .navigation__link,
.navigation .navigation__item.navigation__item--widerstand .navigation__sub_item--is-active .navigation__sub_link {
  color: #665ee7;
}

@media screen and (max-width: 1023px) {
  .navigation .navigation__item.navigation__item--ausstellungen {
    border-color: #eca200;
  }
}

.navigation .navigation__item.navigation__item--ausstellungen .navigation__sub {
  border-color: #eca200;
}

.navigation .navigation__item.navigation__item--ausstellungen .navigation__link,
.navigation .navigation__item.navigation__item--ausstellungen.navigation__item--is-active .navigation__link,
.navigation .navigation__item.navigation__item--ausstellungen .navigation__sub_item--is-active .navigation__sub_link {
  color: #eca200;
}

@media screen and (max-width: 1023px) {
  .navigation .navigation__item.navigation__item--lebendiges-archiv {
    border-color: #ff2400;
  }
}

.navigation .navigation__item.navigation__item--lebendiges-archiv .navigation__sub {
  border-color: #ff2400;
}

.navigation .navigation__item.navigation__item--lebendiges-archiv .navigation__link,
.navigation .navigation__item.navigation__item--lebendiges-archiv.navigation__item--is-active .navigation__link,
.navigation .navigation__item.navigation__item--lebendiges-archiv .navigation__sub_item--is-active .navigation__sub_link {
  color: #ff2400;
}

@media screen and (max-width: 1023px) {
  .navigation .navigation__item.navigation__item--reden {
    border-color: #1e94b9;
  }
}

.navigation .navigation__item.navigation__item--reden .navigation__sub {
  border-color: #1e94b9;
}

.navigation .navigation__item.navigation__item--reden .navigation__link,
.navigation .navigation__item.navigation__item--reden.navigation__item--is-active .navigation__link,
.navigation .navigation__item.navigation__item--reden .navigation__sub_item--is-active .navigation__sub_link {
  color: #1e94b9;
}

.navigation .navigation__sub {
  padding: 0;
  margin: 0;
  background: white;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .navigation .navigation__sub {
    padding: 10px;
    border: 2px solid transparent;
    position: absolute;
    top: 47px;
    z-index: 5;
  }
}

.navigation .navigation__sub .navigation__sub_item {
  display: inline-block;
  margin: 0 20px 0 0;
}

@media screen and (min-width: 1024px) {
  .navigation .navigation__sub .navigation__sub_item {
    display: block;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .navigation .navigation__additional {
    margin-left: auto;
  }
}

@media screen and (min-width: 1025px) {
  body.path--home .logo--non-home {
    width: 272px;
  }
}

@media screen and (orientation: landscape) and (max-width: 768px) {
  body.path--fotoalbum .primary_navigation__mobile_wrapper {
    position: absolute !important;
  }
}

.breadcrump {
  display: none;
}

@media screen and (min-width: 1024px) {
  .breadcrump {
    display: block;
    line-height: 1.97;
  }

  .breadcrump .breadcrump__item {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #7d7d7d;
    text-decoration: none;
  }

  .breadcrump .breadcrump__item:after {
    content: ' \B7';
  }

  .breadcrump .breadcrump__item:last-child,
  .breadcrump .breadcrump__item:last-of-type,
  .breadcrump .breadcrump__item.breadcrump__item--last {
    margin-right: 0;
  }

  .breadcrump .breadcrump__item:last-child:after,
  .breadcrump .breadcrump__item:last-of-type:after,
  .breadcrump .breadcrump__item.breadcrump__item--last:after {
    content: '';
  }
}

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-link {
  text-decoration: underline;
}

.cc-revoke {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Atlas Grotesk Web", -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 10px 16px;
  font-family: "Atlas Grotesk Web", -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  border: none;
  border-radius: 0;
  text-align: center;
  white-space: nowrap;
  color: #fff !important;
  background-color: #1e94b9 !important;
}

.cc-btn:hover {
  background-color: #7d7d7d !important;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 1em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -webkit-box-align: unset;
            align-items: unset;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 10px 0 5px;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/slick.eot");
  src: url("/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick.woff") format("woff"), url("/fonts/slick.ttf") format("truetype"), url("/fonts/slick.svg#slick") format("svg");
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

@media screen and (orientation: portrait) and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    top: 102%;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1.1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slide div,
.slick-slide figure {
  height: 100%;
}

.slick-slide figure {
  text-align: center;
}

.slick-slide img {
  width: auto !important;
  display: block !important;
  max-width: 100%;
  max-height: 95%;
  max-height: calc(100% - 63px);
  margin: 0 auto;
}

.slider-nav__item figcaption {
  font-size: 9px;
}

.main-image {
  height: 50vh;
}

@media screen and (orientation: landscape) and (max-width: 768px) {
  .main-image {
    height: 68vh;
  }
}

.main-image .slick-slide {
  height: 95%;
  height: calc(100% - 32px);
}

.main-image .slick-list,
.main-image .slick-track {
  height: 100%;
}

@media screen and (orientation: landscape) and (max-width: 768px) {
  .preview-images {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .preview-images {
    margin-top: 25px;
  }
}

.preview-images .slick-slide {
  margin: 0 8px;
}

body.debug .row {
  outline: 1px dashed pink;
}

body.debug .row > * {
  outline: 1px dashed plum;
}

:root {
  --home: #bd2530;
  --archive: #ff2400;
  --speech: #1e94b9;
  --default: #7d7d7d;
  --dark: #282828;
}

@media screen and (max-width: 512px) {
  html,
  body {
    overflow-x: hidden;
  }
}

body {
  font-family: "Atlas Grotesk Web", -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #2c221a;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 19px;
    line-height: 1.77;
    padding-top: 200px;
  }
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 19px;
    line-height: 1.77;
    padding-top: 300px;
  }
}

body:before {
  content: "";
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  max-width: 40px;
  width: 1vw;
  height: 100vh;
}

@media screen and (min-width: 768px) {
  body:before {
    width: 2vw;
  }
}

body.highlight--dark:before {
  background-color: #7d7d7d;
}

body.highlight--dark .navigation__item--is-active > .navigation__link {
  border-bottom-color: #282828;
}

body.highlight--dark .navigation__sub_item--is-active > .navigation__link {
  border-bottom-color: #282828;
}

body.highlight--dark .breadcrump__item--is-active {
  color: #282828;
}

body.highlight--dark .navigation__link svg circle {
  fill: #282828;
}

body.highlight--dark .rsbtn_right.rsimg.rsplay.rspart,
body.highlight--dark .rspopup {
  color: #282828;
}

body.highlight--dark form.search--navigation {
  background-image: url(/search--dark.svg);
}

body.highlight--home:before {
  background-color: #bd2530;
}

body.highlight--home .navigation__item--is-active > .navigation__link {
  border-bottom-color: #bd2530;
}

body.highlight--home .navigation__sub_item--is-active > .navigation__link {
  border-bottom-color: #bd2530;
}

body.highlight--home .breadcrump__item--is-active {
  color: #bd2530;
}

body.highlight--home .navigation__link svg circle {
  fill: #bd2530;
}

body.highlight--home .rsbtn_right.rsimg.rsplay.rspart,
body.highlight--home .rspopup {
  color: #bd2530;
}

body.highlight--home form.search--navigation {
  background-image: url(/search--home.svg);
}

body.highlight--archive:before {
  background-color: #ff2400;
}

body.highlight--archive .navigation__item--is-active > .navigation__link {
  border-bottom-color: #ff2400;
}

body.highlight--archive .navigation__sub_item--is-active > .navigation__link {
  border-bottom-color: #ff2400;
}

body.highlight--archive .breadcrump__item--is-active {
  color: #ff2400;
}

body.highlight--archive .navigation__link svg circle {
  fill: #ff2400;
}

body.highlight--archive .rsbtn_right.rsimg.rsplay.rspart,
body.highlight--archive .rspopup {
  color: #ff2400;
}

body.highlight--archive form.search--navigation {
  background-image: url(/search--archive.svg);
}

body.highlight--speech:before {
  background-color: #1e94b9;
}

body.highlight--speech .navigation__item--is-active > .navigation__link {
  border-bottom-color: #1e94b9;
}

body.highlight--speech .navigation__sub_item--is-active > .navigation__link {
  border-bottom-color: #1e94b9;
}

body.highlight--speech .breadcrump__item--is-active {
  color: #1e94b9;
}

body.highlight--speech .navigation__link svg circle {
  fill: #1e94b9;
}

body.highlight--speech .rsbtn_right.rsimg.rsplay.rspart,
body.highlight--speech .rspopup {
  color: #1e94b9;
}

.h {
  display: none;
}

@media screen and (min-width: 512px) {
  .s--md {
    display: initial;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .flex--swing-images > :nth-child(even) {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.flex-align-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (min-width: 1024px) {
  .image {
    width: 50%;
  }
}

.logo--home {
  width: 100%;
  width: 320px;
  margin-bottom: 50px;
}

.logo--non-home {
  position: absolute;
  top: 20px;
  width: 140px;
}

@media screen and (min-width: 768px) {
  .logo--non-home {
    top: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .logo--non-home {
    width: 188px;
    top: 90px;
  }
}

figure,
section,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

img.half {
  width: 50%;
}

video {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Text styles */

p {
  margin-bottom: 15px;
}

@media screen and (min-width: 512px) {
  p {
    margin-bottom: 40px;
  }
}

h1 {
  font-family: "Sanomat Web", helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #282828;
  margin-bottom: 20px;
}

h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover {
  color: #282828;
  text-decoration: none;
}

@media screen and (min-width: 512px) {
  h1 {
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 50px;
  }
}

h2,
.h2 {
  font-family: "Sanomat Web", helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #2c221a;
  margin-bottom: 10px;
}

h2 a:link,
h2 a:visited,
h2 a:active,
h2 a:hover,
.h2 a:link,
.h2 a:visited,
.h2 a:active,
.h2 a:hover {
  color: #2c221a;
  text-decoration: none;
}

@media screen and (min-width: 512px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 1.29;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  h2.force-double-height,
  .h2.force-double-height {
    min-height: 144px;
  }
}

@media screen and (min-width: 862px) {
  h2.force-double-height,
  .h2.force-double-height {
    min-height: 108px;
  }
}

@media screen and (min-width: 980px) {
  h2.force-double-height,
  .h2.force-double-height {
    min-height: 74px;
  }
}

h2.year,
.h2.year {
  font-size: 19px;
  margin-bottom: 15px;
}

h2.no-mb,
.h2.no-mb {
  margin-bottom: 0;
}

h3,
.h3 {
  font-family: "Atlas Grotesk Web", -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #282828;
  margin-bottom: 10px;
}

h3 a:link,
h3 a:visited,
h3 a:active,
h3 a:hover,
.h3 a:link,
.h3 a:visited,
.h3 a:active,
.h3 a:hover {
  color: #282828;
  text-decoration: none;
}

@media screen and (min-width: 512px) {
  h3,
  .h3 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 30px;
  }
}

h3.year,
.h3.year {
  font-size: 19px;
  margin-bottom: 15px;
}

h4 {
  font-family: "Atlas Grotesk Web", -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #7d7d7d;
}

h4 a:link,
h4 a:visited,
h4 a:active,
h4 a:hover {
  color: #7d7d7d;
  text-decoration: none;
}

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

h6 {
  font-family: "Sanomat Web", helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #282828;
}

h6 a:link,
h6 a:visited,
h6 a:active,
h6 a:hover {
  color: #282828;
  text-decoration: none;
}

@media screen and (min-width: 512px) {
  h6 {
    font-size: 18px;
    line-height: 1.33;
  }
}

.tar {
  text-align: right;
}

.muted {
  display: inline-block;
  color: #7d7d7d;
  font-size: 13px;
}

@media screen and (min-width: 512px) {
  .muted {
    font-size: 16px;
  }
}

@media screen and (min-width: 512px) {
  .muted--stay-small {
    font-size: 13px;
  }
}

@media screen and (min-width: 512px) {
  .facts-table thead {
    position: -webkit-sticky;
    position: sticky;
    top: 190px;
    background: #fff;
  }
}

date {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (min-width: 512px) {
  date {
    margin-bottom: 15px;
  }
}

date.h3 {
  margin-bottom: 0;
}

.teaser {
  display: block;
  font-size: 13px;
  line-height: 1.51;
  font-family: "Atlas Grotesk Web", -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7d7d7d;
}

@media screen and (min-width: 512px) {
  .teaser {
    font-size: 17px;
    line-height: 1.53;
  }
}

.intro {
  font-size: 13px;
  line-height: 1.51;
  font-family: "Atlas Grotesk Web", -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7d7d7d;
}

@media screen and (min-width: 512px) {
  .intro {
    font-size: 19px;
    line-height: 1.77;
  }
}

.grouping select {
  width: 100%;
  font-size: 17px;
  font-family: "Atlas Grotesk Web", -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
}

.grouping select option {
  padding: 10px;
}

form.search {
  height: 75px;
  border: 1px solid rgba(125, 125, 125, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  form.search {
    padding: 0 20px;
  }
}

form.search input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  border: none;
  background: transparent;
  font-size: inherit;
  font-family: inherit;
  padding: 0;
}

form.search button {
  background: #1e94b9;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  border: none;
  padding: 10px 16px;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  form.search button {
    margin-left: 20px;
  }
}

form.search--navigation {
  height: 100%;
  border: none;
  display: block;
  padding: 0;
  background-image: url(/search.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: right center;
}

form.search--navigation input {
  display: block;
  height: 44px;
  margin: 0;
  max-width: 100px;
  padding-right: 30px;
}

.sidebar {
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .sidebar {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.sidebar a {
  font-size: inherit;
}

.sidebar svg {
  margin-right: 10px;
  -webkit-transform: translate3d(0px, 7px, 0);
          transform: translate3d(0px, 7px, 0);
}

.sidebar .tool {
  margin-bottom: 10px;
}

.sidebar .tool a {
  text-decoration: none !important;
}

@media screen and (min-width: 512px) {
  .sidebar {
    font-size: 16px;
  }

  .sidebar .tool {
    margin-bottom: 20px;
  }
}

.content blockquote {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  border-left: 2px solid #282828;
}

.content blockquote.no-mb,
.content blockquote:last-child {
  margin-bottom: 0;
}

.content p {
  margin-bottom: 20px;
}

.content p.no-mb,
.content p:last-of-type {
  margin-bottom: 0;
}

.content figure {
  margin-bottom: 10px;
}

.content figure img {
  display: block;
}

@media screen and (min-width: 512px) {
  .content figure {
    margin-bottom: 20px;
  }
}

.content figure.__image--no-bottom-border {
  margin-bottom: 0;
}

.content figcaption,
.content cite {
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
  color: #7d7d7d;
}

@media screen and (min-width: 512px) {
  .content figcaption,
  .content cite {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.content figcaption > cite,
.content cite > cite {
  margin-bottom: 0;
}

.content b,
.content strong {
  font-weight: 500;
}

.content h2 + figcaption,
.content h3 + figcaption {
  margin-top: -20px;
}

.content--default a:link,
.content--default a:visited,
.content--default a:active,
.content--default a:hover {
  color: #282828;
}

.content--default h1 a:link,
.content--default h1 a:visited,
.content--default h1 a:active,
.content--default h1 a:hover,
.content--default h2 a:link,
.content--default h2 a:visited,
.content--default h2 a:active,
.content--default h2 a:hover,
.content--default h3 a:link,
.content--default h3 a:visited,
.content--default h3 a:active,
.content--default h3 a:hover,
.content--default h4 a:link,
.content--default h4 a:visited,
.content--default h4 a:active,
.content--default h4 a:hover,
.content--default h5 a:link,
.content--default h5 a:visited,
.content--default h5 a:active,
.content--default h5 a:hover,
.content--default h6 a:link,
.content--default h6 a:visited,
.content--default h6 a:active,
.content--default h6 a:hover {
  color: inherit;
  text-decoration: none;
}

.content--default blockquote {
  border-left-color: #282828;
}

.content--home a:link,
.content--home a:visited,
.content--home a:active,
.content--home a:hover {
  color: #bd2530;
}

.content--home h1,
.content--home h2,
.content--home h3,
.content--home h4,
.content--home h5,
.content--home h6 {
  color: #bd2530;
}

.content--home h1 a:link,
.content--home h1 a:visited,
.content--home h1 a:active,
.content--home h1 a:hover,
.content--home h2 a:link,
.content--home h2 a:visited,
.content--home h2 a:active,
.content--home h2 a:hover,
.content--home h3 a:link,
.content--home h3 a:visited,
.content--home h3 a:active,
.content--home h3 a:hover,
.content--home h4 a:link,
.content--home h4 a:visited,
.content--home h4 a:active,
.content--home h4 a:hover,
.content--home h5 a:link,
.content--home h5 a:visited,
.content--home h5 a:active,
.content--home h5 a:hover,
.content--home h6 a:link,
.content--home h6 a:visited,
.content--home h6 a:active,
.content--home h6 a:hover {
  color: inherit;
  text-decoration: none;
}

.content--home blockquote {
  border-left-color: #bd2530;
}

.content--ausstellungen a:link,
.content--ausstellungen a:visited,
.content--ausstellungen a:active,
.content--ausstellungen a:hover {
  color: #eca200;
}

.content--ausstellungen h1,
.content--ausstellungen h2,
.content--ausstellungen h3,
.content--ausstellungen h4,
.content--ausstellungen h5,
.content--ausstellungen h6 {
  color: #eca200;
}

.content--ausstellungen h1 a:link,
.content--ausstellungen h1 a:visited,
.content--ausstellungen h1 a:active,
.content--ausstellungen h1 a:hover,
.content--ausstellungen h2 a:link,
.content--ausstellungen h2 a:visited,
.content--ausstellungen h2 a:active,
.content--ausstellungen h2 a:hover,
.content--ausstellungen h3 a:link,
.content--ausstellungen h3 a:visited,
.content--ausstellungen h3 a:active,
.content--ausstellungen h3 a:hover,
.content--ausstellungen h4 a:link,
.content--ausstellungen h4 a:visited,
.content--ausstellungen h4 a:active,
.content--ausstellungen h4 a:hover,
.content--ausstellungen h5 a:link,
.content--ausstellungen h5 a:visited,
.content--ausstellungen h5 a:active,
.content--ausstellungen h5 a:hover,
.content--ausstellungen h6 a:link,
.content--ausstellungen h6 a:visited,
.content--ausstellungen h6 a:active,
.content--ausstellungen h6 a:hover {
  color: inherit;
  text-decoration: none;
}

.content--ausstellungen blockquote {
  border-left-color: #eca200;
}

.content--activities a:link,
.content--activities a:visited,
.content--activities a:active,
.content--activities a:hover {
  color: #3f7a6a;
}

.content--activities h1,
.content--activities h2,
.content--activities h3,
.content--activities h4,
.content--activities h5,
.content--activities h6 {
  color: #3f7a6a;
}

.content--activities h1 a:link,
.content--activities h1 a:visited,
.content--activities h1 a:active,
.content--activities h1 a:hover,
.content--activities h2 a:link,
.content--activities h2 a:visited,
.content--activities h2 a:active,
.content--activities h2 a:hover,
.content--activities h3 a:link,
.content--activities h3 a:visited,
.content--activities h3 a:active,
.content--activities h3 a:hover,
.content--activities h4 a:link,
.content--activities h4 a:visited,
.content--activities h4 a:active,
.content--activities h4 a:hover,
.content--activities h5 a:link,
.content--activities h5 a:visited,
.content--activities h5 a:active,
.content--activities h5 a:hover,
.content--activities h6 a:link,
.content--activities h6 a:visited,
.content--activities h6 a:active,
.content--activities h6 a:hover {
  color: inherit;
  text-decoration: none;
}

.content--activities blockquote {
  border-left-color: #3f7a6a;
}

.content--widerstand a:link,
.content--widerstand a:visited,
.content--widerstand a:active,
.content--widerstand a:hover {
  color: #665ee7;
}

.content--widerstand h1,
.content--widerstand h2,
.content--widerstand h3,
.content--widerstand h4,
.content--widerstand h5,
.content--widerstand h6 {
  color: #665ee7;
}

.content--widerstand h1 a:link,
.content--widerstand h1 a:visited,
.content--widerstand h1 a:active,
.content--widerstand h1 a:hover,
.content--widerstand h2 a:link,
.content--widerstand h2 a:visited,
.content--widerstand h2 a:active,
.content--widerstand h2 a:hover,
.content--widerstand h3 a:link,
.content--widerstand h3 a:visited,
.content--widerstand h3 a:active,
.content--widerstand h3 a:hover,
.content--widerstand h4 a:link,
.content--widerstand h4 a:visited,
.content--widerstand h4 a:active,
.content--widerstand h4 a:hover,
.content--widerstand h5 a:link,
.content--widerstand h5 a:visited,
.content--widerstand h5 a:active,
.content--widerstand h5 a:hover,
.content--widerstand h6 a:link,
.content--widerstand h6 a:visited,
.content--widerstand h6 a:active,
.content--widerstand h6 a:hover {
  color: inherit;
  text-decoration: none;
}

.content--widerstand blockquote {
  border-left-color: #665ee7;
}

.content--archive a:link,
.content--archive a:visited,
.content--archive a:active,
.content--archive a:hover {
  color: #ff2400;
}

.content--archive h1,
.content--archive h2,
.content--archive h3,
.content--archive h4,
.content--archive h5,
.content--archive h6 {
  color: #ff2400;
}

.content--archive h1 a:link,
.content--archive h1 a:visited,
.content--archive h1 a:active,
.content--archive h1 a:hover,
.content--archive h2 a:link,
.content--archive h2 a:visited,
.content--archive h2 a:active,
.content--archive h2 a:hover,
.content--archive h3 a:link,
.content--archive h3 a:visited,
.content--archive h3 a:active,
.content--archive h3 a:hover,
.content--archive h4 a:link,
.content--archive h4 a:visited,
.content--archive h4 a:active,
.content--archive h4 a:hover,
.content--archive h5 a:link,
.content--archive h5 a:visited,
.content--archive h5 a:active,
.content--archive h5 a:hover,
.content--archive h6 a:link,
.content--archive h6 a:visited,
.content--archive h6 a:active,
.content--archive h6 a:hover {
  color: inherit;
  text-decoration: none;
}

.content--archive .tool circle,
.content--archive .tool .share-icon {
  fill: #ff2400;
}

.content--archive .tool select {
  color: #ff2400;
}

.content--archive .letter p {
  font-size: 13px;
  line-height: 1.51;
  font-family: "Atlas Grotesk Web", -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7d7d7d;
}

@media screen and (min-width: 512px) {
  .content--archive .letter p {
    font-size: 19px;
    line-height: 1.77;
  }
}

.content--archive blockquote {
  border-left-color: #ff2400;
}

.content--speech a:link,
.content--speech a:visited,
.content--speech a:active,
.content--speech a:hover {
  color: #1e94b9;
}

.content--speech h1,
.content--speech h2,
.content--speech h3,
.content--speech h4,
.content--speech h5 {
  color: #1e94b9;
}

.content--speech h1 a:link,
.content--speech h1 a:visited,
.content--speech h1 a:active,
.content--speech h1 a:hover,
.content--speech h2 a:link,
.content--speech h2 a:visited,
.content--speech h2 a:active,
.content--speech h2 a:hover,
.content--speech h3 a:link,
.content--speech h3 a:visited,
.content--speech h3 a:active,
.content--speech h3 a:hover,
.content--speech h4 a:link,
.content--speech h4 a:visited,
.content--speech h4 a:active,
.content--speech h4 a:hover,
.content--speech h5 a:link,
.content--speech h5 a:visited,
.content--speech h5 a:active,
.content--speech h5 a:hover {
  color: inherit;
  text-decoration: none;
}

.content--speech h4 a:link,
.content--speech h4 a:visited,
.content--speech h4 a:active,
.content--speech h4 a:hover {
  text-decoration: underline;
}

.content--speech .teaser--speech {
  margin-bottom: 10px;
}

@media screen and (min-width: 512px) {
  .content--speech .teaser--speech {
    margin-bottom: 20px;
  }
}

.content--speech .tool circle,
.content--speech .tool .share-icon,
.content--speech .tool .download-icon {
  fill: #1e94b9;
}

.content--speech .tool select {
  color: #1e94b9;
}

.content--speech #content br {
  content: "" !important;
  display: block !important;
  margin-bottom: 20px !important;
}

.content--speech blockquote {
  border-left-color: #1e94b9;
}

.content--dark a:link,
.content--dark a:visited,
.content--dark a:active,
.content--dark a:hover {
  color: #282828;
}

.content--dark .tool circle,
.content--dark .tool .share-icon {
  fill: #282828;
}

.content--dark .tool select {
  color: #282828;
}

.content--dark blockquote {
  border-left-color: #282828;
}

.reden-editorial__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.break-word h3,
.break-word p {
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

body.highlight--archive .h--archive-page {
  display: none !important;
}

body > footer {
  margin-top: 100px;
}

body > footer ul {
  margin: 0;
  padding: 0;
}

body > footer ul li {
  display: block;
}

select {
  font-size: 17px;
  cursor: pointer;
}

@media print {
  body {
    padding-top: 0;
    margin: 25mm 1cm;
  }

  body:before {
    background-color: transparent !important;
  }

  body * {
    color: #000 !important;
  }

  body .primary_navigation {
    position: relative;
  }

  body #hamburger,
  body .primary_navigation__wrapper {
    display: none;
  }

  body .container-fluid {
    max-width: 100%;
  }

  body > footer {
    display: none;
  }
}

