.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

[data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *:focus {
  outline: none;
}

[data-whatintent="keyboard"] *:focus {
  outline: solid 1px #dddddd;
}

img.lazyload,
img.lazyloading {
  opacity: 0;
  transition: opacity 0.6s;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 0.6s;
}

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

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

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

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

@media (min-width: 75em) {
  .container {
    max-width: 1170px;
  }
}

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

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

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

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.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-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-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-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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 23.125em) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 36em) {
  .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.33333333%;
    max-width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 48em) {
  .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.33333333%;
    max-width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 62em) {
  .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.33333333%;
    max-width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 75em) {
  .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.33333333%;
    max-width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 23.125em) {
  .flex-xs {
    display: flex;
  }

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

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

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

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

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

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

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

  .flex-xs-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 36em) {
  .flex-sm {
    display: flex;
  }

  .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;
  }

  .flex-sm-fill {
    flex: 1 1 auto !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: 48em) {
  .flex-md {
    display: flex;
  }

  .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;
  }

  .flex-md-fill {
    flex: 1 1 auto !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: 62em) {
  .flex-lg {
    display: flex;
  }

  .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;
  }

  .flex-lg-fill {
    flex: 1 1 auto !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: 75em) {
  .flex-xl {
    display: flex;
  }

  .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;
  }

  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
}

@media (min-width: 23.125em) {
  .hidden-from-xs {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 23.115em) {
  .hidden-until-xs {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 36em) {
  .hidden-from-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 35.99em) {
  .hidden-until-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 48em) {
  .hidden-from-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 47.99em) {
  .hidden-until-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 62em) {
  .hidden-from-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 61.99em) {
  .hidden-until-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 75em) {
  .hidden-from-xl {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 74.99em) {
  .hidden-until-xl {
    display: none !important;
    visibility: hidden;
  }
}

#button-edit {
  position: fixed;
  z-index: 999999999;
  display: block;
  bottom: 15px;
  left: 15px;
  background-color: rgba(29, 29, 29, 0.3);
  padding: 8px 15px;
  -webkit-border-radius: 10em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10em;
  -moz-background-clip: padding;
  border-radius: 10em;
  background-clip: padding-box;
  color: #ffffff;
  font-style: italic;
  font-size: .8em;
  transition: all ease 250ms;
}

#button-edit:hover {
  background-color: rgba(29, 29, 29, 0.6);
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--pure-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --pure-aspect-ratio: 100%;
}

.ratio-4x3 {
  --pure-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --pure-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --pure-aspect-ratio: calc(9 / 21 * 100%);
}

.ratio-brand {
  --pure-aspect-ratio: calc(538 / 746 * 100%);
}

.Calendar {
  display: inline-flex;
  align-items: center;
  font-size: 0.9375rem;
}

.Calendar_ico {
  font-size: 1.125rem;
}

.Calendar_date {
  display: inline-block;
  margin-left: 0.5rem;
  text-transform: uppercase;
  font-weight: 600;
}

h1,
.h1 {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 1.875rem;
}

@media (min-width: 48em) {
  h1,
  .h1 {
    font-size: 3.25rem;
  }
}

h2,
.h2 {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 1.875rem;
}

@media (min-width: 62em) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}

h3,
.h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

@media (min-width: 62em) {
  h3,
  .h3 {
    font-size: 2.25rem;
  }
}

h4,
.h4 {
  margin: 0;
  font-size: 1.375rem;
}

@media (min-width: 62em) {
  h4,
  .h4 {
    font-size: 1.75rem;
  }
}

h5,
.h5 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.625rem;
}

@media (min-width: 62em) {
  h5,
  .h5 {
    font-size: 1.4375rem;
    line-height: 1.75rem;
  }
}

h6,
.h6 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
}

