
/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

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

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

.img-fluid {
  max-width: 100%;
  height: auto; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1400px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

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

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-sm-first {
        order: -1; }
      .order-sm-1 {
        order: 1; }
      .order-sm-2 {
        order: 2; }
      .order-sm-3 {
        order: 3; }
      .order-sm-4 {
        order: 4; }
      .order-sm-5 {
        order: 5; }
      .order-sm-6 {
        order: 6; }
      .order-sm-7 {
        order: 7; }
      .order-sm-8 {
        order: 8; }
      .order-sm-9 {
        order: 9; }
      .order-sm-10 {
        order: 10; }
      .order-sm-11 {
        order: 11; }
      .order-sm-12 {
        order: 12; }
      .offset-sm-0 {
        margin-left: 0; }
      .offset-sm-1 {
        margin-left: 8.3333333333%; }
      .offset-sm-2 {
        margin-left: 16.6666666667%; }
      .offset-sm-3 {
        margin-left: 25%; }
      .offset-sm-4 {
        margin-left: 33.3333333333%; }
      .offset-sm-5 {
        margin-left: 41.6666666667%; }
      .offset-sm-6 {
        margin-left: 50%; }
      .offset-sm-7 {
        margin-left: 58.3333333333%; }
      .offset-sm-8 {
        margin-left: 66.6666666667%; }
      .offset-sm-9 {
        margin-left: 75%; }
      .offset-sm-10 {
        margin-left: 83.3333333333%; }
      .offset-sm-11 {
        margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-md-first {
        order: -1; }
      .order-md-1 {
        order: 1; }
      .order-md-2 {
        order: 2; }
      .order-md-3 {
        order: 3; }
      .order-md-4 {
        order: 4; }
      .order-md-5 {
        order: 5; }
      .order-md-6 {
        order: 6; }
      .order-md-7 {
        order: 7; }
      .order-md-8 {
        order: 8; }
      .order-md-9 {
        order: 9; }
      .order-md-10 {
        order: 10; }
      .order-md-11 {
        order: 11; }
      .order-md-12 {
        order: 12; }
      .offset-md-0 {
        margin-left: 0; }
      .offset-md-1 {
        margin-left: 8.3333333333%; }
      .offset-md-2 {
        margin-left: 16.6666666667%; }
      .offset-md-3 {
        margin-left: 25%; }
      .offset-md-4 {
        margin-left: 33.3333333333%; }
      .offset-md-5 {
        margin-left: 41.6666666667%; }
      .offset-md-6 {
        margin-left: 50%; }
      .offset-md-7 {
        margin-left: 58.3333333333%; }
      .offset-md-8 {
        margin-left: 66.6666666667%; }
      .offset-md-9 {
        margin-left: 75%; }
      .offset-md-10 {
        margin-left: 83.3333333333%; }
      .offset-md-11 {
        margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-lg-first {
        order: -1; }
      .order-lg-1 {
        order: 1; }
      .order-lg-2 {
        order: 2; }
      .order-lg-3 {
        order: 3; }
      .order-lg-4 {
        order: 4; }
      .order-lg-5 {
        order: 5; }
      .order-lg-6 {
        order: 6; }
      .order-lg-7 {
        order: 7; }
      .order-lg-8 {
        order: 8; }
      .order-lg-9 {
        order: 9; }
      .order-lg-10 {
        order: 10; }
      .order-lg-11 {
        order: 11; }
      .order-lg-12 {
        order: 12; }
      .offset-lg-0 {
        margin-left: 0; }
      .offset-lg-1 {
        margin-left: 8.3333333333%; }
      .offset-lg-2 {
        margin-left: 16.6666666667%; }
      .offset-lg-3 {
        margin-left: 25%; }
      .offset-lg-4 {
        margin-left: 33.3333333333%; }
      .offset-lg-5 {
        margin-left: 41.6666666667%; }
      .offset-lg-6 {
        margin-left: 50%; }
      .offset-lg-7 {
        margin-left: 58.3333333333%; }
      .offset-lg-8 {
        margin-left: 66.6666666667%; }
      .offset-lg-9 {
        margin-left: 75%; }
      .offset-lg-10 {
        margin-left: 83.3333333333%; }
      .offset-lg-11 {
        margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-xl-first {
        order: -1; }
      .order-xl-1 {
        order: 1; }
      .order-xl-2 {
        order: 2; }
      .order-xl-3 {
        order: 3; }
      .order-xl-4 {
        order: 4; }
      .order-xl-5 {
        order: 5; }
      .order-xl-6 {
        order: 6; }
      .order-xl-7 {
        order: 7; }
      .order-xl-8 {
        order: 8; }
      .order-xl-9 {
        order: 9; }
      .order-xl-10 {
        order: 10; }
      .order-xl-11 {
        order: 11; }
      .order-xl-12 {
        order: 12; }
      .offset-xl-0 {
        margin-left: 0; }
      .offset-xl-1 {
        margin-left: 8.3333333333%; }
      .offset-xl-2 {
        margin-left: 16.6666666667%; }
      .offset-xl-3 {
        margin-left: 25%; }
      .offset-xl-4 {
        margin-left: 33.3333333333%; }
      .offset-xl-5 {
        margin-left: 41.6666666667%; }
      .offset-xl-6 {
        margin-left: 50%; }
      .offset-xl-7 {
        margin-left: 58.3333333333%; }
      .offset-xl-8 {
        margin-left: 66.6666666667%; }
      .offset-xl-9 {
        margin-left: 75%; }
      .offset-xl-10 {
        margin-left: 83.3333333333%; }
      .offset-xl-11 {
        margin-left: 91.6666666667%; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

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

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

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
    .flex-sm-row {
      flex-direction: row !important; }
      .flex-sm-column {
        flex-direction: column !important; }
      .flex-sm-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-sm-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-sm-wrap {
        flex-wrap: wrap !important; }
      .flex-sm-nowrap {
        flex-wrap: nowrap !important; }
      .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-sm-start {
        justify-content: flex-start !important; }
      .justify-content-sm-end {
        justify-content: flex-end !important; }
      .justify-content-sm-center {
        justify-content: center !important; }
      .justify-content-sm-between {
        justify-content: space-between !important; }
      .justify-content-sm-around {
        justify-content: space-around !important; }
      .align-items-sm-start {
        align-items: flex-start !important; }
      .align-items-sm-end {
        align-items: flex-end !important; }
      .align-items-sm-center {
        align-items: center !important; }
      .align-items-sm-baseline {
        align-items: baseline !important; }
      .align-items-sm-stretch {
        align-items: stretch !important; }
      .align-content-sm-start {
        align-content: flex-start !important; }
      .align-content-sm-end {
        align-content: flex-end !important; }
      .align-content-sm-center {
        align-content: center !important; }
      .align-content-sm-between {
        align-content: space-between !important; }
      .align-content-sm-around {
        align-content: space-around !important; }
      .align-content-sm-stretch {
        align-content: stretch !important; }
      .align-self-sm-auto {
        align-self: auto !important; }
      .align-self-sm-start {
        align-self: flex-start !important; }
      .align-self-sm-end {
        align-self: flex-end !important; }
      .align-self-sm-center {
        align-self: center !important; }
      .align-self-sm-baseline {
        align-self: baseline !important; }
      .align-self-sm-stretch {
        align-self: stretch !important; } }

@media (min-width: 768px) {
    .flex-md-row {
      flex-direction: row !important; }
      .flex-md-column {
        flex-direction: column !important; }
      .flex-md-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-md-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-md-wrap {
        flex-wrap: wrap !important; }
      .flex-md-nowrap {
        flex-wrap: nowrap !important; }
      .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-md-start {
        justify-content: flex-start !important; }
      .justify-content-md-end {
        justify-content: flex-end !important; }
      .justify-content-md-center {
        justify-content: center !important; }
      .justify-content-md-between {
        justify-content: space-between !important; }
      .justify-content-md-around {
        justify-content: space-around !important; }
      .align-items-md-start {
        align-items: flex-start !important; }
      .align-items-md-end {
        align-items: flex-end !important; }
      .align-items-md-center {
        align-items: center !important; }
      .align-items-md-baseline {
        align-items: baseline !important; }
      .align-items-md-stretch {
        align-items: stretch !important; }
      .align-content-md-start {
        align-content: flex-start !important; }
      .align-content-md-end {
        align-content: flex-end !important; }
      .align-content-md-center {
        align-content: center !important; }
      .align-content-md-between {
        align-content: space-between !important; }
      .align-content-md-around {
        align-content: space-around !important; }
      .align-content-md-stretch {
        align-content: stretch !important; }
      .align-self-md-auto {
        align-self: auto !important; }
      .align-self-md-start {
        align-self: flex-start !important; }
      .align-self-md-end {
        align-self: flex-end !important; }
      .align-self-md-center {
        align-self: center !important; }
      .align-self-md-baseline {
        align-self: baseline !important; }
      .align-self-md-stretch {
        align-self: stretch !important; } }

@media (min-width: 992px) {
    .flex-lg-row {
      flex-direction: row !important; }
      .flex-lg-column {
        flex-direction: column !important; }
      .flex-lg-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-lg-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-lg-wrap {
        flex-wrap: wrap !important; }
      .flex-lg-nowrap {
        flex-wrap: nowrap !important; }
      .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-lg-start {
        justify-content: flex-start !important; }
      .justify-content-lg-end {
        justify-content: flex-end !important; }
      .justify-content-lg-center {
        justify-content: center !important; }
      .justify-content-lg-between {
        justify-content: space-between !important; }
      .justify-content-lg-around {
        justify-content: space-around !important; }
      .align-items-lg-start {
        align-items: flex-start !important; }
      .align-items-lg-end {
        align-items: flex-end !important; }
      .align-items-lg-center {
        align-items: center !important; }
      .align-items-lg-baseline {
        align-items: baseline !important; }
      .align-items-lg-stretch {
        align-items: stretch !important; }
      .align-content-lg-start {
        align-content: flex-start !important; }
      .align-content-lg-end {
        align-content: flex-end !important; }
      .align-content-lg-center {
        align-content: center !important; }
      .align-content-lg-between {
        align-content: space-between !important; }
      .align-content-lg-around {
        align-content: space-around !important; }
      .align-content-lg-stretch {
        align-content: stretch !important; }
      .align-self-lg-auto {
        align-self: auto !important; }
      .align-self-lg-start {
        align-self: flex-start !important; }
      .align-self-lg-end {
        align-self: flex-end !important; }
      .align-self-lg-center {
        align-self: center !important; }
      .align-self-lg-baseline {
        align-self: baseline !important; }
      .align-self-lg-stretch {
        align-self: stretch !important; } }

@media (min-width: 1200px) {
    .flex-xl-row {
      flex-direction: row !important; }
      .flex-xl-column {
        flex-direction: column !important; }
      .flex-xl-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-xl-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-xl-wrap {
        flex-wrap: wrap !important; }
      .flex-xl-nowrap {
        flex-wrap: nowrap !important; }
      .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-xl-start {
        justify-content: flex-start !important; }
      .justify-content-xl-end {
        justify-content: flex-end !important; }
      .justify-content-xl-center {
        justify-content: center !important; }
      .justify-content-xl-between {
        justify-content: space-between !important; }
      .justify-content-xl-around {
        justify-content: space-around !important; }
      .align-items-xl-start {
        align-items: flex-start !important; }
      .align-items-xl-end {
        align-items: flex-end !important; }
      .align-items-xl-center {
        align-items: center !important; }
      .align-items-xl-baseline {
        align-items: baseline !important; }
      .align-items-xl-stretch {
        align-items: stretch !important; }
      .align-content-xl-start {
        align-content: flex-start !important; }
      .align-content-xl-end {
        align-content: flex-end !important; }
      .align-content-xl-center {
        align-content: center !important; }
      .align-content-xl-between {
        align-content: space-between !important; }
      .align-content-xl-around {
        align-content: space-around !important; }
      .align-content-xl-stretch {
        align-content: stretch !important; }
      .align-self-xl-auto {
        align-self: auto !important; }
      .align-self-xl-start {
        align-self: flex-start !important; }
      .align-self-xl-end {
        align-self: flex-end !important; }
      .align-self-xl-center {
        align-self: center !important; }
      .align-self-xl-baseline {
        align-self: baseline !important; }
      .align-self-xl-stretch {
        align-self: stretch !important; } }

/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.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 #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:20px;padding:4px 5px;font-weight:400;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}.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 #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px;color:#333;font-size:13px;line-height:20px}.datepicker.datepicker-inline td,.datepicker.datepicker-inline th,.datepicker.dropdown-menu td,.datepicker.dropdown-menu th{padding:4px 5px}
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/fonts/lg.eot?n1z373');src:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/fonts/lg.eot?#iefixn1z373') format("embedded-opentype"),url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/fonts/lg.woff?n1z373') format("woff"),url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/fonts/lg.ttf?n1z373') format("truetype"),url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/fonts/lg.svg?n1z373#lg') format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/img/vimeo-play.png') no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/img/vimeo-play.png') 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/img/video-play.png') no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/img/youtube-play.png') no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/img/youtube-play.png') 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.group:after,.group:before{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url('../../../typo3conf/ext/mpone/Resources/Public/Js/lightGallery/img/loading.gif') center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
@font-face{font-family:'BrandonTextWeb-Black';src:url('../../../fileadmin/templates/fonts/37CAD4_0_0.eot');src:url('../../../fileadmin/templates/fonts/37CAD4_0_0.eot?#iefix') format('embedded-opentype'), url('../../../fileadmin/templates/fonts/37CAD4_0_0.woff2') format('woff2'), url('../../../fileadmin/templates/fonts/37CAD4_0_0.woff') format('woff'), url('../../../fileadmin/templates/fonts/37CAD4_0_0.ttf') format('truetype');font-display:auto;}@font-face{font-family:'BrandonTextWeb-Bold';src:url('../../../fileadmin/templates/fonts/37CAD4_1_0.eot');src:url('../../../fileadmin/templates/fonts/37CAD4_1_0.eot?#iefix') format('embedded-opentype'), url('../../../fileadmin/templates/fonts/37CAD4_1_0.woff2') format('woff2'), url('../../../fileadmin/templates/fonts/37CAD4_1_0.woff') format('woff'), url('../../../fileadmin/templates/fonts/37CAD4_1_0.ttf') format('truetype');font-display:auto;}@font-face{font-family:'BrandonTextWeb-Regular';src:url('../../../fileadmin/templates/fonts/37CAD4_2_0.eot');src:url('../../../fileadmin/templates/fonts/37CAD4_2_0.eot?#iefix') format('embedded-opentype'), url('../../../fileadmin/templates/fonts/37CAD4_2_0.woff2') format('woff2'), url('../../../fileadmin/templates/fonts/37CAD4_2_0.woff') format('woff'), url('../../../fileadmin/templates/fonts/37CAD4_2_0.ttf') format('truetype');font-display:auto;}@font-face{font-family:'BrandonTextWeb-Medium';src:url('../../../fileadmin/templates/fonts/37CAD4_3_0.eot');src:url('../../../fileadmin/templates/fonts/37CAD4_3_0.eot?#iefix') format('embedded-opentype'), url('../../../fileadmin/templates/fonts/37CAD4_3_0.woff2') format('woff2'), url('../../../fileadmin/templates/fonts/37CAD4_3_0.woff') format('woff'), url('../../../fileadmin/templates/fonts/37CAD4_3_0.ttf') format('truetype');font-display:auto;}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:0.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:0.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:0.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:0.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:0.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:0.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:0.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:0.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:0.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:0.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:0.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:0.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:0.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:0.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:0.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:0.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:0.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:0.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:0.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:0.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:0.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:0.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:0.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:0.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:0.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:0.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:0.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:0.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:0.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:0.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:0.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:0.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:0.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:0.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:0.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:0.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(0.25, 0.25, 0.75, 0.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(0.6, -0.28, 0.735, 0.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(0.47, 0, 0.745, 0.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(0.39, 0.575, 0.565, 1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity, transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate(0)}[data-aos=fade-up]{transform:translateY(100px)}[data-aos=fade-down]{transform:translateY(-100px)}[data-aos=fade-right]{transform:translate(-100px)}[data-aos=fade-left]{transform:translate(100px)}[data-aos=fade-up-right]{transform:translate(-100px, 100px)}[data-aos=fade-up-left]{transform:translate(100px, 100px)}[data-aos=fade-down-right]{transform:translate(-100px, -100px)}[data-aos=fade-down-left]{transform:translate(100px, -100px)}[data-aos=fade-big-up-right]{transform:translate(-300px, 300px)}[data-aos=fade-big-up-left]{transform:translate(300px, 300px)}[data-aos=fade-big-down-right]{transform:translate(-300px, -300px)}[data-aos=fade-big-down-left]{transform:translate(300px, -300px)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity, transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate(0) scale(1)}[data-aos=zoom-in]{transform:scale(0.6)}[data-aos=zoom-in-up]{transform:translateY(100px) scale(0.6)}[data-aos=zoom-in-down]{transform:translateY(-100px) scale(0.6)}[data-aos=zoom-in-right]{transform:translate(-100px) scale(0.6)}[data-aos=zoom-in-left]{transform:translate(100px) scale(0.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translateY(100px) scale(1.2)}[data-aos=zoom-out-down]{transform:translateY(-100px) scale(1.2)}[data-aos=zoom-out-right]{transform:translate(-100px) scale(1.2)}[data-aos=zoom-out-left]{transform:translate(100px) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate(0)}[data-aos=slide-up]{transform:translateY(100%)}[data-aos=slide-down]{transform:translateY(-100%)}[data-aos=slide-right]{transform:translateX(-100%)}[data-aos=slide-left]{transform:translateX(100%)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
.top10{margin-top:10px}.bottom10{margin-bottom:10px}.top20{margin-top:20px}.bottom20{margin-bottom:20px}.top30{margin-top:30px}.bottom30{margin-bottom:30px}.top40{margin-top:40px}.bottom40{margin-bottom:40px}.top50{margin-top:50px}.bottom50{margin-bottom:50px}.top60{margin-top:60px}.bottom60{margin-bottom:60px}.top70{margin-top:70px}.bottom70{margin-bottom:70px}.top80{margin-top:80px}.bottom80{margin-bottom:80px}.top90{margin-top:90px}.bottom90{margin-bottom:90px}.top100{margin-top:100px}.bottom100{margin-bottom:100px}.top110{margin-top:110px}.bottom110{margin-bottom:110px}.top120{margin-top:120px}.bottom120{margin-bottom:120px}.top130{margin-top:130px}.bottom130{margin-bottom:130px}.top140{margin-top:140px}.bottom140{margin-bottom:140px}.top150{margin-top:150px}.bottom150{margin-bottom:150px}.top160{margin-top:160px}.bottom160{margin-bottom:160px}.top170{margin-top:170px}.bottom170{margin-bottom:170px}.top180{margin-top:180px}.bottom180{margin-bottom:180px}.top190{margin-top:190px}.bottom190{margin-bottom:190px}.top200{margin-top:200px}.bottom200{margin-bottom:200px}.top210{margin-top:210px}.bottom210{margin-bottom:210px}.top220{margin-top:220px}.bottom220{margin-bottom:220px}.top230{margin-top:230px}.bottom230{margin-bottom:230px}.top240{margin-top:240px}.bottom240{margin-bottom:240px}.top10{margin-top:10px}.bottom10{margin-bottom:10px}.top20{margin-top:20px}.bottom20{margin-bottom:20px}.top30{margin-top:30px}.bottom30{margin-bottom:30px}.top40{margin-top:40px}.bottom40{margin-bottom:40px}.top50{margin-top:50px}.bottom50{margin-bottom:50px}.top60{margin-top:60px}.bottom60{margin-bottom:60px}.top70{margin-top:70px}.bottom70{margin-bottom:70px}.top80{margin-top:80px}.bottom80{margin-bottom:80px}.top90{margin-top:90px}.bottom90{margin-bottom:90px}.top100{margin-top:100px}.bottom100{margin-bottom:100px}.top110{margin-top:110px}.bottom110{margin-bottom:110px}.top120{margin-top:120px}.bottom120{margin-bottom:120px}.top130{margin-top:130px}.bottom130{margin-bottom:130px}.top140{margin-top:140px}.bottom140{margin-bottom:140px}.top150{margin-top:150px}.bottom150{margin-bottom:150px}.top160{margin-top:160px}.bottom160{margin-bottom:160px}.top170{margin-top:170px}.bottom170{margin-bottom:170px}.top180{margin-top:180px}.bottom180{margin-bottom:180px}.top190{margin-top:190px}.bottom190{margin-bottom:190px}.top200{margin-top:200px}.bottom200{margin-bottom:200px}.top210{margin-top:210px}.bottom210{margin-bottom:210px}.top220{margin-top:220px}.bottom220{margin-bottom:220px}.top230{margin-top:230px}.bottom230{margin-bottom:230px}.top240{margin-top:240px}.bottom240{margin-bottom:240px}body #CybotCookiebotDialog{font-family:sans-serif}body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{background-color:#9d2e35;border-color:#9d2e35;border:1px solid #9d2e35 !important;border-radius:0}body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a{color:#9d2e35}body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline{border-color:#9d2e35;border:1px solid #9d2e35 !important}body #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{border-color:#9d2e35;border:1px solid #9d2e35 !important;border-radius:0}body #CybotCookiebotDialogTabContent input + .CybotCookiebotDialogBodyLevelButtonSlider{background-color:rgba(157, 46, 53, 0.7)}body #CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider{background-color:#9d2e35}body #CybotCookiebotDialogTabContent input[type=checkbox][disabled]:checked + .CybotCookiebotDialogBodyLevelButtonSlider{background-color:#cb4d55}body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{border-color:#9d2e35;color:#9d2e35}body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover{color:#9d2e35}body .CybotCookiebotDialogTabPanel button{width:auto}body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change{background-color:#9d2e35;border-color:#9d2e35;border:1px solid !important;border-radius:0}body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw{border-color:#9d2e35;border:1px solid !important;border-radius:0}body #CookiebotWidget .CookiebotWidget-consent-details button{color:#9d2e35}body #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg{fill:#9d2e35}body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,body #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,body #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,body #CybotCookiebotDialogDetailBodyContentTextAbout a{color:#9d2e35}body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,body #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover{color:#9d2e35}body #CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount{background-color:rgba(157, 46, 53, 0.7)}body #CookiebotWidget .CookiebotWidget-logo svg circle{fill:#9d2e35}html,body{padding:0;margin:0}body{overflow-x:hidden;min-width:320px;max-width:100vw;height:100%;width:100%;margin:0;padding:0;-webkit-backface-visibility:hidden;color:#666;font-family:'BrandonTextWeb-Regular';font-weight:normal;font-size:0.8rem;line-height:1.0666666667rem;letter-spacing:0.0266666667rem}@media all and (min-width:1200px){body{font-size:1.0666666667rem;line-height:1.5666666667rem;letter-spacing:0.0266666667rem}}*{-webkit-appearance:none;outline-color:#32a1ce;outline-width:4px}a{color:#666}#loader{display:none}.hup{text-transform:uppercase;font-size:0.8rem;line-height:2rem;letter-spacing:0.275rem}strong{font-family:'BrandonTextWeb-Bold';font-weight:normal}#main{min-height:calc(100vh - 2.1333333333rem - 141px)}@media all and (min-width:1200px){#main{margin-top:0}}.g_link{border:none;background-color:transparent;position:relative;font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.8rem;line-height:0.9333333333rem;letter-spacing:0.08rem;background-color:#000;color:#fff;cursor:pointer;text-transform:uppercase;padding:0.75rem 20px}@media all and (min-width:768px){.g_link{font-size:1.0666666667rem;line-height:1.2666666667rem;letter-spacing:0.08rem}}@media all and (min-width:1200px){.container-fluid{padding-right:0}}.fullWidthSection{max-width:100%;margin:8.5333333333rem 0;padding-right:0}.horizontalLine{width:100%;border-bottom:1px dotted #666;padding-top:4.2666666667rem}@media all and (min-width:1200px){.horizontalLine{padding-top:5.3333333333rem}}.mainCol{padding:0;margin-top:65px}@media all and (min-width:1200px){.mainCol{margin-top:4.2666666667rem}}.mpRow{display:flex}.mpCol{flex:0 0 100%;max-width:100%;width:100%}.mainPageRow{margin-left:-15px;margin-right:-15px;flex-wrap:wrap}@media all and (min-width:1200px){.mainPageRow{flex-wrap:nowrap}}@media all and (min-width:1200px){#contentCol--aside{flex:0 0 16.6666666667%;max-width:16.6666666667%}}@media all and (min-width:1200px){#contentCol--main{flex:0 0 83.3333333333%;max-width:83.3333333333%}}.section{margin-bottom:4.2666666667rem}@media all and (min-width:1200px){.section{margin-bottom:8.5333333333rem}}.sectionTitle{color:#666;text-transform:uppercase;border-left:1px solid black;padding-left:12px;margin-bottom:2.1333333333rem;font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.7333333333rem;line-height:0.9333333333rem;letter-spacing:0.1066666667rem;padding-top:0.5rem;padding-bottom:0.5rem}@media all and (min-width:1200px){.sectionTitle{font-size:0.8rem;line-height:1rem;letter-spacing:0.1066666667rem;margin-bottom:3.7333333333rem}}.sectionTitle h1,.sectionTitle h2,.sectionTitle h3,.sectionTitle span{font-weight:normal;color:#9d2e35;font-size:0.8rem;line-height:1.5666666667rem;letter-spacing:0.1066666667rem;text-decoration:underline;display:inline}@media all and (min-width:1200px){.sectionTitle h1,.sectionTitle h2,.sectionTitle h3,.sectionTitle span{font-size:0.7333333333rem;line-height:1.5666666667rem;letter-spacing:0.1066666667rem}}.text-justify{text-align:justify}@media all and (min-width:1200px){.tpl1 .mainCol,.tpl21 .mainCol,.tpl26 .mainCol,.tpl75 .mainCol{margin-top:0}}#loadingScreen{position:fixed;top:0;left:0;z-index:999;opacity:1;width:100vw;height:100vh;max-height:100vh;background-color:#9d2e35;display:flex;align-items:center;justify-content:center;-webkit-transition:opacity 1000ms 0ms ease-in-out, max-height 1ms 1001ms ease-in-out;-moz-transition:opacity 1000ms 0ms ease-in-out, max-height 1ms 1001ms ease-in-out;-o-transition:opacity 1000ms 0ms ease-in-out, max-height 1ms 1001ms ease-in-out;transition:opacity 1000ms 0ms ease-in-out, max-height 1ms 1001ms ease-in-out}#loadingScreen.hidden{opacity:0;max-height:0;display:none}#loadingScreen.hidden .lsLogo{opacity:0}#loadingScreen .lsLogo{opacity:1;-webkit-transition:opacity 500ms 0ms ease-in-out;-moz-transition:opacity 500ms 0ms ease-in-out;-o-transition:opacity 500ms 0ms ease-in-out;transition:opacity 500ms 0ms ease-in-out}#loadingScreen .lsLogo svg{width:110px;height:auto}@media all and (min-width:992px){#loadingScreen .lsLogo svg{width:150px}}.infoBar{position:absolute;top:70vh;left:0;width:100%;border-top:2px solid #000;border-bottom:2px solid #000;overflow:hidden}@media all and (min-width:576px){.infoBar{top:65vh}}@media all and (min-width:992px){.infoBar{top:55vh}}@media all and (min-width:1200px){.infoBar{top:60vh}}@media all and (min-width:1600px){.infoBar{top:70vh}}.infoBar .infoBarInner{display:-webkit-flex;display:flex;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);animation:moveMobile 90s infinite linear;width:auto}@media all and (min-width:576px){.infoBar .infoBarInner{animation:moveMobile 120s infinite linear}}@media all and (min-width:992px){.infoBar .infoBarInner{animation:move 120s infinite linear}}.infoBar .infoBarInnerNew{display:flex;opacity:1;-webkit-transition:opacity 500ms 0ms ease-in-out;-moz-transition:opacity 500ms 0ms ease-in-out;-o-transition:opacity 500ms 0ms ease-in-out;transition:opacity 500ms 0ms ease-in-out}.infoBar .infoBarInnerNew::before{content:"";flex-shrink:0;width:100%}.infoBar .infoBarInnerNew .content{display:flex}.infoBar .message{color:#000;position:relative;padding-right:6.4rem;white-space:nowrap;font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.8rem;line-height:2rem;letter-spacing:0.1066666667rem}@media all and (min-width:1400px){.infoBar .message{font-size:1.3333333333rem;line-height:3.6rem;letter-spacing:0.1066666667rem}}@keyframes move{0%{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);opacity:1}95%{-webkit-transform:translateX(-760%);-moz-transform:translateX(-760%);-ms-transform:translateX(-760%);transform:translateX(-760%);opacity:1}100%{-webkit-transform:translateX(-800%);-moz-transform:translateX(-800%);-ms-transform:translateX(-800%);transform:translateX(-800%);opacity:0}}@keyframes moveMobile{0%{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);opacity:1}95%{-webkit-transform:translateX(-1900%);-moz-transform:translateX(-1900%);-ms-transform:translateX(-1900%);transform:translateX(-1900%);opacity:1}100%{-webkit-transform:translateX(-2000%);-moz-transform:translateX(-2000%);-ms-transform:translateX(-2000%);transform:translateX(-2000%);opacity:0}}.fullscreenText .background{height:100%;width:100%;display:flex;align-items:center;background-position:50% 0%;background-size:cover;background-repeat:no-repeat}.fullscreenText .backgroundOuter{width:100%;height:calc(100vh - 74px)}@media all and (min-width:1200px){.fullscreenText .backgroundOuter{height:100vh}}.fullscreenText .largeText{color:#000;font-size:3.2rem;line-height:4rem;letter-spacing:0.08rem}.fullscreenText .largeText p{margin-bottom:0}.fullscreenText .text{font-size:1.6rem;line-height:2rem;letter-spacing:0.08rem}.fullscreenText .text a{text-transform:uppercase;text-decoration:none;font-family:'BrandonTextWeb-Bold';font-weight:normal;color:#666}.infoNote{color:#fff}.infoNote.inactive .teaser .teaserInner{opacity:0.5}.infoNote.inactive .teaser .textInactive{position:absolute;top:340%;right:-20%;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);background-color:#000;line-height:1rem;min-width:300px;padding:0;overflow:hidden;max-height:0;opacity:0;-webkit-transition:opacity 250ms 0ms ease-in-out, max-height 1ms 250ms ease-in-out, padding 1ms 250ms ease-in-out;-moz-transition:opacity 250ms 0ms ease-in-out, max-height 1ms 250ms ease-in-out, padding 1ms 250ms ease-in-out;-o-transition:opacity 250ms 0ms ease-in-out, max-height 1ms 250ms ease-in-out, padding 1ms 250ms ease-in-out;transition:opacity 250ms 0ms ease-in-out, max-height 1ms 250ms ease-in-out, padding 1ms 250ms ease-in-out}@media all and (min-width:1200px){.infoNote.inactive .teaser .textInactive{top:260%;right:20%}}.infoNote.inactive .teaser:hover .textInactive,.infoNote.inactive .teaser .textInactive.visible{max-height:9999px;opacity:1;padding:0.5333333333rem;-webkit-transition:opacity 250ms 1ms ease-in-out, max-height 1ms 0ms ease-in-out, padding 1ms 0ms ease-in-out;-moz-transition:opacity 250ms 1ms ease-in-out, max-height 1ms 0ms ease-in-out, padding 1ms 0ms ease-in-out;-o-transition:opacity 250ms 1ms ease-in-out, max-height 1ms 0ms ease-in-out, padding 1ms 0ms ease-in-out;transition:opacity 250ms 1ms ease-in-out, max-height 1ms 0ms ease-in-out, padding 1ms 0ms ease-in-out}.infoNote .infoNoteInner{position:fixed;top:75px;right:-80%;width:80%;height:100vh;z-index:10;background-color:#9d2e35;-webkit-transition:all 500ms 0ms ease-in-out;-moz-transition:all 500ms 0ms ease-in-out;-o-transition:all 500ms 0ms ease-in-out;transition:all 500ms 0ms ease-in-out}@media all and (min-width:1200px){.infoNote .infoNoteInner{top:0;right:-20%;width:20%}}.infoNote .infoNoteInner.active{right:0}.infoNote .infoNoteInner.active .content{opacity:1}.infoNote .infoNoteInner .content{width:100%;height:100%;padding-left:1.0666666667rem;padding-right:1.0666666667rem;opacity:0;-webkit-transition:all 500ms 0ms ease-in-out;-moz-transition:all 500ms 0ms ease-in-out;-o-transition:all 500ms 0ms ease-in-out;transition:all 500ms 0ms ease-in-out}.infoNote .teaser{position:absolute;top:15%;right:98%;z-index:-1;width:200px;height:40px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);transform-origin:71% 100%;text-transform:uppercase;font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:0.7333333333rem;line-height:1rem;letter-spacing:0.08rem}.infoNote .teaser a{text-decoration:none;color:#fff}@media all and (min-width:992px){.infoNote .teaser{right:99%}}@media all and (min-width:1200px){.infoNote .teaser{right:98%;height:55px;top:30%;font-size:0.8rem;line-height:1.5666666667rem;letter-spacing:0.1066666667rem}}@media all and (min-width:1600px){.infoNote .teaser{top:50%}}.infoNote .teaserInner{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(157, 46, 53, 1);border:1px solid transparent;cursor:pointer;padding:0.5333333333rem;-webkit-transition:all 200ms 0ms ease-in-out;-moz-transition:all 200ms 0ms ease-in-out;-o-transition:all 200ms 0ms ease-in-out;transition:all 200ms 0ms ease-in-out}@media all and (min-width:1200px){.infoNote .teaserInner{padding:1.0666666667rem}}.infoNote .teaserInner:hover{background-color:rgba(255, 255, 255, 0) !important;color:#9d2e35 !important;border:1px solid #9d2e35}@keyframes fade{from{background-color:rgba(157, 46, 53, 1)}50%{background-color:rgba(157, 46, 53, 0.6)}to{background-color:rgba(157, 46, 53, 1)}}.teaserInner{animation:fade 1500ms infinite}.aside{background-color:#9d2e35;z-index:20}.aside .asideInner{position:fixed;top:0;left:0;width:100vw;z-index:99;background-color:#9d2e35}@media all and (min-width:1200px){.aside .asideInner{top:auto;left:auto;height:100vh;width:auto;padding-left:0;padding-right:0}}.aside .asideInner .symbols{display:flex;align-items:center;height:65px;box-shadow:0px 0px 25px rgba(0, 0, 0, 0.4);position:relative;z-index:20}@media all and (min-width:1200px){.aside .asideInner .symbols{height:auto;box-shadow:none;display:block}}.aside .contactLink{list-style:none;padding-top:1.0666666667rem}@media all and (min-width:576px){.aside .contactLink{padding-top:0}}.aside .contactLink .hNav.active a:after,.aside .contactLink .hNav:hover a:after{height:12px}.aside .logo{padding:0.8rem}@media all and (min-width:1200px){.aside .logo{padding:30px 0 30px;text-align:center}}@media all and (min-width:1400px){.aside .logo{padding:4.2666666667rem 0 3.2rem}}.aside .logo svg{width:auto;height:45px}@media all and (min-width:1200px){.aside .logo svg{width:80px;height:auto}}@media all and (min-width:1400px){.aside .logo svg{width:140px;height:auto}}.aside .logo a{text-decoration:none}.aside .logo .logoWrapper{display:none}@media all and (min-width:1200px){.aside .logo .logoWrapper{display:block}}.aside .logoWithoutText svg{max-height:45px;max-width:50px;fill:#fff}@media all and (min-width:1200px){.aside .logoWithoutText{display:none}}.aside .menuIcon{padding:0.8rem;padding-right:0}@media all and (min-width:1200px){.aside .menuIcon{display:none}}.aside .menuIcon path{fill:#fff}.aside .menuIcon svg{cursor:pointer}.aside nav{z-index:0}.aside nav .closeBtnSubNav{padding-bottom:2.1333333333rem}@media all and (min-width:1200px){.aside nav .closeBtnSubNav{max-height:0;overflow:hidden;display:none}}.aside nav .closeBtnSubNav .closeBtnSubNavInner{cursor:pointer;padding:1.0666666667rem 1.0666666667rem 1.0666666667rem 0;width:40px}.aside nav .closeBtnSubNav .closeBtnSubNavInner.fadeOut{opacity:0;-webkit-transform:translateX(-60px);-moz-transform:translateX(-60px);-ms-transform:translateX(-60px);transform:translateX(-60px);-webkit-transition:opacity 250ms 0ms ease-in-out, transform 300ms 0ms ease-in-out;-moz-transition:opacity 250ms 0ms ease-in-out, transform 300ms 0ms ease-in-out;-o-transition:opacity 250ms 0ms ease-in-out, transform 300ms 0ms ease-in-out;transition:opacity 250ms 0ms ease-in-out, transform 300ms 0ms ease-in-out}.aside nav .hNav{align-items:center;display:flex;list-style-type:none}.aside nav .hNav .mainNavLink{display:inline-block;position:relative;padding:0.6666666667rem 0;z-index:10;font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.96rem;line-height:1.2rem;letter-spacing:0.096rem;color:#fff;text-transform:uppercase;text-decoration:none}@media all and (min-width:1200px){.aside nav .hNav .mainNavLink{font-size:1.0666666667rem;line-height:1.3333333333rem;letter-spacing:0.1066666667rem}}.aside nav .hNav .mainNavLinkInner{position:relative}.aside nav .hNav .mainNavLinkInner::after{content:"";position:absolute;bottom:-6px;left:-12px;width:0;height:0;background-color:#000;z-index:-5;-webkit-transition:width 250ms 0ms ease-in-out;-moz-transition:width 250ms 0ms ease-in-out;-o-transition:width 250ms 0ms ease-in-out;transition:width 250ms 0ms ease-in-out}.aside nav .hNav.active .mainNavLinkInner::after,.aside nav .hNav.subOpen .mainNavLinkInner::after{height:16px;width:calc(100% + 30px)}@media all and (min-width:1200px){.aside nav .hNav.subOpen .subNav{opacity:1;max-height:9999px;-webkit-transition:opacity 500ms 0ms ease-in-out, max-height 1ms 0ms ease-in-out;-moz-transition:opacity 500ms 0ms ease-in-out, max-height 1ms 0ms ease-in-out;-o-transition:opacity 500ms 0ms ease-in-out, max-height 1ms 0ms ease-in-out;transition:opacity 500ms 0ms ease-in-out, max-height 1ms 0ms ease-in-out}.aside nav .hNav.subOpen .subNav li{visibility:visible !important}}.aside nav #mainNav{padding-left:0;margin-top:2rem}@media all and (min-width:1200px){.aside nav #mainNav{padding-left:15px;margin-top:0}}@media all and (min-width:1400px){.aside nav #mainNav{padding-left:40px}}.aside nav .navOuter{background-color:#9d2e35;overflow:hidden;max-height:0;margin-right:-15px;width:100%;-webkit-transition:all 750ms 0ms ease-in-out;-moz-transition:all 750ms 0ms ease-in-out;-o-transition:all 750ms 0ms ease-in-out;transition:all 750ms 0ms ease-in-out}@media all and (min-width:576px){.aside nav .navOuter{width:50%}}@media all and (min-width:768px){.aside nav .navOuter{width:33.333%}}@media all and (min-width:992px){.aside nav .navOuter{width:25%}}@media all and (min-width:1200px){.aside nav .navOuter{width:100%}}@media all and (max-width:1199px){.aside nav .navOuter{padding-left:15px;position:absolute;height:calc(100vh - 65px)}}.aside nav .navOuter.active{max-height:100vh;-webkit-transition:all 750ms 0ms ease-in-out;-moz-transition:all 750ms 0ms ease-in-out;-o-transition:all 750ms 0ms ease-in-out;transition:all 750ms 0ms ease-in-out;overflow:visible}.aside nav .navOuter.active .navInner{opacity:1;-webkit-transition:all 500ms 150ms ease-in-out;-moz-transition:all 500ms 150ms ease-in-out;-o-transition:all 500ms 150ms ease-in-out;transition:all 500ms 150ms ease-in-out}.aside nav .navOuter .closeBtnMainNav{padding-top:4.2666666667rem;display:flex;align-items:center;justify-content:center}@media all and (min-width:1200px){.aside nav .navOuter .closeBtnMainNav{padding:0;max-height:0;overflow:hidden}}.aside nav .navOuter .closeBtnMainNav .closeBtnMainNavInner{padding:0.5333333333rem;width:24px;box-sizing:content-box;cursor:pointer}.aside nav .navOuter .closeBtnMainNav .closeBtnMainNavInner.fadeOut{opacity:0;-webkit-transform:translateY(-60px);-moz-transform:translateY(-60px);-ms-transform:translateY(-60px);transform:translateY(-60px);-webkit-transition:opacity 250ms 0ms ease-in-out, transform 300ms 0ms ease-in-out;-moz-transition:opacity 250ms 0ms ease-in-out, transform 300ms 0ms ease-in-out;-o-transition:opacity 250ms 0ms ease-in-out, transform 300ms 0ms ease-in-out;transition:opacity 250ms 0ms ease-in-out, transform 300ms 0ms ease-in-out}.aside nav .navOuter .navInner{opacity:0;-webkit-transition:all 250ms 450ms ease-in-out;-moz-transition:all 250ms 450ms ease-in-out;-o-transition:all 250ms 450ms ease-in-out;transition:all 250ms 450ms ease-in-out}.aside nav .navOuter .contactLink{padding-top:2.1333333333rem}@media all and (min-width:1400px){.aside nav .navOuter .contactLink{padding-top:8.5333333333rem}}.aside nav .navOuter .contactLink .hNav{margin-top:0.5rem;margin-bottom:0.5rem}.aside nav .navOuter .contactLink .hNav > a{color:#f2f2f2;font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:0.6666666667rem;line-height:0.9333333333rem;letter-spacing:0.0666666667rem}@media all and (min-width:1400px){.aside nav .navOuter .contactLink .hNav > a{font-size:0.8rem;line-height:1.0666666667rem}}.aside nav .navOuter .contactLink .hNav > a:after{bottom:-4px}.aside nav .subNav{position:absolute;left:0;top:0;z-index:199;overflow:hidden;max-height:0;height:100%;width:calc(100% + 30px);opacity:0;background-color:#e4e4e4;font-size:1rem;line-height:1.3333333333rem;letter-spacing:0.1066666667rem;-webkit-transition:opacity 500ms 0ms ease-in-out, max-height 1ms 500ms ease-in-out;-moz-transition:opacity 500ms 0ms ease-in-out, max-height 1ms 500ms ease-in-out;-o-transition:opacity 500ms 0ms ease-in-out, max-height 1ms 500ms ease-in-out;transition:opacity 500ms 0ms ease-in-out, max-height 1ms 500ms ease-in-out}@media all and (min-width:768px){.aside nav .subNav{left:100%}}@media all and (min-width:1200px){.aside nav .subNav{left:calc(100%);width:calc(150% + 30px)}.aside nav .subNav .first{display:none}}@media all and (min-width:1400px){.aside nav .subNav{width:calc(125% + 30px)}}.aside nav .subNav.mobileActive{opacity:1;max-height:9999px;-webkit-transition:opacity 500ms 0ms ease-in-out, max-height 1ms 0ms ease-in-out;-moz-transition:opacity 500ms 0ms ease-in-out, max-height 1ms 0ms ease-in-out;-o-transition:opacity 500ms 0ms ease-in-out, max-height 1ms 0ms ease-in-out;transition:opacity 500ms 0ms ease-in-out, max-height 1ms 0ms ease-in-out}.aside nav .subNav .subNavInner{padding:2.1333333333rem 2.1333333333rem 2.5rem}@media all and (min-width:1200px){.aside nav .subNav .subNavInner{height:100%}}.aside nav .subNav ol{margin:0;padding:0}.aside nav .subNav ol li{margin:0;padding:0;padding-left:1.1733333333rem;padding-bottom:1.0666666667rem;list-style-type:none;position:relative}@media all and (min-width:1200px){.aside nav .subNav ol li{visibility:hidden}}.aside nav .subNav ol li:before{content:"+";position:absolute;left:0}.aside nav .subNav ol li:hover{color:#9d2e35}.aside nav .subNav ol li:hover a{color:#9d2e35}.aside nav .subNav ol a{text-decoration:none;color:#626366}.backgroundFilter{position:fixed;top:0;left:0;background-color:white;width:100vw;height:100vh;z-index:15;opacity:0;max-width:0;-webkit-transition:opacity 500ms 0ms ease-in-out, max-width 1ms 500ms ease-in-out;-moz-transition:opacity 500ms 0ms ease-in-out, max-width 1ms 500ms ease-in-out;-o-transition:opacity 500ms 0ms ease-in-out, max-width 1ms 500ms ease-in-out;transition:opacity 500ms 0ms ease-in-out, max-width 1ms 500ms ease-in-out}.backgroundFilter.actHNav,.backgroundFilter.actSubNav{opacity:0.6;max-width:100vw;-webkit-transition:opacity 500ms 0ms ease-in-out, max-width 1ms 0ms ease-in-out;-moz-transition:opacity 500ms 0ms ease-in-out, max-width 1ms 0ms ease-in-out;-o-transition:opacity 500ms 0ms ease-in-out, max-width 1ms 0ms ease-in-out;transition:opacity 500ms 0ms ease-in-out, max-width 1ms 0ms ease-in-out}.iconBarAside{display:none;position:fixed;top:40%;right:2.5%;z-index:10}@media all and (min-width:1200px){.iconBarAside{display:inline}}@media all and (min-width:1400px){.iconBarAside{right:5%}}.iconBarAside .icon{padding:0.5333333333rem}.iconBarAside .icon a{text-decoration:none}.iconBarAside svg{width:50px;height:50px}.iconBarAside .iconInner{cursor:pointer;position:relative}.iconBarAside .iconInner:hover svg{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.iconBarAside .iconInner:hover .tooltip{opacity:1;max-height:100px;padding:0.2666666667rem 0.8rem;-webkit-transition:opacity 500ms 250ms ease-in-out, max-height 1ms 0ms ease-in-out, padding 1ms 0ms ease-in-out;-moz-transition:opacity 500ms 250ms ease-in-out, max-height 1ms 0ms ease-in-out, padding 1ms 0ms ease-in-out;-o-transition:opacity 500ms 250ms ease-in-out, max-height 1ms 0ms ease-in-out, padding 1ms 0ms ease-in-out;transition:opacity 500ms 250ms ease-in-out, max-height 1ms 0ms ease-in-out, padding 1ms 0ms ease-in-out}.iconBarAside .iconInner svg{-webkit-transition:all 150ms 0ms ease-in-out;-moz-transition:all 150ms 0ms ease-in-out;-o-transition:all 150ms 0ms ease-in-out;transition:all 150ms 0ms ease-in-out}.iconBarAside .iconInner .tooltip{position:absolute;top:-12px;right:90%;padding:0;opacity:0;max-height:0;overflow:hidden;text-transform:uppercase;background-color:#000;color:#fff;-webkit-transition:opacity 500ms 0ms ease-in-out, max-height 1ms 500ms ease-in-out, padding 1ms 500ms ease-in-out;-moz-transition:opacity 500ms 0ms ease-in-out, max-height 1ms 500ms ease-in-out, padding 1ms 500ms ease-in-out;-o-transition:opacity 500ms 0ms ease-in-out, max-height 1ms 500ms ease-in-out, padding 1ms 500ms ease-in-out;transition:opacity 500ms 0ms ease-in-out, max-height 1ms 500ms ease-in-out, padding 1ms 500ms ease-in-out;font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:0.7333333333rem;line-height:0.9rem;letter-spacing:0.1066666667rem}.slider .container{padding:0}@media all and (min-width:768px){.slider .container{padding-left:15px;padding-right:15px}}.slider .container.section{margin-bottom:1.0666666667rem}.slider .image{background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;height:calc(100vh - 75px)}@media all and (min-width:768px){.slider .image{height:calc(100vh - 250px)}}@media all and (min-width:1200px){.slider .image{height:calc(100vh - 8.53rem)}}@media all and (min-width:768px){.slider .images{padding-top:4.2666666667rem;padding-bottom:4.2666666667rem}}@media all and (min-width:1200px){.slider .images{padding-top:4.2666666667rem;padding-bottom:4.2666666667rem}}.slider .row{margin:0}.slider .row .col-sm-12{padding:0}.twoColumnTextWithDivider .rightColumn{position:relative;margin-left:15px;padding-left:2.1333333333rem;font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:0.7333333333rem;line-height:0.9rem;letter-spacing:0.1066666667rem}@media all and (min-width:1200px){.twoColumnTextWithDivider .rightColumn{margin-left:0;padding-left:3.2rem;font-size:0.8rem;line-height:0.96rem;letter-spacing:0.1066666667rem}}.twoColumnTextWithDivider .rightColumn:before{content:"";top:8px;left:0;height:calc(100% - 12px);width:1px;border-left:1px solid #000;position:absolute}.twoColumnTextWithDivider .rightColumn .graphic{position:absolute;top:40%}.twoColumnTextWithDivider .rightColumn p:not(:first-of-type){margin:0}.twoColumnTextWithDivider .rightColumn p:first-of-type{margin-bottom:0}.twoColumnTextWithDivider .rightColumn strong{color:#000;text-decoration:underline;font-size:0.8rem;line-height:1.4rem;letter-spacing:0.1066666667rem}@media all and (min-width:1200px){.twoColumnTextWithDivider .rightColumn strong{font-size:0.9333333333rem;line-height:1.5666666667rem;letter-spacing:0.1066666667rem}}.teaserImage .imageWrapper{display:flex;justify-content:center}.teaserImage img{width:340px;height:auto}@media all and (min-width:576px){.teaserImage img{width:auto}}.twoColumnText .imageWrapperOuter{margin-top:24px;display:flex;justify-content:center}@media all and (min-width:576px){.twoColumnText .imageWrapperOuter{display:block}}.twoColumnText .imageWrapperOuter .imageWrapper{width:200px;display:inline-block}@media all and (min-width:1200px){.twoColumnText .imageWrapperOuter .imageWrapper{width:auto}}.twoColumnText .imageWrapperOuter img{width:100%;height:auto}.twoColumnText .rightColumn{font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:0.9333333333rem;line-height:1.2rem;letter-spacing:0.0533333333rem}@media all and (min-width:1200px){.twoColumnText .rightColumn{font-size:1.0666666667rem;line-height:1.4rem;letter-spacing:0.0533333333rem}}.twoColumnText .rightColumn a{color:#666;font-family:'BrandonTextWeb-Regular';font-weight:normal}.twoColumnText .rightColumn strong{color:#000;text-decoration:underline;font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.8rem;line-height:1.4rem;letter-spacing:0.1066666667rem}@media all and (min-width:1200px){.twoColumnText .rightColumn strong{font-size:0.9333333333rem;line-height:1.5666666667rem;letter-spacing:0.1066666667rem}}.twoColumnText ul{margin:0;padding:0}.twoColumnText ul li{margin:0;padding:0;padding-left:1.1733333333rem;list-style-type:none;position:relative}.twoColumnText ul li:before{content:"+";position:absolute;left:0}.infoPanels .graphic,.infoPanelsWithFilter .graphic{position:absolute;left:0;top:2.1333333333rem}@media all and (min-width:1200px){.infoPanels .graphic,.infoPanelsWithFilter .graphic{top:4.2666666667rem}}.infoPanels .imagesNav,.infoPanelsWithFilter .imagesNav{max-height:0;visibility:hidden;overflow:hidden;float:right}.infoPanels .imagesNav li,.infoPanelsWithFilter .imagesNav li{list-style-type:none;cursor:pointer}.infoPanels .imagesNav button,.infoPanelsWithFilter .imagesNav button{cursor:pointer;background-color:transparent;border:none;font-family:"BrandonTextWeb-Regular";font-weight:normal;font-size:1rem;line-height:1.5rem;letter-spacing:0.02rem}.infoPanels .imagesNav button.active,.infoPanelsWithFilter .imagesNav button.active{color:#9d2e35}@media all and (min-width:768px){.infoPanels .imagesNav.active,.infoPanelsWithFilter .imagesNav.active{max-height:9999px;visibility:visible}}.infoPanels .imageNavs,.infoPanelsWithFilter .imageNavs{position:relative}@media all and (min-width:768px){.infoPanels .imageNavs,.infoPanelsWithFilter .imageNavs{min-height:5.6rem}}@media all and (min-width:1200px){.infoPanels .imageNavs,.infoPanelsWithFilter .imageNavs{min-height:8rem}}.infoPanels .imageNavOuter,.infoPanelsWithFilter .imageNavOuter{position:absolute;top:0;left:0}.infoPanels .imagesOuter,.infoPanelsWithFilter .imagesOuter{position:absolute;left:0;bottom:-5.3333333333rem;z-index:10;padding-left:2.1333333333rem;padding-right:2.1333333333rem;width:100%}@media all and (min-width:768px){.infoPanels .imagesOuter,.infoPanelsWithFilter .imagesOuter{top:-10.6666666667rem;left:90%;bottom:auto;padding-left:0rem;padding-right:0rem}}@media all and (min-width:992px){.infoPanels .imagesOuter,.infoPanelsWithFilter .imagesOuter{top:-12.8rem;left:85%;bottom:auto;padding-left:0rem;padding-right:0rem}}@media all and (min-width:1200px){.infoPanels .imagesOuter,.infoPanelsWithFilter .imagesOuter{top:-14.9333333333rem;left:85%;bottom:auto;padding-left:0rem;padding-right:0rem;width:auto}}.infoPanels .imagesOuter .images,.infoPanelsWithFilter .imagesOuter .images{height:165px;width:100%}@media all and (min-width:768px){.infoPanels .imagesOuter .images,.infoPanelsWithFilter .imagesOuter .images{height:224px;width:400px}}@media all and (min-width:992px){.infoPanels .imagesOuter .images,.infoPanelsWithFilter .imagesOuter .images{height:280px;width:500px}}@media all and (min-width:1200px){.infoPanels .imagesOuter .images,.infoPanelsWithFilter .imagesOuter .images{height:302px;width:550px}}@media all and (min-width:1400px){.infoPanels .imagesOuter .images,.infoPanelsWithFilter .imagesOuter .images{height:420px;width:751px}}.infoPanels .imagesOuter .image,.infoPanelsWithFilter .imagesOuter .image{background-position:center;background-repeat:no-repeat;background-size:cover;height:165px;width:300px}@media all and (min-width:768px){.infoPanels .imagesOuter .image,.infoPanelsWithFilter .imagesOuter .image{height:224px;width:400px}}@media all and (min-width:992px){.infoPanels .imagesOuter .image,.infoPanelsWithFilter .imagesOuter .image{height:280px;width:500px}}@media all and (min-width:1200px){.infoPanels .imagesOuter .image,.infoPanelsWithFilter .imagesOuter .image{height:420px;width:751px}}.infoPanels .panel,.infoPanelsWithFilter .panel{padding-left:2.1333333333rem;padding-right:2.1333333333rem;margin-top:0rem}.infoPanels .panel.active,.infoPanelsWithFilter .panel.active{margin-top:6.4rem}@media all and (min-width:1200px){.infoPanels .panel,.infoPanelsWithFilter .panel{padding-left:0;padding-right:0;margin-left:3.2rem}.infoPanels .panel.active,.infoPanelsWithFilter .panel.active{margin-top:10.6666666667rem}}@media all and (min-width:1200px) and (min-width:1400px){.infoPanels .panel.active,.infoPanelsWithFilter .panel.active{margin-top:14.9333333333rem}}.infoPanels .panel ul,.infoPanelsWithFilter .panel ul{margin:0;padding:0}.infoPanels .panel ul li,.infoPanelsWithFilter .panel ul li{margin:0;padding:0;padding-left:1.1733333333rem;list-style-type:none;position:relative}.infoPanels .panel ul li:before,.infoPanelsWithFilter .panel ul li:before{content:"+";position:absolute;left:0}.infoPanels .panel,.infoPanelsWithFilter .panel,.infoPanels .images,.infoPanelsWithFilter .images{max-height:0;overflow:hidden}.infoPanels .panel.active,.infoPanelsWithFilter .panel.active,.infoPanels .images.active,.infoPanelsWithFilter .images.active{max-height:9999px}.infoPanels .panel,.infoPanelsWithFilter .panel,.infoPanels .images,.infoPanelsWithFilter .images,.infoPanels .imagesNav,.infoPanelsWithFilter .imagesNav{opacity:0;visibility:hidden;-webkit-transition:opacity 500ms 0ms ease-in-out, margin-top 1ms 501ms linear, max-height 1ms 501ms linear;-moz-transition:opacity 500ms 0ms ease-in-out, margin-top 1ms 501ms linear, max-height 1ms 501ms linear;-o-transition:opacity 500ms 0ms ease-in-out, margin-top 1ms 501ms linear, max-height 1ms 501ms linear;transition:opacity 500ms 0ms ease-in-out, margin-top 1ms 501ms linear, max-height 1ms 501ms linear}.infoPanels .panel.active,.infoPanelsWithFilter .panel.active,.infoPanels .images.active,.infoPanelsWithFilter .images.active,.infoPanels .imagesNav.active,.infoPanelsWithFilter .imagesNav.active{visibility:visible;opacity:1;-webkit-transition:opacity 500ms 1000ms ease-in-out, margin-top 1ms 999ms linear, max-height 1ms 999ms linear;-moz-transition:opacity 500ms 1000ms ease-in-out, margin-top 1ms 999ms linear, max-height 1ms 999ms linear;-o-transition:opacity 500ms 1000ms ease-in-out, margin-top 1ms 999ms linear, max-height 1ms 999ms linear;transition:opacity 500ms 1000ms ease-in-out, margin-top 1ms 999ms linear, max-height 1ms 999ms linear}.infoPanels .panelBackground,.infoPanelsWithFilter .panelBackground{background-color:#f2f2f2;padding-bottom:2.1333333333rem;width:100%}@media all and (min-width:768px){.infoPanels .panelBackground,.infoPanelsWithFilter .panelBackground{padding-bottom:3.2rem;padding-top:2.1333333333rem}}.infoPanels .panelText a,.infoPanelsWithFilter .panelText a{color:#666}.infoPanels .teaser,.infoPanelsWithFilter .teaser{color:#9d2e35;font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.9333333333rem;line-height:1.2rem;letter-spacing:0.0533333333rem}@media all and (min-width:1200px){.infoPanels .teaser,.infoPanelsWithFilter .teaser{font-size:1.0666666667rem;line-height:1.3333333333rem;letter-spacing:0.0533333333rem;margin-bottom:3.2rem}}.infoPanels .teaser .subTitle,.infoPanelsWithFilter .teaser .subTitle{font-family:'BrandonTextWeb-Regular';font-weight:normal}.infoPanels .teaser p,.infoPanelsWithFilter .teaser p{margin:0}.infoPanels .text,.infoPanelsWithFilter .text{margin-bottom:2.1333333333rem}@media all and (min-width:768px){.infoPanels .text,.infoPanelsWithFilter .text{margin-bottom:8.5333333333rem}}.infoPanels .titles,.infoPanelsWithFilter .titles{position:relative;padding-top:6.4rem;padding-left:2.1333333333rem;padding-right:2.1333333333rem;padding-bottom:5.3333333333rem;color:#fff;background-color:#9d2e35;display:flex;flex-direction:column}@media all and (min-width:768px){.infoPanels .titles,.infoPanelsWithFilter .titles{padding-bottom:2.1333333333rem}}.infoPanels .titles .title,.infoPanelsWithFilter .titles .title{background-color:transparent;color:#fff;border:none;text-align:left;text-transform:uppercase;margin-bottom:2.1333333333rem;font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.8666666667rem;line-height:1.1333333333rem;letter-spacing:0.08rem;cursor:pointer}@media all and (min-width:1200px){.infoPanels .titles .title,.infoPanelsWithFilter .titles .title{font-size:1.0666666667rem;letter-spacing:0.08rem;line-height:2.1333333333rem}}.infoPanels .titles .title.active,.infoPanelsWithFilter .titles .title.active{text-decoration:underline}.infoPanels .titles .title.indent,.infoPanelsWithFilter .titles .title.indent{padding-left:1.0666666667rem}@media all and (min-width:1200px){.infoPanels .titles,.infoPanelsWithFilter .titles{padding-top:14.9333333333rem}}@media all and (min-width:1400px){.infoPanels .titles,.infoPanelsWithFilter .titles{padding-top:19.2rem}}.infoPanels .titlesOuter,.infoPanelsWithFilter .titlesOuter{position:relative}@media all and (min-width:1400px){.infoPanels .withoutImages .titles,.infoPanelsWithFilter .withoutImages .titles{padding-top:12.8rem}}@media all and (min-width:1400px){.infoPanels .withoutImages .panel.active,.infoPanelsWithFilter .withoutImages .panel.active{margin-top:10.9333333333rem}}.infoPanelsWithFilter .filters{display:flex;flex-direction:column;margin-bottom:3.2rem}@media all and (min-width:992px){.infoPanelsWithFilter .filters{margin-bottom:5.3333333333rem}}@media all and (min-width:1400px){.infoPanelsWithFilter .filters{flex-direction:row;margin-bottom:8.5333333333rem}}@media all and (min-width:1400px){.infoPanelsWithFilter .filters.filtersWithoutImages{margin-bottom:4.2666666667rem}}.infoPanelsWithFilter .filters .name{transition:color ease 0.7s;position:relative;cursor:pointer}.infoPanelsWithFilter .filters .name:hover{color:#fff}.infoPanelsWithFilter .filters .name:hover:after{height:12px;width:calc(100% + 30px);-webkit-transition:width 500ms 0ms ease-in-out;-moz-transition:width 500ms 0ms ease-in-out;-o-transition:width 500ms 0ms ease-in-out;transition:width 500ms 0ms ease-in-out}@media all and (min-width:576px){.infoPanelsWithFilter .filters .name:hover:after{height:34px}}.infoPanelsWithFilter .filters .name:after{content:"";position:absolute;bottom:-4px;left:-6px;width:0;height:0;background-color:#9d2e35;z-index:-1}@media all and (min-width:576px){.infoPanelsWithFilter .filters .name:after{bottom:-6px;left:-12px}}.infoPanelsWithFilter .filters .filter.active .name{color:#fff}.infoPanelsWithFilter .filters .filter.active .name:after{height:12px;width:calc(100% + 30px);animation-name:activateLink;animation-duration:0.25s}@media all and (min-width:576px){.infoPanelsWithFilter .filters .filter.active .name:after{height:34px}}.infoPanelsWithFilter .filters .graphic{position:absolute;left:0;top:4.2666666667rem}.infoPanelsWithFilter .filters .filter{border:none;background-color:transparent;position:relative;font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.8rem;line-height:1.6rem;letter-spacing:0.08rem;text-transform:uppercase;color:#000}@media all and (min-width:768px){.infoPanelsWithFilter .filters .filter{font-size:1.0666666667rem;line-height:3rem;letter-spacing:0.08rem}}.infoPanelsWithFilter .filters .spacer{display:none}@media all and (min-width:1400px){.infoPanelsWithFilter .filters .spacer{display:inline}.infoPanelsWithFilter .filters .spacer:before{content:"";padding-left:2.1333333333rem}.infoPanelsWithFilter .filters .spacer:after{content:"";padding-left:2.1333333333rem}}.infoPanelsWithFilter .text{margin-bottom:3.2rem}.infoPanelsWithFilter .element{display:none}.infoPanelsWithFilter .element.active{display:block}.fullscreenVideo .row{margin:0}.fullscreenVideo .row .col-sm-12{padding:0}.fullscreenVideo .container{padding:0}@media all and (min-width:768px){.fullscreenVideo .container{padding-left:15px;padding-right:15px}}.fullscreenVideo .container.section{margin-bottom:1.0666666667rem}.fullscreenVideo .vimeo-wrapper-outer{position:relative;z-index:10;overflow:hidden;height:100%}.fullscreenVideo .wrapper{position:relative;width:100%;height:45vh}@media all and (min-width:576px){.fullscreenVideo .wrapper{height:68vh}}@media all and (min-width:992px){.fullscreenVideo .wrapper{height:90vh;padding:2.1333333333rem 0}}@media all and (min-width:1200px){.fullscreenVideo .wrapper{height:100vh;padding:4.2666666667rem 0}}.fullscreenVideo .vimeo-wrapper{width:100%;height:100%}.fullscreenVideo .vimeo-wrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}.fullscreenVideo .loop .vimeo-wrapper{pointer-events:none}.fullscreenVideo .loop .vimeo-wrapper iframe{width:100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.fullscreenVideo .vimeo-wrapper-outer .headline{position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.3)}.fullscreenVideo .vimeo-wrapper-outer table,.fullscreenVideo .vimeo-wrapper-outer table tr,.fullscreenVideo .vimeo-wrapper-outer table td{height:100%;width:100%;text-align:center;vertical-align:middle}.linkList .listContainer{position:relative;overflow:hidden}@media all and (min-width:1200px){.linkList .listContainer{overflow:visible}}.linkList .background{position:absolute;background-color:#000;height:100%;width:500%;top:0;left:15px;z-index:-1}.linkList .fullWidthEle{position:relative}.linkList .bgImage{position:absolute;height:100%;width:340px;top:0;left:100%;display:none}@media all and (min-width:1200px){.linkList .bgImage{display:block}}.linkList .text{margin-bottom:3.2rem}.linkList .imageContainer{position:absolute}.linkList .listInner{position:relative;overflow:hidden;-webkit-transition:all 500ms 0ms ease-in-out;-moz-transition:all 500ms 0ms ease-in-out;-o-transition:all 500ms 0ms ease-in-out;transition:all 500ms 0ms ease-in-out}@media all and (min-width:992px){.linkList .listInner{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;padding-top:4.2666666667rem;padding-bottom:4.2666666667rem;max-height:9999px}}@media all and (max-width:767px){.linkList .listInner{margin-bottom:1.0666666667rem}}@media all and (min-width:1200px){.linkList .listInner{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;padding-top:6.4rem;padding-bottom:6.4rem}}.linkList .listInner a{color:#666}.linkList .listOuter{padding-top:2.1333333333rem;padding-bottom:2.1333333333rem;padding-left:15px}@media all and (min-width:576px){.linkList .listOuter{padding-left:0px}}.linkList .listOuter [data-readmore-toggle]{text-align:center;display:block;padding:1.0666666667rem;text-decoration:none;text-transform:uppercase}.linkList .divider{position:absolute;height:100%;width:1px;top:0;display:none}@media all and (min-width:992px){.linkList .divider{padding-top:4.2666666667rem;padding-bottom:4.2666666667rem;display:block;left:49%}}@media all and (min-width:1200px){.linkList .divider{padding-top:6.4rem;padding-bottom:6.4rem;left:50%}}.linkList .dividerInner{border-left:1px dotted #666;height:100%;width:100%}.linkList .image{background-repeat:no-repeat;background-size:cover;width:100%;height:100%}.linkList .elementInner{position:relative;max-width:1370px;width:100%}.linkList .fullWidthElement{background-color:#000;margin-bottom:8.5333333333rem;position:relative}.linkList .imageContainer{position:absolute;height:100%;width:250px;top:0;right:0}.list .listContainer{position:relative;overflow:hidden}@media all and (min-width:1200px){.list .listContainer{overflow:visible}}.list .fullWidthEle.bgBlack .background{background-color:#000}.list .fullWidthEle.bgGrey{color:#fff}.list .fullWidthEle.bgGrey .background{background-color:#666}.list .fullWidthEle.bgGrey .dividerInner{border-color:#fff}.list .fullWidthEle.bgGreyLight .background{background-color:#f2f2f2}.list .fullWidthEle.bgRed{color:#fff}.list .fullWidthEle.bgRed .background{background-color:#9d2e35}.list .fullWidthEle.bgRed .dividerInner{border-color:#fff}.list .background{position:absolute;height:100%;width:500%;top:0;left:15px;z-index:-1}.list .fullWidthEle{position:relative}.list .bgImage{position:absolute;height:100%;width:340px;top:0;left:100%;display:none;margin-left:-15px}@media all and (min-width:1200px){.list .bgImage{display:block}}.list .text{margin-bottom:3.2rem}.list .imageContainer{position:absolute}.list .listInner{position:relative;overflow:hidden;-webkit-transition:all 500ms 0ms ease-in-out;-moz-transition:all 500ms 0ms ease-in-out;-o-transition:all 500ms 0ms ease-in-out;transition:all 500ms 0ms ease-in-out}@media all and (min-width:992px){.list .listInner{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;padding-top:4.2666666667rem;padding-bottom:4.2666666667rem;max-height:9999px}}@media all and (max-width:767px){.list .listInner{margin-bottom:1.0666666667rem}}@media all and (min-width:1200px){.list .listInner{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;padding-top:6.4rem;padding-bottom:6.4rem}}.list .listInner a{color:#666;text-decoration:none}.list .listOuter{padding-top:2.1333333333rem;padding-bottom:2.1333333333rem;padding-left:15px}@media all and (min-width:576px){.list .listOuter{padding-left:0px}}.list .listOuter [data-readmore-toggle]{text-align:center;display:block;padding:1.0666666667rem;text-decoration:none;text-transform:uppercase}.list .divider{position:absolute;height:100%;width:1px;top:0;display:none}@media all and (min-width:992px){.list .divider{padding-top:4.2666666667rem;padding-bottom:4.2666666667rem;display:block;left:49%}}@media all and (min-width:1200px){.list .divider{padding-top:6.4rem;padding-bottom:6.4rem;left:50%}}.list .dividerInner{border-left:1px dotted #666;height:100%;width:100%}.list .image{background-repeat:no-repeat;background-size:cover;width:100%;height:100%}.list .elementInner{position:relative;max-width:1370px;width:100%}.list .fullWidthElement{background-color:#000;margin-bottom:8.5333333333rem;position:relative}.list .imageContainer{position:absolute;height:100%;width:250px;top:0;right:0}.employees{}.employees .employee{font-size:0.8rem;line-height:1.2rem;letter-spacing:0.08rem;padding:0 0rem 4.2666666667rem 4.2666666667rem;width:80%}@media all and (min-width:576px){.employees .employee{padding-left:2.1333333333rem}}@media all and (min-width:768px){.employees .employee{width:100%}.employees .employee.left{padding-left:0;padding-right:0}.employees .employee.middle{padding-left:0;padding-right:0}.employees .employee.right{padding-left:0;padding-right:0}}@media all and (min-width:992px){.employees .employee.left{padding-left:0;padding-right:60px}.employees .employee.middle{padding-left:30px;padding-right:30px}.employees .employee.right{padding-left:60px;padding-right:0}}@media all and (min-width:1400px){.employees .employee{font-size:0.9333333333rem;line-height:1.3333333333rem;letter-spacing:0.08rem;padding-bottom:8.5333333333rem}.employees .employee.left{padding-left:0;padding-right:80px}.employees .employee.middle{padding-left:40px;padding-right:40px}.employees .employee.right{padding-left:80px;padding-right:0}}.employees .employee a{text-decoration:none}.employees .employee ul{margin:0;padding:0}.employees .employee ul li{margin:0;padding:0;padding-left:1.1733333333rem;list-style-type:none;position:relative}.employees .employee ul li:before{content:"+";position:absolute;left:0}.employees .employee img{width:100%;height:auto}.employees .employee .name{font-size:0.9333333333rem;line-height:1.4666666667rem;letter-spacing:0.08rem;margin-top:0.8rem;width:100%;border-bottom:solid 1px #666}@media all and (min-width:1200px){.employees .employee .name{font-size:1.0666666667rem;line-height:1.6rem;letter-spacing:0.08rem}}.employees .employee .duty{font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.9333333333rem;line-height:1.2rem;letter-spacing:0.08rem;text-transform:uppercase;margin-top:1.0666666667rem;margin-bottom:1.0666666667rem}@media all and (min-width:1200px){.employees .employee .duty{font-size:1.0666666667rem;line-height:1.3333333333rem;letter-spacing:0.08rem}}.employees .employees{display:flex;flex-wrap:wrap;flex-direction:row;width:100%}.employees .employeesContainer{position:absolute;top:-6.4rem;width:100%}@media all and (min-width:768px){.employees .employeesContainer{padding-right:15px}}.employees .elementInner{position:relative;max-width:1370px;width:100%}.employees .fullWidthElement{background-color:#000;margin-bottom:8.5333333333rem}.employees .scrollFix{width:95%}@media all and (min-width:992px){.employees .scrollFix{width:auto}}.employees .text{margin-bottom:9.6rem}@media all and (min-width:1200px){.employees .text{margin-bottom:11.7333333333rem}}.employees .fullWidthElement.bgBlack{background-color:#000}.employees .fullWidthElement.bgGrey{background-color:#666;color:#fff}.employees .fullWidthElement.bgGrey .name{border-color:#fff}.employees .fullWidthElement.bgGrey a{color:#fff}.employees .fullWidthElement.bgGreyLight{background-color:#f2f2f2}.employees .fullWidthElement.bgGreyLight .name{border-color:#666}.employees .fullWidthElement.bgGreyLight a{color:#666}.employees .fullWidthElement.bgRed{background-color:#9d2e35;color:#fff}.employees .fullWidthElement.bgRed .name{border-color:#fff}.employees .fullWidthElement.bgRed a{color:#fff}.timeline .background{top:2.1333333333rem;left:-6.1333333333rem;background-color:#f2f2f2;width:500%;height:150%;position:absolute;z-index:-1}.timeline .even .hImage img{width:250px;height:auto}@media all and (min-width:992px){.timeline .even .hImage img{width:350px}}@media all and (min-width:1400px){.timeline .even .hImage img{width:auto}}.timeline .even .hTitle{padding-left:2.1333333333rem}.timeline .even .hTitle:before{top:0.64rem;left:-1.6rem}@media all and (min-width:768px){.timeline .even .hTitle{padding-left:0;margin-top:12.8rem;text-align:right}.timeline .even .hTitle:before{top:0.64rem;right:-4.2666666667rem;left:auto}}.timeline .even .hText{padding-left:2.1333333333rem}@media all and (min-width:768px){.timeline .even .hText{padding-left:0;text-align:right}}.timeline .even .hYear{left:2.6666666667rem;top:-1.2266666667rem}@media all and (min-width:768px){.timeline .even .hYear{left:1.7066666667rem;top:4.2666666667rem}}@media all and (min-width:992px){.timeline .even .hYear{left:2rem;top:12.3rem}}.timeline .happening{position:relative;display:flex;flex-direction:column;width:100%;padding-bottom:8.5333333333rem;border-left:1px solid #9d2e35}@media all and (min-width:768px){.timeline .happening{flex-direction:row;border-left:none;padding-bottom:0}}.timeline .happenings{position:relative;margin-top:6.4rem}.timeline .happenings:before{content:"";display:inline-block;width:9px;height:9px;background-color:#9d2e35;position:absolute;border-radius:50%;left:-4px;top:-5px}@media all and (min-width:768px){.timeline .happenings:before{left:calc(50% - 5px)}}.timeline .happenings:after{content:"";display:inline-block;width:9px;height:9px;background-color:#9d2e35;position:absolute;border-radius:50%;left:-4px;bottom:0}@media all and (min-width:768px){.timeline .happenings:after{left:calc(50% - 5px)}}.timeline .hTitle{font-family:'BrandonTextWeb-Regular';font-weight:normal;font-size:1rem;line-height:1.2rem;letter-spacing:0.08rem;color:#9d2e35;position:relative;z-index:10;margin-bottom:3.2rem}.timeline .hTitle:before{position:absolute;content:"";height:1px;width:50px;background-color:#9d2e35;display:inline-block}.timeline .hYear{font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:3.038rem;line-height:5.9494rem;letter-spacing:0.08rem;position:absolute;color:#9d2e35;line-height:2rem;z-index:10;background-color:rgba(255, 255, 255, 0.9);padding:0.7rem}@media all and (min-width:768px){.timeline .leftCol{padding-right:3.2rem;padding-bottom:6.4rem}}.timeline .leftCol,.timeline .rightCol{position:relative;width:100%}@media all and (min-width:768px){.timeline .leftCol,.timeline .rightCol{width:50%;padding-bottom:6.4rem}}@media all and (min-width:768px){.timeline .odd .leftCol{padding-right:3.2rem;border-right:1px solid #9d2e35}}@media all and (min-width:768px){.timeline .odd .rightCol{padding-left:3.2rem}}@media all and (min-width:768px){.timeline .even .leftCol{padding-left:3.2rem;order:2}}@media all and (min-width:768px){.timeline .even .rightCol{order:1;border-right:1px solid #9d2e35;padding-right:3.2rem}}.timeline .odd.first .hYear{top:1.0666666667rem;right:0.5333333333rem}.timeline .odd.first .leftCol,.timeline .odd.first .rightCol{padding-top:2.1333333333rem}.timeline .odd .hImage{text-align:left;padding-left:3.2rem}.timeline .odd .hImage img{width:200px;height:auto}@media all and (min-width:992px){.timeline .odd .hImage{text-align:right;padding-left:0}.timeline .odd .hImage img{width:250px}}@media all and (min-width:1400px){.timeline .odd .hImage img{width:auto}}@media all and (min-width:768px){.timeline .odd .hTitle{margin-top:3.2rem}}.timeline .odd .hTitle:before{top:0.64rem;left:-4.2666666667rem}.timeline .odd .hYear{top:-1.0666666667rem;left:0.5333333333rem}@media all and (min-width:768px){.timeline .odd .hYear{top:4.8rem;right:2rem;left:auto}}.timeline .odd .rightCol{padding-top:2.1333333333rem}.timeline .section{overflow:hidden}@media all and (min-width:768px){.timeline .section{overflow:visible}}.timeline .text{margin-top:1rem}@media all and (min-width:992px){.timeline .text{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:120px;-moz-column-gap:120px;column-gap:120px}}.timeline .text p{margin-top:0}.fullscreenTeaser .background{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-position:50% 0%;background-size:cover;background-repeat:no-repeat}@media all and (min-width:1200px){.fullscreenTeaser .background{align-items:flex-start;justify-content:flex-start}}@media all and (min-width:1600px){.fullscreenTeaser .background{align-items:center;justify-content:center}}.fullscreenTeaser .backgroundOuter{width:100%;height:calc(100vh - 65px)}@media all and (min-width:1200px){.fullscreenTeaser .backgroundOuter{height:100vh}}.fullscreenTeaser .slick-dots{position:absolute;top:0;display:flex;flex-direction:column;text-decoration:none;right:15px}@media all and (min-width:1200px){.fullscreenTeaser .slick-dots{right:0}}.fullscreenTeaser .slick-dots li{list-style:none}.fullscreenTeaser .slick-dots li button{padding:0;border:none;background-color:transparent;font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:0.8rem;line-height:1.5333333333rem;letter-spacing:0.08rem;color:#666;cursor:pointer}.fullscreenTeaser .slick-dots li button::before{content:"0"}.fullscreenTeaser .slick-dots li button:hover{color:#000;background-color:rgba(255, 255, 255, 0)}.fullscreenTeaser .slick-dots li.slick-active button{color:#000}.fullscreenTeaser .button{text-decoration:none;text-align:center;text-transform:uppercase;color:#fff;background-color:#000;text-align:center;display:inline-block;font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:0.7333333333rem;line-height:1rem;letter-spacing:0.08rem;padding:0.5333333333rem 0.8rem;border:solid 1px #000;-webkit-transition:all 200ms 0ms ease-in-out;-moz-transition:all 200ms 0ms ease-in-out;-o-transition:all 200ms 0ms ease-in-out;transition:all 200ms 0ms ease-in-out}@media all and (min-width:1200px){.fullscreenTeaser .button{bottom:-6.4rem;font-size:0.8rem;line-height:1.0666666667rem;letter-spacing:0.08rem;padding:0.8rem 1.0666666667rem}}@media all and (min-width:992px){.fullscreenTeaser .button{margin-left:8rem}}.fullscreenTeaser .button:hover{color:#000;background-color:rgba(255, 255, 255, 0)}.fullscreenTeaser .content{overflow:hidden;position:relative;padding-bottom:6.4rem}@media all and (min-width:992px){.fullscreenTeaser .content{padding-bottom:14.9333333333rem}}@media all and (min-width:1200px){.fullscreenTeaser .content{padding-bottom:6.4rem;max-width:1120px;padding-top:4.2666666667rem}}@media all and (min-width:1600px){.fullscreenTeaser .content{padding-left:0;padding-top:0}}@media all and (min-width:1400px){.fullscreenTeaser .content{padding-bottom:6.4rem}}.fullscreenTeaser .teaser{color:#000}.fullscreenTeaser .teaser p{margin-top:0;margin-bottom:0}.fullscreenTeaser .teaser .teaserText{font-size:1.3333333333rem;line-height:1.7333333333rem;letter-spacing:0.08rem;padding-top:1rem;padding-bottom:1rem}@media all and (min-width:992px){.fullscreenTeaser .teaser .teaserText{padding:0;font-size:2.4rem;line-height:3rem;letter-spacing:0.08rem;padding-left:8rem}}@media all and (min-width:1600px){.fullscreenTeaser .teaser .teaserText{font-size:3.2rem;line-height:4rem;letter-spacing:0.08rem;min-height:14rem}}.fullscreenTeaser .teaser .teaserNumber{font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:1.3333333333rem;line-height:1.7333333333rem;letter-spacing:0.08rem}@media all and (min-width:992px){.fullscreenTeaser .teaser .teaserNumber{font-size:1.6rem;line-height:2rem;letter-spacing:0.08rem}}.fullscreenTeaser .teasers{position:static !important}.textblock{font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:0.9333333333rem;line-height:1.2rem;letter-spacing:0.0533333333rem}@media all and (min-width:1200px){.textblock{font-size:1.0666666667rem;line-height:1.4rem;letter-spacing:0.0533333333rem}}.textblock a{color:#666;text-decoration:none;font-family:'BrandonTextWeb-Regular';font-weight:normal}.textblock strong{color:#000;text-decoration:underline;font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.8rem;line-height:1.4rem;letter-spacing:0.1066666667rem}@media all and (min-width:1200px){.textblock strong{font-size:0.9333333333rem;line-height:1.5666666667rem;letter-spacing:0.1066666667rem}}.textblock .content.readMore{overflow:hidden;-webkit-transition:all 500ms 0ms ease-in-out;-moz-transition:all 500ms 0ms ease-in-out;-o-transition:all 500ms 0ms ease-in-out;transition:all 500ms 0ms ease-in-out;position:relative}.textblock .content.readMore:after{content:" ";width:100%;height:0px;left:0;bottom:0;box-shadow:0px 0px 14px 8px #fff;position:absolute}.textblock [data-readmore-toggle]{text-align:center;display:block;padding:1.0666666667rem;padding-top:2.1333333333rem;text-decoration:none;text-transform:uppercase}.news.news-single .news-img-wrap{margin-top:5.3333333333rem}.news.news-single .news-img-wrap img{width:340px;height:auto}@media all and (min-width:576px){.news.news-single .news-img-wrap img{width:600px}}@media all and (min-width:992px){.news.news-single .news-img-wrap img{width:auto}}.news.news-single .news-img-wrap .outer{padding:1.0666666667rem;-webkit-transition:all 500ms 150ms ease-in-out;-moz-transition:all 500ms 150ms ease-in-out;-o-transition:all 500ms 150ms ease-in-out;transition:all 500ms 150ms ease-in-out}.news.news-single .news-img-wrap .slick-prev{right:105%}.news.news-single .news-img-wrap .slick-next{left:105%}.news.news-single .news-img-wrap .slick-prev,.news.news-single .news-img-wrap .slick-next{position:absolute;top:48%;cursor:pointer}.news.news-single .news-img-wrap .slick-track{display:flex;align-items:center}.news.news-single .news-img-wrap .slick-track .slick-slide{-webkit-transform:scale(0.6);-moz-transform:scale(0.6);-ms-transform:scale(0.6);transform:scale(0.6);opacity:0.5}.news.news-single .news-img-wrap .slick-track .slick-current{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;opacity:1}.news .content{display:flex;flex-direction:column}@media all and (min-width:576px){.news .content{flex-direction:row}}.news .header a{color:#000;text-transform:uppercase;text-decoration:underline;font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.8rem;line-height:1.2rem;letter-spacing:0.1066666667rem}@media all and (min-width:1200px){.news .header a{font-size:0.9333333333rem;line-height:1.2rem;letter-spacing:0.1066666667rem}}.news .news-list-view{display:flex;flex-wrap:wrap}.news .news-list-view .article{width:100%;margin-bottom:2.1333333333rem}@media all and (min-width:992px){.news .news-list-view .article{width:50%}}@media all and (min-width:992px){.news .news-list-view .article:nth-child(even){padding-left:2.1333333333rem}}@media all and (min-width:992px){.news .news-list-view .article:nth-child(odd){padding-right:2.1333333333rem}}.news .news-list-view .article .header h3{margin-top:0}.news .news-list-view .article img{padding-right:1.0666666667rem;margin-top:9px}.news .news-backlink-wrap{margin-top:1.0666666667rem}.news .teaser-text a{color:grey;text-decoration:none;font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:0.9333333333rem;line-height:1.2rem;letter-spacing:0.0533333333rem}@media all and (min-width:1200px){.news .teaser-text a{font-size:1.0666666667rem;line-height:1.4rem;letter-spacing:0.0533333333rem}}.page-navigation{text-align:center;width:100%}.page-navigation a{text-decoration:none;position:relative}.page-navigation a::after{background-color:#666;bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.page-navigation ul.f3-widget-paginator{display:flex;list-style:none;justify-content:center}.page-navigation li{padding-right:1.6rem}.newstool .button{margin-top:0.5333333333rem;height:3rem;cursor:pointer;text-transform:uppercase;color:#fff;background-color:#000;text-align:center;display:inline-block;font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:0.7333333333rem;line-height:1rem;letter-spacing:0.08rem;padding:0.5333333333rem 0.8rem;border:solid 1px #000;-webkit-transition:all 200ms 0ms ease-in-out;-moz-transition:all 200ms 0ms ease-in-out;-o-transition:all 200ms 0ms ease-in-out;transition:all 200ms 0ms ease-in-out}@media all and (min-width:1200px){.newstool .button{bottom:-6.4rem;font-size:0.8rem;line-height:1.0666666667rem;letter-spacing:0.08rem;padding:0.8rem 1.0666666667rem}}.newstool .button:hover{color:#000;background-color:rgba(255, 255, 255, 0)}.newstool input[type="text"]{color:#666;font-family:'BrandonTextWeb-Medium';font-weight:normal;border:1px solid black;height:3rem;width:100%;padding:10px 20px}@media all and (min-width:576px){.newstool input[type="text"]{height:3rem;width:400px}}.newstool .inputWrapper{padding-bottom:1.0666666667rem}.newstool .inputWrapper.checkbox{display:flex}.newstool input[type="checkbox"]{border:1px solid black;height:16px;cursor:pointer;padding-right:15px;margin-right:10px;margin-top:5px}.newstool input[type="checkbox"]:checked{background-color:#666}.tx-indexedsearch-searchbox{width:100%}.tx-indexedsearch-searchbox .button{height:3rem;cursor:pointer;text-transform:uppercase;color:#fff;background-color:#000;text-align:center;display:inline-block;font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:0.7333333333rem;line-height:1rem;letter-spacing:0.08rem;padding:0.5333333333rem 0.8rem;border:solid 1px #000;-webkit-transition:all 200ms 0ms ease-in-out;-moz-transition:all 200ms 0ms ease-in-out;-o-transition:all 200ms 0ms ease-in-out;transition:all 200ms 0ms ease-in-out}@media all and (min-width:1200px){.tx-indexedsearch-searchbox .button{bottom:-6.4rem;font-size:0.8rem;line-height:1.0666666667rem;letter-spacing:0.08rem;padding:0.8rem 1.0666666667rem}}.tx-indexedsearch-searchbox .button:hover{color:#000;background-color:rgba(255, 255, 255, 0)}.tx-indexedsearch-searchbox .searchWrapper{display:flex;margin-bottom:1.0666666667rem}.tx-indexedsearch-searchbox .tx-indexedsearch-form{width:100%}@media all and (min-width:576px){.tx-indexedsearch-searchbox .tx-indexedsearch-form{width:400px}}.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword{color:#666;text-transform:uppercase;font-family:'BrandonTextWeb-Medium';font-weight:normal;border:1px solid black;height:3rem;width:100%;padding:10px 20px}@media all and (min-width:576px){.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword{height:3rem;width:400px}}.tx-indexedsearch-res{margin-bottom:4.2666666667rem}.tx-indexedsearch-res .tx-indexedsearch-redMarkup{background-color:#9d2e35;color:#fff;border:1px solid #9d2e35}.tx-indexedsearch-res .tx-indexedsearch-title{text-transform:uppercase;border-left:1px solid black;padding-left:12px;margin-bottom:1.0666666667rem;font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.8rem;line-height:1.5666666667rem;letter-spacing:0.1066666667rem;text-decoration:underline;display:inline}.tx-indexedsearch-res .tx-indexedsearch-title a{color:#9d2e35}@media all and (min-width:1200px){.tx-indexedsearch-res .tx-indexedsearch-title{font-size:0.7333333333rem;line-height:1.5666666667rem;letter-spacing:0.1066666667rem;margin-bottom:3.7333333333rem}}.accordion .background{position:absolute;background-color:#000;height:100%;width:500%;top:0;left:15px;z-index:-1}.accordion .bgImage{position:absolute;height:100%;width:340px;top:0;left:100%;display:none;margin-left:-15px}@media all and (min-width:1200px){.accordion .bgImage{display:block}}.accordion .divider{position:absolute;height:100%;width:1px;top:0;display:none}@media all and (min-width:992px){.accordion .divider{padding-top:4.2666666667rem;padding-bottom:4.2666666667rem;display:block;left:49%}}@media all and (min-width:1200px){.accordion .divider{padding-top:6.4rem;padding-bottom:6.4rem;left:50%}}.accordion .dividerInner{border-left:1px dotted #666;height:100%;width:100%}.accordion .elementInner{position:relative;max-width:1370px;width:100%}.accordion .fullWidthEle{position:relative}.accordion .image{background-repeat:no-repeat;background-size:cover;width:100%;height:100%}.accordion .imageContainer{position:absolute;height:100%;width:250px;top:0;right:0}.accordion .item{display:inline-block;width:100%;line-height:1.8666666667rem}.accordion .item .itemContent{visibility:hidden;max-height:0;opacity:0;overflow:hidden;-webkit-transition:padding 750ms 0ms ease-in-out, max-height 750ms 0ms ease-in-out, opacity 500ms 0ms ease-in-out;-moz-transition:padding 750ms 0ms ease-in-out, max-height 750ms 0ms ease-in-out, opacity 500ms 0ms ease-in-out;-o-transition:padding 750ms 0ms ease-in-out, max-height 750ms 0ms ease-in-out, opacity 500ms 0ms ease-in-out;transition:padding 750ms 0ms ease-in-out, max-height 750ms 0ms ease-in-out, opacity 500ms 0ms ease-in-out;padding-top:0;padding-bottom:0;padding-left:0.5333333333rem}.accordion .item .itemContent.active{visibility:visible;padding-top:1.0666666667rem;padding-bottom:1.0666666667rem;max-height:9999px;opacity:1;-webkit-transition:padding 1000ms 0ms ease-in-out, max-height 1000ms 0ms ease-in-out, opacity 500ms 250ms ease-in-out;-moz-transition:padding 1000ms 0ms ease-in-out, max-height 1000ms 0ms ease-in-out, opacity 500ms 250ms ease-in-out;-o-transition:padding 1000ms 0ms ease-in-out, max-height 1000ms 0ms ease-in-out, opacity 500ms 250ms ease-in-out;transition:padding 1000ms 0ms ease-in-out, max-height 1000ms 0ms ease-in-out, opacity 500ms 250ms ease-in-out}.accordion .item .itemContent li{padding-bottom:0}.accordion .item .itemTitle{line-height:1.2rem;padding-bottom:0.8rem;display:flex;flex-direction:row;justify-content:flex-start}.accordion .item .itemTitle span{cursor:pointer}.accordion .item .itemTitle button{background-color:transparent;border:none;padding:0;margin-left:1.0666666667rem;background-image:url('../../../fileadmin/templates/images/arrowDown_White.svg');background-size:12px 12px;display:inline-block;width:12px;height:12px;content:"";-webkit-transition:all 0ms 0ms ease-in-out;-moz-transition:all 0ms 0ms ease-in-out;-o-transition:all 0ms 0ms ease-in-out;transition:all 0ms 0ms ease-in-out;opacity:0}@media all and (min-width:992px){.accordion .item .itemTitle button{background-size:16px 16px;width:16px;height:16px}}.accordion .item .itemTitle button:focus{opacity:1;-webkit-transition:all 250ms 0ms ease-in-out;-moz-transition:all 250ms 0ms ease-in-out;-o-transition:all 250ms 0ms ease-in-out;transition:all 250ms 0ms ease-in-out}.accordion .item .itemTitle.active button{background-image:url('../../../fileadmin/templates/images/arrowUp_white.svg');opacity:1;-webkit-transition:all 250ms 0ms ease-in-out;-moz-transition:all 250ms 0ms ease-in-out;-o-transition:all 250ms 0ms ease-in-out;transition:all 250ms 0ms ease-in-out}.accordion .item .itemTitle:hover button{opacity:1;-webkit-transition:all 250ms 0ms ease-in-out;-moz-transition:all 250ms 0ms ease-in-out;-o-transition:all 250ms 0ms ease-in-out;transition:all 250ms 0ms ease-in-out}.accordion .list{position:relative;overflow:hidden;-webkit-transition:all 500ms 0ms ease-in-out;-moz-transition:all 500ms 0ms ease-in-out;-o-transition:all 500ms 0ms ease-in-out;transition:all 500ms 0ms ease-in-out;display:flex;flex-direction:column}@media all and (min-width:576px){.accordion .list{flex-direction:row}}@media all and (min-width:992px){.accordion .list{padding-top:4.2666666667rem;padding-bottom:4.2666666667rem;max-height:9999px}}@media all and (max-width:767px){.accordion .list{margin-bottom:1.0666666667rem}}@media all and (min-width:1200px){.accordion .list{padding-top:6.4rem;padding-bottom:6.4rem}}.accordion .list a{color:#666}.accordion .listCol{width:100%}@media all and (min-width:576px){.accordion .listCol{width:50%}}@media all and (min-width:992px){.accordion .listCol:nth-child(odd){padding-left:30px;width:calc(50% - 20px);padding-right:30px}.accordion .listCol:nth-child(even){padding-left:70px}}.accordion .listContainer{position:relative;overflow:hidden}@media all and (min-width:1200px){.accordion .listContainer{overflow:visible}}.accordion .listOuter{padding-top:2.1333333333rem;padding-bottom:2.1333333333rem;padding-left:15px}@media all and (min-width:576px){.accordion .listOuter{padding-left:0px}}.accordion .listOuter [data-readmore-toggle]{text-align:center;display:block;padding:1.0666666667rem;text-decoration:none;text-transform:uppercase}.accordion .text{margin-bottom:3.2rem}.list,.linkList,.accordion{}.list .fullWidthEle.bgBlack,.linkList .fullWidthEle.bgBlack,.accordion .fullWidthEle.bgBlack{color:#fff}.list .fullWidthEle.bgBlack .background,.linkList .fullWidthEle.bgBlack .background,.accordion .fullWidthEle.bgBlack .background{background-color:#000}.list .fullWidthEle.bgBlack [data-readmore-toggle],.linkList .fullWidthEle.bgBlack [data-readmore-toggle],.accordion .fullWidthEle.bgBlack [data-readmore-toggle],.list .fullWidthEle.bgBlack a,.linkList .fullWidthEle.bgBlack a,.accordion .fullWidthEle.bgBlack a{color:#fff}.list .fullWidthEle.bgBlack .itemTitle span::after,.linkList .fullWidthEle.bgBlack .itemTitle span::after,.accordion .fullWidthEle.bgBlack .itemTitle span::after{background-image:url('../../../fileadmin/templates/images/arrowDown_White.svg')}.list .fullWidthEle.bgBlack .itemTitle span.active::after,.linkList .fullWidthEle.bgBlack .itemTitle span.active::after,.accordion .fullWidthEle.bgBlack .itemTitle span.active::after{background-image:url('../../../fileadmin/templates/images/arrowUp_white.svg')}.list .fullWidthEle.bgBlack .dividerInner,.linkList .fullWidthEle.bgBlack .dividerInner,.accordion .fullWidthEle.bgBlack .dividerInner{border-color:#fff}.list .fullWidthEle.bgGrey,.linkList .fullWidthEle.bgGrey,.accordion .fullWidthEle.bgGrey{color:#fff}.list .fullWidthEle.bgGrey .background,.linkList .fullWidthEle.bgGrey .background,.accordion .fullWidthEle.bgGrey .background{background-color:#666}.list .fullWidthEle.bgGrey .dividerInner,.linkList .fullWidthEle.bgGrey .dividerInner,.accordion .fullWidthEle.bgGrey .dividerInner{border-color:#fff}.list .fullWidthEle.bgGrey [data-readmore-toggle],.linkList .fullWidthEle.bgGrey [data-readmore-toggle],.accordion .fullWidthEle.bgGrey [data-readmore-toggle],.list .fullWidthEle.bgGrey a,.linkList .fullWidthEle.bgGrey a,.accordion .fullWidthEle.bgGrey a{color:#fff}.list .fullWidthEle.bgGrey .itemTitle span::after,.linkList .fullWidthEle.bgGrey .itemTitle span::after,.accordion .fullWidthEle.bgGrey .itemTitle span::after{background-image:url('../../../fileadmin/templates/images/arrowDown_White.svg')}.list .fullWidthEle.bgGrey .itemTitle span.active::after,.linkList .fullWidthEle.bgGrey .itemTitle span.active::after,.accordion .fullWidthEle.bgGrey .itemTitle span.active::after{background-image:url('../../../fileadmin/templates/images/arrowUp_white.svg')}.list .fullWidthEle.bgGreyLight .background,.linkList .fullWidthEle.bgGreyLight .background,.accordion .fullWidthEle.bgGreyLight .background{background-color:#f2f2f2}.list .fullWidthEle.bgGreyLight [data-readmore-toggle],.linkList .fullWidthEle.bgGreyLight [data-readmore-toggle],.accordion .fullWidthEle.bgGreyLight [data-readmore-toggle],.list .fullWidthEle.bgGreyLight a,.linkList .fullWidthEle.bgGreyLight a,.accordion .fullWidthEle.bgGreyLight a{color:#666}.list .fullWidthEle.bgRed,.linkList .fullWidthEle.bgRed,.accordion .fullWidthEle.bgRed{color:#fff}.list .fullWidthEle.bgRed .background,.linkList .fullWidthEle.bgRed .background,.accordion .fullWidthEle.bgRed .background{background-color:#9d2e35}.list .fullWidthEle.bgRed .dividerInner,.linkList .fullWidthEle.bgRed .dividerInner,.accordion .fullWidthEle.bgRed .dividerInner{border-color:#fff}.list .fullWidthEle.bgRed [data-readmore-toggle],.linkList .fullWidthEle.bgRed [data-readmore-toggle],.accordion .fullWidthEle.bgRed [data-readmore-toggle],.list .fullWidthEle.bgRed a,.linkList .fullWidthEle.bgRed a,.accordion .fullWidthEle.bgRed a{color:#fff}.list .fullWidthEle.bgRed .itemTitle span::after,.linkList .fullWidthEle.bgRed .itemTitle span::after,.accordion .fullWidthEle.bgRed .itemTitle span::after{background-image:url('../../../fileadmin/templates/images/arrowDown_White.svg')}.list .fullWidthEle.bgRed .itemTitle span.active::after,.linkList .fullWidthEle.bgRed .itemTitle span.active::after,.accordion .fullWidthEle.bgRed .itemTitle span.active::after{background-image:url('../../../fileadmin/templates/images/arrowUp_white.svg')}.list ul,.linkList ul,.accordion ul{font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.7333333333rem;line-height:1.2rem;letter-spacing:0.0666666667rem;margin:0;padding:0}.list ul li,.linkList ul li,.accordion ul li{margin:0;padding:0;padding-left:1.1733333333rem;padding-bottom:0.8rem;list-style-type:none;position:relative;text-transform:uppercase}.list ul li:before,.linkList ul li:before,.accordion ul li:before{content:"+";position:absolute;left:0}@media all and (min-width:768px){.list ul,.linkList ul,.accordion ul{padding-left:30px;padding-right:30px}}@media all and (min-width:1200px){.list ul,.linkList ul,.accordion ul{font-size:0.8rem;line-height:1.6rem;letter-spacing:0.0666666667rem}.list ul li,.linkList ul li,.accordion ul li{padding-bottom:1.0666666667rem}}.tx-powermail{margin:4rem 0 8rem}.tx-powermail .mandatory{color:#9d2e35}.tx-powermail fieldset{margin:0;padding:0;border:none;margin-bottom:4rem}.tx-powermail legend{margin-bottom:1rem;font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.8rem;line-height:1.4rem;letter-spacing:0.1066666667rem;color:#000;text-decoration:underline;text-transform:uppercase}@media all and (min-width:1200px){.tx-powermail legend{font-size:0.9333333333rem;line-height:1.5666666667rem;letter-spacing:0.1066666667rem}}.tx-powermail .parsley-errors-list{color:#9d2e35;padding-left:0;margin-top:5px;list-style:none}.tx-powermail input[type="submit"]{margin-top:0.5333333333rem;height:3rem;cursor:pointer;text-transform:uppercase;color:#fff;background-color:#000;text-align:center;display:inline-block;font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:0.7333333333rem;line-height:1rem;letter-spacing:0.08rem;padding:0.5333333333rem 0.8rem;border:solid 1px #000;-webkit-transition:all 200ms 0ms ease-in-out;-moz-transition:all 200ms 0ms ease-in-out;-o-transition:all 200ms 0ms ease-in-out;transition:all 200ms 0ms ease-in-out}@media all and (min-width:1200px){.tx-powermail input[type="submit"]{bottom:-6.4rem;font-size:0.8rem;line-height:1.0666666667rem;letter-spacing:0.08rem;padding:0.8rem 1.0666666667rem}}.tx-powermail input[type="submit"]:hover{color:#000;background-color:rgba(255, 255, 255, 0)}.tx-powermail input[type="text"],.tx-powermail input[type="email"],.tx-powermail input[type="tel"],.tx-powermail input[type="number"],.tx-powermail select{color:#666;font-family:'BrandonTextWeb-Medium';font-weight:normal;border:1px solid black;height:3rem;width:100%;padding:10px 20px;font-size:1.25rem}@media all and (min-width:576px){.tx-powermail input[type="text"],.tx-powermail input[type="email"],.tx-powermail input[type="tel"],.tx-powermail input[type="number"],.tx-powermail select{height:3rem}}.tx-powermail .inputWrapper{padding-bottom:1.0666666667rem}.tx-powermail .inputWrapper.checkbox{display:flex}.tx-powermail input[type="checkbox"]{border:1px solid black;height:16px;cursor:pointer;padding-right:15px;margin-right:10px;margin-top:5px;margin-left:0;position:relative;top:16px}.tx-powermail input[type="checkbox"]:checked{background-color:#666}.tx-powermail .powermail_fieldwrap_type_check .labelInner{display:flex}.tx-powermail .powermail_fieldwrap{padding-bottom:2rem}.tx-powermail .powermail_fieldwrap.layout1 > label{display:none}@media all and (min-width:1200px){.tx-powermail .powermail_fieldwrap_e_mailadressee_mailaddress{margin-top:50px}}@media all and (min-width:1400px){.tx-powermail .powermail_fieldwrap_e_mailadressee_mailaddress{margin-top:25px}}#footer{font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:0.8rem;line-height:1.1333333333rem;letter-spacing:0.08rem;color:#000;padding-bottom:2.1333333333rem}@media all and (min-width:1200px){#footer .divider:after{content:"";width:1px;height:100%;border-right:1px dotted #666;position:absolute;top:0;right:0}}@media all and (min-width:1200px) and (min-width:1400px){#footer .divider:after{right:1.6rem}}#footer a{color:#000;text-decoration:none}#footer .container{padding-right:30px}#footer .companies{text-transform:uppercase;font-family:'BrandonTextWeb-Bold';font-weight:normal}#footer .companies ol{margin:0;padding:0}#footer .companies ol li{margin:0;padding:0;padding-left:1.1733333333rem;list-style-type:none;position:relative}#footer .companies ol li:before{content:"+";position:absolute;left:0}#footer .fsection{padding-bottom:1.0666666667rem;position:relative;height:100%}@media all and (min-width:1200px){#footer .fsection{padding-bottom:0}}@media all and (min-width:992px){body.tpl1 #footer,body.tpl26 #footer,body.tpl75 #footer{position:absolute;bottom:0;left:0;width:100%}}body.tpl1 .iconBarAside,body.tpl26 .iconBarAside,body.tpl75 .iconBarAside{display:none}.ariaMenueButton{opacity:0;padding:0px;margin-left:1rem;width:20px;height:20px;color:#fff;background-image:url('../../../fileadmin/templates/images/arrowRightSlickWhite.png');border:none;background-color:transparent;background-size:cover;background-repeat:no-repeat;background-position:center;transition:transform 0s 0.2s}.ariaMenueButton:focus{opacity:1}.ariaMenueButton.open{transform:rotate(180deg)}.ariaHelper{position:relative}.ariaHelper a,.ariaHelper button{position:absolute;top:20px;left:30px;text-align:center;padding:1rem;background-color:black;color:#fff;z-index:50;transition:transform ease-in-out 0.5s;transform:translate(0, -20vh);font-size:1.0666666667rem;line-height:1rem;letter-spacing:0.1066666667rem;font-family:"BrandonTextWeb-Bold";text-decoration:none}.ariaHelper a:focus,.ariaHelper button:focus{transform:translate(0, 0vh)}.search .sectionTitle{display:none}[data-hidden=" true "],[data-hidden="true"]{visibility:hidden}::placeholder{color:#666 !important}.ml-subscribe-form{height:auto !important}div.tx-indexedsearch-browsebox{padding-top:4rem;padding-bottom:4rem}ul.tx-indexedsearch-browsebox{padding:0;display:flex;flex-direction:row;justify-content:flex-start;margin-left:-0.5rem}ul.tx-indexedsearch-browsebox li{list-style:none}ul.tx-indexedsearch-browsebox li a{text-decoration:none;padding:0.1rem 0.5rem;margin:0.5rem;margin-left:0;transition:all ease 0.4s}ul.tx-indexedsearch-browsebox li:hover a{background-color:rgba(102, 102, 102, 0.7);color:#fff}ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a{background-color:#000;color:#fff}.g_listWithFilter .quickNavigation button,.g_listWithFilter .slick-arrow{border:none;padding:0;background:none;cursor:pointer}.g_listWithFilter h1,.g_listWithFilter h2,.g_listWithFilter h3{margin:0}.g_listWithFilter p{margin-top:0}.g_listWithFilter p:last-child{margin-bottom:0}.g_listWithFilter .section{margin-bottom:0rem;padding-bottom:6rem}@media all and (min-width:768px){.g_listWithFilter .section{padding-bottom:12rem}}.g_listWithFilter .prelude{font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:1rem;line-height:1.6666666667rem;letter-spacing:0rem;color:#666;text-align:center;color:#000;text-decoration:underline;margin-top:2rem}@media all and (min-width:1200px){.g_listWithFilter .prelude{font-size:1.2666666667rem;line-height:2.1333333333rem;letter-spacing:0rem}}.g_listWithFilter .quickNavigation{display:flex;justify-content:flex-end;margin-top:2rem}@media all and (min-width:768px){.g_listWithFilter .quickNavigation{margin-top:4rem}}.g_listWithFilter .quickNavigation button{cursor:pointer}.g_listWithFilter .quickNavigation button,.g_listWithFilter .quickNavigation .spacer{font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.8rem;line-height:1.6rem;letter-spacing:0.0533333333rem;color:#9d2e35;text-transform:uppercase}.g_listWithFilter .quickNavigation .spacer{padding:0 6px}.g_listWithFilter .g_sliderArrowsWrapper{flex-direction:row;pointer-events:none;position:absolute;top:100%;left:0;width:100%;z-index:10;justify-content:center;display:flex}@media all and (min-width:768px){.g_listWithFilter .g_sliderArrowsWrapper{top:1rem;justify-content:space-between}}.g_listWithFilter .g_sliderArrowsWrapper button{pointer-events:all}.g_listWithFilter .g_sliderArrowsWrapper svg *{stroke:c(black)}.g_listWithFilter .g_sliderArrowsWrapper svg{width:45px;height:auto}.g_listWithFilter .g_sliderArrowsWrapper .slick-next svg{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.g_listWithFilter .g_sliderArrowsWrapper .slick-arrow{padding:0.5rem 0;opacity:1;margin:0 15px;-webkit-transition:opacity 400ms ease-in-out;-moz-transition:opacity 400ms ease-in-out;-o-transition:opacity 400ms ease-in-out;transition:opacity 400ms ease-in-out}@media all and (min-width:768px){.g_listWithFilter .g_sliderArrowsWrapper .slick-arrow{margin:0}}.g_listWithFilter .g_sliderArrowsWrapper .slick-arrow.slick-disabled{opacity:0.25}.g_listWithFilter .groupBySliderWrapper{position:relative;margin-bottom:4rem;border-bottom:1px solid #9d2e35;margin-top:4rem;padding-bottom:0.5rem}@media all and (min-width:768px){.g_listWithFilter .groupBySliderWrapper{margin-top:8rem;padding-bottom:1.5rem;margin-bottom:6rem}}.g_listWithFilter .groupBySliderWrapper .title{font-family:'BrandonTextWeb-Medium';font-weight:normal;font-size:1.8rem;line-height:2.16rem;letter-spacing:0rem;color:#9d2e35;text-align:center}@media all and (min-width:768px){.g_listWithFilter .groupBySliderWrapper .title{font-size:3rem;line-height:3.6rem;letter-spacing:0rem}}.g_listWithFilter .mpRow--package{margin-bottom:3rem;background-color:#f2f2f2;padding:2rem 15px;text-align:center;flex-wrap:wrap}@media all and (min-width:768px){.g_listWithFilter .mpRow--package{padding:3rem 30px;text-align:left}}@media all and (min-width:992px){.g_listWithFilter .mpRow--package{padding:4rem 45px}}.g_listWithFilter .mpRow--package.last{margin-bottom:0}@media all and (min-width:768px){.g_listWithFilter .mpRow--package .mpCol--left{flex:0 0 37%;max-width:37%;border-right:1px solid #000;padding-right:45px}}@media all and (min-width:992px){.g_listWithFilter .mpRow--package .mpCol--left{padding-right:60px}}.g_listWithFilter .mpRow--package .mpCol--right{margin-top:3rem}@media all and (min-width:768px){.g_listWithFilter .mpRow--package .mpCol--right{margin-top:0;flex:0 0 63%;max-width:63%;padding-left:45px}}@media all and (min-width:992px){.g_listWithFilter .mpRow--package .mpCol--right{padding-left:60px}}.g_listWithFilter .mpRow--package .text{font-family:'BrandonTextWeb-Regular';font-weight:normal;font-size:0.9066666667rem;line-height:1.445rem;letter-spacing:0rem;color:#666}@media all and (min-width:1200px){.g_listWithFilter .mpRow--package .text{font-size:1.0666666667rem;line-height:1.7rem;letter-spacing:0rem}}.g_listWithFilter .mpRow--package .links{margin-top:3rem}.g_listWithFilter .mpRow--package .text--readMore{max-height:0;overflow:hidden;opacity:0;-webkit-transition:max-height 600ms ease-in-out, opacity 600ms ease-in-out;-moz-transition:max-height 600ms ease-in-out, opacity 600ms ease-in-out;-o-transition:max-height 600ms ease-in-out, opacity 600ms ease-in-out;transition:max-height 600ms ease-in-out, opacity 600ms ease-in-out}.g_listWithFilter .mpRow--package .text--readMore.mpActive{opacity:1;-webkit-transition:max-height 600ms ease-in-out, opacity 600ms 300ms ease-in-out;-moz-transition:max-height 600ms ease-in-out, opacity 600ms 300ms ease-in-out;-o-transition:max-height 600ms ease-in-out, opacity 600ms 300ms ease-in-out;transition:max-height 600ms ease-in-out, opacity 600ms 300ms ease-in-out}.g_listWithFilter .mpRow--package .packageTitle{font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.9066666667rem;line-height:1.4166666667rem;letter-spacing:0.0283333333rem;margin-top:2rem;color:#000;text-transform:uppercase}@media all and (min-width:768px){.g_listWithFilter .mpRow--package .packageTitle{margin-top:5rem}}@media all and (min-width:1200px){.g_listWithFilter .mpRow--package .packageTitle{font-size:1.0666666667rem;line-height:1.6666666667rem;letter-spacing:0.0333333333rem}}.g_listWithFilter .mpRow--package .date{font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.7933333333rem;line-height:1.3316666667rem;letter-spacing:0.0283333333rem;color:#000;text-transform:uppercase}@media all and (min-width:1200px){.g_listWithFilter .mpRow--package .date{font-size:0.9333333333rem;line-height:1.5666666667rem;letter-spacing:0.0333333333rem}}.g_listWithFilter .mpRow--package .g_link{display:inline-block;margin-right:16px;text-decoration:none}.g_listWithFilter .noEventsText{font-family:'BrandonTextWeb-Bold';font-weight:normal;font-size:0.9066666667rem;line-height:1.4166666667rem;letter-spacing:0.0283333333rem;color:#000;text-align:center;text-transform:uppercase}@media all and (min-width:1200px){.g_listWithFilter .noEventsText{font-size:1.0666666667rem;line-height:1.6666666667rem;letter-spacing:0.0333333333rem}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}