/**
 * @name        foundation.grid
 * @description will generate the foundation grid into a single file
 *
 * @version     @@VERSION@@
 *
 */
/**
 * @name        foundation
 * @description Settings to configure foundation
 *
 * @version     @@VERSION@@
 *
 */
.row {
  margin: 0 auto;
  max-width: 90%;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; } }

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 62.8125em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 62.8125em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer; }

.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr; }
  .datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-family: "Open Sans", "sans-serif";
    font-size: 13px;
    line-height: 18px; }
    .datepicker.dropdown-menu th {
      padding: 4px 5px; }
    .datepicker.dropdown-menu td {
      padding: 4px 5px; }
  .datepicker table {
    border: 0;
    margin: 0; }
    .datepicker table tr td span {
      display: block;
      width: 23%;
      height: 54px;
      line-height: 54px;
      float: left;
      margin: 1%;
      cursor: pointer; }
  .datepicker td.active.day {
    background: #2ba6cb; }
  .datepicker td.active.year {
    background: #2ba6cb; }
  .datepicker td.old {
    color: #999; }
  .datepicker td.new {
    color: #999; }
  .datepicker td span.active {
    background: #2ba6cb; }
  .datepicker td.day.disabled {
    color: #eee; }
  .datepicker th.active.day {
    background: #2ba6cb; }
  .datepicker th.active.year {
    background: #2ba6cb; }
  .datepicker th.date-switch {
    width: 145px; }
  .datepicker th span.active {
    background: #2ba6cb; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  .datepicker.days div.datepicker-days {
    display: block; }
  .datepicker.months div.datepicker-months {
    display: block; }
  .datepicker.years div.datepicker-years {
    display: block; }
  .datepicker thead tr:first-child th {
    cursor: pointer; }
    .datepicker thead tr:first-child th.cw {
      cursor: default;
      background-color: transparent; }
  .datepicker tfoot tr:first-child th {
    cursor: pointer; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }
  .datepicker-rtl table tr td span {
    float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px; }

.datepicker > div {
  display: none; }

.datepicker-dropdown::before {
  display: none; }

.datepicker-dropdown::after {
  display: none; }

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none; }

.table-striped .datepicker table tr td {
  background-color: transparent; }

.table-striped .datepicker table tr th {
  background-color: transparent; }

@charset "UTF-8";
/**
 * @name        settings
 * @description Base settings to configure the whole project
 *
 * @version     @@VERSION@@
 */
/**
 * @version     @@VERSION@@
 */
/**
 * @version     @@VERSION@@
 */
/**
 * @version     @@VERSION@@
 */
/**
 * @version     @@VERSION@@
 */
/**
 * @name        settings
 * @description Base settings to configure the whole project
 *
 * @version     @@VERSION@@
 */
/**
 * colors
 */
/**
 * font
 */
/**
 * animations
 */
/**
 * sizes
 */
/**
 * @name        foundation
 * @description Settings to configure foundation
 *
 * @version     @@VERSION@@
 *
 */
/**
 * @name        keyframes
 * @description Contains global keyframe animations
 *
 * @version     @@VERSION@@
 */
@-webkit-keyframes transform-none {
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes transform-none {
  to {
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes reset-scale {
  to {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes reset-scale {
  to {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes to-normal {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes to-normal {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

/**
 * @name        mixin
 * @description Custom mixin used all over the styles
 *
 * @version     @@VERSION@@
 */
/**
 * Joins each item in a list into a string concated with an seperator
 */
/**
 * Joins two breakpoint lists into one big query
 * to join browser specific queries together
 */
/**
 * @name        layout
 * @description Base style for layout
 * @see         http://smacss.com/book/type-layout
 *
 * @version     @@VERSION@@
 *
 * @todo        layout classes needs to be refactored
 */
.l-block-grid-centered {
  text-align: center; }
  .l-block-grid-centered > li {
    display: inline-block;
    float: none;
    vertical-align: top; }
    @media only screen and (min-width: 40.063em) {
      .js .l-block-grid-centered > li {
        padding-bottom: 0; } }

@media only screen and (min-width: 100.8125em) {
  .row {
    max-width: 87.5rem; } }

/**
 * was build for centering navigation tiles
 * but was replaced with block grid later on
 * not sure if this could be useful anywhere else...
 *
 * @date 07.10.2014
 */
/**
 * @name        base
 * @description Base style for common elements (no modules)
 * @see         http://smacss.com/book/type-base
 *
 * @version     @@VERSION@@
 */
*, *:before, *:after {
  box-sizing: border-box; }

.navigator-msie * {
  -ms-user-select: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }

html {
  height: 100%; }
  @media only screen and (max-width: 40em) {
    html {
      font-size: 14px; } }

body {
  overflow-x: hidden;
  min-height: 100%;
  margin: 0;
  font-family: sans-serif;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent; }

::-moz-selection {
  color: #fff;
  background: #004098; }

::selection {
  color: #fff;
  background: #004098; }

::-webkit-input-placeholder {
  color: #a4a2a3; }

::-moz-placeholder {
  color: #a4a2a3; }

:-ms-input-placeholder {
  color: #a4a2a3; }

body,
h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6,
p {
  margin: 0;
  font-weight: normal; }

img {
  display: block;
  width: 100%;
  border: 0; }

ul, ol {
  margin: 0;
  padding: 0; }
  ul > li, ol > li {
    list-style: none; }

a {
  color: inherit;
  text-decoration: none;
  outline: none; }

button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
  border: none; }

button {
  overflow: visible;
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  text-align: left;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none; }

select,
input,
textarea {
  width: 100%;
  margin: 0;
  color: inherit;
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: #fff;
  -webkit-appearance: none; }
  select:focus,
  input:focus,
  textarea:focus {
    box-shadow: 0 0 0.1875rem 0 #004098; }

textarea {
  resize: none; }

input[type="radio"],
input[type="checkbox"] {
  width: 1.875rem;
  height: 1.875rem;
  background: #fff; }

input[type="radio"] {
  border-radius: 50%; }

input[type="date"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input[type="date"]::-webkit-clear-button, input[type="date"]::-webkit-calendar-picker-indicator, input[type="date"]::-webkit-inner-spin-button {
    display: none; }

figure,
figcaption {
  margin: 0;
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: none; }

/**
 * Modules - discrete modules of the page
 * @see http://smacss.com/book/type-module
 */
/**
 * @version     @@VERSION@@
 */
/**
 * @version     @@VERSION@@
 */
/**
 * @version     @@VERSION@@
 */
/**
 * @version     @@VERSION@@
 */
/**
 * @version     @@VERSION@@
 */
/**
 * @version     @@VERSION@@
 */
/**
 * @version     @@VERSION@@
 */
/**
 * @version     @@VERSION@@
 */
/**
 * @version     @@VERSION@@
 */
/**
 * @version     @@VERSION@@
 */
/**
 * @version     @@VERSION@@
 */
/* button */
/**
 * @name        button
 * @description styling for buttons
 *
 * @version     @@VERSION@@
 */
.button {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding: 0.625rem 1.875rem;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  text-align: center;
  color: #fff;
  background-color: #004098;
  transition: color .3s, background-color .3s; }
  @media only screen and (min-width: 40.063em) {
    .button {
      max-width: 100%;
      width: auto;
      text-align: left; } }
  .button.is-highlighted {
    color: #004098;
    background-color: #fff;
    outline: 1px solid rgba(0, 0, 0, 0.1); }

.button-theme-light {
  color: #004098;
  background-color: #fff; }
  .button-theme-light.is-highlighted {
    color: #fff;
    background-color: #004098; }

/**
 * @name        button-decoration
 * @description
 *
 * @version     @@VERSION@@
 */
.button-decoration.button, .button-decoration .button {
  padding-left: 3.4375rem;
  position: relative; }
  .button-decoration.button .item, .button-decoration .button .item {
    left: 0.9375rem;
    float: left;
    position: absolute;
    width: 1.5625rem;
    height: 1.5625rem;
    padding: 5px;
    color: #004098;
    background-color: #fff; }
  .button-decoration.button.is-highlighted, .button-decoration .button.is-highlighted {
    color: #004098;
    background-color: #fff; }
    .button-decoration.button.is-highlighted .item, .button-decoration .button.is-highlighted .item {
      color: #fff;
      background-color: #004098; }

.button-decoration.button-theme-light .item, .button-decoration .button-theme-light .item {
  color: #fff;
  background-color: #004098; }

.button-decoration.button-theme-light.is-highlighted, .button-decoration .button-theme-light.is-highlighted {
  color: #fff;
  background-color: #004098; }
  .button-decoration.button-theme-light.is-highlighted .item, .button-decoration .button-theme-light.is-highlighted .item {
    color: #004098;
    background-color: #fff; }
    .button-decoration.button-theme-light.is-highlighted .item::after, .button-decoration .button-theme-light.is-highlighted .item::after {
      color: #004098;
      background-color: #fff; }

/**
 * @name        button-picture
 * @description Styling for the picture button module
 *
 * @version     @@VERSION@@
 */
.button-picture {
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: transparent; }
  .button-picture .button {
    color: #fff;
    background-color: #004098;
    width: 100%;
    display: block;
    font-size: 0.9375rem;
    line-height: 1.15;
    white-space: normal;
    text-overflow: clip;
    text-align: center;
    padding: 0.625rem 0.3125rem 0.625rem 2.1875rem; }
    .button-picture .button .item {
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem;
      left: 0.3125rem; }
  .button-picture.is-highlighted .button {
    color: #004098;
    background-color: #fff; }
    .button-picture.is-highlighted .button .item {
      color: #fff;
      background-color: #004098; }
  .button-picture picture {
    display: none; }
    @media only screen and (min-width: 40.063em) {
      .button-picture picture {
        overflow: hidden;
        display: block;
        background: #004098; } }

.button-progress .button-state-loading {
  display: none; }

.button-progress.is-loading .button-state-default, .is-loading .button-progress .button-state-default {
  display: none; }

.button-progress.is-loading .button-state-loading, .is-loading .button-progress .button-state-loading {
  display: block; }

/* page */
html.is-page-loading,
html.is-page-loading > body {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden; }

html.is-page-loading > body:before {
  content: '';
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background-color: transparent; }

.page-corner-item {
  position: absolute;
  z-index: 20;
  display: block;
  right: -4.6875rem;
  bottom: -3.75rem;
  transition: opacity .5s; }
  @media only screen and (min-width: 40.063em) {
    .page-corner-item {
      bottom: -4.6875rem; } }
  @media only screen and (min-width: 62.8125em) {
    .page-corner-item {
      right: -7.8125rem;
      bottom: -7.8125rem; }
      .is-uncovered .page-corner-item {
        opacity: 1 !important; } }
  @media only screen and (min-width: 100.8125em) {
    .page-corner-item {
      right: -6.25rem;
      bottom: -6.25rem; } }
  .page-corner-item .text {
    color: #fff; }
  .page-corner-item .item-corner:before {
    transition: opacity .5s; }
  .transitions-active .page-corner-item {
    opacity: 0; }
  .is-uncovered .page-corner-item {
    pointer-events: none;
    opacity: 0 !important; }
    .is-uncovered .page-corner-item .item-corner:before {
      opacity: 0; }
    @media only screen and (min-width: 62.8125em) {
      .is-uncovered .page-corner-item {
        opacity: 1 !important; } }
  .transitions-active .is-animation-triggered .page-corner-item {
    opacity: 1; }

body:before {
  display: none; }
  .js body:before {
    content: "";
    display: block;
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 200;
    transition: opacity 1s .75s; }
  .page-is-loaded.page-intro-is-running.pointerevents body:before {
    opacity: 0;
    pointer-events: none; }
  .page-intro-is-done body:before {
    display: none; }
  .is-ios body:before {
    display: none !important; }

.page-intro-loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 100%;
  height: 100%;
  background: rgba(0, 64, 152, 0.25);
  z-index: 300;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition-timing-function: ease-in; }
  .page-is-loaded.pointerevents .page-intro-loader {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) !important;
            transform: translate3d(0, -100%, 0) !important;
    transition: -webkit-transform 1s, opacity 1s .75s !important;
    transition: transform 1s, opacity 1s .75s !important;
    pointer-events: none;
    display: block; }
  .page-is-loaded .page-intro-loader {
    display: none; }
  .page-intro-is-done .page-intro-loader {
    display: none !important; }
  .is-ios .page-intro-loader {
    display: none !important; }

.page-intro-is-ready .header {
  -webkit-transform: translate3d(0, -12.5rem, 0) !important;
          transform: translate3d(0, -12.5rem, 0) !important; }

.page-intro-is-ready .nav-main[data-type="horizontal"] {
  -webkit-transform: translate3d(0, -12.5rem, 0) !important;
          transform: translate3d(0, -12.5rem, 0) !important; }

.page-intro-is-ready .area:first-of-type > .component:first-child .component-content,
.page-intro-is-ready .area:first-of-type > .component:first-child .component-safety-note,
.page-intro-is-ready .area:first-of-type > .component:first-child .component-picture {
  -webkit-transform: translate3d(0, 10%, 0) !important;
          transform: translate3d(0, 10%, 0) !important;
  opacity: 0 !important; }

.page-intro-is-ready .pagination-list {
  -webkit-transform: translate3d(0, -10vw, 0) !important;
          transform: translate3d(0, -10vw, 0) !important;
  opacity: 0 !important; }

.page-intro-is-running .header {
  transition: -webkit-transform 1s 2.5s;
  transition: transform 1s 2.5s; }

.page-intro-is-running .nav-main[data-type="horizontal"] {
  transition: -webkit-transform 1s 2.5s;
  transition: transform 1s 2.5s; }

.page-intro-is-running .area:first-of-type > .component:first-child .component-content,
.page-intro-is-running .area:first-of-type > .component:first-child .component-safety-note,
.page-intro-is-running .area:first-of-type > .component:first-child .component-picture {
  transition: opacity 1s 1.75s, -webkit-transform 1s 1.75s;
  transition: opacity 1s 1.75s, transform 1s 1.75s; }

.page-intro-is-running .pagination-list {
  transition: opacity 1s 2.5s, -webkit-transform 1s 2.5s;
  transition: opacity 1s 2.5s, transform 1s 2.5s; }

/* Icon */
/**
 * @name        icon
 * @description
 *
 * @version     @@VERSION@@
 */
.icon {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%; }

.icon-path {
  fill: currentColor; }

.icon-rotate-0 {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.icon-rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.icon-rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.icon-rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.icon-rotate-360 {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); }

/* items */
/**
 * @name        item
 * @description styling for item modules
 *
 * @version     @@VERSION@@
 */
.item {
  display: inline-block;
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  font-weight: bold;
  line-height: 3.75rem;
  text-align: center;
  z-index: 0;
  border-radius: 50%;
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.25);
  outline: 0.1875rem solid transparent;
  transition: color .3s, background-color .3s; }
  .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s; }
    button.is-highlighted .item:after,
    .component-meta-tiles a.is-highlighted .item:after {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

.item-size-xlarge {
  width: 8.75rem;
  height: 8.75rem;
  font-size: 2.5rem;
  line-height: 8.75rem; }
  @media only screen and (min-width: 40.063em) {
    .item-size-xlarge {
      width: 11.875rem;
      height: 11.875rem;
      line-height: 11.875rem;
      font-size: 3.5rem; } }

.item-label {
  color: #fff;
  font-size: 1.375rem;
  margin-top: 0.625rem; }

.item {
  color: #004098;
  background-color: #fff; }
  .item:after {
    color: #fff;
    background-color: #004098; }
  .button-decoration.is-highlighted .item,
  button.is-highlighted .item,
  .component-meta-tiles a.is-highlighted .item {
    color: #fff;
    background-color: #004098; }

/**
 * @name        item-icon
 * @description styling for item modules with icons inside
 *
 * @version     @@VERSION@@
 */
.item-icon {
  display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0.9375rem; }

.item-size-large {
  width: 6.25rem;
  height: 6.25rem;
  padding: 1.5625rem; }

.item-size-tiny {
  width: 1.5625rem;
  height: 1.5625rem;
  padding: 0.15625rem; }

/**
 * @name        item-half
 * @description styling for item modules with only one half visible
 *
 * @version     @@VERSION@@
 */
.item-half {
  width: 3.75rem;
  height: 1.875rem;
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0.46875rem; }
  .item-half > .icon {
    height: 1.25rem;
    margin-top: 0.1875rem; }
  .item-half:after {
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    border-radius: 3.75rem 3.75rem 0 0; }

/**
 * @name        item-list
 * @description styling for lists of items with label
 *
 * @version     @@VERSION@@
 */
.item-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 3.75rem;
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
  line-height: 1.5625rem; }
  .item-list > .item {
    position: absolute;
    top: 0;
    left: 0;
    color: inherit; }

.item-list-label {
  display: block;
  margin: auto 0;
  padding: 0.3125rem 0;
  padding-left: 4.375rem;
  color: #fff;
  font-style: italic; }

/**
 * @name        item-highlight
 * @description styling for item modules that will have a special design
 *
 * @version     @@VERSION@@
 */
.item-highlight {
  box-shadow: none;
  border: 0.1875rem solid #004098;
  color: #004098; }

/**
 * @name        item-corner
 * @description
 *
 * @version     @@VERSION@@
 */
.item-corner {
  display: block;
  border-radius: 50%;
  position: relative;
  z-index: 20;
  overflow: hidden;
  width: 25rem;
  height: 25rem;
  padding-right: 4.6875rem;
  padding-bottom: 4.6875rem; }
  .item-corner:before {
    content: "";
    background: currentColor;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .9;
    z-index: -1; }
  .item-corner .text {
    font-size: 0.875rem;
    position: absolute;
    width: 60%;
    margin: auto;
    text-align: center;
    bottom: 4.6875rem;
    left: 0;
    right: 4.6875rem; }
  @media only screen and (min-width: 62.8125em) {
    .item-corner {
      width: 29.6875rem;
      height: 29.6875rem;
      padding-right: 6.25rem;
      padding-bottom: 7.8125rem; }
      .item-corner .text {
        bottom: 7.8125rem;
        right: 6.25rem; } }
  @media only screen and (min-width: 100.8125em) {
    .item-corner {
      width: 31.25rem;
      height: 31.25rem;
      padding-bottom: 6.25rem; } }

.item-corner-flag {
  display: inline-block;
  position: absolute;
  z-index: 1;
  color: #fff;
  padding: 0.9375rem;
  font-size: 1.5625rem;
  top: 2.1875rem;
  right: 4.6875rem; }
  .item-corner-flag .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    color: #242982; }
  .item-corner-flag.as-theme-dark {
    color: #004098; }
  .item-corner-flag.as-theme-light {
    color: #fff; }
  @media only screen and (min-width: 62.8125em) {
    .item-corner-flag {
      right: 7.8125rem; } }
  @media only screen and (min-width: 100.8125em) {
    .item-corner-flag {
      top: 3.125rem;
      right: 6.25rem; } }

/* headlines */
/**
 * @name        hl
 * @description Global headline definition
 *
 * @version     @@VERSION@@
 */
.hl, .component-footer-addendum .text-area h2 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1; }
  @media only screen and (min-width: 40.063em) {
    .hl, .component-footer-addendum .text-area h2 {
      font-size: 3.125rem; } }
  @media only screen and (min-width: 62.8125em) {
    .hl, .component-footer-addendum .text-area h2 {
      font-size: 3.75rem; } }

/**
 * @name        hl
 * @description Offset headlines
 *
 * @version     @@VERSION@@
 */
.hl-offset {
  margin-bottom: 2.5rem; }

[class^="hl-offset-line"] {
  display: block; }

.hl-offset-line-one {
  font-weight: normal; }

.hl-offset-line-two {
  font-weight: bold;
  margin-left: 3.75rem; }

/* text */
/**
 * @name        text
 * @description Styling for simple text
 *
 * @version     @@VERSION@@
 */
.text {
  color: #fff;
  word-wrap: break-word; }

.text-copy {
  font-size: 1.125rem; }

.text-major {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.875rem; }
  @media only screen and (min-width: 40.063em) {
    .text-major {
      font-size: 1.875rem;
      line-height: 2.25rem; } }

.text-copy {
  margin-bottom: 0.9375rem; }

/**
 * @name        text-group
 * @description Styling for groups of text
 *
 * @version     @@VERSION@@
 */
.text-group {
  color: #fff;
  word-spacing: normal; }
  .text-group > .text {
    color: inherit; }
  .text-group > .hl, .component-footer-addendum .text-area .text-group > h2 {
    margin-bottom: 0.9375rem; }

/**
 * @name        text-area
 * @version     @@VERSION@@
 */
.text-area,
.cookies.collection {
  font-size: 1.25rem; }
  .text-area h1, .text-area h2, .text-area h3, .text-area h4, .text-area h5, .text-area h6,
  .cookies.collection h1,
  .cookies.collection h2,
  .cookies.collection h3,
  .cookies.collection h4,
  .cookies.collection h5,
  .cookies.collection h6 {
    font-weight: bold;
    font-size: 1em;
    margin-bottom: .25em; }
  .text-area h1,
  .cookies.collection h1 {
    font-size: 1.3em;
    margin-bottom: .75em; }
  .text-area h2,
  .cookies.collection h2 {
    font-size: 1.2em; }
  .text-area h3,
  .cookies.collection h3 {
    font-size: 1.1em; }
  .text-area p,
  .cookies.collection p {
    margin-bottom: .9em; }
  .text-area a,
  .cookies.collection a {
    text-decoration: underline; }
  .text-area small,
  .cookies.collection small {
    font-size: .6em; }
  .text-area b,
  .cookies.collection b {
    font-weight: bold; }
  .text-area i,
  .cookies.collection i {
    font-style: italic; }
  .text-area ul, .text-area ol,
  .cookies.collection ul,
  .cookies.collection ol {
    padding-left: 2em;
    margin-bottom: .75em; }
  .text-area ul > li,
  .cookies.collection ul > li {
    list-style: disc; }
  .text-area ol > li,
  .cookies.collection ol > li {
    list-style: decimal; }

/**
 * @name        text-media
 * @description Styling for media elements within text areas
 *
 * @version     @@VERSION@@
 */
.text-media {
  width: auto;
  overflow: hidden; }
  .text-media .picture,
  .text-media .video-player {
    margin: 0 0 1.25rem 0; }
  .text-media .picture-left,
  .text-media .video-player-left,
  .text-media .video-youtube-left {
    float: left;
    margin-right: 1.25rem; }
  .text-media .picture-right,
  .text-media .video-player-right,
  .text-media .video-youtube-right {
    float: right;
    margin-left: 1.25rem; }
  .text-media .picture-center,
  .text-media .video-player-center,
  .text-media .video-youtube-center {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

@media only screen {
  .text-media-size-small-10 {
    width: 10%; }
  .text-media-size-small-15 {
    width: 15%; }
  .text-media-size-small-20 {
    width: 20%; }
  .text-media-size-small-25 {
    width: 25%; }
  .text-media-size-small-30 {
    width: 30%; }
  .text-media-size-small-35 {
    width: 35%; }
  .text-media-size-small-40 {
    width: 40%; }
  .text-media-size-small-45 {
    width: 45%; }
  .text-media-size-small-50 {
    width: 50%; }
  .text-media-size-small-55 {
    width: 55%; }
  .text-media-size-small-60 {
    width: 60%; }
  .text-media-size-small-65 {
    width: 65%; }
  .text-media-size-small-70 {
    width: 70%; }
  .text-media-size-small-75 {
    width: 75%; }
  .text-media-size-small-80 {
    width: 80%; }
  .text-media-size-small-85 {
    width: 85%; }
  .text-media-size-small-90 {
    width: 90%; }
  .text-media-size-small-95 {
    width: 95%; }
  .text-media-size-small-100 {
    width: 100%; } }

@media only screen and (min-width: 40.063em) {
  .text-media-size-medium-10 {
    width: 10%; }
  .text-media-size-medium-15 {
    width: 15%; }
  .text-media-size-medium-20 {
    width: 20%; }
  .text-media-size-medium-25 {
    width: 25%; }
  .text-media-size-medium-30 {
    width: 30%; }
  .text-media-size-medium-35 {
    width: 35%; }
  .text-media-size-medium-40 {
    width: 40%; }
  .text-media-size-medium-45 {
    width: 45%; }
  .text-media-size-medium-50 {
    width: 50%; }
  .text-media-size-medium-55 {
    width: 55%; }
  .text-media-size-medium-60 {
    width: 60%; }
  .text-media-size-medium-65 {
    width: 65%; }
  .text-media-size-medium-70 {
    width: 70%; }
  .text-media-size-medium-75 {
    width: 75%; }
  .text-media-size-medium-80 {
    width: 80%; }
  .text-media-size-medium-85 {
    width: 85%; }
  .text-media-size-medium-90 {
    width: 90%; }
  .text-media-size-medium-95 {
    width: 95%; }
  .text-media-size-medium-100 {
    width: 100%; } }

@media only screen and (min-width: 62.8125em) {
  .text-media-size-large-10 {
    width: 10%; }
  .text-media-size-large-15 {
    width: 15%; }
  .text-media-size-large-20 {
    width: 20%; }
  .text-media-size-large-25 {
    width: 25%; }
  .text-media-size-large-30 {
    width: 30%; }
  .text-media-size-large-35 {
    width: 35%; }
  .text-media-size-large-40 {
    width: 40%; }
  .text-media-size-large-45 {
    width: 45%; }
  .text-media-size-large-50 {
    width: 50%; }
  .text-media-size-large-55 {
    width: 55%; }
  .text-media-size-large-60 {
    width: 60%; }
  .text-media-size-large-65 {
    width: 65%; }
  .text-media-size-large-70 {
    width: 70%; }
  .text-media-size-large-75 {
    width: 75%; }
  .text-media-size-large-80 {
    width: 80%; }
  .text-media-size-large-85 {
    width: 85%; }
  .text-media-size-large-90 {
    width: 90%; }
  .text-media-size-large-95 {
    width: 95%; }
  .text-media-size-large-100 {
    width: 100%; } }

/**
 * @name        text-theme
 * @description Will define different themes for text styling
 *
 * @version     @@VERSION@@
 */
.text-theme-dark {
  color: #004098; }

.text-theme-light {
  color: #fff; }

/* backgrounds */
/**
 * @name        bg
 * @description Responsive background handler for backend generated images
 *
 * @version     @@VERSION@@
 */
.bg,
.bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.bg-image {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

.bg-source {
  display: none; }

@media only screen and (min-width: 62.8125em) and (-webkit-max-device-pixel-ratio: 1.999), only screen and (min-width: 62.8125em) and (-webkit-max-device-pixel-ratio: 1.9895833333333333), only screen and (min-width: 62.8125em) and (max-resolution: 191dpi), only screen and (min-width: 62.8125em) and (max-resolution: 1.999dppx) {
  .bg-size-large.bg-ratio-1x {
    display: block; } }

@media only screen and (min-width: 62.8125em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 62.8125em) and (min-resolution: 192dpi), only screen and (min-width: 62.8125em) and (min-resolution: 2dppx) {
  .bg-size-large.bg-ratio-2x {
    display: block; } }

@media only screen and (min-width: 40.063em) and (max-width: 62.75em) and (-webkit-max-device-pixel-ratio: 1.999), only screen and (min-width: 40.063em) and (max-width: 62.75em) and (-webkit-max-device-pixel-ratio: 1.9895833333333333), only screen and (min-width: 40.063em) and (max-width: 62.75em) and (max-resolution: 191dpi), only screen and (min-width: 40.063em) and (max-width: 62.75em) and (max-resolution: 1.999dppx) {
  .bg-size-medium.bg-ratio-1x {
    display: block; } }

@media only screen and (min-width: 40.063em) and (max-width: 62.75em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 40.063em) and (max-width: 62.75em) and (min-resolution: 192dpi), only screen and (min-width: 40.063em) and (max-width: 62.75em) and (min-resolution: 2dppx) {
  .bg-size-medium.bg-ratio-2x {
    display: block; } }

@media only screen and (max-width: 40em) and (-webkit-max-device-pixel-ratio: 1.999), only screen and (max-width: 40em) and (-webkit-max-device-pixel-ratio: 1.9895833333333333), only screen and (max-width: 40em) and (max-resolution: 191dpi), only screen and (max-width: 40em) and (max-resolution: 1.999dppx) {
  .bg-size-small.bg-ratio-1x {
    display: block; } }

@media only screen and (max-width: 40em) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 40em) and (min-resolution: 192dpi), only screen and (max-width: 40em) and (min-resolution: 2dppx) {
  .bg-size-small.bg-ratio-2x {
    display: block; } }

/**
 * @name        picture-icon
 * @description
 *
 * @version     @@VERSION@@
 */
.picture-icon {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block; }

/* components */
/**
 * @name        component
 * @description component minimal default stylings
 *
 * @version     @@VERSION@@
 */
.component {
  position: relative;
  overflow: hidden;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .component {
      min-height: 768px;
      min-height: 100vh; } }

.component-content {
  min-height: 100%;
  padding-top: 8.125rem; }
  @media only screen and (min-width: 40.063em) {
    .component-content {
      padding-top: 115.2px;
      padding-top: 15vh; } }
  @media only screen and (min-width: 62.8125em) {
    .component-content {
      padding-top: 153.6px;
      padding-top: 20vh; } }
  .component-content:after {
    content: "";
    display: block;
    height: 2.8125rem; }
    @media only screen and (min-width: 40.063em) {
      .component-content:after {
        height: 1rem; } }

.component-controls {
  height: 0;
  position: absolute;
  right: 0;
  bottom: 1.875rem;
  left: 0;
  z-index: 20;
  text-align: center; }
  .component-controls button {
    line-height: 0; }

.component .component {
  min-height: 0; }
  .component .component:after {
    content: none; }
  .component .component .component-content {
    padding-top: 0;
    padding-bottom: 0; }
  .component .component .component-controls {
    display: none; }

.component-footer-theme-light .component-footer .text {
  color: #fff; }

@media only screen and (max-width: 40em) {
  .component-footer-theme-light .component-header .text-group {
    color: #fff; } }

.component-footer-theme-dark .component-footer .text,
.component-footer-theme-dark .component-footer .item-list-label {
  color: #004098; }

@media only screen and (max-width: 40em) {
  .component-footer-theme-dark .component-header .text-group {
    color: #004098; } }

/**
 * @name        component-stage
 * @description styling for all stage components
 *
 * @version     @@VERSION@@
 */
.component-stage {
  color: #004098;
  /* new safety code */ }
  @media only screen and (min-width: 40.063em) {
    .component-stage {
      height: 768px;
      height: 100vh; } }
  @media only screen and (max-width: 40em) {
    .flexbox .component-stage {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 25%; }
      .flexbox .component-stage .component-picture {
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        background: transparent;
        overflow: hidden; }
      .flexbox .component-stage .component-content {
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        padding-top: 0; }
    .component-stage .bg {
      background-color: currentColor; }
    .component-stage .bg-image {
      background-size: contain; } }
  .component-stage .bg-image {
    background-position: top right; }
  [data-transition-type="push"] .component-stage .component-content {
    -webkit-transform: perspective(1) translate3d(0, 0, 0);
            transform: perspective(1) translate3d(0, 0, 0); }
  .is-ios .component-stage .component-content {
    position: relative; }
  .transitions-active .component-stage .component-content {
    overflow: visible !important; }
  @media only screen and (min-width: 40.063em) {
    .component-stage .component-content:after {
      content: "";
      display: block;
      opacity: .9;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      background: currentColor;
      top: auto;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      height: 30%;
      min-height: 11.25rem; } }
  .component-stage .component-footer,
  .component-stage .component-header {
    z-index: 10; }
  .component-stage .component-footer,
  .component-stage .component-picture {
    background: currentColor; }
    @media only screen and (min-width: 40.063em) {
      .component-stage .component-footer,
      .component-stage .component-picture {
        background: transparent; } }
  .component-stage .component-header {
    padding-top: 1.25rem; }
    @media only screen and (min-width: 40.063em) {
      .component-stage .component-header {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 1; }
        .component-stage .component-header:after {
          content: "";
          display: block;
          height: 350.4px;
          height: 35vh;
          height: calc(30vh + 3.75rem);
          min-height: 13.125rem; } }
  @media only screen and (min-width: 40.063em) {
    .component-stage .component-picture,
    .component-stage .component-footer {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; } }
  .component-stage .component-picture {
    padding-bottom: 0.625rem;
    pointer-events: none; }
    [data-transition-type="push"] .component-stage .component-picture {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .component-stage .component-picture .column {
      z-index: 2; }
    @media only screen and (max-width: 40em) {
      .component-stage .component-picture {
        position: relative; } }
    @media only screen and (min-width: 40.063em) {
      .component-stage .component-picture {
        padding-bottom: 0;
        margin-bottom: 69.12px;
        margin-bottom: 9vh;
        text-align: center; }
        .component-stage .component-picture .picture {
          max-width: 614.4px;
          max-width: 80vh;
          display: inline; } }
    @media only screen and (min-width: 62.8125em) {
      .component-stage .component-picture {
        margin-bottom: 0; }
        .component-stage .component-picture .picture {
          max-width: 691.2px;
          max-width: 90vh; } }
  .component-stage .component-footer {
    padding: 1.875rem 0; }
    @media only screen and (min-width: 40.063em) {
      .component-stage .component-footer {
        z-index: 10;
        background: transparent;
        text-align: center;
        padding-bottom: 3.75rem;
        overflow: hidden; } }
    @media only screen and (min-width: 62.8125em) {
      .component-stage .component-footer {
        padding-bottom: 1.875rem;
        height: 30%;
        min-height: 11.25rem;
        text-align: left; } }
  .component-stage .item-list-label {
    transition: color .3s; }
  .component-stage.component-footer-theme-dark .item-list:hover .item-list-label {
    color: #fff; }
  .component-stage.component-footer-theme-light .item-list:hover .item-list-label {
    color: #004098; }
  .component-stage .component-stage-safety-button {
    position: relative;
    z-index: 50;
    margin-top: -7.5rem;
    bottom: 1.625rem; }
    @media only screen and (min-width: 40.063em) {
      .component-stage .component-stage-safety-button {
        position: absolute;
        bottom: 6.875rem; } }
    @media only screen and (min-width: 62.8125em) {
      .component-stage .component-stage-safety-button {
        bottom: 1.875rem; } }
    .component-stage .component-stage-safety-button .button-icon {
      min-width: 6.25rem;
      display: block; }
  .component-stage .component-stage-iconlist {
    margin: 0.625rem 0; }
    .component-stage .component-stage-iconlist .item {
      box-shadow: none;
      -webkit-filter: none;
              filter: none;
      padding: 0; }
      .component-stage .component-stage-iconlist .item:before {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        background: #fff;
        z-index: -1;
        border-radius: 50%; }
    @media only screen and (min-width: 40.063em) {
      .component-stage .component-stage-iconlist {
        margin: 0;
        min-width: 16.875rem; } }
    @media only screen and (min-width: 40.063em) and (max-width: 62.75em) {
      .component-stage .component-stage-iconlist {
        margin-left: 8%;
        padding-right: 8%; } }
  .component-stage .layer .layer-header .item-icon {
    box-shadow: none;
    -webkit-filter: none;
            filter: none;
    background-color: #fff; }

/**
 * @name        component-stage-detail
 * @description styling for stage detail components
 *
 * @version     @@VERSION@@
 */
@media only screen and (min-width: 40.063em) {
  .component-stage-detail .component-stage-button {
    position: absolute;
    bottom: 2.8125rem; } }

@media only screen and (min-width: 40.063em) {
  .component-stage-detail .component-content:after {
    min-height: 16.25rem; } }

@media only screen and (min-width: 40.063em) {
  .component-stage-detail .component-header:after {
    min-height: 18.125rem; } }

@media only screen and (min-width: 40.063em) {
  .component-stage-detail .component-footer {
    min-height: 16.25rem;
    text-align: left;
    height: 30%;
    padding-bottom: 1.875rem; } }

/**
 * @name        component-tiles
 * @description component that includes tiles
 *
 * @version     @@VERSION@@
 */
.component-tiles {
  background-color: #c71c20;
  text-align: center; }
  .component-tiles .component-header {
    margin-bottom: 0px 0.5;
    margin-bottom: 5vh; }
    @media only screen and (min-width: 40.063em) {
      .component-tiles .component-header {
        margin-bottom: 10vh; } }
  .component-tiles .text {
    color: #fff; }
  @media only screen and (max-width: 40em) {
    .component-tiles .component-content {
      padding-top: 3.75rem; } }
  .component-tiles .button-picture picture {
    background-color: #c71c20; }
  .component-tiles .slide-overflow-controls {
    position: absolute;
    margin: 0 auto;
    height: 1.5625rem;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    width: 6.25rem;
    margin-top: 1.875rem; }

/**
 * @name        component-meta
 *
 * @version     @@VERSION@@
 */
.component-meta {
  background: #e32024;
  text-align: center; }
  .component-meta .component-meta-tiles {
    margin: 0 auto 1.875rem; }
    @media only screen and (max-width: 40em) {
      .component-meta .component-meta-tiles {
        margin-bottom: 2.8125rem; } }
    @media only screen and (min-width: 40.063em) {
      .component-meta .component-meta-tiles {
        min-height: 230.4px;
        min-height: 30vh; } }
    @media only screen and (min-width: 62.8125em) {
      .component-meta .component-meta-tiles {
        max-width: 53.125rem; } }
    .component-meta .component-meta-tiles .item {
      box-shadow: none;
      -webkit-filter: none;
              filter: none; }
  .component-meta .component-header {
    padding-bottom: 3.125rem; }
    @media only screen and (min-width: 40.063em) {
      .component-meta .component-header {
        min-height: 92.16px;
        min-height: 12vh;
        padding-bottom: 0.625rem; } }
  .component-meta .component-content {
    padding-bottom: 0;
    padding-top: 3.75rem; }
    @media only screen and (min-width: 40.063em) {
      .component-meta .component-content {
        padding-top: 138.24px;
        padding-top: 18vh; } }
    .component-meta .component-content:after {
      content: none; }
  .component-meta .component-footer {
    background: #fff;
    padding: 2.5rem 0 1.25rem;
    color: #a4a2a3;
    font-size: 1.125rem; }
    .component-meta .component-footer p {
      direction: initial; }
    .component-meta .component-footer .form-field {
      box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.2);
      color: #004098; }
    .component-meta .component-footer .item-half {
      box-shadow: none; }
    @media only screen and (min-width: 40.063em) {
      .component-meta .component-footer {
        min-height: 284.16px;
        min-height: 37vh; } }
  .component-meta .icon-henkel {
    max-width: 6.25rem;
    margin: 15.36px auto 7.68px;
    margin: 2vh auto 1vh; }
  .component-meta .item-label {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 1.125rem; }

/**
 * @name        component-split
 *
 * @version     @@VERSION@@
 */
.component-split:before {
  content: "";
  width: 3.333%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #e32024; }
  @media only screen and (min-width: 40.063em) {
    .component-split:before {
      width: 35%; } }
  @media only screen and (min-width: 62.8125em) {
    .component-split:before {
      width: 27.5%; } }
  @media only screen and (min-width: 100.8125em) {
    .component-split:before {
      width: calc(50% - 350px); } }

.component-split .component-content > * {
  position: relative;
  z-index: 1; }

.component-split .component-picture {
  z-index: 0; }

.component-split .component-content {
  -webkit-overflow-scrolling: touch; }
  .component-split .component-content .text {
    color: #004098; }
  .component-split .component-content .cookies.collection {
    color: #004098; }
  .component-split .component-content .component-split-title {
    word-wrap: break-word;
    padding-right: 1.25rem; }
    @media only screen and (min-width: 40.063em) {
      .component-split .component-content .component-split-title .text {
        color: #fff; } }

@media only screen and (min-width: 40.063em) {
  .component-split .component-split-content {
    padding-left: 1.875rem; } }

.component-split .component-split-content .text {
  width: 100%; }
  @media only screen and (min-width: 62.8125em) {
    .component-split .component-split-content .text {
      width: 85%; } }

@media only screen and (min-width: 62.8125em) {
  .component-split .component-split-content .accordion .text {
    width: 100%; } }

.component-split .component-split-list .button-decoration {
  outline: 0.0625rem solid transparent; }

.component-split .component-header {
  margin-bottom: 1.875rem; }
  .component-split .component-header .hl, .component-split .component-header .component-footer-addendum .text-area h2, .component-footer-addendum .text-area .component-split .component-header h2 {
    color: #004098;
    word-wrap: break-word; }
    @media only screen and (min-width: 40.063em) {
      .component-split .component-header .hl, .component-split .component-header .component-footer-addendum .text-area h2, .component-footer-addendum .text-area .component-split .component-header h2 {
        padding-left: 1.25rem; } }

@media only screen and (min-width: 40.063em) {
  .component-split .component-picture {
    width: 35%;
    position: absolute;
    left: 0;
    top: 0; } }

@media only screen and (max-width: 40em) {
  .component-split .component-picture {
    display: none; } }

.component-split.component-split-inverted {
  background-color: #c71c20;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .component-split.component-split-inverted:before {
    background-color: #c71c20; }
  .component-split.component-split-inverted .component-header .hl, .component-split.component-split-inverted .component-header .component-footer-addendum .text-area h2, .component-footer-addendum .text-area .component-split.component-split-inverted .component-header h2 {
    color: #fff; }

.component-split .component-form,
.component-split .form {
  background: #fff; }

.component-split .form .component-content {
  padding-right: 0;
  float: left;
  max-width: none; }

.component-split .form .component-controls {
  display: none; }

.component-split .form .text {
  width: auto; }

.component-split .form-controls {
  position: static;
  margin-top: 2.5rem; }

.component-split .form-content {
  overflow: visible;
  height: auto; }

.component-split .form-field-inner {
  border-color: #e4e4e4; }

.component-split .form-box-pseudo {
  border-style: solid;
  border-color: #e4e4e4; }

.component-split .form-label {
  font-weight: bold; }

.component-split .form-box-checkbox .form-label {
  font-weight: normal; }

.component-split .slide,
.component-split .slide-list .component {
  min-height: 0; }

.component-split .pagination {
  display: none; }

.component-split .button {
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem; }

.component-split .form-controls {
  margin: 0.625rem 0;
  padding-bottom: 0.9375rem;
  padding-top: 0;
  background: transparent; }
  .component-split .form-controls .button {
    margin: 0; }

.chrome-rtl-split-fix .component-split .component-header {
  -webkit-transition: -webkit-transform .3s; }

.chrome-rtl-split-fix .component-split .component-split-list {
  -webkit-transition: -webkit-transform .3s; }

.chrome-rtl-split-fix.page-intro-is-running .component-split .component-header {
  -webkit-transform: translate3d(-1rem, 0, 0); }

.chrome-rtl-split-fix.page-intro-is-done .component-split .component-header {
  -webkit-transform: translate3d(0, 0, 0); }

.chrome-rtl-split-fix.page-intro-is-done .component-split .component-split-list {
  -webkit-transform: translate3d(1rem, 0, 0); }

/**
 * @name        component-knowledge
 *
 * @version     @@VERSION@@
 */
.component-knowledge {
  /**
   * VARIANT: LARGE
   *   – video is replaced with an 16:9-version
   *   - image is aligned bottom/left, but – since only a single image-format
   *     of 8:9 is used – will only use half the viewports width
   */ }
  .component-knowledge .hl, .component-knowledge .component-footer-addendum .text-area h2, .component-footer-addendum .text-area .component-knowledge h2 {
    font-size: 3.75rem; }
  @media only screen and (min-width: 40.063em) and (max-width: 62.75em) {
    .component-knowledge .component-content:before {
      content: "";
      height: 40%;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background: linear-gradient(#fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); } }
  @media only screen and (min-width: 62.8125em) {
    .component-knowledge .component-content {
      padding-bottom: 3.125rem; } }
  .component-knowledge .component-content .row {
    position: relative;
    z-index: 1; }
  .component-knowledge .text-group {
    margin-bottom: 1.875rem;
    color: #004098; }
  .js .component-knowledge .text-group, .js .component-knowledge .button {
    opacity: 0;
    transition: opacity .75s; }
  .component-knowledge.is-active .text-group, .component-knowledge.is-active .button {
    opacity: 1; }
  .component-knowledge.is-prev, .component-knowledge.is-next, .component-knowledge.is-active {
    will-change: opacity; }
  .component-knowledge .component-picture {
    transition: opacity .5s; }
  .component-knowledge .picture,
  .component-knowledge .video-player-wrap {
    width: 100%;
    height: auto; }
  .component-knowledge .video-player {
    width: 100%;
    margin: 0;
    max-height: none; }
  @media only screen and (max-width: 40em) {
    .component-knowledge .component-content {
      padding-bottom: 0; } }
  @media only screen and (max-width: 40em) {
    .component-knowledge .picture,
    .component-knowledge .video-player-wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .component-knowledge .component-picture .picture {
      position: relative;
      z-index: 1; } }
  @media only screen and (min-width: 40.063em) {
    .component-knowledge .picture,
    .component-knowledge .video-player-wrap {
      position: absolute;
      left: 0;
      bottom: 0; }
    .component-knowledge .hl, .component-knowledge .component-footer-addendum .text-area h2, .component-footer-addendum .text-area .component-knowledge h2 {
      font-size: 5rem; }
    .component-knowledge .text-major {
      font-size: 2.1875rem;
      line-height: 2.8125rem; } }
  @media only screen and (min-width: 62.8125em) {
    .component-knowledge .hl, .component-knowledge .component-footer-addendum .text-area h2, .component-footer-addendum .text-area .component-knowledge h2 {
      font-size: 6.25rem; }
    .component-knowledge .video-player {
      bottom: 0;
      position: absolute; }
    .component-knowledge .video-player-wrap {
      height: 100%;
      background: #fff; }
    .component-knowledge .text-major {
      font-size: 3.125rem;
      line-height: 3.4375rem; }
    .component-knowledge .picture {
      width: 50%; } }

/**
 * @name        component-form
 *
 * @version     @@VERSION@@
 */
.component-form .component-header {
  margin-bottom: 1.25rem; }

@media only screen and (min-width: 40.063em) {
  .component-form .component-content {
    word-spacing: -0.31em;
    font-size: 0;
    line-height: 0;
    padding-top: 153.6px;
    padding-top: 20vh; } }

@media only screen and (min-width: 62.8125em) and (max-width: 87.5em) {
  .component-form .hl, .component-form .component-footer-addendum .text-area h2, .component-footer-addendum .text-area .component-form h2 {
    font-size: 3rem; } }

@media only screen and (min-width: 62.8125em) and (max-width: 87.5em) {
  .component-form .text-major {
    font-size: 1.6rem; } }

/**
 * @name        component-cover
 *
 * @version     @@VERSION@@
 */
@media only screen and (max-width: 40em) {
  .component-cover {
    min-height: 34.375rem; } }

@media only screen and (min-width: 40.063em) {
  .component-cover.component-cover-direction-right .component-content .column {
    margin-left: 50% !important; } }

@media only screen and (min-width: 62.8125em) {
  .component-cover.component-cover-direction-right .component-content .column {
    margin-left: 58.3333333333% !important; } }

.component-cover .text-group {
  margin-bottom: 1.25rem; }
  .component-cover .text-group.text-theme-dark .text-major {
    color: inherit; }

@media only screen and (min-width: 40.063em) {
  .component-cover .component-content {
    padding-top: 192px;
    padding-top: 25vh; } }

@media only screen and (min-width: 62.8125em) {
  .component-cover .component-content {
    padding-top: 230.4px;
    padding-top: 30vh; } }

.component-cover.component-cover-autoplay .text-group {
  text-align: center; }

.component-cover.component-cover-autoplay .component-content {
  padding: 0; }
  .component-cover.component-cover-autoplay .component-content .hl, .component-cover.component-cover-autoplay .component-content .component-footer-addendum .text-area h2, .component-footer-addendum .text-area .component-cover.component-cover-autoplay .component-content h2 {
    font-size: 2.3rem; }
  @media only screen and (min-width: 40.063em) {
    .component-cover.component-cover-autoplay .component-content .hl, .component-cover.component-cover-autoplay .component-content .component-footer-addendum .text-area h2, .component-footer-addendum .text-area .component-cover.component-cover-autoplay .component-content h2 {
      font-size: 3.0rem; } }

.component-cover.component-cover-autoplay .component-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 3vh; }

.component-cover .picture {
  max-height: 417.6px;
  max-width: 417.6px;
  max-height: calc(70vh - 7.5rem);
  max-width: calc(70vh - 7.5rem); }
  @media only screen and (min-width: 40.063em) and (max-width: 62.75em) {
    .component-cover .picture {
      width: 140%; } }

.component-cover .video-player-wrap,
.component-cover .video-player {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto; }

.component-cover .video-player-wrap {
  background: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s; }

.component-cover .video-stop-button {
  position: fixed;
  top: 1.25rem;
  right: 5%;
  z-index: 99; }
  .is-ios .component-cover .video-stop-button {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.component-cover.is-video-playing .video-player-wrap {
  opacity: 1;
  pointer-events: auto; }

.component-cover.is-video-playing .video-play-button {
  visibility: hidden;
  display: block; }

.no-pointerevents .component-cover .video-player-wrap {
  display: none; }

.no-pointerevents .component-cover.is-video-playing .video-player-wrap {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .component-cover-campaign .component-content {
    padding-top: 307.2px;
    padding-top: 40vh; } }

@media only screen and (min-width: 62.8125em) {
  .component-cover-campaign .component-content {
    padding-top: 345.6px;
    padding-top: 45vh; } }

/**
 * @name        component-story
 *
 * @version     @@VERSION@@
 */
.component-story .bg {
  bottom: auto;
  height: 16.5rem; }
  @media only screen and (min-width: 40.063em) {
    .component-story .bg {
      height: 18.75rem; } }
  @media only screen and (min-width: 62.8125em) {
    .component-story .bg {
      bottom: 0;
      height: auto; } }

.component-story .text {
  color: #004098;
  font-size: 1rem; }
  @media only screen and (min-width: 87.5em) {
    .component-story .text {
      font-size: 1.25rem; } }

.component-story .hl, .component-story .component-footer-addendum .text-area h2, .component-footer-addendum .text-area .component-story h2 {
  font-size: 2.8rem;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 62.8125em) {
    .component-story .hl, .component-story .component-footer-addendum .text-area h2, .component-footer-addendum .text-area .component-story h2 {
      font-size: 2.3rem; } }
  @media only screen and (min-width: 87.5em) {
    .component-story .hl, .component-story .component-footer-addendum .text-area h2, .component-footer-addendum .text-area .component-story h2 {
      font-size: 3.25rem; } }

.component-story .text-copy {
  font-size: 1.25rem;
  line-height: 1.4; }
  @media only screen and (min-width: 62.8125em) {
    .component-story .text-copy {
      margin-bottom: 1.25rem; } }

.component-story .component-header {
  position: relative; }

.component-story .component-content {
  width: 100%;
  z-index: 1;
  padding-top: 0; }
  @media only screen and (min-width: 40.063em) {
    .component-story .component-content {
      padding-top: 0;
      padding-left: 8.3333333333%;
      padding-right: 8.3333333333%;
      position: relative; }
      .component-story .component-content:after {
        content: none; } }
  @media only screen and (min-width: 62.8125em) {
    .component-story .component-content {
      padding-right: 0;
      padding-left: 0;
      max-width: 87.5rem;
      margin: 0 auto; }
      .component-story .component-content:after {
        content: none; } }
  .component-story .component-content .component-content-inner {
    padding-top: 23.4375rem; }
    @media only screen and (min-width: 40.063em) {
      .component-story .component-content .component-content-inner {
        padding: 25rem 0 0 0;
        margin: 0;
        width: 100%; } }
    @media only screen and (min-width: 62.8125em) {
      .component-story .component-content .component-content-inner {
        padding-top: 20vh;
        padding-right: 62%;
        padding-bottom: 2.8125rem;
        padding-left: 6%;
        height: 100vh; } }
  .component-story .component-content .item {
    position: absolute;
    top: 12.1875rem;
    left: auto;
    right: 0.3125rem;
    z-index: 1;
    margin-left: -3rem;
    font-weight: normal;
    background-color: #e32024;
    color: #fff;
    opacity: .9; }
    @media only screen and (min-width: 40.063em) {
      .component-story .component-content .item {
        top: 12.6875rem; } }

.component-story .picture-icon {
  width: 15.625rem;
  height: 15.625rem;
  position: absolute;
  z-index: -1;
  top: -4.375rem;
  left: -8.3%; }
  @media only screen and (min-width: 40.063em) {
    .component-story .picture-icon {
      width: 18.75rem;
      height: 18.75rem; } }
  @media only screen and (min-width: 62.8125em) {
    .component-story .picture-icon {
      width: 25rem;
      height: 25rem; } }

@media only screen and (min-width: 40.063em) and (max-width: 62.75em) {
  .component-story .picture {
    width: 80%;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (min-width: 62.8125em) {
  .component-story .component-content {
    z-index: 1; }
    .component-story .component-content .item {
      top: 422.4px;
      top: 55vh;
      left: 50%;
      margin-left: -5.9375rem; }
  .component-story .picture-icon {
    left: -16%; }
  .component-story:nth-child(even) .component-content-inner {
    padding-left: 6%;
    padding-right: 62%; }
  .component-story:nth-child(even) .bg {
    left: 50%; }
  .component-story:nth-child(odd) .bg {
    right: 50%; }
  .component-story:nth-child(odd) .component-content-inner {
    padding-left: 62%;
    padding-right: 6%; }
  .component-story:nth-child(odd) .picture-icon {
    left: auto;
    right: -16%; } }

.component-intro .component-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }
  .transitions-active .component-intro .component-content {
    height: auto;
    min-height: initial; }
  @media only screen and (min-width: 40.063em) {
    .component-intro .component-content {
      padding-bottom: 2.125rem; } }

/**
 * a page component for inner scrolling
 *
 * @name        transitions
 * @version     @@VERSION@@
 */
.component-page {
  overflow-x: hidden;
  overflow-y: auto; }
  @media only screen and (min-width: 40.063em) {
    .component-page {
      height: 768px;
      height: 100vh; } }
  .component-page .component-content {
    height: auto !important;
    overflow: visible !important; }
  .component-page .component {
    min-height: 0; }

.component-safety-note {
  position: relative;
  z-index: 101; }

/**
 * @name        component-multi-teaser
 *
 * @version     @@VERSION@@
 */
.component-multi-teaser .component-content {
  padding-top: 0; }
  .component-multi-teaser .component-content:after {
    display: none; }

.component-multi-teaser-split {
  position: relative;
  width: 100vw; }
  @media only screen and (min-width: 40.063em) {
    .component-multi-teaser-split {
      position: absolute; } }
  @media only screen and (min-width: 40.063em) and (max-width: 62.75em) {
    .component-multi-teaser-split {
      left: 0;
      right: 0;
      width: 100vw;
      height: 50vh; } }
  @media only screen and (min-width: 62.8125em) {
    .component-multi-teaser-split {
      top: 0;
      bottom: 0;
      width: 50vw;
      height: 100vh; } }
  @media only screen and (min-width: 40.063em) and (max-width: 62.75em) {
    .component-multi-teaser-split:first-child {
      top: 0;
      bottom: 50vh; } }
  @media only screen and (min-width: 62.8125em) {
    .component-multi-teaser-split:first-child {
      left: 0;
      right: 50vw; } }
  @media only screen and (min-width: 62.8125em) {
    .component-multi-teaser-split:first-child.component-multi-teaser-double-split .row {
      margin-left: auto !important;
      padding-left: 0 !important; } }
  @media only screen and (min-width: 40.063em) and (max-width: 62.75em) {
    .component-multi-teaser-split:last-child {
      top: 50vh;
      bottom: 100vh; } }
  @media only screen and (min-width: 62.8125em) {
    .component-multi-teaser-split:last-child {
      left: 50vw;
      right: 100vw; } }
  @media only screen and (min-width: 62.8125em) {
    .component-multi-teaser-split:last-child.component-multi-teaser-double-split .row {
      margin-right: auto !important;
      padding-right: 0 !important; } }

@media only screen and (min-width: 40.063em) {
  .component-multi-teaser-double-split .teaser {
    height: 50vh;
    width: 50vw; } }

@media only screen and (min-width: 40.063em) and (max-width: 62.75em) {
  .component-multi-teaser-double-split .teaser:first-child {
    left: 0;
    right: 50vw; } }

@media only screen and (min-width: 62.8125em) {
  .component-multi-teaser-double-split .teaser:first-child {
    top: 0;
    bottom: 50vh; } }

@media only screen and (min-width: 40.063em) and (max-width: 62.75em) {
  .component-multi-teaser-double-split .teaser:last-child {
    left: 50vw;
    right: 100vw; } }

@media only screen and (min-width: 62.8125em) {
  .component-multi-teaser-double-split .teaser:last-child {
    top: 50vh;
    bottom: 100vh; } }

.component-multi-teaser-split .bg-image {
  background-position: bottom right; }

@media only screen and (min-width: 62.8125em) {
  .component-multi-teaser-split:not(.component-multi-teaser-double-split) .bg-image {
    background-position: center center; } }

.component-multi-teaser-split .teaser-content {
  width: 100%; }
  @media only screen and (max-width: 40em) {
    .component-multi-teaser-split .teaser-content {
      max-width: 90%;
      min-height: 34.375rem;
      padding: 8.125rem 0; } }
  @media only screen and (min-width: 62.8125em) {
    .component-multi-teaser-split .teaser-content {
      max-width: 43.75rem; } }
  @media only screen and (min-width: 40.063em) {
    .component-multi-teaser-split .teaser-content .columns {
      max-width: 66.666666667%; } }
  @media only screen and (min-width: 62.8125em) {
    .component-multi-teaser-split .teaser-content .columns {
      max-width: none; } }

.component-multi-teaser-split:first-child .teaser-content {
  right: 0; }

@media only screen and (min-width: 62.8125em) {
  .component-multi-teaser-split:first-child .row {
    margin-right: 0;
    padding-right: 3.125rem; } }

.component-multi-teaser-split:last-child .teaser-content {
  left: 0; }

@media only screen and (min-width: 62.8125em) {
  .component-multi-teaser-split:last-child .row {
    margin-left: 0;
    padding-left: 3.125rem; } }

@media only screen and (max-width: 40em) {
  .component-multi-teaser-double-split .teaser .teaser-content {
    min-height: 12.5rem;
    padding: 3.125rem 0; } }

@media only screen and (min-width: 40.063em) {
  .component-multi-teaser-double-split .teaser .teaser-content .columns {
    max-width: none; } }

@media only screen and (min-width: 62.8125em) {
  .component-multi-teaser-double-split .teaser .teaser-content .columns {
    max-width: 66.666666667%; } }

@media only screen and (min-width: 40.063em) {
  .component-multi-teaser-double-split .teaser:first-child .row {
    margin-right: 0;
    padding-right: 3.125rem; } }

@media only screen and (min-width: 40.063em) {
  .component-multi-teaser-double-split .teaser:last-child .row {
    margin-left: 0;
    padding-left: 3.125rem; } }

/* area */
/**
 * @name        area
 * @description basic area styling
 *
 * @version     @@VERSION@@
 */
.area {
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .area {
      min-height: 768px;
      min-height: 100vh; } }
  .area .pagination-list {
    display: none; }

/* slide */
/**
 * @name        slide
 * @description wrapper for slideable components
 *
 * @version     @@VERSION@@
 */
.slide {
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    .slide {
      min-height: 768px;
      min-height: 100vh; } }
  .slide.is-rendered .slide-list {
    transition: height 1.25s, -webkit-transform 1.25s;
    transition: height 1.25s, transform 1.25s; }
  .slide.is-single-slide .slide-controls {
    display: none; }

/**
 * @name        slide-list
 * @description overrides styles for components in slide
 *
 * @version     @@VERSION@@
 */
.slide-list {
  will-change: transform, height; }
  .slide-list .component {
    width: 100%; }
    .js .slide-list .component {
      position: absolute;
      top: 0; }
    .slide-list .component.is-next:first-child {
      left: auto !important;
      right: 0; }
    .slide-list .component.is-prev:last-child {
      left: 0 !important; }
  .slide-list .component-cover {
    min-height: 100%; }

/**
 * @name        slide-overflow
 * @description styling for slider create for a lot of elements in a row that
 *              needs to be in one line and swipeable.
 *              Expects to be based on foundation block grid layout.
 *
 * @version     @@VERSION@@
 */
.slide-overflow {
  margin-left: auto;
  margin-right: auto; }
  .slide-overflow .slide-overflow-item {
    height: 100%; }

.slide-overflow-item {
  float: left !important;
  clear: none !important; }

.slide-overflow-wrapper {
  overflow: hidden; }

/**
 * @name        slide-controls
 * @description styles controls of an slide module
 *
 * @version     @@VERSION@@
 */
.slide-controls {
  position: absolute;
  bottom: 1.875rem;
  right: 0;
  z-index: 10;
  padding: 0 5%;
  width: 100%;
  text-align: right;
  direction: ltr; }
  .slide-controls .pagination {
    float: left;
    font-size: 1.625rem;
    font-weight: normal;
    line-height: 3.75rem; }
    .slide-controls .pagination span {
      display: inline-block; }
    .slide-controls .pagination .pager-curr {
      font-size: 2.5rem;
      font-weight: bold; }
    @media only screen and (min-width: 62.8125em) {
      .slide-controls .pagination {
        position: absolute;
        left: 0;
        top: -552.96px;
        top: -72vh; } }
  @media only screen and (min-width: 62.8125em) {
    .slide-controls {
      position: absolute;
      right: 0;
      top: 652.8px;
      top: 85vh;
      padding: 0 3%;
      width: 42.333%;
      height: 0; } }

.slide-overflow-controls {
  display: none; }
  @media only screen and (min-width: 40.063em) {
    .slide-overflow-controls {
      position: static;
      height: 0; }
      .slide-overflow.is-overflowed + .slide-overflow-controls {
        display: block; } }

.slide-overflow-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.875rem;
  padding-right: 0.625rem;
  padding-left: 0;
  transition: -webkit-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s; }
  @media only screen and (min-width: 62.8125em) {
    .slide-overflow-btn {
      padding-right: 0.9375rem;
      width: 2.5rem; } }
  .slide-overflow-btn.is-highlighted {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  .slide-overflow-btn:active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .is-ie9 .slide-overflow-btn {
    background: #e32024; }
  .slide-overflow-btn.is-disabled {
    opacity: .5;
    cursor: default;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .slide-overflow-btn .icon-path {
    fill: #004098; }

.slide-overflow-btn:first-child {
  left: 0;
  right: auto;
  padding-right: 0;
  padding-left: 0.625rem; }
  @media only screen and (min-width: 62.8125em) {
    .slide-overflow-btn:first-child {
      padding-left: 0.9375rem; } }
  .slide-overflow-btn:first-child:before {
    left: -0.625rem;
    right: auto; }

/* navigation */
/**
 * @name        _nav.scss
 * @description styling for navigation elements
 *
 * @version     @@VERSION@@
 */
.nav-main:not(.nav-main-horizontal) .nav-list {
  background: #fff;
  background: #fff;
  text-align: center; }
  @media only screen and (min-width: 40.063em) {
    .nav-main:not(.nav-main-horizontal) .nav-list {
      background: #fff; } }
  @media only screen and (min-width: 62.8125em) {
    .nav-main:not(.nav-main-horizontal) .nav-list {
      background: #fff; } }
  .nav-main:not(.nav-main-horizontal) .nav-list > li {
    overflow: hidden;
    position: relative;
    height: 3.7142857143rem;
    transition: height 1s;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    @media only screen and (min-width: 40.063em) {
      .nav-main:not(.nav-main-horizontal) .nav-list > li {
        height: 4.375rem; } }
    @media only screen and (min-width: 62.8125em) {
      .nav-main:not(.nav-main-horizontal) .nav-list > li {
        height: 5.3125rem; } }
    .nav-main:not(.nav-main-horizontal) .nav-list > li:last-child .nav-list-anchor:after {
      display: none; }

.nav-main-horizontal .nav-list {
  text-align: center;
  margin: 0 auto;
  max-width: 90%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375rem 0; }
  @media only screen and (min-width: 100.8125em) {
    .nav-main-horizontal .nav-list {
      max-width: 87.5rem; } }
  .nav-main-horizontal .nav-list:before, .nav-main-horizontal .nav-list:after {
    content: " ";
    display: table; }
  .nav-main-horizontal .nav-list:after {
    clear: both; }
  .nav-main-horizontal .nav-list > li {
    display: inline-block;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    padding: 0 0.625rem;
    text-align: center; }

.nav-list-anchor .text {
  transition: color .3s; }

.nav-list-anchor.is-highlighted .text, .nav-list-anchor.is-active .text {
  color: #004098; }

.nav-main:not(.nav-main-horizontal) .nav-list-anchor {
  background: #fff;
  background: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  line-height: 1.875;
  text-align: center; }
  @media only screen and (min-width: 40.063em) {
    .nav-main:not(.nav-main-horizontal) .nav-list-anchor {
      background: #fff; } }
  @media only screen and (min-width: 62.8125em) {
    .nav-main:not(.nav-main-horizontal) .nav-list-anchor {
      background: #fff; } }
  @media only screen and (min-width: 40.063em) {
    .nav-main:not(.nav-main-horizontal) .nav-list-anchor {
      padding-bottom: 0.625rem; } }
  .nav-main:not(.nav-main-horizontal) .nav-list-anchor:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 50%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(228, 228, 228, 0.5); }

.nav-main-horizontal .nav-list-anchor {
  padding: 0;
  font-weight: bold; }
  .nav-main-horizontal .nav-list-anchor .text {
    display: inline-block;
    text-align: center; }

.nav-main:not(.nav-main-horizontal) .nav-list-sub-toggle {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  float: left; }

.nav-tile-wrapper {
  background-color: #e32024; }
  .nav-tile-wrapper .button-picture picture {
    background-color: #e32024; }
  .nav-main:not(.nav-main-horizontal) .nav-tile-wrapper {
    padding-top: 1.25rem; }
    @media only screen and (min-width: 40.063em) {
      .nav-main:not(.nav-main-horizontal) .nav-tile-wrapper {
        padding-bottom: 1.25rem; } }

.nav-tile-wrapper {
  position: absolute; }
  .nav-tile-wrapper .button-picture .picture {
    -webkit-transform: translateY(100%) scale(0.5);
        -ms-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
    transition: -webkit-transform 0s 1s;
    transition: transform 0s 1s;
    -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
            transform-origin: bottom center; }
  .nav-tile-wrapper.is-active .button-picture .picture {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    transition: -webkit-transform 1s;
    transition: transform 1s; }
  .nav-main:not(.nav-main-horizontal) .nav-tile-wrapper {
    overflow: hidden;
    bottom: 0;
    width: 100%; }
  .nav-main-horizontal .nav-tile-wrapper {
    overflow: hidden;
    left: 0;
    width: 100vw;
    height: 0;
    margin-top: 0.9375rem;
    transition: height 1s; }
    .nav-main-horizontal .nav-tile-wrapper .row {
      padding: 1.25rem 0; }

.nav-anchor-link {
  display: none; }

/**
 * @name        _nav-main
 * @description styling for the main navigation module
 *
 * @version     @@VERSION@@
 */
.nav-main {
  position: fixed;
  opacity: 1; }
  @media only screen and (min-width: 40.063em) {
    .nav-main {
      transition: opacity 1s; } }
  .nav-main-is-switching .nav-main {
    opacity: 0;
    transition-duration: .5s; }
  .nav-main:not(.nav-main-horizontal) {
    background: #fff;
    background: #fff;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 768px;
    min-height: 100vh;
    height: 768px;
    height: 100vh;
    padding-top: 1.25rem;
    font-size: 2rem;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (min-width: 40.063em) {
      .nav-main:not(.nav-main-horizontal) {
        background: #fff; } }
    @media only screen and (min-width: 62.8125em) {
      .nav-main:not(.nav-main-horizontal) {
        background: #fff; } }
    @media only screen and (min-width: 62.8125em) {
      .nav-main:not(.nav-main-horizontal) {
        font-size: 2.5rem; } }
    .js .nav-main:not(.nav-main-horizontal) {
      display: none;
      top: 0;
      z-index: 100;
      opacity: 0; }
    .nav-main:not(.nav-main-horizontal).is-active {
      display: block;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      will-change: opacity; }
    .nav-main:not(.nav-main-horizontal) .nav-list {
      margin: auto 0;
      width: 100%; }
      .no-flexbox .nav-main:not(.nav-main-horizontal) .nav-list {
        margin-top: 6.25rem; }
    .nav-main:not(.nav-main-horizontal) .nav-main-controls {
      top: 1.25rem; }
  .nav-main.nav-main-horizontal {
    z-index: 102;
    overflow: visible;
    top: 0;
    left: 0;
    min-height: 0;
    height: auto;
    background: rgba(255, 255, 255, 0.85);
    font-size: 1.0625rem;
    line-height: 1.125rem; }

.nav-main-controls {
  position: absolute;
  width: auto;
  left: 5%;
  z-index: 101;
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  opacity: 1; }
  @media only screen and (min-width: 40.063em) {
    .nav-main-controls {
      transition: opacity .5s; } }
  .nav-main-is-switching .nav-main-controls,
  .nav-main-is-horizontal .nav-main-controls {
    opacity: 0;
    transition-duration: 0s; }

.nav-main-is-active,
.nav-main-is-active > body {
  overflow: hidden;
  max-height: 100%;
  height: 100%; }

/**
 * @name        _nav-sub
 * @description Styling for small lists of anchors  in a row, seperated by dots
 *
 * @version     @@VERSION@@
 */
.nav-sub {
  display: inline-block;
  margin-bottom: 0.46875rem; }
  .nav-sub:before, .nav-sub:after {
    content: " ";
    display: table; }
  .nav-sub:after {
    clear: both; }
  .nav-sub > li {
    display: inline; }
    .nav-sub > li:before {
      content: "• ";
      margin: 0 0.3125rem; }
    .nav-sub > li:first-child:before {
      content: none; }
    .nav-sub > li > a {
      color: inherit; }

/* pagination */
/**
 * @name        pagination
 * @description
 *
 * @version     @@VERSION@@
 */
.pagination {
  font-size: 1.125rem;
  color: #004098;
  display: inline;
  padding-left: 0.9375rem; }

/**
 * @name        pagination-list
 * @description
 *
 * @version     @@VERSION@@
 */
.pagination-list {
  display: none; }
  @media only screen and (min-width: 40.063em) {
    .pagination-list {
      display: inline-block;
      position: fixed;
      will-change: transform;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      z-index: 50;
      top: 345.6px;
      top: 45vh;
      right: 0.9375rem;
      right: 2vw; } }

.pagination-list-element {
  border-radius: 50%;
  background-color: #fff;
  width: 0.8125rem;
  height: 0.8125rem;
  margin-bottom: 0.5rem;
  display: block;
  box-shadow: 0 0 0.1875rem 0 rgba(0, 0, 0, 0.4);
  cursor: pointer; }
  .pagination-list-element.is-active {
    background-color: #004098; }

/* header */
/**
 * @name        header
 * @description Styling for main headers
 *
 * @version     @@VERSION@@
 */
.header {
  position: absolute;
  top: 1.25rem;
  right: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  height: 0; }
  @media only screen and (min-width: 40.063em) {
    .header {
      position: fixed; } }
  @media only screen and (max-width: 40em) {
    .header .nav-main-controls {
      position: fixed; } }
  .form-is-focused.is-ios .header {
    display: none; }

.header-branding {
  display: none; }
  .header-branding.active-brand, .header-branding:first-child.no-js .header-branding {
    display: block; }
  .header-branding picture {
    display: inline-block;
    max-width: 12.5rem;
    margin-top: -2.25rem;
    margin-right: -3.75rem;
    margin-left: -3.75rem; }
    @media only screen and (min-width: 62.8125em) {
      .header-branding picture {
        max-width: 16.25rem; } }

/* language select */
/**
 * @name        language-select
 *
 * @version     @@VERSION@@
 */
.language-select {
  background: #004098; }
  .language-select:not(.is-horizontal) {
    position: absolute;
    top: 1.3125rem;
    height: 1.5rem;
    left: 3.75rem;
    padding-left: 0.375rem;
    white-space: nowrap;
    font-size: 0;
    word-spacing: -.31em;
    line-height: 0; }
  .language-select.is-horizontal {
    position: fixed;
    top: 12px;
    right: 0;
    display: none;
    outline: 1px solid rgba(0, 0, 0, 0.1); }
    .nav-main-is-horizontal .language-select.is-horizontal {
      display: block; }

.language {
  box-sizing: content-box;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #004098;
  transition: color .3s, background-color .3s; }
  .language-select.is-horizontal .language {
    display: block; }
  .language.current, .language.is-highlighted {
    color: #fff;
    background: #004098; }
  .language.current {
    cursor: pointer;
    padding: 0 0.6875rem;
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.5); }
  .language-select:not(.is-horizontal) .language.current {
    float: left;
    clear: left; }
  .language-select.is-horizontal .language.current {
    position: relative;
    z-index: 1; }
  .language > a {
    padding: 0 0.4375rem; }

.language-list {
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.67, 0.06, 0.55, 0.78);
  background: white; }
  .language-select:not(.is-horizontal) .language-list {
    display: inline-block;
    white-space: nowrap;
    max-width: 0;
    outline: 1px solid rgba(0, 0, 0, 0.1); }
  .language-select.is-horizontal .language-list {
    display: block;
    max-height: 0; }
    .language-select.is-horizontal .language-list:before, .language-select.is-horizontal .language-list:after {
      content: " ";
      display: table; }
    .language-select.is-horizontal .language-list:after {
      clear: both; }
  .language-select.is-active .language-list {
    max-width: 500px;
    max-height: 500px; }
  .language-list li {
    position: relative; }
    .language-list li:after {
      position: absolute;
      content: '';
      background: #004098; }
    .language-list li:last-child:after {
      display: none; }
  .language-select:not(.is-horizontal) .language-list li {
    display: inline-block;
    margin-right: 1px; }
    .language-select:not(.is-horizontal) .language-list li:after {
      top: 20%;
      right: -1px;
      width: 1px;
      height: 60%; }
    .language-select:not(.is-horizontal) .language-list li:last-child {
      margin-right: 0; }
  .language-select.is-horizontal .language-list li {
    display: block;
    margin-bottom: 1px; }
    .language-select.is-horizontal .language-list li:after {
      bottom: -1px;
      left: 20%;
      width: 60%;
      height: 1px; }
    .language-select.is-horizontal .language-list li:last-child {
      margin-bottom: 0; }

/* footer */
.component-footer {
  position: relative;
  -webkit-overflow-scrolling: touch; }
  .component-footer .component-controls {
    top: -1.875rem;
    bottom: auto; }

.component-footer-addendum {
  text-align: left; }
  .component-footer-addendum .text-area h2 {
    margin-bottom: 1.875rem; }
  .component-footer-addendum .text {
    color: #004098; }
  .component-footer-addendum .text-area {
    font-size: 0.9375rem; }
    .component-footer-addendum .text-area h3 {
      font-size: 1.3333em; }
  .component-footer-addendum .component-text {
    padding-top: 2em;
    padding-bottom: 2em; }
    @media only screen and (min-width: 40.063em) {
      .component-footer-addendum .component-text {
        padding-top: 4.5em;
        padding-bottom: 8em; } }
  @media only screen and (min-width: 40.063em) {
    .component-footer-addendum .component-picture {
      width: 31.25%;
      position: absolute;
      left: 0;
      top: 0; } }
  @media only screen and (max-width: 40em) {
    .component-footer-addendum .component-picture {
      display: none; } }

/* form */
/**
 * @name        form
 * @description Base style for form
 *
 * @version     @@VERSION@@
 *
 */
.form {
  color: #e32024;
  background: currentColor; }
  .form .form-cover .component-controls,
  .form .slide-list .component-controls {
    display: none; }
  .form .component-cover .component-content {
    margin-left: 0;
    margin-right: 0; }
    @media only screen and (min-width: 100.8125em) {
      .form .component-cover .component-content {
        max-width: 87.5rem;
        margin-left: auto;
        margin-right: auto; } }
  .form .component-content {
    margin: 0 auto;
    max-width: 90%;
    width: 100%; }
    .form .component-content:before, .form .component-content:after {
      content: " ";
      display: table; }
    .form .component-content:after {
      clear: both; }
    .form .component-content .form-group {
      margin-bottom: 0.9375rem;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left; }
      @media only screen and (min-width: 40.063em) {
        .form .component-content .form-group {
          padding-left: 0.625rem;
          padding-right: 0.625rem;
          width: 50%;
          float: left;
          float: none;
          word-spacing: 0;
          font-size: 1rem;
          line-height: 1.5625rem;
          vertical-align: top; } }
    .form .component-content .form-group-large {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left; }
      @media only screen and (min-width: 40.063em) {
        .form .component-content .form-group-large {
          float: none; } }
  .form .component-header {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }
    .form .component-header .text {
      color: #fff; }
  .form .slide-list .component.is-prev:last-child {
    display: none; }

.form-content .component-content {
  padding-bottom: 2.8125rem; }

.form-content .slide-list {
  min-height: 0; }

.form-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  will-change: transform; }
  .is-uncovered .form-cover {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform: translateZ(0) translateX(-100%);
            transform: translateZ(0) translateX(-100%); }
  .form-cover .component-cover {
    height: 100%; }
  @media only screen and (min-width: 62.8125em) and (max-width: 87.5em) {
    .form-cover .hl, .form-cover .component-footer-addendum .text-area h2, .component-footer-addendum .text-area .form-cover h2 {
      font-size: 3rem; } }
  @media only screen and (min-width: 62.8125em) and (max-width: 87.5em) {
    .form-cover .text-major {
      font-size: 1.6rem; } }

/**
 * @name        form-box
 *
 * @version     @@VERSION@@
 *
 */
.form-box .form-label {
  position: relative;
  line-height: 1.875rem;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 2.5rem;
  margin-right: 2.1875rem; }

.form-box .form-field-inner {
  position: absolute;
  top: 0;
  left: 0; }

.form-box-pseudo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.875rem;
  height: 1.875rem;
  background: #fff; }

.form-box-radio .form-box-pseudo {
  border-radius: 50%;
  border-width: 1px; }

.form-box-radio .form-field-inner:checked + .form-box-pseudo {
  border: 0.375rem solid #fff;
  background: #004098; }

.form-box-radio .form-field-inner:checked {
  box-shadow: 0 0 0.1875rem 0 #004098; }

.form-box-checkbox .icon .icon-path {
  display: none; }

.form-box-checkbox .form-box-pseudo {
  border-width: 2px;
  background: transparent; }

.form-box-checkbox .form-field-inner:checked + .icon .icon-path {
  display: block; }

.form-box-checkbox .form-label {
  margin-right: 0; }

.form-box-checkbox .icon {
  position: absolute;
  left: 0.0625rem;
  top: 0.0625rem;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0.15625rem;
  color: #004098;
  background: #fff; }

/**
 * @name        form-controls
 *
 * @version     @@VERSION@@
 *
 */
.form-controls {
  padding: 0 0.625rem 3.75rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  margin: 0 auto;
  max-width: 90%;
  width: 100%; }
  .form-controls:before, .form-controls:after {
    content: " ";
    display: table; }
  .form-controls:after {
    clear: both; }
  .form-controls .button {
    margin-bottom: 0.625rem; }
    @media only screen and (min-width: 40.063em) {
      .form-controls .button {
        margin: 0 0.625rem 0 0; } }
  .form-controls .pagination {
    line-height: 2.8125rem; }
    @media only screen and (max-width: 40em) {
      .form-controls .pagination {
        float: right; } }
  .form-controls .text {
    color: #fff; }

/**
 * @name        form-error
 * @description Error styling in for forms
 *
 * @version     @@VERSION@@
 *
 */
.form-is-valid .form-error-msg {
  display: none; }

.form-is-invalid .form-field-inner {
  border: 2px solid #fff338; }

.form-error-msg {
  height: 0;
  transition: height .3s;
  overflow: hidden; }
  .form-error-msg > p {
    color: #fff338;
    font-size: 0.875rem;
    padding-top: 0.3125rem;
    font-weight: bold;
    line-height: 1.125rem; }

/**
 * @name        form-field
 *
 * @version     @@VERSION@@
 *
 */
.form-field {
  width: 100%;
  height: 50px;
  position: relative;
  color: #004098; }

.form-field-inner {
  height: 100%;
  background: #fff;
  line-height: 40px;
  padding: 5px 10px;
  border: 2px solid transparent; }

.form-field-textarea {
  min-height: 9.375rem; }

.form-field-select .icon {
  position: absolute;
  pointer-events: none;
  padding: 14px 11.5px;
  background: inherit;
  background: #fff;
  right: 2px;
  top: 2px;
  bottom: 2px;
  height: 46px;
  width: 46px; }

.form-field-captcha .item {
  background: #004098;
  color: #fff;
  float: left;
  margin: 0.78125rem 0.9375rem; }

.form-field-captcha .form-field-inner {
  width: 33%;
  float: left; }

.form-field-captcha .form-field-img {
  height: 50px;
  width: auto;
  float: left;
  margin-left: 1.25rem; }

/**
 * @name        form-field
 *
 * @version     @@VERSION@@
 *
 */
.form-group {
  width: 50%;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  display: inline-block; }

.form-group-large {
  width: 100%; }

/**
 * @name        form-label
 *
 * @version     @@VERSION@@
 *
 */
.form-label {
  font-size: 1.125rem;
  margin-bottom: 0.625rem; }
  .form-label a {
    text-decoration: underline; }

.form-input-is-required .form-label:after {
  content: " *"; }

/**
 * @name        form-datepicker
 * @description Styling for Datepicker on input[type="date"] fields
 *              Please note that this file only overrides and extends the
 *              default stylings from foundation-datepicker.scss included in
 *              base-foundation-grid
 *
 * @version     @@VERSION@@
 *
 */
.datepicker.dropdown-menu {
  font-family: sans-serif; }

.datepicker td.active.day,
.datepicker td span.active {
  background: #a4a2a3; }

.datepicker .fi-arrow-right::before {
  content: "►"; }

.datepicker .fi-arrow-left::before {
  content: "◄"; }

/* layer */
/**
 * @name        layer
 * @description
 *
 * @version     @@VERSION@@
 */
.layer {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: absolute;
  top: 6.875rem;
  left: 0;
  right: 0;
  width: 90%;
  height: 691.2px;
  height: calc(100vh - 9.375rem);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
  padding: 1.5625rem 0;
  overflow-y: auto;
  transition: opacity 1s; }
  @media only screen and (min-width: 40.063em) {
    .layer {
      padding: 3.125rem 0; } }
  .layer > .row {
    margin: 0 auto;
    max-width: 90%;
    width: 100%; }
    .layer > .row:before, .layer > .row:after {
      content: " ";
      display: table; }
    .layer > .row:after {
      clear: both; }
  .flexbox .layer {
    overflow-y: visible; }
  .layer .text-area {
    color: #004098;
    font-size: 1.25rem; }
    @media only screen and (min-width: 40.063em) {
      .layer .text-area {
        font-size: 1.5625rem; } }
    @media only screen and (min-width: 62.8125em) {
      .layer .text-area {
        font-size: 1.875rem; } }

.layer-header {
  padding-bottom: 1.875rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media only screen and (max-width: 40em) {
    .layer-header .item {
      display: none; } }
  @media only screen and (min-width: 40.063em) {
    .layer-header .item {
      position: absolute;
      left: -11%;
      background: currentColor;
      color: inherit; }
      .layer-header .item .icon {
        color: #fff; } }
  @media only screen and (min-width: 62.8125em) {
    .layer-header .item {
      left: -9%; } }

.flexbox .layer-content {
  overflow-y: auto; }

.layer-controls {
  position: absolute;
  top: 1.5625rem;
  right: 2.5%; }

.layer-video {
  position: relative;
  width: 100%;
  padding-bottom: 75%; }
  @media only screen and (min-width: 62.8125em) {
    .layer-video {
      width: 75%; } }

/**
 * @name        layer-shoptimize
 * @description
 *
 * @version     @@VERSION@@
 */
.layer-shoptimize .layer-content {
  position: relative;
  height: 90%;
  overflow: hidden; }

.layer-shoptimize-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .layer-shoptimize-content iframe {
    width: 100%;
    height: 100%; }

/**
 * @name        global-cookie
 *
 * @version     @@VERSION@@
 */
.global-cookie-bar {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  padding: 0.625rem 0;
  position: fixed;
  width: 100%;
  z-index: 101; }
  .cookie-is-disabled .global-cookie-bar {
    display: none; }
  .global-cookie-bar .text,
  .global-cookie-bar .button {
    font-size: 0.9375rem; }
  .global-cookie-bar .button {
    padding: 0.3125rem 0.6875rem 0.1875rem 2.9375rem;
    margin-top: -0.3125rem; }
    .global-cookie-bar .button > .item-icon {
      width: 1.1875rem;
      height: 1.1875rem;
      top: 0.4375rem;
      left: 0.6875rem;
      padding: 0.25rem; }
  .global-cookie-bar .text {
    color: #004098; }
  .global-cookie-bar .cookie-bar-meta-nav {
    display: block;
    padding-left: 0; }
    li .global-cookie-bar .cookie-bar-meta-nav:before {
      content: "• ";
      margin: 0 0.3125rem; }

.global-cookie-bar-el-container {
  display: block;
  padding: 0.625rem 0.625rem 0; }
  @media only screen and (min-width: 40.063em) {
    .global-cookie-bar-el-container {
      display: inline-block; } }

.global-cookie-curtain {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  cursor: pointer;
  background-color: #000;
  opacity: .5;
  z-index: 100; }
  .cookie-is-disabled .global-cookie-curtain {
    display: none; }

/* video */
/**
 * @name        video
 * @version     @@VERSION@@
 */
.video-player-wrap {
  position: relative;
  height: 100%;
  width: 100%; }

.video-player {
  display: none;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto; }

.video-stop-button {
  display: none; }

.video-play-button {
  display: inline-block; }

.is-video-playing .video-player {
  display: none; }
  .is-video-playing .video-player.is-playing {
    display: block; }

.is-video-playing .video-play-button {
  display: none; }

.is-video-playing .video-stop-button {
  display: inline-block; }
  .is-video-playing .video-stop-button.cinema {
    display: none; }

@media only screen and (min-width: 62.8125em) {
  .is-video-playing.video-cinema-mode {
    position: relative; }
    .is-video-playing.video-cinema-mode .video-player-wrap {
      opacity: 1;
      z-index: 99;
      pointer-events: auto; }
    .is-video-playing.video-cinema-mode .video-play-button {
      display: none; }
    .is-video-playing.video-cinema-mode .video-stop-button {
      display: none; }
      .is-video-playing.video-cinema-mode .video-stop-button.cinema {
        display: block;
        position: absolute;
        top: 1.25rem;
        right: 5%;
        z-index: 99; } }

/**
 * @name        video-player-item
 * @version     @@VERSION@@
 * @modul       views/modules/video-player-item.html.twig
 */
.video-player-item {
  position: relative;
  margin-bottom: 1.25rem;
  text-align: center; }
  .video-player-item video {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .video-player-item .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 10; }
  .video-player-item > .bg {
    width: auto;
    position: relative; }
  .video-player-item.is-video-playing > .bg {
    display: none; }

/**
 * @name        youtube
 * @version     @@VERSION@@
 * @modul       views/modules/youtube.html.twig
 */
.video-youtube-content {
  margin-bottom: 1.25rem;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative; }
  .video-youtube-content.widescreen {
    padding-bottom: 56.34%; }
  .video-youtube-content.vimeo {
    padding-top: 0; }
  .video-youtube-content iframe,
  .video-youtube-content object,
  .video-youtube-content embed,
  .video-youtube-content video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.video-youtube-left {
  float: left; }

.video-youtube-right {
  float: left; }

.video-youtube-center {
  margin-left: auto;
  margin-right: auto; }

/* accordion */
.accordion .accordion-item {
  border-bottom: 1px solid #fff; }
  .accordion .accordion-item:last-child {
    border-bottom: none; }

.accordion .accordion-headline,
.accordion .accordion-content {
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem; }

.accordion .accordion-headline {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-weight: bold; }
  .accordion .accordion-headline .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.35em;
    display: inline-block;
    height: 0.9375rem;
    width: 0.625rem;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    will-change: transform; }

.accordion .accordion-slide-container {
  position: relative;
  margin-bottom: -1px;
  height: 0;
  overflow: hidden;
  transition: height .5s;
  will-change: height;
  background-color: white;
  width: 100%;
  box-sizing: content-box;
  border-right: 10vw solid white; }

.accordion .accordion-content {
  color: #004098; }

.accordion .active .accordion-slide-container {
  height: auto; }

.accordion .active .accordion-headline .icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

/* cookies */
.cookies > .description {
  float: left;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #004098;
  padding-bottom: 1em;
  margin-bottom: 1em; }
  .cookies > .description:last-child {
    border-bottom: 0 none; }

@media only screen and (min-width: 62.8125em) {
  .cookies .cookie-description {
    display: table;
    vertical-align: top;
    width: 100%; } }

@media only screen and (min-width: 62.8125em) {
  .cookies .cookie-description .title {
    display: table-cell;
    width: 25%;
    vertical-align: top; } }

.cookies .cookie-description .names ul {
  margin-bottom: 1em;
  list-style: none;
  padding-left: 0;
  font-style: italic; }
  @media only screen and (min-width: 62.8125em) {
    .cookies .cookie-description .names ul {
      margin-left: 0.625rem;
      margin-right: 0.625rem; } }

.cookies .cookie-description .names li {
  list-style: none;
  display: inline; }
  .cookies .cookie-description .names li:after {
    content: ", ";
    display: inline; }
  @media only screen and (min-width: 62.8125em) {
    .cookies .cookie-description .names li {
      display: block; }
      .cookies .cookie-description .names li:after {
        display: none; } }
  .cookies .cookie-description .names li:last-child:after {
    display: none; }

@media only screen and (min-width: 62.8125em) {
  .cookies .cookie-description .names {
    display: table-cell;
    width: 25%;
    vertical-align: top; } }

.cookies .cookie-description .description {
  float: left;
  clear: both;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .cookies .cookie-description .description {
      width: 100%; } }
  @media only screen and (min-width: 62.8125em) {
    .cookies .cookie-description .description {
      display: table-cell;
      vertical-align: top; } }

.component-split-content .cookies .cookie-description p {
  margin-bottom: 0; }

.component-split-content .cookies .cookie-description .title {
  display: table-row;
  width: 100%; }

.component-split-content .cookies .cookie-description .names {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 62.8125em) {
    .component-split-content .cookies .cookie-description .names {
      display: table-cell;
      width: 40%;
      vertical-align: top; } }
  @media only screen and (min-width: 62.8125em) {
    .component-split-content .cookies .cookie-description .names ul {
      margin: 0; } }

.component-split-content .cookies .cookie-description .description {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 62.8125em) {
    .component-split-content .cookies .cookie-description .description {
      display: table-cell;
      width: auto;
      vertical-align: top; } }

/* animations and transitions */
/**
 * @name        anim
 * @description
 *
 * @version     @@VERSION@@
 */
.anim {
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 90%; }
  @media only screen and (min-width: 40.063em) and (max-width: 62.75em) and (orientation: portrait) {
    .anim {
      left: 13%;
      bottom: -15%; } }
  @media only screen and (min-width: 100.8125em) {
    .anim {
      max-width: 87.5rem; } }

.anim-path {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  z-index: 1;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }
  .is-animating .anim-path {
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }
  .page-is-loaded.page-intro-is-done .component.is-animation-triggered .anim-path {
    -webkit-animation-name: transform-none, fade-in;
            animation-name: transform-none, fade-in;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1.25s;
            animation-duration: 1.25s; }
  .page-is-loaded.page-intro-is-done .component.is-animation-ready .anim-path {
    -webkit-animation-duration: 0s !important;
            animation-duration: 0s !important;
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
    -webkit-animation-name: reset-scale;
            animation-name: reset-scale; }

.anim-forground,
.anim-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%; }

.anim-background {
  z-index: 1; }

.anim-forground {
  z-index: 3; }

/**
 * @name        transitions
 * @version     @@VERSION@@
 */
html.transitions-active,
.transitions-active > body {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden; }
  .is-ios html.transitions-active, .is-ios
  .transitions-active > body {
    position: fixed; }

.transitions-active .area {
  position: absolute;
  top: 0;
  height: 0;
  min-height: 0; }
  .transitions-active .area .animatable-page.is-current .component-content, .transitions-active .area .animatable-page.is-next .component-content, .transitions-active .area .animatable-page.is-prev .component-content {
    overflow-x: hidden;
    overflow-y: auto; }

@media only screen and (min-width: 40.063em) {
  .transitions-active .animatable-page {
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 768px;
    height: 100vh; } }

.transitions-active .component-content {
  height: 768px;
  height: 100vh; }

.transitions-active .component-content .component-content {
  height: auto;
  overflow: visible !important; }

.transitions-active .component-stage-button,
.transitions-active .component-controls {
  opacity: 0;
  transition: opacity 0.3s; }

.transitions-active .is-animation-triggered.is-current .component-stage-button,
.transitions-active .is-animation-triggered.is-current .component-controls {
  opacity: 1; }

.transitions-active .component-stage .component-hl {
  transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition-delay: 0.45s; }

.transitions-active .component-stage .component-hl {
  opacity: 0;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85); }

.transitions-active .component-stage.is-current .component-hl,
.transitions-active .component-stage.is-above .component-hl {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.transitions-active .is-animating.is-current .component-stage-button,
.transitions-active .is-animating.is-current .component-controls {
  opacity: 0; }

/* teaser */
/**
 * @name        teaser
 * @description
 *
 * @version     @@VERSION@@
 */
.teaser {
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    .teaser {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }

@media only screen and (max-width: 40em) {
  .teaser-content {
    padding: 3.4375rem 0; } }

@media only screen and (min-width: 40.063em) {
  .teaser-content {
    position: absolute;
    bottom: 3.25rem; } }

.teaser-content .text-group {
  margin-bottom: 1.25rem; }

/**
 * @name        teaser-size
 * @description Will define different sizes for teaser styling
 *
 * @version     @@VERSION@@
 */
.teaser-size-secondary .hl, .teaser-size-secondary .component-footer-addendum .text-area h2, .component-footer-addendum .text-area .teaser-size-secondary h2 {
  margin-bottom: 0.625rem;
  font-size: 2.5rem;
  line-height: 2.8125rem; }
  @media only screen and (min-width: 40.063em) {
    .teaser-size-secondary .hl, .teaser-size-secondary .component-footer-addendum .text-area h2, .component-footer-addendum .text-area .teaser-size-secondary h2 {
      margin-bottom: 0.375rem;
      font-size: 2.5rem;
      line-height: 2.5rem; } }

.teaser-size-secondary .text-major {
  margin-bottom: 0.625rem;
  font-size: 1.5625rem;
  line-height: 1.875rem; }
  @media only screen and (min-width: 40.063em) {
    .teaser-size-secondary .text-major {
      margin-bottom: 0.625rem;
      font-size: 1.25rem;
      line-height: 1.6875rem; } }

/* brand select */
.brand-select {
  position: relative;
  background: #fff;
  width: 500px;
  margin: 48px auto 0; }
  .brand-select:before, .brand-select:after {
    content: " ";
    display: table; }
  .brand-select:after {
    clear: both; }
  .brand-select.brand-select-3cols {
    width: 700px; }
  @media only screen and (max-width: 40em) {
    .brand-select {
      width: 100% !important; } }

.brand-select-inner {
  overflow: hidden;
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 48px;
  max-height: 48px;
  width: 100%;
  background: white;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.2);
  transition: max-height .3s; }
  .brand-select.is-active .brand-select-inner {
    max-height: 3000px; }

.brand-select-button-wrapper {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: #fff;
  color: #004098; }
  .brand-select-button-wrapper button {
    position: relative;
    width: auto;
    height: 100%;
    padding-right: 35px; }
    .brand-select-button-wrapper button .icon {
      pointer-events: none;
      position: absolute;
      top: 15px;
      right: 2px;
      width: 35px;
      height: 18px;
      transition: -webkit-transform .3s;
      transition: transform .3s; }
      .brand-select.is-active .brand-select-button-wrapper button .icon {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }

.brand-select-list {
  width: 100%;
  margin-bottom: 48px; }
  .brand-select-list:before, .brand-select-list:after {
    content: " ";
    display: table; }
  .brand-select-list:after {
    clear: both; }
  @media only screen and (min-width: 40.063em) {
    .brand-select-list:after {
      content: '';
      position: relative;
      top: -1px;
      left: 20px;
      height: 1px;
      width: calc(100% - 2 * 20px);
      background: #f2f2f2; } }
  .brand-select-list li {
    display: inline;
    float: left;
    width: 50%;
    min-height: 48px;
    padding: 0 20px; }
    @media only screen and (max-width: 40em) {
      .brand-select-list li {
        width: 100% !important; } }
    .brand-select-3cols .brand-select-list li {
      width: 33.333333333%; }
  .brand-select-list a {
    display: block;
    color: #004098;
    border-bottom: 1px solid #f2f2f2;
    padding: 11px 0; }

/**
 * @name        component-split
 *
 * @version     @@VERSION@@
 */
.component-split .form-label {
  font-weight: normal; }

.component-stage .component-stage-iconlist .item {
  background-color: #fff; }

.component-stage .layer .layer-header .item-icon {
  background-color: #004098; }

/**
 * @name        form
 * @description Base style for form
 *
 * @version     @@VERSION@@
 *
 */
.form-corner-item {
  -webkit-transform: translateX(-9999em);
      -ms-transform: translateX(-9999em);
          transform: translateX(-9999em); }
  @media only screen and (min-width: 62.8125em) {
    .is-uncovered .form-corner-item {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1 !important; } }
  .is-uncovered .form-corner-item {
    pointer-events: none;
    opacity: 0 !important; }
    .is-uncovered .form-corner-item .item-corner:before {
      opacity: 0; }
    @media only screen and (min-width: 62.8125em) {
      .is-uncovered .form-corner-item {
        opacity: 1 !important; } }
  .transitions-active .is-animation-triggered .form-corner-item {
    opacity: 1; }