@media (min-width: 62em) {
  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

h1 {
  line-height: 1.2;
}

h2 {
  line-height: 1.2;
}

h3 {
  line-height: 1.2;
}

h4 {
  line-height: 1.2;
}

h5 {
  line-height: 1.2;
}

h6 {
  line-height: 1.2;
}

h7 {
  line-height: 1.2;
}

.wysiwyg,
.ErrorBox,
.wysiwyg p,
.ErrorBox p,
.wysiwyg li,
.ErrorBox li {
  margin: 0 0 0.75em 0;
  font-size: 1rem;
  line-height: 1.5625rem;
}

@media (min-width: 62em) {
  .wysiwyg,
  .ErrorBox,
  .wysiwyg p,
  .ErrorBox p,
  .wysiwyg li,
  .ErrorBox li {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.wysiwyg a:not([class]):not([rel*="attachment"]),
.ErrorBox a:not([class]):not([rel*="attachment"]) {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ed1c24;
  font-weight: 700;
}

.wysiwyg a:not([class]):not([rel*="attachment"])::after,
.ErrorBox a:not([class]):not([rel*="attachment"])::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  transition: transform 0.3s;
  transform-origin: 0 0;
  background: #ed1c24;
}

.wysiwyg a:not([class]):not([rel*="attachment"]):hover,
.ErrorBox a:not([class]):not([rel*="attachment"]):hover {
  text-decoration: none;
}

.wysiwyg a:not([class]):not([rel*="attachment"]):hover::after,
.ErrorBox a:not([class]):not([rel*="attachment"]):hover::after {
  transform: scaleX(0);
  transform-origin: 100% 0;
}

.wysiwyg table,
.ErrorBox table {
  overflow-x: auto;
  margin: 2em 0;
  border: none !important;
  border-collapse: collapse;
}

.wysiwyg table.table--large,
.ErrorBox table.table--large {
  width: 100%;
}

.wysiwyg table td,
.ErrorBox table td,
.wysiwyg table th,
.ErrorBox table th {
  padding: 0.5em;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}

.wysiwyg table th,
.ErrorBox table th {
  text-align: center;
  font-weight: bold;
}

.wysiwyg table th.numeric,
.ErrorBox table th.numeric {
  text-align: right;
}

.wysiwyg img,
.ErrorBox img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  margin: 1.2em 0;
  vertical-align: middle;
}

.wysiwyg iframe,
.ErrorBox iframe,
.wysiwyg object,
.ErrorBox object {
  width: 100%;
  max-width: 100%;
}

.wysiwyg small,
.ErrorBox small,
.wysiwyg .small,
.ErrorBox .small {
  font-size: 1rem;
  line-height: 1.5625rem;
}

.wysiwyg h1:not([class]),
.ErrorBox h1:not([class]),
.wysiwyg h1.p1,
.ErrorBox h1.p1,
.wysiwyg h1.p2,
.ErrorBox h1.p2,
.wysiwyg h1.p3,
.ErrorBox h1.p3,
.wysiwyg h1.p4,
.ErrorBox h1.p4 {
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .wysiwyg h1:not([class]),
  .ErrorBox h1:not([class]),
  .wysiwyg h1.p1,
  .ErrorBox h1.p1,
  .wysiwyg h1.p2,
  .ErrorBox h1.p2,
  .wysiwyg h1.p3,
  .ErrorBox h1.p3,
  .wysiwyg h1.p4,
  .ErrorBox h1.p4 {
    margin-bottom: 2rem;
  }
}

.wysiwyg p + h1:not([class]),
.ErrorBox p + h1:not([class]),
.wysiwyg ul + h1:not([class]),
.ErrorBox ul + h1:not([class]),
.wysiwyg p + h1.p1,
.ErrorBox p + h1.p1,
.wysiwyg ul + h1.p1,
.ErrorBox ul + h1.p1 {
  margin-top: 2.5rem;
}

.wysiwyg h2:not([class]),
.ErrorBox h2:not([class]),
.wysiwyg h2.p1,
.ErrorBox h2.p1,
.wysiwyg h2.p2,
.ErrorBox h2.p2,
.wysiwyg h2.p3,
.ErrorBox h2.p3,
.wysiwyg h2.p4,
.ErrorBox h2.p4 {
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .wysiwyg h2:not([class]),
  .ErrorBox h2:not([class]),
  .wysiwyg h2.p1,
  .ErrorBox h2.p1,
  .wysiwyg h2.p2,
  .ErrorBox h2.p2,
  .wysiwyg h2.p3,
  .ErrorBox h2.p3,
  .wysiwyg h2.p4,
  .ErrorBox h2.p4 {
    margin-bottom: 2rem;
  }
}

.wysiwyg p + h2:not([class]),
.ErrorBox p + h2:not([class]),
.wysiwyg ul + h2:not([class]),
.ErrorBox ul + h2:not([class]),
.wysiwyg p + h2.p1,
.ErrorBox p + h2.p1,
.wysiwyg ul + h2.p1,
.ErrorBox ul + h2.p1 {
  margin-top: 2.5rem;
}

.wysiwyg h3:not([class]),
.ErrorBox h3:not([class]),
.wysiwyg h3.p1,
.ErrorBox h3.p1,
.wysiwyg h3.p2,
.ErrorBox h3.p2,
.wysiwyg h3.p3,
.ErrorBox h3.p3,
.wysiwyg h3.p4,
.ErrorBox h3.p4 {
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .wysiwyg h3:not([class]),
  .ErrorBox h3:not([class]),
  .wysiwyg h3.p1,
  .ErrorBox h3.p1,
  .wysiwyg h3.p2,
  .ErrorBox h3.p2,
  .wysiwyg h3.p3,
  .ErrorBox h3.p3,
  .wysiwyg h3.p4,
  .ErrorBox h3.p4 {
    margin-bottom: 2rem;
  }
}

.wysiwyg p + h3:not([class]),
.ErrorBox p + h3:not([class]),
.wysiwyg ul + h3:not([class]),
.ErrorBox ul + h3:not([class]),
.wysiwyg p + h3.p1,
.ErrorBox p + h3.p1,
.wysiwyg ul + h3.p1,
.ErrorBox ul + h3.p1 {
  margin-top: 2.5rem;
}

.wysiwyg h4:not([class]),
.ErrorBox h4:not([class]),
.wysiwyg h4.p1,
.ErrorBox h4.p1,
.wysiwyg h4.p2,
.ErrorBox h4.p2,
.wysiwyg h4.p3,
.ErrorBox h4.p3,
.wysiwyg h4.p4,
.ErrorBox h4.p4 {
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .wysiwyg h4:not([class]),
  .ErrorBox h4:not([class]),
  .wysiwyg h4.p1,
  .ErrorBox h4.p1,
  .wysiwyg h4.p2,
  .ErrorBox h4.p2,
  .wysiwyg h4.p3,
  .ErrorBox h4.p3,
  .wysiwyg h4.p4,
  .ErrorBox h4.p4 {
    margin-bottom: 2rem;
  }
}

.wysiwyg p + h4:not([class]),
.ErrorBox p + h4:not([class]),
.wysiwyg ul + h4:not([class]),
.ErrorBox ul + h4:not([class]),
.wysiwyg p + h4.p1,
.ErrorBox p + h4.p1,
.wysiwyg ul + h4.p1,
.ErrorBox ul + h4.p1 {
  margin-top: 2.5rem;
}

.wysiwyg h5:not([class]),
.ErrorBox h5:not([class]),
.wysiwyg h5.p1,
.ErrorBox h5.p1,
.wysiwyg h5.p2,
.ErrorBox h5.p2,
.wysiwyg h5.p3,
.ErrorBox h5.p3,
.wysiwyg h5.p4,
.ErrorBox h5.p4 {
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .wysiwyg h5:not([class]),
  .ErrorBox h5:not([class]),
  .wysiwyg h5.p1,
  .ErrorBox h5.p1,
  .wysiwyg h5.p2,
  .ErrorBox h5.p2,
  .wysiwyg h5.p3,
  .ErrorBox h5.p3,
  .wysiwyg h5.p4,
  .ErrorBox h5.p4 {
    margin-bottom: 2rem;
  }
}

.wysiwyg p + h5:not([class]),
.ErrorBox p + h5:not([class]),
.wysiwyg ul + h5:not([class]),
.ErrorBox ul + h5:not([class]),
.wysiwyg p + h5.p1,
.ErrorBox p + h5.p1,
.wysiwyg ul + h5.p1,
.ErrorBox ul + h5.p1 {
  margin-top: 2.5rem;
}

.wysiwyg h6:not([class]),
.ErrorBox h6:not([class]),
.wysiwyg h6.p1,
.ErrorBox h6.p1,
.wysiwyg h6.p2,
.ErrorBox h6.p2,
.wysiwyg h6.p3,
.ErrorBox h6.p3,
.wysiwyg h6.p4,
.ErrorBox h6.p4 {
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .wysiwyg h6:not([class]),
  .ErrorBox h6:not([class]),
  .wysiwyg h6.p1,
  .ErrorBox h6.p1,
  .wysiwyg h6.p2,
  .ErrorBox h6.p2,
  .wysiwyg h6.p3,
  .ErrorBox h6.p3,
  .wysiwyg h6.p4,
  .ErrorBox h6.p4 {
    margin-bottom: 2rem;
  }
}

.wysiwyg p + h6:not([class]),
.ErrorBox p + h6:not([class]),
.wysiwyg ul + h6:not([class]),
.ErrorBox ul + h6:not([class]),
.wysiwyg p + h6.p1,
.ErrorBox p + h6.p1,
.wysiwyg ul + h6.p1,
.ErrorBox ul + h6.p1 {
  margin-top: 2.5rem;
}

.wysiwyg h7:not([class]),
.ErrorBox h7:not([class]),
.wysiwyg h7.p1,
.ErrorBox h7.p1,
.wysiwyg h7.p2,
.ErrorBox h7.p2,
.wysiwyg h7.p3,
.ErrorBox h7.p3,
.wysiwyg h7.p4,
.ErrorBox h7.p4 {
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .wysiwyg h7:not([class]),
  .ErrorBox h7:not([class]),
  .wysiwyg h7.p1,
  .ErrorBox h7.p1,
  .wysiwyg h7.p2,
  .ErrorBox h7.p2,
  .wysiwyg h7.p3,
  .ErrorBox h7.p3,
  .wysiwyg h7.p4,
  .ErrorBox h7.p4 {
    margin-bottom: 2rem;
  }
}

.wysiwyg p + h7:not([class]),
.ErrorBox p + h7:not([class]),
.wysiwyg ul + h7:not([class]),
.ErrorBox ul + h7:not([class]),
.wysiwyg p + h7.p1,
.ErrorBox p + h7.p1,
.wysiwyg ul + h7.p1,
.ErrorBox ul + h7.p1 {
  margin-top: 2.5rem;
}

.wysiwyg h2:not([class]),
.ErrorBox h2:not([class]) {
  padding-left: 1.5rem;
  border-left: solid 4px #ed1c24;
}

.wysiwyg h4:not([class]),
.ErrorBox h4:not([class]),
.wysiwyg h4.p1,
.ErrorBox h4.p1 {
  position: relative;
  display: inline-block;
  margin-top: 2.5rem;
  color: #ed1c24;
  font-family: "Rubik", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
}

.wysiwyg p + p {
  margin: .75rem 0 0;
}

@media (min-width: 62em) {
  .column {
    -moz-column-count: 1;
         column-count: 1;
  }
}

@media (min-width: 62em) {
  .column-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 62em) {
  .column-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.0625rem;
  padding: 0 0.75rem;
  color: #ffffff;
  border-radius: 1rem;
  background-color: rgba(64, 64, 64, 0.6);
  font-size: 0.9375rem;
  font-weight: 600;
}

.badge-light {
  color: #404040;
  background-color: #ffffff;
}

.badge-tooltip {
  position: absolute;
  top: -1.25rem;
  left: 0;
  opacity: 0;
  width: 9.375rem;
  transition: all 0.3s;
  transition-property: transform, opacity;
  background-color: #404040;
}

.badge.badge-tooltip.is-visible {
  opacity: 1;
}

.Breadcrumbs {
  padding: 1rem 0;
  background-color: #ededed;
}

.Breadcrumbs_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Breadcrumbs_item {
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
  font-size: 0.9375rem;
}

@media (min-width: 62em) {
  .Breadcrumbs_item {
    font-size: 1.125rem;
  }
}

.Breadcrumbs_item > a {
  text-decoration: none;
  color: #4a4a4a;
  font-weight: 600;
}

.Breadcrumbs_item > span {
  color: #404040;
  font-weight: 400;
}

.Breadcrumbs_ico {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.875rem;
}

.Breadcrumbs_item:last-child {
  margin-right: 0;
}

.Breadcrumbs_item:last-child .Breadcrumbs_ico {
  display: none;
}

.Breadcrumbs-withoutHero {
  margin-top: 5rem;
}

@media (min-width: 62em) {
  .Breadcrumbs-withoutHero {
    margin-top: 3.75rem;
  }
}

.Section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media (min-width: 62em) {
  .Section {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.SectionShortcode .Section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 62em) {
  .SectionShortcode .Section {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.Section_separator {
  margin: 0;
}

.Section-small {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.swiper-pagination {
  position: relative;
  width: 100%;
  text-align: center;
}

.swiper-pagination-bullets {
  margin-top: 2.5rem;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #dddddd;
}

.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #404040;
}

.swiper-pagination-lock,
.swiper-button-lock {
  display: none !important;
}

.swiper-navigation {
  position: absolute;
  top: 0;
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

@media (min-width: 75em) {
  .swiper-navigation {
    right: -2.5rem;
    left: -2.5rem;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  #homeSlider {
    height: calc( ( var(--prlb-vh, 1vh) * 100 ) - 80px - 50px) !important;
  }
}

#homeSlider.swiper {
  height: 100%;
  position: relative;
}

#homeSlider .container-navigator {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  justify-content: space-between;
  padding-right: 0;
  padding-left: 0;
  pointer-events: none;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #homeSlider .container-navigator {
    display: none;
    top: 0;
    transform: translate3d(-50%, 0, 0);
  }
}

#homeSlider .swiper-button-next {
  right: 0;
}

#homeSlider .swiper-button-prev {
  left: 0;
}

#homeSlider .swiper-button-next,
#homeSlider .swiper-button-prev {
  position: static;
  width: 3rem;
  height: 50vh;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  pointer-events: all;
  justify-content: center;
  color: #ffffff;
  background-color: transparent;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #homeSlider .swiper-button-next,
  #homeSlider .swiper-button-prev {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

#homeSlider .swiper-button-next:hover svg,
#homeSlider .swiper-button-prev:hover svg {
  color: #ed1c24;
}

#homeSlider .swiper-button-next span,
#homeSlider .swiper-button-prev span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#homeSlider .swiper-button-next span:active,
#homeSlider .swiper-button-next span:focus,
#homeSlider .swiper-button-prev span:active,
#homeSlider .swiper-button-prev span:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

#homeSlider .swiper-button-next svg,
#homeSlider .swiper-button-prev svg {
  height: 32px;
  width: 32px;
  transition: all .3s ease-in-out;
}

@media (min-width: 48em) {
  #homeSlider .swiper-button-next svg,
  #homeSlider .swiper-button-prev svg {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  #homeSlider .swiper-button-prev,
  #homeSlider .swiper-rtl .swiper-button-prev {
    margin-right: 1rem;
  }
}

#homeSlider .homeSlider__content {
  margin-top: 2rem;
}

@media (min-width: 48em) {
  #homeSlider .homeSlider__content {
    position: relative;
    height: 100%;
    margin-top: 0;
  }
}

#homeSlider .homeSlider__content .Hero_content {
  position: relative;
  z-index: 100;
}

#homeSlider .homeSlider__content .Hero_content *:not(.btn_label) {
  color: #4a4a4a;
}

@media (min-width: 48em) {
  #homeSlider .homeSlider__content .Hero_content *:not(.btn_label) {
    color: var(--prlb-text-color, #404040);
  }
}

@media (min-width: 48em) {
  #homeSlider .homeSlider__content .Hero_content p {
    font-size: 20px;
  }
}

#homeSlider .homeSlider__content .Hero_content h2:first-of-type {
  color: #ed1c24;
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  #homeSlider .homeSlider__content .Hero_content h2:first-of-type {
    margin-bottom: 30px;
    color: #4a4a4a;
    color: var(--prlb-title-color, #404040);
  }
}

#homeSlider .homeSlider__content .Hero_content .btn {
  margin-top: 20px;
}

@media all {
  #homeSlider .homeSlider__content .Hero_content .btn {
    margin-top: 30px;
  }
}

#homeSlider .homeSlider__content .Hero_content .btn-primary {
  color: #ffffff;
}

#homeSlider .homeSlider__content .row {
  height: 100%;
}

.thumbsHomeSlider__title {
  font-size: 1.125rem;
}

.thumbsHomeSlider__title b,
.thumbsHomeSlider__title strong {
  font-weight: 600;
}

.thumbsHomeSlider__content {
  padding-left: 1rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 160px;
}

.thumbsHomeSlider__content hr {
  margin: 0;
  width: 40%;
  border-color: #ed1c24;
}

.thumbsHomeSlider__container {
  visibility: hidden;
  pointer-events: none;
  height: 0;
}

@media (min-width: 48em) {
  .thumbsHomeSlider__container {
    margin-top: 15px;
    height: auto;
    visibility: visible;
    pointer-events: auto;
  }
}

.thumbsHomeSlider__container.hide-slide {
  visibility: hidden;
  pointer-events: none;
  height: 0;
}

.thumbsHomeSlider__img-wrapper {
  position: relative;
  height: 100%;
}

.thumbsHomeSlider__img-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid transparent;
  transition: border-color .3s ease-in-out;
  pointer-events: none;
}

.swiper-slide-active .thumbsHomeSlider__img-wrapper::after {
  border-color: #ed1c24;
}

#thumbsHomeSlider .swiper-slide [class^="col"] {
  height: 80px;
}

#thumbsHomeSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper-slider-content {
  height: 100%;
  position: relative;
}

.wrapper-slider-content__mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.wrapper-slider-content__nav {
  flex: 1 1 0;
  position: relative;
}

.wrapper-slider-content__text {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  color: white;
  padding: 1rem;
  padding-bottom: 1rem;
}

.wrapper-slider-content__text h2 {
  margin-bottom: .5rem;
}

.wrapper-btn-slider-home {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  transition: all .3s ease-in-out;
  transform: translateY(0);
}

.scrolled .wrapper-btn-slider-home {
  transform: translateY(50px);
}

.wrapper-btn-slider-home .btn-slider-home {
  width: 100%;
  border-radius: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .wrapper-slider-content__text {
    color: var(--text-color);
  }

  .wrapper-slider-content__text h2 {
    color: var(--title-color);
  }
}

.slider_novita_wrapper [class^=col] {
  padding: 0 20px;
}

.slider_novita_wrapper h2 {
  margin-bottom: 1rem;
}

.slider_novita_wrapper .TitleIcon {
  display: flex;
}

@media (min-width: 48em) {
  .slider_novita_wrapper .TitleIcon {
    flex-direction: column;
  }
}

.slider_novita_wrapper .TitleIcon img {
  width: 30px;
  height: auto;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .slider_novita_wrapper .TitleIcon img {
    width: 80px;
    margin-right: 0;
  }
}

.slider_novita_wrapper .slider_novita {
  overflow: hidden;
  height: auto;
}

.slider_novita_wrapper .slider_novita .Novita_title {
  margin-bottom: 0;
}

.slider_novita_wrapper .slider_novita .wysiwyg p {
  margin-bottom: 0;
}

.slider_novita_wrapper .slide-novita-buttons {
  display: flex;
}

@media (min-width: 62em) {
  .slider_novita_wrapper .slide-novita-buttons {
    flex-direction: column-reverse;
  }
}

.slider_novita_wrapper .slide-novita-buttons button {
  margin: 5px;
  transition: all .3s ease;
}

.slider_novita_wrapper .slide-novita-buttons button.swiper-button-disabled {
  opacity: .5;
}

.slider_novita_wrapper .Abstract_title {
  display: flex;
  align-items: center;
}

.slider_novita_wrapper .Abstract_title span.pulse-dot {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid #404040;
  border-radius: 50%;
  margin-right: 10px;
}

.slider_novita_wrapper .Abstract_title span.pulse-dot:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  background-color: #ed1c24;
  border-radius: 50%;
  animation: fadeDot .7s infinite;
}

@keyframes fadeDot {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.Navigation {
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: inherit;
  /* inherit font & color from ancestor */
  color: inherit;
  border: none;
  background: transparent;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.Navigation_ico {
  font-size: 1.125rem;
}

.Navigation.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.Abstract {
  text-align: center;
}

.Abstract_header,
.Abstract_title {
  margin-bottom: 0.75rem;
}

.Abstract_sub {
  text-transform: uppercase;
  color: #ed1c24;
  font-family: "Rubik", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.Abstract.Abstract-left {
  text-align: left;
}

.Banner {
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  width: 100vw;
  height: 0;
  margin: 0;
  padding-bottom: 125%;
}

@media (min-width: 48em) {
  .Banner {
    padding-bottom: 65%;
  }
}

@media (min-width: 62em) {
  .Banner {
    padding-bottom: 25%;
  }
}

.Banner::before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-bottom: calc(100vw / 15) solid transparent;
  border-left: 100vw solid #ffffff;
}

@media (min-width: 48em) {
  .Banner::before {
    border-bottom: calc(100vw / 35) solid transparent;
  }
}

.Banner_img {
  background-color: #f6f6f6;
  background-image: linear-gradient(315deg, #f6f6f6 0%, #e9e9e9 74%);
}

.Banner_img,
.Banner_caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.Banner_img img,
.Banner_img span {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.6s;
  transition-property: transform, opacity;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-x, 50%) var(--focal-y, 50%);
     object-position: var(--focal-x, 50%) var(--focal-y, 50%);
}

@media (min-width: 48em) {
  .Banner_img img,
  .Banner_img span {
    -o-object-position: var(--focal-md-x, 50%) var(--focal-md-y, 50%);
       object-position: var(--focal-md-x, 50%) var(--focal-md-y, 50%);
  }
}

.Banner_title {
  font-size: 1.75rem;
}

@media (min-width: 48em) {
  .Banner_title {
    font-size: 2.25rem;
  }
}

.Banner_sub {
  display: inline-block;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  .Banner_sub {
    margin-bottom: 0.25rem;
  }
}

.Banner_abstract {
  margin-top: 0.625rem;
}

@media (min-width: 48em) {
  .Banner_abstract {
    margin-top: 0.75rem;
  }
}

.Banner_caption {
  z-index: 1;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.Banner_content {
  width: 100%;
  text-align: center;
}

@media (min-width: 48em) {
  .Banner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}

.Banner_heading {
  margin-bottom: 2.8125rem;
}

@media (min-width: 48em) {
  .Banner_heading {
    width: 50%;
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .Banner_heading {
    flex: 0 1 auto;
    width: auto;
    max-width: 60%;
  }
}

.Banner_buttons {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 48em) {
  .Banner_buttons {
    align-items: flex-end;
    width: 50%;
  }
}

@media (min-width: 62em) {
  .Banner_buttons {
    justify-content: flex-end;
    align-items: center;
    flex: 1 0 auto;
    flex-direction: row;
    width: auto;
  }
}

.Banner_button {
  width: 90%;
}

@media (min-width: 62em) {
  .Banner_button {
    width: auto;
  }
}

.Banner_button:first-of-type {
  margin-bottom: 1.25rem;
}

@media (min-width: 62em) {
  .Banner_button:first-of-type:first-of-type {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.Banner-boxed {
  left: 0;
  width: 100%;
}

.Banner-boxed::before {
  display: none;
}

.Banner-boxed .Banner_heading {
  margin-bottom: 1.25rem;
}

@media (min-width: 48em) {
  .Banner-boxed .Banner_heading {
    margin-bottom: 0;
  }
}

.Banner-boxed .Banner_button:first-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

.Banner:hover .Banner_img img {
  transform: scale3d(1.1, 1.1, 1.1) perspective(1px);
}

.IE11 .Banner:hover .Banner_img img {
  transform: translateX(-50%) translateY(-50%) scale3d(1.1, 1.1, 1.1) perspective(1px);
}

html.no-touchevents .Banner else:hover .Banner_img img {
  transform: scale3d(1.1, 1.1, 1.1) perspective(1px);
}

.IE11 html.no-touchevents .Banner else:hover .Banner_img img {
  transform: translateX(-50%) translateY(-50%) scale3d(1.1, 1.1, 1.1) perspective(1px);
}

.Tab {
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
  border-bottom: solid 1px #dddddd;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 48em) {
  .Tab {
    display: flex;
    justify-content: space-between;
  }
}

.Tab::after,
.Tab::before {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 25px;
  content: "";
  pointer-events: none;
  border-bottom-right-radius: 8px;
}

@media (min-width: 48em) {
  .Tab::after,
  .Tab::before {
    display: none;
  }
}

.Tab::before {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

.Tab::after {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
}

.Tab_legend {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

.Tab_items {
  position: relative;
  display: flex;
  overflow-x: scroll;
  width: 100%;
  padding-left: 20px;
}

@media (min-width: 48em) {
  .Tab_items {
    left: 0;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
}

.Tab_item {
  position: relative;
  display: inline-block;
  padding: 0 1.5rem 2rem;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 700;
}

.Tab_item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0.9375rem;
  content: "";
  background-color: #dddddd;
}

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

.Tab_label {
  display: inline-block;
  transition: color 0.25s;
}

.Tab_label::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  height: 0.25rem;
  content: "";
  transition: opacity 0.25s;
  background-color: #ed1c24;
}

.Tab_input:checked + .Tab_label {
  color: #ed1c24;
}

.Tab_input:checked + .Tab_label::after {
  opacity: 1;
}

.Accordion {
  width: 100%;
  margin-bottom: 1rem;
  border-bottom: solid 2px #404040;
}

@media only screen and (max-width: 576px) {
  .Accordion_read-more .Accordion_label {
    padding-right: 5rem;
  }

  .Accordion_read-more {
    top: unset;
    bottom: 8px;
    transform: unset;
  }
}

.Accordion_title {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.Accordion[data-state="open"] .Accordion_title {
  font-weight: 700;
}

.Accordion_label {
  text-transform: uppercase;
  color: #ed1c24;
  font-size: 1.25rem;
  font-weight: 700;
}

.Accordion_ico {
  position: absolute;
  top: 50%;
  right: 0;
  transition: transform 0.3s;
  transform: translateY(-50%);
  color: #ed1c24;
  font-size: 1rem;
}

.Accordion_ico .ico {
  transition: transform 0.3s;
}

.Accordion_ico .Accordio_expand {
  display: inline;
  font-weight: 700;
}

.Accordion_ico .Accordio_show-less {
  display: none;
}

.Accordion[data-state="open"] .Accordion_ico .ico {
  transform: rotate(180deg);
}

.Accordion[data-state="open"] .Accordion_ico .Accordio_expand {
  display: none;
}

.Accordion[data-state="open"] .Accordion_ico .Accordio_show-less {
  display: inline;
}

.Accordion_window {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s, opacity 0.5s;
}

.Accordion[data-state="open"] .Accordion_window {
  opacity: 1;
  max-height: 62.5rem;
}

.Accordion_content {
  margin: 1.5rem 0;
}

.Accordion_content,
.Accordion_content p {
  font-size: 1rem;
  line-height: 1.5625rem;
}

.Quote {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 600;
  font-style: italic;
  line-height: 2.625rem;
}

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

.Video::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

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

.Card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0 0 1rem 0;
  text-decoration: none;
  color: currentColor;
  border: solid 1px rgba(64, 64, 64, 0.2);
  border-radius: 0.25rem;
  background-color: #ffffff;
}

@media (min-width: 62em) {
  .Card {
    padding: 0 0 2rem 0;
  }
}

.sb-show-main .Card {
  max-width: 380px;
}

.Card_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 180px;
  background-color: #f6f6f6;
  background-image: linear-gradient(315deg, #f6f6f6 0%, #e9e9e9 74%);
}

.Card_img > img,
.Card_img > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.6s;
  transition-property: transform, opacity;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-x, 50%) var(--focal-y, 50%);
     object-position: var(--focal-x, 50%) var(--focal-y, 50%);
}

@media (min-width: 48em) {
  .Card_img > img,
  .Card_img > span {
    -o-object-position: var(--focal-md-x, 50%) var(--focal-md-y, 50%);
       object-position: var(--focal-md-x, 50%) var(--focal-md-y, 50%);
  }
}

.Card_img::after {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: calc(380px / 10) solid transparent;
  border-left: 380px solid #ffffff;
}

.Card_caption {
  padding: 0 1rem;
}

@media (min-width: 62em) {
  .Card_caption {
    padding: 0 2rem;
  }
}

.Card_badge {
  margin-right: 0.5rem;
}

.Card_title {
  margin-bottom: 0.625rem;
}

.Card_btn {
  margin-top: 1.5rem;
}

.Card_sub {
  text-transform: uppercase;
  color: #ed1c24;
  font-size: 0.875rem;
  font-weight: 700;
}

.Card_header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  color: #ffffff;
}

@media (min-width: 62em) {
  .Card_header {
    padding: 2rem;
  }
}

.Card_header::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
  content: "";
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}

.Card-testimonial .Card_btn {
  position: absolute;
  bottom: 1.5rem;
  margin-top: 0;
}

.Card-testimonial .Card_caption {
  margin-bottom: 4rem;
}

@media (min-width: 48em) {
  .Card-testimonial .Card_caption {
    margin-bottom: 2.5rem;
  }
}

.Card-testimonial .Card_caption--small {
  margin-bottom: 3.5rem;
}

@media (min-width: 48em) {
  .Card-testimonial .Card_caption--small {
    margin-bottom: 2rem;
  }
}

.Card-testimonial .Card_title {
  margin-top: 0.5rem;
  word-break: break-word;
}

.Card-testimonial .Card_sub .Card_title {
  margin-top: 0;
}

.Card-testimonial .Card_img::before {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 65%;
  content: "";
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.Card-action {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 0.125rem;
  border: none;
  border-radius: 0;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .Card-action {
    position: relative;
    height: 0;
    padding-bottom: 63.33333333%;
  }
}

@media (min-width: 62em) {
  .Card-action {
    position: relative;
    height: 0;
    padding-bottom: 157.89473684%;
    margin-bottom: 0;
    border-radius: 0.25rem;
  }
}

.Card-action .Card_btn {
  width: 100%;
}

.Card-action .Card_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.Card-action .Card_img::after {
  display: none;
}

.Card-action .Card_caption {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  width: 100%;
  color: #ffffff;
}

.Card-project .Card_title {
  margin-top: 3rem;
}

.Card-project .Card_btn {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  width: auto;
}

.Card-project .Card_caption {
  margin-bottom: 4rem;
}

.Card-project .Card_img {
  height: 210px;
}

.Card-news {
  margin-bottom: 1rem;
}

@media (min-width: 62em) {
  .Card-news {
    height: 100%;
    margin-bottom: 0;
  }
}

.sb-show-main .Card-news {
  max-width: 550px;
}

.Card-news .Card_img {
  height: 300px;
}

.Card-news .Card_img::after {
  display: none;
}

.Card-news .Card_title {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  text-align: center;
}

@media (min-width: 62em) {
  .Card-news .Card_title {
    right: 2rem;
    bottom: 1.5rem;
    left: 2rem;
  }
}

.Card-news .Card_caption {
  margin-top: 1.5rem;
}

@media (min-width: 62em) {
  .Card-news .Card_caption {
    margin-top: 2.5rem;
  }
}

.Card-news .Card_btn {
  margin-top: 0;
}

@media (min-width: 62em) {
  .Card-news .Card_btn {
    position: absolute;
    bottom: 1.5rem;
  }
}

@media (min-width: 62em) {
  .Card-news .Card_caption {
    margin-bottom: 2.5rem;
  }
}

.Card-magazine {
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 62em) {
  .Card-magazine {
    padding-top: 2.5rem;
  }

  .Card-magazine:last-child {
    margin-bottom: 0;
  }
}

.sb-show-main .Card-magazine {
  max-width: 550px;
}

.CardColumn > .Card-magazine {
  height: 100%;
}

.Card-jobs,
.Card-search {
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.Card-magazine .Card_title,
.Card-jobs .Card_title,
.Card-search .Card_title {
  margin-top: 0.5rem;
}

@media (min-width: 62em) {
  .Card-magazine .Card_title,
  .Card-jobs .Card_title,
  .Card-search .Card_title {
    margin-top: 1rem;
  }
}

.Card-magazine .Card_btn {
  margin-top: 0;
}

.Card-related {
  padding: 0;
}

@media (min-width: 36em) {
  .Card-related {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 215px;
  }
}

.sb-show-main .Card-related {
  max-width: 100%;
}

@media (min-width: 36em) {
  .Card-related .Card_img {
    flex: 0 0 auto;
    width: 215px;
    height: auto;
  }
}

.Card-related .Card_img > img {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.Card-related .Card_img::after {
  display: none;
}

.Card-related .Card_caption {
  padding: 1.5rem;
}

@media (min-width: 36em) {
  .Card-related .Card_caption {
    flex: 0 1 auto;
    width: 70%;
  }
}

@media (min-width: 36em) {
  .Card-related .Card_caption {
    padding: 1.5rem 2.5rem;
  }
}

.Card-related .Card_title {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.CardColumn {
  margin-bottom: 1rem;
}

@media (min-width: 62em) {
  .CardColumn {
    margin-bottom: 2rem;
  }
}

.Card-full {
  height: 100%;
}

.Card:hover .Card_img > img,
.Card:hover .Card_img > span {
  transform: scale3d(1.1, 1.1, 1.1) perspective(1px);
}

html.no-touchevents .Card else:hover .Card_img > img,
html.no-touchevents .Card else:hover .Card_img > span {
  transform: scale3d(1.1, 1.1, 1.1) perspective(1px);
}

.Author {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  margin-bottom: 2rem;
  text-decoration: none;
  color: #404040;
}

.Author_body {
  max-width: 22.5rem;
  margin-bottom: 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5625rem;
}

.Author_body p {
  font-size: 1rem;
  line-height: 1.5625rem;
}

.Author_name {
  margin-bottom: 0.5rem;
}

.Author_thumb {
  flex: 0 0 auto;
  width: 11.25rem;
  height: 11.25rem;
  margin-bottom: 1.5rem;
  border: solid 4px #ededed;
  border-radius: 50%;
  background-color: #ededed;
  background-repeat: no-repeat;
  background-origin: center center;
  background-size: cover;
}

.Author-post .Author_thumb {
  width: 6.25rem;
  height: 6.25rem;
}

.Sharer {
  position: relative;
  margin-top: 3rem;
}

.Sharer_list {
  display: inline-block;
  margin: 0 -0.25rem;
  padding: 0;
  list-style-type: none;
}

.Sharer_item {
  display: inline-block;
  padding: 0 0.25rem;
}

.Sharer_item > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: white;
  font-size: 1.25rem;
}

.Sharer_item > .Facebook {
  background-color: #4e4990;
}

.Sharer_item > .Twitter {
  background-color: #0098f4;
}

.Sharer_item > .LinkedIn {
  background-color: #0067b1;
}

.Sharer_title {
  margin-bottom: 0.5rem;
  font-family: "Rubik", sans-serif;
  font-size: 1.25rem;
}

.Share__card {
  padding: 1rem;
}

@media (min-width: 62em) {
  .Share__card {
    padding: 0;
  }
}

.Share h3 {
  font-weight: 700;
  font-size: 2rem;
}

.Share h5 {
  font-size: 1.125rem;
}

.Share a {
  color: #404040;
  transition: all .3s ease-in-out;
  text-decoration: none;
  text-align: center;
  padding: 1.5rem;
}

.Share a:hover,
.Share a :active,
.Share a :visited {
  color: #ed1c24;
}

.Share a:hover .circle {
  background-color: #ed1c24;
}

.Share .circle {
  width: 60px;
  height: 60px;
  background-color: #404040;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 48em) {
  .Share .twitter {
    border-left: 1px solid #cccccc;
  }
}

.icon-svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.currentColor {
  fill: currentColor;
}

.border-left {
  border-left: 1px solid #cccccc;
}

.Page {
  position: relative;
}

.Page_content {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.Hero.Hero-home + .Page .Page_content {
  margin-top: 0;
}

.Nav + .Page .Page_content {
  margin-top: 7rem;
}

.Page_title {
  margin-bottom: 1.5rem;
}

.Page_related {
  padding: 5rem 0;
  background-color: #f2f2f2;
}

.Page-centered .Page_content {
  text-align: center;
}

.Sidebar {
  margin-top: 2.5rem;
}

@media (min-width: 62em) {
  .Sidebar {
    margin-top: 0;
  }
}

.Form {
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.Form_label {
  display: block;
  margin-bottom: 1rem;
}

.Form_submit {
  max-width: 100%;
  margin-top: 2rem;
  padding: 0 4rem;
}

.prlb-donation-form h3 {
  font-weight: 700;
}

.prlb-donation-form .Check_label a,
.prlb-donation-form a {
  text-decoration: none;
  color: #404040;
  font-weight: 400;
}

.Input {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  background: #ffffff;
  font-size: 0;
}

.Input_field {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 3.4375rem;
  margin: 0;
  padding-top: 1.5rem;
  transition: border-color 0.3s;
  white-space: normal;
  border: none;
  border-bottom: solid 1px #dddddd;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 48em) {
  .Input_field {
    height: 3.75rem;
  }
}

.Input_label {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: inline-block;
  padding-top: 1.5rem;
  padding-right: 0;
  padding-bottom: 0;
  transition: transform 0.3s;
  transform-origin: 0 0;
  color: #4a4a4a;
  font-size: 1rem;
}

.Input_ico {
  position: absolute;
  z-index: 3;
  top: 1.25rem;
  right: 1.5rem;
  transition: opacity 0.3s;
  pointer-events: none;
  font-size: 2.5rem;
}

.Input_delete {
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: inherit;
  /* inherit font & color from ancestor */
  color: inherit;
  border: none;
  background: transparent;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  position: absolute;
  z-index: 3;
  top: 1.25rem;
  right: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.Input_delete > .Input_ico {
  position: static;
  font-size: 2.5rem;
}

.Input_filename {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: 50%;
  right: 6rem;
  left: 1.5rem;
  display: inline-block;
  opacity: 0;
  padding-top: 1rem;
  transition: opacity 0.4s;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.Input_error {
  display: none;
  width: 100%;
  padding: 0.5rem 0;
  color: #a81217;
  font-size: 0.875rem;
  font-weight: 700;
}

.Input-text .Input_field {
  height: 11.875rem;
  padding-top: 2rem;
  padding-right: 1.5rem;
  resize: none;
  line-height: 1.1875rem;
}

.Input:not(.Input-file) .Input_field:focus {
  border-color: #404040;
}

.Input:not(.Input-file) .Input_field:focus + .Input_label,
.Input_field[data-state="dirty"] + .Input_label {
  transform: translate(0, -8px) scale3d(0.85, 0.85, 0.85) perspective(1px);
  color: #4a4a4a;
  font-weight: 700;
}

@media (min-width: 48em) {
  .Input:not(.Input-file) .Input_field:focus + .Input_label,
  .Input_field[data-state="dirty"] + .Input_label {
    transform: translate(0, -8px) scale3d(0.8, 0.8, 0.8) perspective(1px);
  }
}

.Input_field[data-state="dirty"] {
  border-color: #4a4a4a;
}

.Input_file {
  z-index: 3;
  display: block;
  width: 100%;
  height: 3.4375rem;
  margin: 0;
  padding-top: 1rem;
  padding-left: 1.5rem;
  cursor: pointer;
  border: solid 1px #dddddd;
}

@media (min-width: 48em) {
  .Input_file {
    height: 3.75rem;
  }
}

.Input.Input-file .Input_label {
  pointer-events: none;
}

.Input.Input-file .Input_field,
.Input_field[type="file"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.Input_field[data-state="dirty"] + .Input_label + .Input_filename {
  opacity: 1;
}

.Input_field[data-state="dirty"] + .Input_label + .Input_filename + .Input_upload {
  opacity: 0;
}

.Input_field[data-state="dirty"] + .Input_label + .Input_filename + .Input_upload + .Input_delete {
  opacity: 1;
  pointer-events: auto;
}

.Input.has-error .Input_field,
.Input.has-error .Input_field:focus,
.Input.has-error .Input_file {
  border-bottom-color: #a81217;
}

.Input.has-error .Input_error {
  display: inline-block;
}

.Input.has-error .Input_label {
  color: #a81217;
}

@media (min-width: 48em) {
  .Input-collpsed {
    margin-bottom: 0;
  }
}

.Check {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2rem;
  cursor: pointer;
  color: #404040;
  background-color: transparent;
}

.Check_input {
  position: absolute;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
}

.Check_ico {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  display: inline-block;
  opacity: 0;
  margin: auto;
  transition: opacity 0.25s;
  color: #ed1c24;
}

.Check_indicator {
  position: relative;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border: solid 1px #dddddd;
  background-color: transparent;
}

.Check_indicator::after {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  opacity: 0;
  content: "";
  transition: all 0.15s;
  transition-property: opacity, scale;
  transform: scale(0.9);
  background-color: #4a4a4a;
}

.Toggler .Check_indicator {
  width: 1.66666667rem;
  height: 1.66666667rem;
}

.Check_label {
  position: relative;
  z-index: 2;
  display: block;
  flex: 1 1 auto;
  width: calc(100% - 2rem);
  padding: 0 1rem;
  text-align: left;
  font-weight: 400;
}

.Check_label a {
  text-decoration: underline;
  font-weight: 700;
}

.Check_input:checked + .Check_indicator::after {
  opacity: 1;
  transform: scale(1);
}

.Check_input:checked + .Check_indicator {
  border-color: #4a4a4a;
}

.Check_error {
  display: none;
  flex: 0 0 auto;
  width: 100%;
  margin-top: 1rem;
  color: #a81217;
}

.CheckGroup.has-error .Check_indicator {
  border-color: #a81217;
}

.CheckGroup.has-error .Check_label {
  color: #a81217;
}

.CheckGroup.has-error .Check_error {
  display: block;
}

.Radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 2rem;
  cursor: pointer;
  color: #404040;
  background-color: transparent;
}

.Radio_input {
  position: absolute;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
}

.Radio_indicator {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: solid 1px #dddddd;
  border-radius: 50%;
  background-color: transparent;
}

.Radio_indicator::after {
  position: absolute;
  z-index: 1;
  top: 4.8px;
  right: 4.8px;
  bottom: 4.8px;
  left: 4.8px;
  opacity: 0;
  margin: auto;
  content: "";
  transition: opacity 0.25s;
  border-radius: 100%;
  background-color: #404040;
}

.Radio_label {
  position: relative;
  z-index: 2;
  padding: 0 1rem;
  white-space: nowrap;
  font-size: 16px;
}

@media (min-width: 48em) {
  .Radio_label {
    font-size: 19px;
  }
}

.Radio_input:checked + .Radio_indicator::after {
  opacity: 1;
}

.Radio_input:checked + .Radio_indicator + .Radio_label {
  font-weight: 700;
}

.RadioGroup {
  margin-bottom: 1rem;
}

.RadioGroup.has-error .Radio_indicator {
  border-color: #a81217;
}

.RadioGroup.has-error .Radio_label {
  color: #a81217;
}

.RadioGroup.has-error .Radio_error {
  display: block;
}

.Projects {
  position: relative;
}

.Projects_wrapper {
  justify-content: stretch;
  align-items: stretch;
}

.Projects_slide {
  height: auto;
}

.Projects_card {
  height: 100%;
}

.Projects_list {
  margin-bottom: 1.5rem;
}

.ProjectsFilter {
  display: flex;
  justify-content: center;
}

.ProjectsFilter_content {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #dddddd;
}

@media (min-width: 62em) {
  .ProjectsFilter_content {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .ProjectsFilter:not(:last-of-type) .ProjectsFilter_content {
    border-right: solid 1px #dddddd;
  }
}

.ProjectsFilter_name {
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
}

.FilterableProjects,
.FilterableVideos {
  position: relative;
}

.FilterableProjects_count,
.FilterableVideos_count {
  display: block;
  margin-bottom: 2.5rem;
}

.FilterableProjects_form,
.FilterableVideos_form {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 62em) {
  .FilterableProjects_form,
  .FilterableVideos_form {
    border-bottom: solid 1px #dddddd;
  }
}

.Toggler {
  position: relative;
  text-align: center;
}

.Toggler_title {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: center;
}

.Toggler_ico {
  display: inline-block;
  margin-left: 1.5rem;
  transition: transform 0.3s;
}

.Toggler[data-state="open"] .Toggler_ico {
  transform: rotate(180deg);
}

.Toggler_content {
  position: absolute;
  z-index: 5;
  top: 150%;
  left: 50%;
  display: inline-flex;
  opacity: 0;
  flex-direction: column;
  min-width: 12.5rem;
  padding: 2rem;
  transition: all 0.3s;
  transition-property: opacity, transform;
  transform: translate(-50%, 15px);
  pointer-events: none;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.Toggler[data-state="open"] .Toggler_content {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.Toggler_filter {
  width: auto;
  margin-bottom: 1rem;
}

.SliderWithTab_wrapper {
  justify-content: stretch;
  align-items: stretch;
}

.SliderWithTab_slide {
  width: 90%;
  height: auto;
}

@media (min-width: 48em) {
  .SliderWithTab_slide {
    width: 100%;
  }
}

.SliderWithTab_card {
  height: 100%;
}

.Widget h4:not([class]) {
  display: inline-block;
  position: relative;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  font-size: 1.375rem;
  padding-bottom: 0.75rem;
  margin-bottom: 2rem;
}

.Widget h4:not([class])::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ed1c24;
}

.Widget .Card-related {
  border: none;
  min-height: auto;
  margin-bottom: 2.5rem;
}

.Widget .Card-related .Card_img {
  display: none;
}

.Widget .Card-related .Card_caption {
  width: 100%;
  padding: 0;
}

.Widget .Card-related .Card_title {
  margin-bottom: 0;
  font-size: 1.375rem;
}

.Widget .Card-related .Card_btn {
  margin-top: 1rem;
}

.Widget .Section:first-of-type {
  margin-top: 0;
}

.SearchResult {
  margin-bottom: 1.5rem;
}

.SearchResult_title {
  margin-bottom: 0.5rem;
}

.SearchResult_title > a {
  color: #404040;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 3rem;
}

@media (min-width: 48em) {
  .wp-pagenavi {
    justify-content: flex-end;
  }
}

.wp-pagenavi .page,
.wp-pagenavi .pages,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend {
  display: inline-block;
  margin-right: 0.5rem;
  white-space: nowrap;
  font-family: "Rubik", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}

.wp-pagenavi .last {
  margin-right: 0;
}

.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  padding: 0.5rem;
  border: solid 1px #dddddd;
  border-radius: 0.1875rem;
}

.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  transition: color 0.15s;
  text-decoration: none;
  color: #ed1c24;
}

.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  color: #a81217;
}

html.no-touchevents .wp-pagenavi .page else:hover,
html.no-touchevents
.wp-pagenavi .nextpostslink else:hover,
html.no-touchevents
.wp-pagenavi .previouspostslink else:hover,
html.no-touchevents
.wp-pagenavi .first else:hover,
html.no-touchevents
.wp-pagenavi .last else:hover {
  color: #a81217;
}

.CountryMap {
  position: relative;
}

.CountryMap-world {
  max-height: 16.875rem;
}

.CountryMap path[clickable] {
  transition: all ease 200ms;
  fill: #a7a7a7;
}

.CountryMap path[clickable]:hover {
  cursor: pointer;
  fill: #a81117;
}

.CountryMapList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.CountryMapList li {
  margin: 0.5rem 0;
}

.CountryListItem_btn {
  width: 100%;
}

.Card-author {
  overflow: initial;
  height: 100%;
}

.Card_Tematiche__Item {
  font-weight: 600;
  font-size: 1.2rem;
  color: #ed1c24;
  margin-bottom: .5rem;
}

.Card_Tematiche .term--separator {
  color: #4a4a4a;
}

.Card_Autor {
  position: relative;
  display: flex;
  margin-bottom: 1.5rem;
  background-color: #ededed;
  padding: .6rem 1rem .4rem;
}

.Card_Autor__Name {
  font-weight: 700;
  line-height: 1;
}

.Card_Autor__Img {
  position: absolute;
  display: block;
  width: var(--pure-img-width, 76px);
  height: var(--pure-img-width, 76px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
  border-radius: 99rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}

.Card_Autor__Img_Wrapper {
  position: relative;
  width: var(--pure-img-width, 76px);
  margin-right: 1rem;
}

.ratio--autor {
  border-radius: 99rem;
  overflow: hidden;
}

.ratio--autor img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 48em) {
  .Autor {
    --pure-img-width-top: 120px;
  }
}

@media (min-width: 62em) {
  .Autor {
    --pure-img-width-top: 140px;
  }
}

@media (min-width: 75em) {
  .Autor {
    --pure-img-width-top: 200px;
  }
}

.Autor_row {
  display: flex;
  padding: 0.6rem 1rem;
  background-color: #ededed;
  border-radius: .5rem;
  margin-top: 0;
}

@media (min-width: 48em) {
  .Autor_row {
    padding: 1.4rem 2rem 1rem 2rem;
  }
}

@media (min-width: 62em) {
  .Autor_row {
    padding: 2.5rem 3rem 2rem 3rem;
    margin-bottom: 6.5rem;
  }
}

@media (max-width: 47.99em) {
  .Autor_row {
    margin-bottom: 30px;
  }
}

@media (max-width: 47.99em) {
  .Autor__Name {
    font-size: 20px;
  }
}

.Autor__Img {
  position: absolute;
  display: block;
  width: var(--pure-img-width-top, 76px);
  height: var(--pure-img-width-top, 76px);
  top: calc(var(--pure-img-width-top, 76px) * -0.2);
  left: 0;
  border-radius: 99rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}

@media (min-width: 48em) {
  .Autor__Img {
    top: calc(var(--pure-img-width-top, 76px) * -0.1);
  }
}

@media (min-width: 62em) {
  .Autor__Img {
    top: calc(var(--pure-img-width-top, 76px) * -0.15);
  }
}

.Autor__Img_Wrapper {
  position: relative;
  width: var(--pure-img-width-top, 76px);
  margin-right: 1rem;
}

@media (min-width: 48em) {
  .Autor__Img_Wrapper {
    margin-right: 2rem;
  }
}

.AuthorBio {
  background-color: #ededed;
  padding: 3rem 0;
}

.AuthorBio_Description {
  font-size: 1rem;
  line-height: 1.5625rem;
}

.AuthorRelated .Card--AuthorRelated {
  padding: 2.5rem 0;
}

.AuthorRelated .Card--AuthorRelated .Card_caption {
  padding: 0 2rem;
}

.Check-autori.disable,
.Check-tematiche.disable {
  opacity: 0.5;
  pointer-events: none;
}

.PostMainTitle {
  padding-left: 1.5rem;
  border-left: solid 4px #ed1c24;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .PostMainTitle {
    margin-bottom: 2rem;
  }
}

.PostMainTitle_Occhiello {
  color: #ed1c24;
  margin-bottom: 1rem;
  display: block;
  font-weight: 700;
}

.ErrorBox {
  display: none;
  width: 100%;
  margin: 2rem 0;
  padding: 1rem;
  border-left: solid #ed1c24 4px;
  background-color: rgba(237, 28, 36, 0.15);
}

@media (min-width: 48em) {
  .ErrorBox {
    padding: 2rem;
  }
}

.ErrorBox > p {
  margin-bottom: 0;
}

.Loading {
  text-align: center;
  color: #4a4a4a;
}

.Loading_claim {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #ed1c24;
  font-family: "Rubik", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.Loading_brick {
  width: 5rem;
  height: 1.5625rem;
  margin: 0 auto;
  margin-top: 3rem;
  animation: load 2s infinite;
  border-radius: 4px;
  background-color: #7d7d7d;
}

@keyframes load {
  0% {
    transform: translateX(-100%);
  }

  60% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.Footer {
  position: relative;
  padding: 3rem 0;
  color: #ffffff;
  background-color: #a81217;
}

.Footer_title {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.Footer_map {
  display: block;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.5s;
}

.Footer_map:hover {
  opacity: 1;
}

html.no-touchevents .Footer_map else:hover {
  opacity: 1;
}

.Footer_map:focus {
  opacity: 1;
}

html[data-whatintent="keyboard"] .Footer_map else:focus {
  opacity: 1;
}

.Footer_country {
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #404040;
  font-weight: 600;
}

.Footer_country:hover {
  color: #ed1c24;
}

html.no-touchevents .Footer_country else:hover {
  color: #ed1c24;
}

.Footer_country:focus {
  color: #ed1c24;
}

html[data-whatintent="keyboard"] .Footer_country else:focus {
  color: #ed1c24;
}

.FooterSocial {
  position: relative;
  padding: 3rem 0;
  text-align: center;
  color: #ffffff;
  background-color: #303031;
}

@media (min-width: 48em) {
  .FooterSocial {
    text-align: left;
  }
}

.FooterSocial_left {
  margin-bottom: 3rem;
}

@media (min-width: 48em) {
  .FooterSocial_left {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .FooterSocial_col {
    display: flex;
    align-items: center;
  }
}

.FooterSocial_sub {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 700;
}

.FooterSocial_title {
  margin-bottom: 1rem;
  font-family: "Rubik", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  .FooterSocial_title {
    font-size: 2.25rem;
  }
}

.FooterSocial_list {
  margin-top: 0;
  margin-right: -0.375rem;
  margin-bottom: 2rem;
  margin-left: -0.375rem;
  padding: 0;
  list-style: none;
}

@media (min-width: 62em) {
  .FooterSocial_list {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.FooterSocial_item {
  display: inline-block;
  padding: 0 0.625rem;
}

.FooterSocial_item > a {
  display: inline-block;
  transition: color 0.25s;
  color: #ffffff;
}

.FooterSocial_ico {
  font-size: 1.5rem;
}

.FooterCredits {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}

.FooterCredits::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.6);
}

.FooterCredits-bottom {
  flex-wrap: wrap;
  width: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media (min-width: 48em) {
  .FooterCredits-bottom {
    margin-top: 2.5rem;
  }
}

.FooterCredits-bottom::before {
  display: none;
}

.FooterCredits_company {
  width: 100%;
  line-height: 1.5;
}

.FooterCredits_email {
  text-decoration: none;
  font-weight: 700;
}

.FooterCredits_agency {
  width: 100%;
}

@media (min-width: 48em) {
  .FooterCredits_agency {
    text-align: right;
  }
}

@media (min-width: 48em) {
  .FooterCredits_privacy {
    text-align: center;
  }
}

.FooterCredits_item {
  display: inline-block;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  text-decoration: none;
  border-right: solid 1px rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
  font-weight: 600;
}

.FooterCredits_item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.FooterCredits_main {
  display: block;
  font-weight: 700;
}

@media (min-width: 48em) {
  .FooterCredits_contact {
    display: inline-block;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
    border-right: solid 1px rgba(255, 255, 255, 0.4);
    font-size: 0.875rem;
  }

  .FooterCredits_contact:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}

.FooterCredits_col {
  flex: 0 0 auto;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.FooterCredits_col:not(:first-of-type) {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}

@media (min-width: 48em) {
  .FooterCredits_col {
    max-width: 33.33333333%;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .FooterCredits_col:not(:first-of-type) {
    border-top: none;
  }
}

.FooterCredits_agency a {
  text-decoration: none;
  font-weight: 600;
}

.FooterCredits a {
  transition: color 0.15s;
  color: rgba(255, 255, 255, 0.7);
}

.FooterCredits a:hover {
  color: #ffffff;
}

html.no-touchevents .FooterCredits a else:hover {
  color: #ffffff;
}

.FooterCredits a:focus {
  color: #ffffff;
}

html[data-whatintent="keyboard"] .FooterCredits a else:focus {
  color: #ffffff;
}

.FooterMenu {
  display: inline-block;
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}

.FooterMenu_item {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}

.FooterMenu_item > a {
  transition: color 0.15s;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.FooterMenu_item > a:hover {
  color: #ffffff;
}

html.no-touchevents .FooterMenu_item > a else:hover {
  color: #ffffff;
}

.FooterMenu_item > a:focus {
  color: #ffffff;
}

html[data-whatintent="keyboard"] .FooterMenu_item > a else:focus {
  color: #ffffff;
}

.wrapper--glossary-list h2 {
  color: #ed1c24;
  position: sticky;
  top: calc( 65px + 56px);
}

@media only screen and (max-width: 768px) {
  .wrapper--glossary-list h2 {
    top: calc( 80px + 56px);
  }
}

.wrapper--glossary-list .row--letter {
  scroll-margin-top: 145px;
  margin-bottom: 125px;
}

.wrapper--glossary-list .row--letter:nth-of-type(1) {
  margin-top: 55px;
}

.wrapper--glossary-list .col-border {
  border-left: 4px solid #ed1c24;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper--glossary-list .col-border .glossary-element {
  scroll-margin-top: 136px;
}

@media only screen and (min-width: 769px) {
  .wrapper--glossary-list .col-border .glossary-element {
    scroll-margin-top: 121px;
  }
}

.wrapper--glossary-list .col-border h4 {
  margin-bottom: .5rem;
}

.wrapper--glossary-list .col-border .content {
  font-size: 1.25rem;
}

.wrapper--glossary-list .col-border > div {
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.wrapper--glossary-list .col-border > div:last-of-type {
  margin: 0;
}

.wrapper--glossary-row {
  position: sticky;
  top: 65px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .wrapper--glossary-row {
    top: 80px;
  }
}

.wrapper--glossary-row .glossary-row .col-auto:not(.col-auto:nth-of-type(1)) {
  padding-left: 15px;
}

.wrapper--glossary-row .glossary-row a {
  text-transform: uppercase;
}

.wrapper--glossary-row .glossary-row a h4 {
  font-size: 1.25rem;
}

.wrapper--glossary-row .glossary-row a.anchor--full {
  color: #404040;
}

.wrapper--glossary-row .glossary-row a.anchor--empty {
  color: #ededed;
}

@media only screen and (max-width: 768px) {
  .wrapper--glossary-row .glossary-row .row {
    overflow-x: auto;
    flex-flow: nowrap;
  }
}

.wrapper--video .row--list-videos .hover-effect-img img {
  transition: all .3s ease-in-out;
}

.wrapper--video .row--list-videos .hover-effect-img:hover img {
  transform: scale(1.1);
}

.wrapper--video .row--list-videos .hover-effect-svg .bi-arrow-right {
  transition: all .3s ease-in-out;
}

.wrapper--video .row--list-videos .hover-effect-svg:hover .bi-arrow-right {
  transform: translateX(10px);
}

.wrapper--video .row--list-videos .main-border-radius {
  border-radius: 5px;
  border: 1px solid #BFBFBF;
  overflow: hidden;
}

.wrapper--video .row--list-videos .col-md-6 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 576px) {
  .wrapper--video .row--list-videos .col-md-6:nth-child(odd) {
    margin-bottom: 20px;
  }
}

.wrapper--video .row--list-videos .ratio-16x9 {
  position: relative;
  width: 100%;
}

.wrapper--video .row--list-videos .ratio-16x9::before {
  display: block;
  padding-top: var(--pure-aspect-ratio);
  content: '';
}

.wrapper--video .row--list-videos .ratio-16x9 div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper--brand-ambassador .hover-effect-img img {
  transition: all .3s ease-in-out;
}

.wrapper--brand-ambassador .hover-effect-img:hover img {
  transform: scale(1.1);
}

.wrapper--brand-ambassador .hover-effect-svg .bi-arrow-right {
  transition: all .3s ease-in-out;
}

.wrapper--brand-ambassador .hover-effect-svg:hover .bi-arrow-right {
  transform: translateX(10px);
}

.wrapper--brand-ambassador .main-border-radius {
  border-radius: 5px;
  border: 1px solid #BFBFBF;
  overflow: hidden;
}

@media only screen and (max-width: 576px) {
  .wrapper--brand-ambassador .col-md-6:nth-child(odd) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper--brand-ambassador .col-scopri a {
    padding-top: 64px;
  }
}

.wrapper--brand-ambassador .col-scopri svg {
  transition: all .3s ease-in-out;
}

.wrapper--brand-ambassador .col-scopri:hover svg {
  margin-left: .5rem;
}

.wrapper--brand-ambassador .ratio-16x9 {
  position: relative;
  width: 100%;
}

.wrapper--brand-ambassador .ratio-16x9::before {
  display: block;
  padding-top: var(--pure-aspect-ratio);
  content: '';
}

.wrapper--brand-ambassador .ratio-16x9 div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper--podcast .ratio-1x1::before {
  display: block;
  padding-top: var(--pure-aspect-ratio);
  content: '';
}

.wrapper--podcast .ratio-1x1 div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .wrapper--podcast .row--list-podcast {
    margin-right: 0;
    margin-left: 0;
  }

  .wrapper--podcast .row--list-podcast .col-content {
    padding: 0;
    margin-top: 15px;
  }

  .wrapper--podcast .row--list-podcast .col-content .content {
    padding-top: 20px;
    padding: 15px;
  }
}

.wrapper--podcast .row--list-podcast .row {
  border-radius: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.wrapper--podcast .row--list-podcast .row .content {
  border: 1px solid #BFBFBF;
  border-radius: 5px;
}

.wrapper--podcast .row--list-podcast .row .content .icon-podcast {
  width: 35px;
  height: 35px;
  color: #fff;
}

.wrapper--podcast .row--list-podcast .row .content .icon-podcast .st1 {
  stroke-width: 3;
  stroke-miterlimit: 10;
  stroke: #ed1c24;
}

.wrapper--podcast .row--list-podcast .row .content p {
  font-size: 1.125rem;
}

.wrapper--podcast .row--list-podcast .row .content p.text-arrow {
  color: #4a4a4a;
}

.wrapper--podcast .row--list-podcast .row .content p.text-arrow svg {
  transition: all .3s ease-in-out;
}

.wrapper--podcast .row--list-podcast .row .content p.text-arrow:hover svg {
  margin-left: 1rem;
}

.wrapper--podcast .row--list-podcast .row .content h5 {
  font-size: 1.25rem;
  color: #ed1c24;
}

.wrapper--podcast .row--list-podcast--first .row {
  background-color: #ed1c24;
  padding: 8px;
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper--podcast .row--list-podcast--first .row .content {
  border: unset;
}

.wrapper--podcast .row--list-podcast--first .row .content h2,
.wrapper--podcast .row--list-podcast--first .row .content h5 {
  color: #fff;
}

.wrapper--podcast .row--list-podcast--first .row .content .icon-podcast {
  color: #ed1c24;
}

.wrapper--podcast .row--list-podcast--first .row .content .icon-podcast .st1 {
  stroke: #fff;
}

.wrapper--podcast .row--list-podcast .btn-primary {
  color: #ed1c24;
  font-size: 1.125rem;
  padding: 0.875rem 1.375rem;
  margin-top: 10px;
}

.wrapper--podcast .row--list-podcast .btn-primary::before {
  background-color: #fff;
}

.wrapper--podcast .row--list-podcast .btn-primary::after {
  background-color: #ebe5e5;
}

.wrapper--podcast .row--list-podcast .col-img {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}

@media (min-width: 48em) {
  .wrapper--podcast .row--list-podcast .col-content {
    padding-right: 0;
  }
}

html {
  scroll-behavior: smooth;
}

.img-fit,
.single-brand_ambassador .wrapper-campagne iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.wrapper-svg svg {
  transform: scale(0.5) translateX(-50px);
}

.fs-20 {
  font-size: 1.25rem;
}

@media only screen and (max-width: 768px) {
  .single-video .col-offset {
    padding-left: 0;
    padding-right: 0;
  }
}

.single-video .row--list-videos h3 {
  font-size: 1.75rem;
}

.single-video .col-xs-12.wysiwyg {
  margin-bottom: 0;
}

.single-video .col-xs-12.wysiwyg h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.single-video .h3 {
  font-size: 1.625rem;
}

.single-video .wrapper-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.single-video .ratio-16x9 {
  position: relative;
  width: 100%;
}

.single-video .ratio-16x9::before {
  display: block;
  padding-top: var(--pure-aspect-ratio);
  content: '';
}

.single-video .ratio-16x9 div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-video .ratio-16x9 iframe {
  display: block !important;
  height: 100%;
  width: 100%;
}

.single-podcast .wysiwyg .row--podcast:nth-of-type(2) {
  margin-top: 3rem !important;
}

.single-podcast iframe {
  height: 232px;
}

@media screen and (max-width: 576px) {
  .single-brand_ambassador .col-content {
    padding: 0;
  }

  .single-brand_ambassador .col-content .btn {
    max-width: 100%;
  }
}

.single-brand_ambassador .container-content .btn {
  font-weight: 600;
}

@media (min-width: 62em) {
  .single-brand_ambassador .container-content .btn {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.single-brand_ambassador .container-content iframe {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.single-brand_ambassador .hero {
  margin-bottom: 55px;
}

.single-brand_ambassador .hero .row .col-text {
  padding: 3.75rem 3.125rem;
  background: radial-gradient(circle, #ed1d24 0%, #a71217 100%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (min-width: 48em) {
  .single-brand_ambassador .hero .row .col-text {
    border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
}

.single-brand_ambassador .hero .row .col-text div p {
  font-size: 1.125rem;
  line-height: 1.4;
}

.single-brand_ambassador .hero .row .col-img img {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media (min-width: 48em) {
  .single-brand_ambassador .hero .row .col-img img {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
}

@media screen and (max-width: 576px) {
  .single-brand_ambassador .hero .row .col-img {
    position: inherit;
  }
}

.single-brand_ambassador .badge-ambassador {
  left: 70px;
}

@media (min-width: 48em) {
  .single-brand_ambassador .badge-ambassador {
    left: 30px;
  }
}

.single-brand_ambassador .ratio-brand {
  position: relative;
  width: 100%;
}

.single-brand_ambassador .ratio-brand::before {
  display: block;
  padding-top: var(--pure-aspect-ratio);
  content: '';
}

.single-brand_ambassador .ratio-brand div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-brand_ambassador .ratio-16x9 {
  position: relative;
  width: 100%;
}

.single-brand_ambassador .ratio-16x9::before {
  display: block;
  padding-top: var(--pure-aspect-ratio);
  content: '';
}

.single-brand_ambassador .ratio-16x9 div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-brand_ambassador .wrapper-campagne {
  padding-bottom: 70px;
}

.single-brand_ambassador .wrapper-campagne .col-md-6 .wrapper {
  border-radius: .25rem;
  border: solid 1px rgba(64, 64, 64, 0.2);
  color: #404040;
}

.single-brand_ambassador .wrapper-campagne a svg {
  margin-left: .2rem;
  transition: all .3s ease-in-out;
}

.single-brand_ambassador .wrapper-campagne a:hover svg {
  margin-left: .8rem;
}

.single-brand_ambassador .wrapper-gallery {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 70px;
  margin-bottom: 70px;
  background-color: #ededed;
}

.single-brand_ambassador .wrapper-gallery .swiper-button-prev,
.single-brand_ambassador .wrapper-gallery .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  z-index: 1000;
  cursor: pointer;
  display: none;
}

@media (min-width: 62em) {
  .single-brand_ambassador .wrapper-gallery .swiper-button-prev,
  .single-brand_ambassador .wrapper-gallery .swiper-button-next {
    display: block;
  }
}

.single-brand_ambassador .wrapper-gallery .swiper-button-prev.swiper-button-disabled,
.single-brand_ambassador .wrapper-gallery .swiper-button-next.swiper-button-disabled {
  opacity: .3;
}

@media (min-width: 62em) {
  .single-brand_ambassador .wrapper-gallery .swiper-button-prev {
    left: -20px;
  }
}

@media (min-width: 62em) {
  .single-brand_ambassador .wrapper-gallery .swiper-button-next {
    right: -20px;
  }
}

.single-brand_ambassador .wrapper-gallery .swiper-galleria {
  overflow: hidden;
}

.single-brand_ambassador .wrapper-gallery .swiper-galleria .swiper-slide {
  width: auto;
}

.single-brand_ambassador .wrapper-gallery .swiper-galleria .swiper-slide img {
  height: 65vh;
  width: auto;
  max-width: 100%;
  display: inline-block;
}

@media (min-width: 48em) {
  .single-brand_ambassador .wrapper-gallery .swiper-galleria .swiper-slide img {
    height: 35vh;
  }
}

.badge-ambassador {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: calc( 15px + 36px);
  border-radius: 5px;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 0 80%);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 62em) {
  .badge-ambassador {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
  }
}

.badge-ambassador small {
  font-size: 0.5rem;
  text-transform: uppercase;
}

@media (min-width: 62em) {
  .badge-ambassador small {
    font-size: 0.75rem;
  }
}

.badge-ambassador p {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 62em) {
  .badge-ambassador p {
    font-size: 1.125rem;
  }
}

