@charset 'UTF-8';
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs,
  .visible-xs-block {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm,
  .visible-sm-block {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .visible-md,
  .visible-md-block {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1441px) {
  .visible-lg,
  .visible-lg-block {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1441px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1441px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0,
.copy__content ul.news-links {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1441px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: ' ';
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide,
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}
@font-face {
  font-family: 'slick';
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format('embedded-opentype'),
    url(fonts/slick.woff) format('woff'),
    url(fonts/slick.ttf) format('truetype'),
    url(fonts/slick.svg#slick) format('svg');
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: 0 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
.slick-next:before,
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: 0 0;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #000;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.loaded .slick-current .banner__background {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.slick-arrow.slick-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: #415a6c;
}
.slick-arrow.slick-disabled::after {
  border-color: #415a6c;
}
.annual-report__carousel .slick-list {
  overflow: visible;
}
@media (min-width: 1201px) {
  .annual-report__carousel .slick-list,
  .timeline-rebuild .slick-list {
    padding-right: calc(100% - 900px);
  }
  .carousel-panel .slick-list {
    padding-right: calc(100% - 810px);
  }
  .carousel-thumbnail .slick-list {
    padding-left: calc(100% - 138px);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .annual-report__carousel .slick-list,
  .timeline-rebuild .slick-list {
    padding-right: 65px;
  }
  .carousel-panel .slick-list {
    padding-right: 183px;
  }
  .carousel-thumbnail .slick-list {
    padding-left: calc(100% - 137px);
  }
}
@media (min-width: 768px) {
  .carousel-panel .slick-list {
    padding-left: 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slick-list {
    overflow: visible;
  }
  .carousel-media .slick-list,
  .carousel-panel--news .slick-list {
    overflow: hidden;
  }
  .carousel-panel--brand .slick-list {
    padding-right: 40px;
  }
  .carousel-thumbnail .slick-list {
    padding-left: 15px;
    padding-right: calc(100% - 148px);
  }
}
.carousel-panel--news .slick-track {
  display: block;
  padding-bottom: 37px;
}
@media (min-width: 1201px) {
  .carousel-panel .slick-slide {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .carousel-panel--brand .slick-slide {
    margin-right: 22px;
  }
  .carousel-panel--news .slick-slide {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .carousel-thumbnail .slick-slide {
    margin-right: 12px;
    margin-bottom: 50px;
  }
  .annual-report__carousel .slick-slide,
  .timeline-rebuild .slick-slide {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .carousel-panel--brand .slick-slide {
    margin-right: 12px;
  }
  .carousel-thumbnail .slick-slide {
    margin-right: 7px;
    margin-bottom: 50px;
  }
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .mixed-blocks .selectric-wrapper {
    margin: 19px 0 9px;
    max-width: 269px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .mixed-blocks .selectric-wrapper {
    margin-top: 22px;
    width: 270px;
  }
}
@media (max-width: 767px) {
  .mixed-blocks .selectric-wrapper {
    max-width: 270px;
  }
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  right: 4px;
  top: 3px;
  font: 0/0 a;
}
.selectric-focus .selectric {
  border-color: #aaa;
}
.selectric-hover .selectric .button:after {
  border-color: #fff;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: 0 0 !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.selectric-items {
  display: none;
  position: absolute;
  top: -45px;
  left: 0;
  background: #fff;
  border: 1.6px solid #e7e9ed;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  padding-top: 26px;
  z-index: 0;
}
.selectric-items .selectric-scroll {
  height: 100%;
  max-height: 210px;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items li,
.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  min-height: 19px;
}
.selectric-items li {
  position: relative;
  display: block;
  padding: 15px 20px;
  color: #b6bdc9;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}
.selectric-items .selectric-close {
  padding: 10px;
  position: absolute;
  top: 6px;
  right: 7px;
}
.selectric-items .selectric-close::after,
.selectric-items .selectric-close::before {
  content: '';
  position: absolute;
  top: 9;
  right: 0;
  background: #e7e9ed;
  height: 1.6px;
  width: 20px;
  border-radius: 0.8px;
  transition: background 0.3s ease-in-out;
}
.selectric-items .selectric-close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.selectric-items .selectric-close::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.selectric-hover .selectric .button,
.selectric-items .selectric-close:hover::after,
.selectric-items .selectric-close:hover::before {
  background: #b6bdc9;
}
.selectric-items li::after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 1px;
  width: calc(100% - 30px);
  background: #f5f5f5;
}
.selectric-items li.highlighted,
.selectric-items li.selected,
.selectric-items li:hover {
  background: #f5f5f5;
  color: #415a6c;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.selectric-items li[data-index='0'],
a.plyr__control::after,
a.plyr__control::before {
  display: none;
}
.selectric {
  border: 1.6px solid #b6bdc9;
  border-radius: 23px;
  background: #fff;
}
.selectric .label {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.3px;
  color: #b6bdc9;
  height: 44px;
  margin: 0 38px 0 20px;
  padding: 10px 0;
}
.selectric .button {
  position: absolute;
  height: 38px;
  width: 38px;
  border: 1px solid #b6bdc9;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  padding: 0;
}
.selectric .button:hover {
  box-shadow: none;
}
.selectric .button::after {
  content: '';
  position: absolute;
  right: 12px;
  bottom: 15px;
  height: 11px;
  width: 11px;
  border-bottom: 1px solid #b6bdc9;
  border-right: 1px solid #b6bdc9;
  outline: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica,
    Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}
.plyr audio,
.plyr video {
  border-radius: inherit;
  vertical-align: middle;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__captions .plyr__caption div {
  display: inline;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}
.plyr--full-ui input[type='range']:focus,
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline: 0;
}
a.plyr__control {
  text-decoration: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded='true'],
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded='true'] {
  background: #00b3ff;
  color: #fff;
}
.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #00b3ff;
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}
.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}
.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}
.plyr__controls:empty {
  display: none;
}
.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}
.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.plyr [data-plyr='airplay'],
.plyr [data-plyr='captions'],
.plyr [data-plyr='fullscreen'],
.plyr [data-plyr='pip'],
.plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
  display: none;
}
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--captions-enabled [data-plyr='captions'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'],
.plyr--pip-supported [data-plyr='pip'] {
  display: inline-block;
}
.plyr__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded='true'] svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}
.plyr__menu__container [role='menu'] {
  padding: 7px;
}
.plyr__menu__container [role='menuitem'],
.plyr__menu__container [role='menuitemradio'] {
  margin-top: 2px;
}
.plyr__menu__container [role='menuitem']:first-child,
.plyr__menu__container [role='menuitemradio']:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a5764;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  -webkit-align-items: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px 7px 3px;
  padding-left: 28px;
  position: relative;
  width: calc(86%);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}
.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role='menuitemradio'] {
  padding-left: 7px;
}
.plyr__menu__container .plyr__control[role='menuitemradio']::after,
.plyr__menu__container .plyr__control[role='menuitemradio']::before {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role='menuitemradio']::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role='menuitemradio']::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container
  .plyr__control[role='menuitemradio'][aria-checked='true']::before {
  background: #00b3ff;
}
.plyr__menu__container
  .plyr__control[role='menuitemradio'][aria-checked='true']::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container
  .plyr__control[role='menuitemradio'].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
  background: rgba(0, 0, 0, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}
.plyr--full-ui input[type='range'] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    transparent var(--value, 0)
  );
}
.plyr--full-ui input[type='range']::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}
.plyr--full-ui input[type='range']::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type='range']::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
}
.plyr--full-ui input[type='range']::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}
.plyr--full-ui input[type='range']::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type='range']::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type='range']::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type='range']::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}
.plyr--full-ui input[type='range']::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type='range']::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui
  input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}
.plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}
.plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}
.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.plyr__time {
  font-size: 14px;
}
.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  -ms-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: -webkit-transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip::before {
  left: 16px;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control.plyr__tab-focus
  .plyr__tooltip,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control:hover
  .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}
.plyr--video,
.plyr__video-wrapper {
  background: #000;
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}
.plyr__video-wrapper {
  border-radius: inherit;
  position: relative;
  z-index: 0;
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
  -ms-transform: translateY(-38.28125%);
  transform: translateY(-38.28125%);
}
.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}
.plyr__progress input[type='range'],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(113%);
}
.plyr__progress input[type='range'] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}
.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}
.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(
    -45deg,
    rgba(35, 41, 47, 0.6) 25%,
    transparent 25%,
    transparent 50%,
    rgba(35, 41, 47, 0.6) 50%,
    rgba(35, 41, 47, 0.6) 75%,
    transparent 75%,
    transparent
  );
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr__volume {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.plyr__volume input[type='range'] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume,
.plyr--is-ios.plyr--vimeo [data-plyr='mute'] {
  display: none !important;
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}
.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: -webkit-transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}
.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr--paused::after,
.plyr__preview-scrubbing img,
.plyr__preview-thumb__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plyr__preview-scrubbing img {
  max-height: none;
  max-width: none;
  object-fit: contain;
}
.plyr--no-transition {
  transition: none !important;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.plyr [hidden] {
  display: none !important;
}
.plyr--full-ui input[type='range'] {
  color: #ea3592 !important;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded='true'] {
  background: #ea3592 !important;
}
.plyr > .plyr__control {
  background-color: rgba(245, 245, 245, 0.3) !important;
  border: 2px solid #fff !important;
  transition: background-color 0.3s ease-in-out;
}
.plyr > .plyr__control:hover {
  background-color: rgba(245, 245, 245, 0.7) !important;
}
@media (min-width: 1201px) {
  .plyr > .plyr__control {
    padding: 41px !important;
  }
}
@media (max-width: 1200px) {
  .plyr > .plyr__control {
    padding: 30px !important;
  }
}
.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(245, 245, 245, 0.5) !important;
}
.plyr--video {
  height: 100%;
}
.plyr audio,
.plyr video {
  height: 100% !important;
}
.plyr--paused::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
}
.plyr__progress input[type='range'],
.plyr__progress__buffer {
  width: 100% !important;
}
.plyr__control--overlaid:focus {
  background: #ea3592 !important;
  box-shadow: 0 0 0 5px rgba(245, 245, 245, 0.5) !important;
}
.plyr--video
  .plyr__control.plyr__control--overlaid.plyr__tab-focus.focus-visible:active,
.plyr--video
  .plyr__control.plyr__control--overlaid.plyr__tab-focus.focus-visible:focus,
.plyr--video
  .plyr__control.plyr__control--overlaid.plyr__tab-focus.focus-visible:hover,
.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus:focus {
  background: #ea3592 !important;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
sup {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  min-width: 320px;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  color: #415a6c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
  outline: none;
}
*,
::after,
::before {
  box-sizing: inherit;
  outline: inherit;
}
img {
  box-sizing: content-box;
  width: 100%;
  max-width: 100%;
}
@font-face {
  font-family: 'Frutiger';
  src: url(../fonts/frutiger/light.eot?#iefix) format('embedded-opentype');
  src: url(../fonts/frutiger/light.eot?#iefix) format('eot'),
    url(../fonts/frutiger/light.woff2) format('woff2'),
    url(../fonts/frutiger/light.woff) format('woff'),
    url(../fonts/frutiger/light.ttf) format('truetype'),
    url(../fonts/frutiger/light.svg#light) format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger';
  src: url(../fonts/frutiger/regular.eot?#iefix) format('embedded-opentype');
  src: url(../fonts/frutiger/regular.eot?#iefix) format('eot'),
    url(../fonts/frutiger/regular.woff2) format('woff2'),
    url(../fonts/frutiger/regular.woff) format('woff'),
    url(../fonts/frutiger/regular.ttf) format('truetype'),
    url(../fonts/frutiger/regular.svg#regular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger';
  src: url(../fonts/frutiger/bold.eot?#iefix) format('embedded-opentype');
  src: url(../fonts/frutiger/bold.eot?#iefix) format('eot'),
    url(../fonts/frutiger/bold.woff2) format('woff2'),
    url(../fonts/frutiger/bold.woff) format('woff'),
    url(../fonts/frutiger/bold.ttf) format('truetype'),
    url(../fonts/frutiger/bold.svg#bold) format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'KiteDisplay';
  src: url(../fonts/kite-display/light.eot?#iefix) format('embedded-opentype');
  src: url(../fonts/kite-display/light.eot?#iefix) format('eot'),
    url(../fonts/kite-display/light.woff2) format('woff2'),
    url(../fonts/kite-display/light.woff) format('woff'),
    url(../fonts/kite-display/light.ttf) format('truetype'),
    url(../fonts/kite-display/light.svg#light) format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'KiteDisplay';
  src: url(../fonts/kite-display/bold.eot?#iefix) format('embedded-opentype');
  src: url(../fonts/kite-display/bold.eot?#iefix) format('eot'),
    url(../fonts/kite-display/bold.woff2) format('woff2'),
    url(../fonts/kite-display/bold.woff) format('woff'),
    url(../fonts/kite-display/bold.ttf) format('truetype'),
    url(../fonts/kite-display/bold.svg#bold) format('svg');
  font-weight: 700;
  font-style: normal;
}
.h1,
h1 {
  font-weight: 700;
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 46px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.h2,
h2 {
  font-size: 36px;
  line-height: 42px;
}
.h3,
.newsroom-article .downloads h3,
h3 {
  font-size: 32px;
  line-height: 38px;
}
.h4,
h4 {
  font-size: 28px;
  line-height: 34px;
}
.h5,
h5 {
  font-weight: 700;
}
@media (min-width: 1201px) {
  .h5,
  h5 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (max-width: 1200px) {
  .h5,
  h5 {
    font-size: 20px;
    line-height: 24px;
  }
}
.h6,
h6 {
  font-size: 20px;
  line-height: 24px;
}
.breadcrumbs,
.sup-heading {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.4px;
  text-transform: uppercase;
}
.sup-heading {
  display: inline-block;
  line-height: 12px;
}
.breadcrumbs {
  line-height: 17px;
}
.breadcrumbs a {
  position: relative;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding-right: 16px;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif !important;
}
.breadcrumbs a::before {
  content: '';
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}
.breadcrumbs a:hover::before {
  width: calc(100% - 16px);
}
.breadcrumbs a svg {
  position: absolute;
  right: -6px;
  top: 3px;
  height: 10px;
}
.breadcrumbs a:last-child svg {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 14px;
  }
}
.standard-content {
  padding: 38px 0 60px;
}
.standard-content .wrapper .carousel-media .wrapper,
.standard-content .wrapper .insights .wrapper {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 1220px) {
  .standard-content .wrapper .carousel-panel--more-from,
  .standard-content .wrapper .case-studies,
  .standard-content .wrapper .full-image,
  .standard-content .wrapper .mixed-blocks {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .standard-content .wrapper .full-width-wrap .js-video-player {
    height: 658px !important;
  }
}
@media (max-width: 1219px) {
  .standard-content .wrapper .carousel-panel--more-from,
  .standard-content .wrapper .case-studies,
  .standard-content .wrapper .full-image,
  .standard-content .wrapper .mixed-blocks {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .standard-content .wrapper .full-width-wrap .js-video-player {
    height: 54vw !important;
  }
}
@media (max-width: 1219px) and (max-width: 768px) {
  .standard-content .wrapper .full-width-wrap .js-video-player {
    height: 53vw !important;
  }
}
@media (min-width: 1201px) {
  .standard-content .wrapper .carousel-media .media-carousel-wrap {
    left: 400px;
    width: calc(100% - 400px);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .standard-content .wrapper .carousel-media .media-carousel-wrap {
    left: 256px;
    width: calc(100% - 256px);
  }
}
.standard-content--centered .col-lg-8,
.standard-content--centered .col-lg-9 {
  float: none;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .related-link-wrap {
    padding: 40px 20px;
  }
}
.related__link {
  position: relative;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  border-top: 2px solid #ea3592;
  padding: 27px 20px 80px;
  margin-bottom: 31px;
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.82, 0.25, 0.24, 0.98);
}
.related__link .related__link-subtitle {
  text-transform: uppercase;
  font-size: 11px;
  color: #415a6c;
  font-weight: 700;
  letter-spacing: 3.44px;
  text-indent: 1.1px;
  line-height: 12px;
  margin-bottom: 20px;
  display: block;
}
.related__link .related__link-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.related__link .related__link-text,
.related__link p {
  font-size: 18px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 300;
}
.related__link .cta-link {
  position: absolute;
  left: 20px;
  bottom: 33px;
}
.related__link.related__link--reveal {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
@media (max-width: 1200px) and (min-width: 768px) {
  .related__link .related__link-text,
  .related__link p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .related__link {
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    margin-bottom: 0;
    min-height: 333px;
  }
  .related__link.related__link--reveal {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .related__link.related__link--top {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    top: 0;
  }
  .related__link.related__link--top.related__link--reveal {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.rte h1,
.rte h2.h2-large {
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.rte h2,
.rte h3,
.rte h4 {
  letter-spacing: 0.4px;
}
.rte h2.h2-large {
  font-size: 46px;
  line-height: 54px;
}
.rte h3,
.rte h4 {
  font-weight: 700;
  margin-bottom: 31px;
}
.rte h4 {
  letter-spacing: 0.3px;
  margin-bottom: 12px;
}
.rte h5,
.rte h6 {
  letter-spacing: 0.2px;
  margin-bottom: 29px;
}
.rte h2,
.rte h6 {
  font-weight: 700;
  margin-bottom: 18px;
}
.rte h6.uppercase {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.44px;
  line-height: 12px;
  text-transform: uppercase;
}
.rte .sup-heading {
  letter-spacing: 3.5px;
  margin-bottom: 2px;
}
.rte .intro-text,
.rte p {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 26px;
}
.rte .intro-text {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}
.rte li > a:not(.cta-link),
.rte p > a {
  background: linear-gradient(to bottom, #5a186b 0, #5a186b 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 0 0;
  text-decoration: none;
  border-bottom: 2px solid #5a186b;
  color: #5a186b;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.rte li > a:not(.cta-link):hover,
.rte p > a:hover {
  background-size: 100% 100%;
  color: #fff;
}
.rte p .btn,
.rte p .btn a {
  padding: 0;
  border: 0;
  font-size: 19px;
  border-radius: 0;
}
.rte p .btn a {
  display: inline-block;
  padding: 11px 51px 13px;
  border: solid 1px #ea3592;
  border-radius: 24px;
  line-height: 19px;
  letter-spacing: -0.4px;
  color: #ea3592;
  background: 0 0;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .rte p .btn:hover {
    background: 0 0;
    border-color: transparent;
  }
  .rte p .btn a:hover {
    background: linear-gradient(224.72deg, #ea3592 0, #5a186b 100%);
    background-size: 200% 200%;
    border-color: transparent;
    -webkit-animation: gradient 3s ease infinite;
    animation: gradient 3s ease infinite;
    color: #fff;
  }
}
.rte ol,
.rte ul {
  padding-left: 36px;
  margin-bottom: 31px;
}
.rte ol {
  counter-reset: item;
  list-style: none;
}
.rte ul {
  list-style-position: inside;
}
.rte ol li,
.rte table thead,
.rte ul li {
  position: relative;
}
.rte ol li::before {
  content: counter(item) '. ';
  counter-increment: item;
  position: absolute;
  top: 0;
  left: -30px;
  width: 25px;
  text-align: right;
}
.rte ul li {
  margin-bottom: 30px;
}
.nav-back::after,
.rte ul li::before {
  content: '';
  position: absolute;
  border-radius: 50%;
}
.rte ul li::before {
  background-color: #415a6c;
  left: -23px;
  top: 7px;
  width: 6px;
  height: 6px;
}
.rte li,
.rte table {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
}
.rte li {
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 22px;
}
.rte .quotes__quote {
  margin-bottom: 20px;
}
.rte .quotes__name {
  margin-bottom: -5px;
}
.rte .plyr iframe,
.rte .quotes__image img {
  margin: 0;
}
.rte .table,
.rte .tabs,
.rte iframe,
.rte img {
  margin: 25px 0;
}
.rte .table__wrap {
  overflow-x: auto;
  max-height: 700px;
}
.rte table {
  line-height: 21px;
  width: 100%;
  position: relative;
}
.rte table thead {
  background-color: #415a6c;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.rte table tbody tr {
  transition: background-color 0.3s ease-in-out;
}
.rte table tbody tr:hover {
  background-color: #e7e9ed;
  cursor: pointer;
}
.rte table th {
  white-space: nowrap;
  text-align: left;
  padding: 27px 20px 23px;
}
.rte table tr {
  border-bottom: 1px solid #e7e9ed;
}
.rte table td {
  letter-spacing: -1px;
  white-space: nowrap;
  padding: 22px 20px 21px;
}
.rte .leadership-video__content {
  margin-bottom: 30px;
}
.rte .tabs__links-item {
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  margin-bottom: 0;
}
.rte .tabs__links-item::before {
  content: none;
}
.rte .tabs__links {
  padding-left: 0;
  margin-bottom: 32px;
  max-width: none;
}
.rte .downloads__title {
  margin-bottom: 6px;
}
.rte iframe {
  width: 100%;
  border: 0;
}
.rte img {
  box-shadow: 0 30px 50px -20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {
  .rte h1,
  .rte h2.h2-large {
    font-size: 32px;
    line-height: 38px;
  }
  .rte h2 {
    font-size: 25px;
    line-height: 29px;
  }
  .rte h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .rte h4,
  .rte p {
    line-height: 24px;
  }
  .rte h4 {
    font-size: 20px;
  }
  .rte h5 {
    font-size: 17px;
    line-height: 20px;
  }
  .rte h6,
  .rte p {
    font-size: 16px;
    line-height: 19px;
  }
  .rte .sup-heading {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 3.1px;
  }
  .rte .intro-text {
    font-size: 18px;
    line-height: 28px;
  }
  .rte p {
    margin-bottom: 25px;
  }
  .rte li {
    margin-bottom: 16px;
  }
  .rte ol,
  .rte ul {
    margin-bottom: 34px;
  }
  .rte .quotes__name {
    font-size: 14px;
  }
  .rte table {
    font-size: 16px;
    min-width: 1024px;
  }
  .rte table th {
    padding: 17px 17px 18px;
  }
  .rte table td {
    padding: 15px 17px;
  }
  .rte .table,
  .rte .tabs,
  .rte iframe,
  .rte img {
    margin: 15px 0;
  }
  .rte .table__wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .rte .leadership-video__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  .rte h6.uppercase {
    font-size: 9px;
    letter-spacing: 3px;
    line-height: 12px;
  }
  .rte .table {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .rte h1,
  .rte h2.h2-large {
    font-size: 22px;
    line-height: 28px;
  }
  .rte h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .rte h3,
  .rte p {
    font-size: 16px;
    line-height: 20px;
  }
  .rte h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .rte h5 {
    font-size: 12px;
    line-height: 16px;
  }
  .rte h6 {
    font-size: 10px;
    line-height: 15px;
  }
  .rte .intro-text {
    font-size: 18px;
    line-height: 28px;
  }
  .rte p {
    line-height: 24px;
    margin-bottom: 20px;
  }
  .rte .quotes__name {
    margin-bottom: 2px;
  }
  .rte .quotes__quote {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  .rte .leadership-video__title {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 11px;
  }
  .rte .downloads__title {
    margin-bottom: 16px;
  }
  .rte p > a {
    border-bottom: 1px solid #5a186b;
  }
}
.copy__content strong,
.intro,
.rte p .btn a {
  font-weight: 700;
}
@media (min-width: 768px) {
  .intro {
    font-size: 46px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .intro {
    font-size: 36px;
    line-height: 40px;
  }
}
.copy__content ol {
  list-style: none !important;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
.no-touch .left-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #b6bdc9;
}
@media (max-width: 1300px) {
  .no-touch .left-line::before {
    content: none;
  }
}
.nav-back {
  display: none;
  position: absolute;
  top: 30px;
  left: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #415a6c;
  background-color: transparent;
  padding-left: 30px;
  cursor: pointer;
}
.nav-back svg {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.nav-back::after {
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #415a6c;
}
@media (max-width: 767px) {
  .nav-back {
    font-size: 20px;
    top: 70px;
  }
  .nav-back::after {
    top: -1px;
  }
}
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.has-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cover-img {
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
  -ms-transform: translate(-50%, -50%) scale(0.1);
  transform: translate(-50%, -50%) scale(0.1);
}
.radial-overlay::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0, #55082f 100%);
}
.linear-overlay::after {
  background: linear-gradient(90deg, #300019 0, rgba(0, 0, 0, 0) 100%);
}
.dark-overlay::after,
.image-overlay::after,
.linear-overlay::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.image-overlay::after {
  background: linear-gradient(
    90deg,
    #5a186b 0,
    rgba(90, 24, 107, 0.74) 49.96%,
    rgba(90, 24, 107, 0) 100%
  );
}
.dark-overlay::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.scroll-disabled {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.align-center {
  text-align: center;
}
.full-width-wrap {
  margin: 20px 0 50px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .full-width-wrap {
    margin: 15px 0 30px;
  }
}
.padding-top--zero {
  padding-top: 0 !important;
}
.padding-top--middle {
  padding-top: 80px !important;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .padding-top--middle {
    padding-top: 60px !important;
  }
}
@media (max-width: 767px) {
  .padding-top--middle {
    padding-top: 40px !important;
  }
}
.padding-top--large {
  padding-top: 120px !important;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .padding-top--large {
    padding-top: 80px !important;
  }
}
@media (max-width: 767px) {
  .padding-top--large {
    padding-top: 60px !important;
  }
}
.padding-bottom--zero {
  padding-bottom: 0 !important;
}
.padding-bottom--middle {
  padding-bottom: 80px !important;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .padding-bottom--middle {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .padding-bottom--middle {
    padding-bottom: 40px !important;
  }
}
.padding-bottom--large {
  padding-bottom: 120px !important;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .padding-bottom--large {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .padding-bottom--large {
    padding-bottom: 60px !important;
  }
}
.downloads .rte ul,
.no-padding-start {
  padding-left: 0;
}
.no-padding-end {
  padding-right: 0;
}
.simple-cards {
  padding-bottom: 80px;
}
.simple-cards .card__title {
  max-height: inherit;
}
.full-image {
  padding: 60px 0;
}
.full-image img {
  width: 100%;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .full-image {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .full-image {
    padding: 25px 0;
  }
}
.case-study-full-image img {
  width: auto;
}
.overflow-visible.overflow-visible {
  overflow: visible;
}
@media (max-width: 767px) {
  .hidden-xs.hidden-xs {
    display: none !important;
  }
}
.focus-visible {
  outline: 2px dashed #5a186b;
  outline-offset: 3px;
}
.focus-visible *,
.focus-visible::after,
.focus-visible::before {
  outline: none;
}
.skip-link.focus-visible:active,
.skip-link.focus-visible:focus,
.skip-link.focus-visible:hover {
  display: block;
  background-color: #fff;
  color: #415a6c;
  font-size: 18px;
  text-decoration: none;
  border: 2px solid #415a6c;
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  margin: 0;
  padding: 18px 25px;
  top: 25px;
  left: 11%;
  outline: none;
  font-weight: 600;
  border-radius: 28px;
  z-index: 1002;
}
.skip-link.focus-visible:active::after,
.skip-link.focus-visible:focus::after,
.skip-link.focus-visible:hover::after {
  content: '';
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px dotted #ea3592;
  border-radius: 26px;
  left: 4px;
  top: 4px;
}
.insights .cta-link.focus-visible:active,
.insights .cta-link.focus-visible:focus,
.insights .cta-link.focus-visible:hover {
  outline: 2px dashed #fff;
}
.toggle-play {
  display: block;
  background-color: #fff;
  color: #ea3592;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.toggle-play.focus-visible:active,
.toggle-play.focus-visible:focus,
.toggle-play.focus-visible:hover {
  outline: 0;
  border: 2px dashed #5a186b;
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  margin: 0;
  top: 10px;
  left: 10px;
  padding: 15px 25px;
  z-index: 1002;
}
.logo__link {
  display: block;
}
.logo__link.focus-visible:active,
.logo__link.focus-visible:focus,
.logo__link.focus-visible:hover {
  outline: 2px dashed #fff;
  outline-offset: 8px;
}
.logo__link .logo__img,
.nav__link.focus-visible *,
.nav__secondary-link.focus-visible::after,
.nav__tertiary-link.focus-visible::after,
.search-bar__btn.focus-visible *,
.search-bar__secondary-link.focus-visible::after,
.search__close-btn.focus-visible *,
.search__close-btn.focus-visible::after,
.search__close-btn.focus-visible::before {
  outline: 0;
}
.header-rebuild--scrolled .logo__link.focus-visible:active,
.header-rebuild--scrolled .logo__link.focus-visible:focus,
.header-rebuild--scrolled .logo__link.focus-visible:hover,
.header-rebuild--white .logo__link.focus-visible:active,
.header-rebuild--white .logo__link.focus-visible:focus,
.header-rebuild--white .logo__link.focus-visible:hover {
  outline: 2px dashed #5a186b;
}
.cta-link.cta-link.focus-visible:active,
.cta-link.cta-link.focus-visible:focus,
.cta-link.cta-link.focus-visible:hover,
.header-rebuild--scrolled .nav__link.focus-visible:active,
.header-rebuild--scrolled .nav__link.focus-visible:focus,
.header-rebuild--scrolled .nav__link.focus-visible:hover,
.header-rebuild--scrolled .search-bar__btn.focus-visible:active,
.header-rebuild--scrolled .search-bar__btn.focus-visible:focus,
.header-rebuild--scrolled .search-bar__btn.focus-visible:hover,
.header-rebuild--white .nav__link.focus-visible:active,
.header-rebuild--white .nav__link.focus-visible:focus,
.header-rebuild--white .nav__link.focus-visible:hover,
.header-rebuild--white .search-bar__btn.focus-visible:active,
.header-rebuild--white .search-bar__btn.focus-visible:focus,
.header-rebuild--white .search-bar__btn.focus-visible:hover,
.nav__secondary-link.focus-visible:active,
.nav__secondary-link.focus-visible:focus,
.nav__secondary-link.focus-visible:hover,
.nav__tertiary-link.focus-visible:active,
.nav__tertiary-link.focus-visible:focus,
.nav__tertiary-link.focus-visible:hover,
.search-bar__secondary-link.focus-visible:active,
.search-bar__secondary-link.focus-visible:focus,
.search-bar__secondary-link.focus-visible:hover {
  outline: 2px dashed #5a186b;
  outline-offset: 3px;
}
.nav__link.focus-visible:active,
.nav__link.focus-visible:focus,
.nav__link.focus-visible:hover,
.search-bar__btn.focus-visible:active,
.search-bar__btn.focus-visible:focus,
.search-bar__btn.focus-visible:hover,
.search__close-btn.focus-visible:active,
.search__close-btn.focus-visible:focus,
.search__close-btn.focus-visible:hover {
  outline: 2px dashed #fff;
  outline-offset: 3px;
}
.cta-link.cta-link:focus {
  outline: 0;
}
.cta-link.cta-link.focus-visible *,
.footer__list-link.focus-visible * {
  outline: 0;
}
.cta-link--white.cta-link--white.focus-visible:active,
.cta-link--white.cta-link--white.focus-visible:focus,
.cta-link--white.cta-link--white.focus-visible:hover {
  outline: 2px dashed #fff;
}
.nav__link-holder {
  position: relative;
}
.nav__link-expand {
  position: absolute;
  bottom: 21px;
  background-color: transparent;
  transition: border-color 0.3s;
  width: 10px;
  height: 10px;
}
.nav__link-expand::before {
  content: '';
  position: absolute;
  left: -10px;
  height: 2px;
  width: 30px;
  background-color: #fff;
  top: -2px;
}
.nav__link-expand::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.nav__link-expand.focus-visible:active,
.nav__link-expand.focus-visible:focus,
.nav__link-expand.focus-visible:hover {
  width: 10px;
  clip: auto;
  height: 10px;
  overflow: visible;
  outline: 0;
}
.nav__link-expand.focus-visible:active::before,
.nav__link-expand.focus-visible:focus::before,
.nav__link-expand.focus-visible:hover::before {
  content: '';
  position: absolute;
  left: -10px;
  height: 2px;
  width: 30px;
  background-color: #fff;
  top: -2px;
}
.nav__link-expand.focus-visible:active::after,
.nav__link-expand.focus-visible:focus::after,
.nav__link-expand.focus-visible:hover::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.header-rebuild--scrolled .nav__link-expand.focus-visible::after,
.header-rebuild--white .nav__link-expand.focus-visible::after {
  border-color: #415a6c;
}
.header-rebuild--scrolled .nav__link-expand.focus-visible::before,
.header-rebuild--white .nav__link-expand.focus-visible::before {
  background-color: #415a6c;
}
.secondary-expand {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 17px;
  background-color: transparent;
}
.secondary-expand.focus-visible:active,
.secondary-expand.focus-visible:focus,
.secondary-expand.focus-visible:hover {
  outline: 2px dashed #5a186b;
}
.breadcrumbs a.focus-visible:active,
.breadcrumbs a.focus-visible:focus,
.breadcrumbs a.focus-visible:hover,
.footer__list-link.focus-visible:active,
.footer__list-link.focus-visible:focus,
.footer__list-link.focus-visible:hover {
  outline: 2px dashed #fff;
  outline-offset: 3px;
}
.breadcrumbs a.focus-visible::before,
.footer__list-link.focus-visible::after {
  content: none;
}
.footer__button-focus-outline {
  display: none;
}
.footer__button.focus-visible:active,
.footer__button.focus-visible:focus,
.footer__button.focus-visible:hover {
  outline: 0;
}
.footer__button.focus-visible:active .footer__button-focus-outline,
.footer__button.focus-visible:focus .footer__button-focus-outline,
.footer__button.focus-visible:hover .footer__button-focus-outline {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px dotted #5a186b;
  top: -12px;
  right: -105px;
}
.footer__button.focus-visible:active .footer__button-text,
.footer__button.focus-visible:focus .footer__button-text,
.footer__button.focus-visible:hover .footer__button-text {
  color: #fff;
}
@media (max-width: 1200px) {
  .footer__button.focus-visible:active .footer__button-focus-outline,
  .footer__button.focus-visible:focus .footer__button-focus-outline,
  .footer__button.focus-visible:hover .footer__button-focus-outline {
    display: none;
  }
}
button::-moz-focus-inner {
  border: 0;
}
.accordion__btn.focus-visible *,
.accordion__content a.focus-visible *,
.breadcrumbs a.focus-visible *,
.card__clickable.focus-visible *,
.footer-social__list-link.focus-visible * {
  outline: 0;
}
.accordion__btn.focus-visible:active,
.accordion__btn.focus-visible:focus,
.accordion__btn.focus-visible:hover {
  outline: 2px dashed #5a186b;
  outline-offset: 0;
}
.accordion__content a.focus-visible:active,
.accordion__content a.focus-visible:focus,
.accordion__content a.focus-visible:hover,
.case-studies__content .cta-link.focus-visible:active,
.case-studies__content .cta-link.focus-visible:focus,
.case-studies__content .cta-link.focus-visible:hover {
  outline: 2px dashed #5a186b;
  outline-offset: 3px;
}
.footer-social__list-link.focus-visible:active,
.footer-social__list-link.focus-visible:focus,
.footer-social__list-link.focus-visible:hover {
  outline: 2px dashed #fff;
  outline-offset: 3px;
}
.footer-social__list-link.focus-visible::after {
  content: none;
}
.card__clickable.focus-visible:active,
.card__clickable.focus-visible:focus,
.card__clickable.focus-visible:hover,
.case-studies__btn.focus-visible:active,
.case-studies__btn.focus-visible:focus,
.case-studies__btn.focus-visible:hover {
  outline: 2px dashed #5a186b;
  outline-offset: 0;
}
.aside__btn.focus-visible,
.aside__item-btn.focus-visible,
.aside__link.focus-visible,
.aside__submenu-item--has-children .aside__item-btn.focus-visible,
.aside__submenu-link.focus-visible,
.case-studies__btn.focus-visible::before,
.case-studies__content .cta-link.focus-visible * {
  outline: 0;
}
.aside__link,
.aside__submenu-link,
.btn,
.btn--white,
.case-studies__video {
  position: relative;
}
.aside__btn.focus-visible:active::after,
.aside__btn.focus-visible:focus::after,
.aside__btn.focus-visible:hover::after {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px dotted #5a186b;
  left: 4px;
  top: 4px;
}
.aside__btn.focus-visible:active .aside__btn-text,
.aside__btn.focus-visible:focus .aside__btn-text,
.aside__btn.focus-visible:hover .aside__btn-text {
  color: #ea3592;
}
.aside__link.focus-visible:active::after {
  top: 9px;
  right: 27px;
  border: 2px dashed #5a186b;
}
.aside__link.focus-visible:active::after,
.aside__submenu-link.focus-visible:active::after {
  content: '';
  position: absolute;
  width: calc(100% - 72px);
  height: calc(100% - 18px);
}
.aside__link.focus-visible:focus::after {
  top: 9px;
  right: 27px;
  border: 2px dashed #5a186b;
}
.aside__link.focus-visible:focus::after,
.aside__submenu-link.focus-visible:focus::after {
  content: '';
  position: absolute;
  width: calc(100% - 72px);
  height: calc(100% - 18px);
}
.aside__link.focus-visible:hover::after {
  top: 9px;
  right: 27px;
  border: 2px dashed #5a186b;
}
.aside__link.focus-visible:hover::after,
.aside__submenu-link.focus-visible:hover::after {
  content: '';
  position: absolute;
  width: calc(100% - 72px);
  height: calc(100% - 18px);
}
.aside__item--opened .aside__link.focus-visible:active::after,
.aside__item--opened .aside__link.focus-visible:focus::after,
.aside__item--opened .aside__link.focus-visible:hover::after {
  border: 2px dashed #fff;
}
.aside__submenu-link.focus-visible:active::after,
.aside__submenu-link.focus-visible:focus::after,
.aside__submenu-link.focus-visible:hover::after {
  top: 0;
  right: 27px;
  height: 100%;
  border: 2px dashed #5a186b;
}
.aside__item-btn.focus-visible:active::after,
.aside__item-btn.focus-visible:focus::after,
.aside__item-btn.focus-visible:hover::after {
  content: '';
  position: absolute;
  width: 31px;
  top: 6px;
  left: 6px;
  height: 31px;
  border: 1px dashed #5a186b;
  border-radius: 50%;
}
.aside__item--opened .aside__item-btn.focus-visible:active::after,
.aside__item--opened .aside__item-btn.focus-visible:focus::after,
.aside__item--opened .aside__item-btn.focus-visible:hover::after {
  border: 1px dashed #fff;
}
.aside__submenu-item--has-children .aside__item-btn.focus-visible:active::after,
.aside__submenu-item--has-children .aside__item-btn.focus-visible:focus::after,
.aside__submenu-item--has-children .aside__item-btn.focus-visible:hover::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 20px;
  top: 0;
  left: 57%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0;
  border: 2px dashed #5a186b;
}
.aside__item--opened
  .aside__submenu-item--has-children
  .aside__item-btn.focus-visible:active::after,
.aside__item--opened
  .aside__submenu-item--has-children
  .aside__item-btn.focus-visible:focus::after,
.aside__item--opened
  .aside__submenu-item--has-children
  .aside__item-btn.focus-visible:hover::after {
  border: 2px dashed #5a186b;
}
.btn.focus-visible:active,
.btn.focus-visible:focus,
.btn.focus-visible:hover,
.slick-disabled.focus-visible:active,
.slick-disabled.focus-visible:focus,
.slick-disabled.focus-visible:hover {
  outline: 0;
}
.btn.focus-visible:active::after,
.btn.focus-visible:focus::after,
.btn.focus-visible:hover::after {
  content: '';
  position: absolute;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  border: 2px dotted #5a186b;
  left: -7px;
  top: -7px;
  border-radius: 26px;
}
.btn--white.focus-visible:active::after,
.btn--white.focus-visible:focus::after,
.btn--white.focus-visible:hover::after {
  border: 2px dotted #fff;
}
.search__input.focus-visible:active,
.search__input.focus-visible:focus,
.search__input.focus-visible:hover {
  outline: 2px dashed #fff;
  outline-offset: 6px;
}
.pin-active.focus-visible {
  outline: 2px dashed #ea3592;
}
.map__clone-pin.focus-visible {
  outline: 0;
  height: 31px;
  width: 31px;
  border: 1px dashed #5a186b;
  position: absolute;
  left: -6px;
  top: -6px;
  background: 0 0;
  border-radius: 50%;
}
.brands-map__map div[title],
.pin-active-parent {
  overflow: visible !important;
  opacity: 1 !important;
}
.brands-map__map div[title]::after,
.map__clone-pin::after {
  content: attr(title);
  position: absolute;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #5a186b;
  border-radius: 21px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  top: -55px;
  left: -100px;
  width: 230px;
  height: 44px;
  text-align: center;
  padding: 12px 22px;
  z-index: 100;
  display: none;
}
.brands-map__map div[title]::before,
.brands-map__pin-title--opened::before,
.map__clone-pin::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #5a186b;
  z-index: 100;
  display: none;
}
@media (min-width: 768px) {
  .brands-map__map div[title]:hover::before {
    display: block;
  }
  .brands-map__map div[title]:hover::after {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .brands-map__map div[title='']::after,
  .brands-map__map div[title='']::before,
  .brands-map__map div[title].active-pin-holder::after,
  .brands-map__map div[title].active-pin-holder::before {
    content: none;
  }
}
.brands-map__pin-title {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #5a186b;
  border-radius: 21px;
  top: -55px;
  left: -100px;
  width: 230px;
  height: 44px;
  text-align: center;
  padding: 12px 22px;
  z-index: 100;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.brands-map__pin-title,
.brands-map__pin-title .brands-map__pin-item-title {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}
.brands-map__pin-title--opened {
  visibility: visible;
  opacity: 1;
}
.brands-map__pin-title--opened::before {
  top: 44px;
  left: 100px;
  display: block;
}
.map__clone-pin {
  overflow: visible;
}
.map__clone-pin.focus-visible::before {
  display: block;
}
.map__clone-pin.focus-visible::after {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.map__clone-pin.focus-visible:hover::after,
.map__clone-pin.focus-visible:hover::before,
.predictive__btn .predictive__btn-focus {
  display: none;
}
.predictive__link.focus-visible:active,
.predictive__link.focus-visible:focus,
.predictive__link.focus-visible:hover,
.tabs__link.focus-visible:active,
.tabs__link.focus-visible:focus,
.tabs__link.focus-visible:hover {
  outline: 2px dashed #5a186b;
  outline-offset: -4px;
}
.predictive__btn.focus-visible:active .predictive__btn-focus,
.predictive__btn.focus-visible:focus .predictive__btn-focus,
.predictive__btn.focus-visible:hover .predictive__btn-focus {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: -5px;
  top: -7px;
  border: 2px dotted #5a186b;
  border-radius: 50%;
}
.brand-portfolio__btn.focus-visible:active,
.brand-portfolio__btn.focus-visible:focus,
.brand-portfolio__btn.focus-visible:hover,
.features .predictive__btn.focus-visible:active,
.features .predictive__btn.focus-visible:focus,
.features .predictive__btn.focus-visible:hover,
.predictive__btn.focus-visible:active,
.predictive__btn.focus-visible:focus,
.predictive__btn.focus-visible:hover,
.press-release .predictive__btn.focus-visible:active,
.press-release .predictive__btn.focus-visible:focus,
.press-release .predictive__btn.focus-visible:hover {
  outline: 0;
}
.features .predictive__btn.focus-visible:active .predictive__btn-focus,
.features .predictive__btn.focus-visible:focus .predictive__btn-focus,
.features .predictive__btn.focus-visible:hover .predictive__btn-focus,
.press-release .predictive__btn.focus-visible:active .predictive__btn-focus,
.press-release .predictive__btn.focus-visible:focus .predictive__btn-focus,
.press-release .predictive__btn.focus-visible:hover .predictive__btn-focus {
  width: 45px;
  height: 45px;
  left: -14.5%;
  top: -5px;
}
.brand-portfolio__btn.focus-visible:active::before,
.brand-portfolio__btn.focus-visible:focus::before,
.brand-portfolio__btn.focus-visible:hover::before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  left: -5px;
  top: -5px;
  border-radius: 50%;
  border: 1px dotted #5a186b;
}
.js-video {
  height: 100%;
}
.carousel-panel--more-from .slick-track.focus-visible,
.newsroom-contactus__input.focus-visible {
  outline: 0;
}
.js-video-player iframe {
  width: 100%;
  height: 100%;
}
.news-item__link.focus-visible:active,
.news-item__link.focus-visible:focus,
.news-item__link.focus-visible:hover {
  outline: 0;
  position: relative;
}
.news-item__link.focus-visible:active::before,
.news-item__link.focus-visible:focus::before,
.news-item__link.focus-visible:hover::before {
  content: '';
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 58px);
  left: -5px;
  top: -5px;
  border: 2px dashed #5a186b;
}
.simple-cards .card__clickable.focus-visible:active,
.simple-cards .card__clickable.focus-visible:focus,
.simple-cards .card__clickable.focus-visible:hover {
  outline-offset: 4px;
}
@media (min-width: 1201px) {
  .radio__wrapper input.focus-visible + label + .radio-focus-indicator {
    display: block;
    position: absolute;
    width: 56px;
    height: 56px;
    left: -4px;
    top: 5px;
    border-radius: 50%;
    border: 2px dotted #5a186b;
    z-index: -1;
  }
}
.main-nav-mobile__country-selector span,
.radio-focus-indicator,
.text-focus-indicator,
body > svg {
  display: none;
}
@media (min-width: 1200px) {
  .newsroom-contactus__input.focus-visible + .text-focus-indicator {
    display: block;
    position: absolute;
    z-index: -1;
    width: 381px;
    height: 57px;
    top: -5px;
    left: -5px;
    border: 2px dashed #5a186b;
    border-radius: 27px;
  }
}
@media (max-width: 1199px) {
  .newsroom-contactus__textarea.focus-visible {
    outline: none;
  }
}
.card-link.focus-visible:active,
.card-link.focus-visible:focus,
.card-link.focus-visible:hover {
  outline: 2px dashed #5a186b;
  outline-offset: 3px;
}
.tabs__link.focus-visible,
.timeline-rebuild__card .cta-link.focus-visible {
  outline: none !important;
}
.tabs__link.focus-visible:active::before,
.tabs__link.focus-visible:focus::before,
.tabs__link.focus-visible:hover::before,
.timeline-rebuild__card .cta-link.focus-visible:active::after,
.timeline-rebuild__card .cta-link.focus-visible:focus::after,
.timeline-rebuild__card .cta-link.focus-visible:hover::after {
  display: block;
}
.tabs__link::before {
  content: '';
  position: absolute;
  border: 2px dashed #5a186b;
  width: calc(100% - 21px);
  height: calc(100% - 18px);
  left: 0;
  top: 0;
  display: none;
}
.press-release .tabs__archive .tabs__link::before,
.press-release .tabs__link--active::before,
.wrapper {
  width: 100%;
}
.timeline-rebuild__card .cta-link::after {
  width: calc(100% + 12px);
  height: calc(100% + 8px);
  border: 2px dashed #fff;
  left: -6px;
  top: -1px;
  display: none;
}
@media (max-width: 1023px) {
  body {
    width: 100%;
  }
}
.wrapper {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
}
.wrapper:after,
.wrapper:before {
  /* content:" "; */
  display: table;
}
.wrapper:after {
  clear: both;
}
@media (min-width: 1024px) {
  .wrapper {
    overflow: visible;
  }
}
@media (min-width: 1201px) {
  .section {
    padding: 62px 0;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .section {
    padding: 31px 0 27px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 26px 0 11px;
  }
}
.clear-row {
  margin: 0;
}
.clear-column {
  display: block;
  width: auto;
  min-height: 0;
  padding: 0;
  float: none;
  position: static;
}
@media (min-width: 992px) {
  .clear-column {
    float: none;
  }
  .row-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.button {
  display: inline-block;
  padding: 6px 24px;
  border: solid 1px #4a4a4a;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 19px;
  font-weight: 300;
  color: #4a4a4a;
  background: 0 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  box-shadow: inset 0 0 0 1px transparent;
  transition: background 0.25s, box-shadow 0.35s;
}
.button:focus,
.button:hover {
  box-shadow: inset 0 0 0 1px #4a4a4a;
}
.button:active {
  color: #fff;
  background: #4a4a4a;
}
.button--invert {
  border-color: #fff;
  color: #fff;
}
.button--invert:focus,
.button--invert:hover {
  box-shadow: inset 0 0 0 1px #fff;
}
.button--invert:active {
  background: #fff;
  color: #4a4a4a;
}
.button--big {
  padding: 11px 46px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.button--big:active svg,
.cta-link:hover .arrow-rebuild svg path {
  fill: #fff;
}
.button--big svg {
  height: 13px;
  width: 8px;
  margin-right: -8px;
}
.btn {
  display: inline-block;
  padding: 11px 54px 13px;
  border: solid 1px #ea3592;
  border-radius: 24px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #ea3592;
  background: 0 0;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.btn:active {
  background: #5a186b;
  color: #fff;
  border-color: #5a186b;
}
@media (min-width: 1200px) {
  .btn:hover {
    background: linear-gradient(224.72deg, #ea3592 0, #5a186b 100%);
    background-size: 200% 200%;
    border-color: transparent;
    -webkit-animation: gradient 3s ease infinite;
    animation: gradient 3s ease infinite;
    color: #fff;
  }
}
.btn--white {
  color: #fff;
  border-color: #fff;
}
.btn--white:focus {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.btn--white:active {
  background: 0 0;
  color: #5a186b;
  border-color: #5a186b;
  box-shadow: none;
}
.btn--white.btn--pink-border {
  color: #ea3592;
  border-color: #ea3592;
  background-color: #fff;
}
.btn--white.btn--pink-border:focus {
  color: #fff;
}
.btn--white.btn--pink-border:active {
  color: #ea3592;
}
.btn--filter {
  color: #415a6c;
  border-color: #fff;
  font-weight: 300;
  letter-spacing: -0.2px;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn--filter .btn-filter-close {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 19px;
  position: absolute;
  opacity: 0;
  transition: right 0.3s ease-in-out;
}
.btn--filter .btn-filter-close::after,
.btn--filter .btn-filter-close::before {
  content: '';
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition: background-color 0.3s ease-in-out;
}
.btn--filter .btn-filter-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn--filter .btn-filter-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn--filter:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .btn--filter:hover {
    background: 0 0;
    color: #5a186b;
    border-color: #5a186b;
  }
}
.btn--filter:active {
  background: #5a186b;
  color: #fff;
  border-color: #5a186b;
}
.btn--filter:focus {
  box-shadow: none;
}
@media (min-width: 1201px) {
  .btn--filter {
    margin-right: 2px;
    padding: 5px 24px 8px;
  }
  .carousel-panel--news .btn--filter {
    margin-right: 10px;
  }
  .carousel-panel--news .btn--filter:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .btn--filter {
    font-size: 15px;
    padding: 5px 18px 8px;
  }
  .btn--filter .btn-filter-close {
    right: 15px;
  }
  .btn--filter .btn-filter-close::after,
  .btn--filter .btn-filter-close::before {
    width: 8px;
  }
}
@media (max-width: 767px) {
  .btn--filter {
    margin-right: 4px;
  }
}
.btn--filter-active {
  background: #5a186b;
  color: #fff;
  border-color: #5a186b;
  padding: 5px 50px 8px;
}
.btn--filter-active .btn-filter-close {
  opacity: 1;
  right: 31px;
}
@media (min-width: 1200px) {
  .btn--filter-active:hover .btn-filter-close::after,
  .btn--filter-active:hover .btn-filter-close::before {
    background-color: #5a186b;
  }
}
@media (max-width: 1200px) {
  .btn--filter-active {
    padding: 5px 31px 8px;
  }
  .btn--filter-active .btn-filter-close {
    opacity: 1;
    right: 21px;
  }
}
@-webkit-keyframes gradient {
  0%,
  to {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes gradient {
  0%,
  to {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.button--cta,
.button--cta-invert {
  border-color: #ea3592;
  background: #ea3592;
  color: #fff;
}
.button--cta:focus,
.button--cta:hover {
  border-color: #bd1d6f;
  background: #bd1d6f;
  box-shadow: none;
}
.button--cta:active {
  border-color: #ea3592;
  box-shadow: inset 0 0 0 1px #ea3592;
  background: #fff;
  color: #ea3592;
}
.button--cta-invert:focus,
.button--cta-invert:hover {
  border-color: #bd1d6f;
  background: #bd1d6f;
  box-shadow: none;
}
.button--cta-invert:active {
  border-color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
  background: 0 0;
  color: #fff;
}
.button--cta-large {
  padding: 10px 20px;
  font-weight: 700;
}
.cta-link {
  display: inline-block;
  color: #ea3592;
  font-size: 19px;
  line-height: 19px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  transition: color 0.3s ease-in-out;
}
.cta-link::after,
.cta-link::before {
  content: '';
  position: absolute;
  transition: 0.3s ease-in-out;
  outline: none;
}
.cta-link:hover .arrow-rebuild,
.cta-link:hover .plus-rebuild {
  background-color: #ea3592;
}
.cta-link--white:hover .arrow-rebuild,
.cta-link:hover .plus-rebuild::after,
.cta-link:hover .plus-rebuild::before {
  background-color: #fff;
}
.cta-link .arrow-rebuild svg path,
.cta-link:hover .ico-download svg .ar2019-ico-hover {
  fill: #ea3592;
}
.cta-link:hover .ico-download svg .ar2019-stroke {
  stroke: #fff;
}
.cta-link--white .arrow-rebuild svg path,
.cta-link:hover .ico-download svg .ar2019-fill {
  fill: #fff;
}
.cta-link:focus {
  outline: 1px solid #415a6c;
}
.nav__description .cta-link {
  margin-bottom: 29px;
}
.cta-link .arrow-rebuild,
.cta-link .plus-rebuild {
  border-radius: 50%;
  border: 2px solid #ea3592;
  display: inline-block;
  vertical-align: sub;
  margin-left: 10px;
  position: relative;
  transition: 0.3s ease;
}
.cta-link .arrow-rebuild {
  padding: 9px;
  top: 0;
  width: 14px;
  height: 14px;
}
.cta-link .arrow-rebuild svg,
.cta-link .plus-rebuild::after,
.cta-link .plus-rebuild::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cta-link .arrow-rebuild svg {
  width: 9px;
  height: 9px;
}
.cta-link .plus-rebuild {
  width: 22px;
  height: 22px;
}
.cta-link .plus-rebuild::after,
.cta-link .plus-rebuild::before {
  content: '';
  background-color: #ea3592;
  transition: 0.3s ease;
}
.cta-link .plus-rebuild::after {
  width: 10px;
  height: 2px;
}
.cta-link .plus-rebuild::before {
  height: 10px;
  width: 2px;
}
@media (min-width: 1000px) {
  .cta-link:hover .arrow-rebuild-white .arrow-rbld {
    fill: transparent;
  }
  .cta-link:hover .arrow-rebuild-white .arrow-bkgr {
    fill: #fff;
  }
}
.cta-link--white {
  color: #fff;
}
.cta-link--white .arrow-rebuild {
  border: 2px solid #fff;
}
.cta-link--white:hover .arrow-rebuild svg path {
  fill: #4a4a4a;
}
.arrow-rebuild-white,
.ico-download {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 4px;
}
.ico-download svg .ar2019-ico-hover {
  fill: transparent;
  transition: 0.3s ease;
}
.ico-download svg .ar2019-circle,
.ico-download svg .ar2019-fill,
.ico-download svg .ar2019-stroke {
  transition: 0.3s ease;
}
.arrow-rebuild-white {
  margin-left: 8px;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 3px;
}
.arrow-rebuild-white svg {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.arrow-rebuild-white .arrow-rbld {
  fill: #fff;
}
.arrow-rebuild-white .arrow-bkgr,
.insights--contact-us .cta-link .downloadlink-icon svg circle {
  transition: 0.3s ease;
  fill: transparent;
}
.button--link {
  color: #4a4a4a;
}
.button--link,
.button--link-invert {
  height: auto;
  padding: 0 0 5px;
  border: none;
  border-bottom: solid 3px;
  font-size: 12px;
  font-weight: 700;
  line-height: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.button--link-invert:focus,
.button--link-invert:hover,
.button--link:focus,
.button--link:hover {
  box-shadow: none;
}
.button--link-invert:focus svg,
.button--link-invert:hover svg,
.button--link:focus svg,
.button--link:hover svg {
  -webkit-transform: translate(-4px, 0);
  -ms-transform: translate(-4px, 0);
  transform: translate(-4px, 0);
}
.button--link:active {
  background: 0 0;
  color: #4a4a4a;
}
.button--link-invert:active {
  background: 0 0;
  color: #fff;
}
.button--link svg,
.button--link-invert svg {
  width: 5px;
  height: 7px;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.button--link-invert {
  border-color: #fff;
  color: #fff;
}
.button--link-invert svg {
  fill: #fff;
}
.next-arrow,
.prev-arrow {
  position: absolute;
  bottom: -66px;
  height: 38px;
  width: 38px;
  border: 1px solid #ea3592;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.next-arrow::after,
.prev-arrow::after {
  content: '';
  position: absolute;
  bottom: 12px;
  height: 11px;
  width: 11px;
  border-bottom: 1px solid #ea3592;
  border-right: 1px solid #ea3592;
  outline: none;
  transition: 0.3s ease-in-out;
}
.next-arrow:not(.slick-disabled):hover,
.prev-arrow:not(.slick-disabled):hover {
  cursor: pointer;
  background-color: #ea3592;
  border-color: #ea3592;
}
.next-arrow:not(.slick-disabled):active::after,
.next-arrow:not(.slick-disabled):hover::after,
.prev-arrow:not(.slick-disabled):active::after,
.prev-arrow:not(.slick-disabled):hover::after {
  border-color: #fff;
}
.next-arrow:not(.slick-disabled):active,
.prev-arrow:not(.slick-disabled):active {
  background-color: #5a186b;
  border-color: #5a186b;
}
.next-arrow:not(.slick-disabled):focus,
.prev-arrow:not(.slick-disabled):focus {
  background-color: #5a186b;
  border-color: #5a186b;
  outline: none;
}
.next-arrow:not(.slick-disabled):focus::after,
.prev-arrow:not(.slick-disabled):focus::after {
  border-color: #fff;
}
.next-arrow:not(.slick-disabled).focus-visible,
.prev-arrow:not(.slick-disabled).focus-visible {
  border-color: #415a6c;
  background-color: transparent;
  outline: none;
}
.next-arrow:not(.slick-disabled).focus-visible::before,
.prev-arrow:not(.slick-disabled).focus-visible::before {
  content: '';
  border: 2px dashed #5a186b;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -7px;
  left: -7px;
}
.next-arrow:not(.slick-disabled).focus-visible::after,
.prev-arrow:not(.slick-disabled).focus-visible::after {
  border-color: #415a6c;
}
.carousel-media .next-arrow:active,
.carousel-media .prev-arrow:active {
  background-color: transparent;
  border-color: #fff;
}
.carousel-media .next-arrow:active::after,
.carousel-media .prev-arrow:active::after {
  border-color: #fff;
}
.carousel-media .next-arrow:focus,
.carousel-media .prev-arrow:focus {
  background-color: transparent;
  border-color: #fff;
  outline: none;
}
.carousel-media .next-arrow:focus::after,
.carousel-media .prev-arrow:focus::after {
  border-color: #fff;
}
.next-arrow {
  right: 16px;
}
.next-arrow::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 15px;
}
.prev-arrow {
  left: 16px;
}
.prev-arrow::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 15px;
}
.next-arrow--white,
.next-arrow--white::after,
.prev-arrow--white,
.prev-arrow--white::after {
  border-color: #fff;
}
.next-arrow--white.slick-disabled,
.prev-arrow--white.slick-disabled {
  border-color: #b6bdc9;
  background-color: transparent;
}
.next-arrow--white.slick-disabled::after,
.prev-arrow--white.slick-disabled::after {
  border-color: #b6bdc9;
}
.next-arrow--white:not(.slick-disabled).focus-visible,
.prev-arrow--white:not(.slick-disabled).focus-visible {
  border-color: #fff;
  background-color: transparent;
  outline: none;
}
.next-arrow--white:not(.slick-disabled).focus-visible::before,
.prev-arrow--white:not(.slick-disabled).focus-visible::before {
  content: '';
  border: 2px dashed #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -7px;
  left: -7px;
}
.next-arrow--white:not(.slick-disabled).focus-visible::after,
.prev-arrow--white:not(.slick-disabled).focus-visible::after {
  border-color: #fff;
}
.jump-first {
  position: absolute;
  left: 30px;
  bottom: -19px;
  height: 38px;
  width: 38px;
  border: 1px solid #415a6c;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.jump-first::after,
.jump-first::before {
  content: '';
  position: absolute;
  bottom: 12px;
  height: 11px;
  width: 11px;
  border-bottom: 1px solid #415a6c;
  border-right: 1px solid #415a6c;
  outline: none;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.3s ease-in-out;
}
.jump-first::after {
  left: 11px;
}
.jump-first::before {
  left: 18px;
}
.jump-first:hover {
  cursor: pointer;
}
.jump-first:hover,
.jump-first:hover::after,
.jump-first:hover::before {
  border-color: #ea3592;
}
.jump-first:active {
  background-color: #ea3592;
}
.jump-first,
.jump-first::after,
.jump-first::before,
.jump-first:active::after,
.jump-first:active::before {
  border-color: #fff;
}
.jump-first:focus {
  outline: 1px solid #415a6c;
}
.predictive {
  position: relative;
  max-width: 269px;
}
.predictive__input {
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 34px;
  height: 48px;
  color: #415a6c;
  width: 100%;
  padding: 5px 50px 5px 20px;
  border: 1.6px solid #415a6c;
  border-radius: 23px;
  background: #fff;
}
.predictive__input::-webkit-input-placeholder {
  color: #415a6c;
}
.predictive__input:-ms-input-placeholder {
  color: #415a6c;
}
.predictive__input::placeholder {
  color: #415a6c;
}
.predictive__reset {
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 34px;
  color: #415a6c;
  width: 100%;
  padding: 5px 20px;
  border: 1.6px solid #b6bdc9;
  border-radius: 23px;
  background: #fff;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  height: 47px;
  display: none;
}
.predictive__reset::-webkit-input-placeholder {
  color: #415a6c !important;
}
.predictive__reset:-ms-input-placeholder {
  color: #415a6c !important;
}
.predictive__reset::placeholder {
  color: #415a6c !important;
}
.predictive__reset:hover {
  border-color: #ea3592;
}
.predictive__list {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1.6px solid #e7e9ed;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.predictive__item {
  position: relative;
  display: block;
}
.predictive__item::after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 1px;
  width: calc(100% - 30px);
  background: #f5f5f5;
}
.predictive__link {
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #415a6c;
  display: block;
  padding: 15px 20px;
  transition: 0.15s ease-in-out;
}
.predictive__link:hover {
  background: #f5f5f5;
  color: #415a6c;
  cursor: pointer;
}
.predictive__btn,
.predictive__btn::before {
  position: absolute;
  transition: 0.3s ease-in-out;
}
.predictive__btn {
  background-color: transparent;
  padding: 10px;
  border: 1.6px solid #415a6c;
  top: 4px;
  right: 4px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.predictive__btn::before {
  content: '';
  top: 9px;
  right: 11px;
  border-right: 2px solid #415a6c;
  border-bottom: 2px solid #415a6c;
  height: 13px;
  width: 13px;
  border-radius: 0.8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.predictive__btn:hover,
.predictive__btn:hover::before {
  border-color: #b6bdc9;
}
.predictive__btn--close {
  padding: 10px;
}
.predictive__btn--close::after,
.predictive__btn--close::before {
  content: '';
  border: 0;
  position: absolute;
  background: #415a6c;
  height: 1.6px;
  width: 21px;
  border-radius: 0.8px;
  transition: 0.3s ease-in-out;
  top: 18px;
  right: 7px;
}
.predictive__btn--close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.predictive__btn--close::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.predictive__btn--close:hover,
.predictive__btn:hover {
  cursor: pointer;
  background: 0 0;
}
.predictive__btn--close:hover::after,
.predictive__btn--close:hover::before {
  background: #b6bdc9;
}
.main-nav {
  width: 100%;
  min-width: 320px;
  padding: 0 0 9px;
  position: absolute;
  z-index: 100;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) -10%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media (min-width: 1441px) {
  .main-nav {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .main-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-nav:before {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .main-nav.is-open-countries:before,
  .main-nav.is-open-search:before,
  .main-nav:hover:before {
    opacity: 1;
  }
}
.main-nav__wrapper.wrapper {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .main-nav__wrapper.wrapper {
    padding: 0 80px;
  }
}
@media (min-width: 1441px) {
  .main-nav__wrapper.wrapper {
    padding: 0 115px;
  }
}
.main-nav--fixed {
  position: fixed;
  z-index: 100;
  top: 0;
}
.main-nav--fixed:not(.main-nav--top):before {
  opacity: 1;
}
@media (max-width: 1023px) {
  .main-nav__countries {
    display: none;
  }
}
.main-nav-mobile {
  visibility: hidden;
  min-width: 320px;
  padding: 15px 15px 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1023px) {
  .main-nav-mobile.is-ready {
    display: none;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .main-nav-mobile {
    padding: 30px 50px 50px;
  }
}
@media (min-width: 1024px) {
  .main-nav-mobile {
    display: block;
    visibility: visible;
    padding: 0;
    background: 0 0;
    overflow: visible;
    position: relative;
    z-index: 1;
  }
}
.main-nav__item {
  margin-bottom: 20px;
  transition: opacity 0.3s ease;
}
.main-nav-mobile__search form.is-locked,
.main-nav__item.is-locked {
  opacity: 0;
}
@media (min-width: 1024px) {
  .main-nav__item.is-locked {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .main-nav__item {
    margin-bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .main-nav__item {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
  }
  .main-nav__item:last-child {
    margin-right: 0;
  }
  .main-nav__item:nth-child(n + 5) .main-nav__sublist {
    float: right;
  }
  .main-nav__item:nth-child(n + 5) .main-nav__sub.has-sublist--2 {
    margin-left: -170px;
  }
  .main-nav__item:nth-child(n + 5) .main-nav__sub.has-sublist--3 {
    margin-left: -340px;
  }
  .main-nav__item:nth-child(n + 5) .main-nav__sub.has-sublist--4 {
    margin-left: -550px;
  }
}
@media (min-width: 1090px) {
  .main-nav__item {
    margin: 0 2% 0 0;
  }
}
@media (min-width: 1180px) {
  .main-nav__item:nth-child(n + 5) .main-nav__sub.has-sublist--2 {
    margin-left: -220px;
  }
  .main-nav__item:nth-child(n + 5) .main-nav__sub.has-sublist--3 {
    margin-left: -440px;
  }
  .main-nav__item:nth-child(n + 5) .main-nav__sub.has-sublist--4 {
    margin-left: -700px;
  }
}
@media (min-width: 1280px) {
  .main-nav__item {
    margin: 0 3% 0 0;
  }
  .main-nav__item:nth-child(n + 5) .main-nav__sub.has-sublist--2 {
    margin-left: -270px;
  }
  .main-nav__item:nth-child(n + 5) .main-nav__sub.has-sublist--3 {
    margin-left: -540px;
  }
  .main-nav__item:nth-child(n + 5) .main-nav__sub.has-sublist--4 {
    margin-left: -850px;
  }
}
@media (min-width: 1440px) {
  .main-nav__item {
    margin: 0 34px 0 0;
  }
}
.main-nav__item-icon {
  width: 24px;
  height: 24px;
  padding: 5px;
  position: relative;
  top: 3px;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  cursor: pointer;
  color: #fff;
}
@media (min-width: 768px) {
  .main-nav__item-icon {
    width: 28px;
    height: 28px;
    margin-right: 5px;
    top: -1px;
  }
}
@media (min-width: 1024px) {
  .main-nav__item-icon {
    display: none;
  }
}
.main-nav__item.is-open .main-nav__item-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-nav__link {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .main-nav__link {
    font-size: 48px;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .main-nav__link {
    display: inline-block;
    padding: 42px 0;
    font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
  }
  .main-nav__link:focus .main-nav__link-text,
  .main-nav__link:hover .main-nav__link-text {
    border-bottom-color: #fff;
  }
}
@media (min-width: 1180px) {
  .main-nav__link {
    padding: 43px 0 42px;
    font-size: 18px;
  }
}
.main-nav__link::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 21px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  background: #fff;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .main-nav__link::before {
    height: 31px;
    margin-right: 7px;
    position: static;
  }
}
@media (min-width: 1024px) {
  .main-nav__link::before {
    display: none;
  }
}
.main-nav__sub .main-nav__link {
  font-size: 18px;
  text-transform: none;
}
@media (min-width: 768px) {
  .main-nav__sub .main-nav__link {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .main-nav__sub .main-nav__link {
    font-size: 16px;
  }
}
@media (min-width: 1180px) {
  .main-nav__sub .main-nav__link {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .main-nav__item:hover > .main-nav__link .main-nav__link-text {
    border-bottom-color: #fff;
  }
}
.main-nav__link-text {
  border-bottom: solid 2px transparent;
  transition: border 0.25s;
}
.is-open > .main-nav__link .main-nav__link-text {
  border-bottom-color: #fff;
}
.main-nav-mobile__search {
  margin-bottom: 20px;
}
.main-nav-mobile__search:after,
.main-nav-mobile__search:before {
  content: ' ';
  display: table;
}
.main-nav-mobile__search:after {
  clear: both;
}
@media (min-width: 768px) {
  .main-nav-mobile__search {
    margin-bottom: 50px;
  }
}
.main-nav-mobile__search-input {
  display: block;
  width: 100%;
  padding-bottom: 6px;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  background: 0 0;
  font-size: 18px;
  color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 768px) {
  .main-nav-mobile__search-input {
    font-size: 24px;
  }
}
.main-nav-mobile__search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-nav-mobile__search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-nav-mobile__search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-nav__toggle {
  margin-top: 28px;
  float: right;
}
@media (min-width: 1024px) {
  .main-nav__toggle {
    display: none;
  }
}
.main-nav__toggle-label {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 16px;
  height: 2px;
  background: #fff;
  display: block;
}
.main-nav__toggle-image {
  margin-right: 16px;
  position: relative;
  top: 0;
  width: 38px;
  height: 24px;
}
.main-nav__toggle-image:after,
.main-nav__toggle-image:before {
  content: '';
  height: 2px;
  width: 26px;
  background: #fff;
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
}
.main-nav__toggle-image:after {
  width: 38px;
  top: 22px;
}
.main-nav-mobile__country-selector {
  display: block;
  width: 18px;
  margin-top: -7px;
  float: right;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .main-nav-mobile__country-selector {
    width: 25px;
  }
}
@media (max-width: 1440px) {
  .main-nav-mobile__country-selector {
    width: 42px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 42px;
    padding: 8px 0 10px;
    margin-top: -2px;
  }
}
.is-open-search .main-nav-mobile__country-selector {
  display: none;
}
.main-nav-mobile__country-selector-globe {
  color: #fff;
}
@media (min-width: 768px) {
  .main-nav-mobile__country-selector-globe {
    width: 25px;
    height: 18px;
  }
}
.main-nav-mobile__close {
  float: right;
  margin-left: 25px;
  margin-right: 10px;
  margin-top: 6px;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .main-nav-mobile__close {
    width: 25px;
    height: 18px;
    margin-right: 0;
    margin-left: 35%;
  }
}
@media (min-width: 1024px) {
  .main-nav-mobile__close {
    left: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .main-nav-mobile__close-wrapper {
    margin-top: -42px;
  }
}
@media (min-width: 1441px) {
  .main-nav-mobile__close-wrapper {
    margin-top: -35px;
  }
}
.main-nav__logo {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 12px 40px 0 0;
}
@media (min-width: 1024px) {
  .main-nav__logo {
    float: left;
  }
}
@media (min-width: 1180px) {
  .main-nav__logo {
    margin-right: 80px;
  }
}
.main-nav__logo-image {
  width: 100px;
  height: 57px;
}
@media (min-width: 1024px) {
  .main-nav__logo-image {
    width: 130px;
    height: 72px;
  }
}
.main-nav__search {
  display: none;
}
@media (min-width: 1024px) {
  .main-nav__search {
    display: inline-block;
    padding: 5px;
    margin-top: 36px;
    margin-right: -5px;
    margin-left: 3%;
    float: right;
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .main-nav__search:focus,
  .main-nav__search:hover {
    opacity: 0.7;
  }
  .is-open-search .main-nav__search {
    opacity: 0;
    z-index: -1;
  }
}
.main-nav__search-image {
  color: #fff;
}
.main-nav__logo-image--alt {
  display: none;
  width: 89px;
  height: auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-nav__logo-image {
    display: none;
  }
  .main-nav__logo-image--alt {
    display: block;
  }
}
@media (min-width: 1024px) {
  .main-nav-mobile__search {
    margin: 0;
    width: 85%;
    display: none;
    position: absolute;
    left: 15%;
    top: 32px;
    z-index: 4;
  }
  .main-nav-mobile__search .col-xs-8 {
    margin: 0;
    width: 95%;
  }
  .main-nav-mobile__search .col-xs-4 {
    margin: 0;
    width: 5%;
  }
  .main-nav-mobile__search + .main-nav__list {
    opacity: 1;
    transition: opacity 0.6s ease;
  }
  .is-open-search .main-nav-mobile__search ~ .main-nav__list {
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
  }
}
.main-nav-mobile__search form {
  position: relative;
  top: 5px;
  color: #fff;
  transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .main-nav-mobile__search form.is-locked {
    opacity: 1;
  }
}
.main-nav-mobile__search form svg {
  position: absolute;
  bottom: 8px;
  left: 18px;
}
.main-nav-mobile__search form .main-nav-mobile__search-input {
  padding-left: 36px;
}
@media (min-width: 768px) {
  .main-nav-mobile__search form {
    top: 0;
  }
}
.main-nav-search__results {
  color: #fff;
  width: 100%;
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  left: 0;
  right: 0;
  top: 65px;
  opacity: 1;
  transition: none;
  overflow: visible !important;
}
@media (min-width: 768px) {
  .main-nav-search__results {
    top: 105px;
    padding: 0 50px;
  }
}
@media (min-width: 1024px) {
  .main-nav-search__results {
    top: 100%;
    padding: 0 18%;
  }
  .main-nav-search__results:before {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    display: block;
    width: 6000px;
    height: 100%;
    position: absolute;
    left: -2000px;
    z-index: 0;
  }
}
.main-nav-search__results.is-ready {
  visibility: visible;
}
.main-nav-search__container {
  position: relative;
  z-index: 1;
  overflow-y: scroll;
}
.main-nav-search__container p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-nav-search__container p {
    padding: 0 15px;
  }
}
.main-nav-search__section {
  padding-bottom: 30px;
}
.main-nav-search__item {
  padding-bottom: 15px;
}
.main-nav-search__link {
  text-decoration: none;
  color: #fff;
}
.main-nav-search__heading {
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
@media (min-width: 1023px) {
  .main-nav__countries {
    padding: 5px;
    margin-top: 33px;
    float: right;
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .main-nav__countries:focus,
  .main-nav__countries:hover {
    opacity: 0.7;
  }
  .main-nav__countries.is-open {
    opacity: 0.5;
  }
  .is-open-search .main-nav__countries {
    opacity: 0;
    z-index: -1;
  }
}
.main-nav__countries-image {
  color: #fff;
}
.main-nav-countries {
  color: #fff;
  width: 100%;
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  transition: none;
  overflow: visible !important;
}
.main-nav-countries.is-ready {
  display: none;
  visibility: visible;
}
@media (max-width: 1023px) {
  .main-nav-countries.is-ready {
    background-color: #000;
    opacity: 0.85;
    display: none;
  }
}
@media (min-width: 768px) {
  .main-nav-countries {
    padding: 0 50px;
  }
}
@media (min-width: 1024px) {
  .main-nav-countries {
    top: 100px;
    padding: 0 18%;
  }
  .main-nav-countries:before {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    display: block;
    width: 6000px;
    height: 100%;
    position: absolute;
    left: -2000px;
    z-index: 0;
  }
}
.main-nav-countries__container {
  max-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.main-nav-countries__title {
  padding: 15px 0;
  font-size: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .main-nav-countries__title {
    margin-top: 10px;
    font-size: 48px;
  }
}
.main-nav-countries__list-wrapper,
.main-nav-countries__list-wrapper .slick-track {
  width: 100%;
}
.main-nav-countries__list-wrapper .slick-dots {
  bottom: 0;
}
.main-nav-countries__list-wrapper .slick-dots li:hover button::before {
  transition: all 0.2s ease;
}
.main-nav-countries__list-wrapper .slick-dots li button::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: 0 0;
  border: 2px solid #fff;
}
.main-nav-countries__list-wrapper .slick-dots li.slick-active button::before {
  background: #e93694;
  border-color: #e93694;
}
.main-nav-countries__list {
  width: 100%;
  padding: 30px 0 60px;
  float: left;
}
@media (max-width: 767px) {
  .main-nav-countries__list {
    padding-top: 10px;
  }
}
.main-nav-countries__list:empty {
  display: none;
}
.main-nav-countries__item {
  margin: 15px 0;
}
@media (min-width: 550px) {
  .main-nav-countries__item {
    display: inline;
    width: 50%;
    float: left;
  }
}
@media (min-width: 550px) and (max-width: 991px) {
  .main-nav-countries__item {
    margin: 10px 0;
  }
}
.main-nav-countries__link {
  padding-right: 25px;
  color: #fff;
  display: inline-block;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid transparent;
  transition: border 0.25s ease;
}
.main-nav-countries__link svg {
  margin-top: -3px;
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 50%;
  transition: all 0.25s ease;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.main-nav-countries__link:hover {
  border-color: #fff;
}
.main-nav-countries__link:hover svg {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}
.main-nav__sub {
  padding: 20px 10px 20px 70px;
  display: none;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.main-nav__item--open .main-nav__sub .main-nav__item,
.main-nav__sub.is-open {
  opacity: 1;
}
.main-nav__sub .main-nav__item {
  margin: 20px 0 0;
}
.main-nav__sub .main-nav__link-text {
  border-bottom-width: 1px;
}
.main-nav__sub .main-nav__link {
  padding: 5px 0;
  font-weight: 600;
}
.main-nav__sub .main-nav__link::before {
  display: none;
}
.main-nav__sub .main-nav__link_light {
  font-size: 16px;
  font-weight: 300;
}
.main-nav__item--open .main-nav__sub {
  height: auto;
  padding: 20px 0 0 37px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .main-nav__item--open .main-nav__sub {
    padding-left: 72px;
  }
  .main-nav__sub {
    padding: 30px 0 10px 90px;
  }
  .main-nav__sub .main-nav__item {
    margin: 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .main-nav__sub {
    padding: 0 20px 40px;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: -20px;
    opacity: 1;
    transition: none;
    overflow: visible !important;
  }
  .main-nav__sub:before {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    display: block;
    width: 6000px;
    height: 100%;
    position: absolute;
    left: -2000px;
    z-index: 0;
  }
  .main-nav__sub .main-nav__item {
    display: block;
    width: 150px;
    margin: -5px 20px 20px 0;
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    transition: all 50ms ease-out;
  }
  .main-nav__sub.is-open .main-nav__item {
    opacity: 0.9;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 300ms ease-out;
  }
  .main-nav__sub .main-nav__link {
    padding: 0;
  }
  .main-nav__sub.has-sublist--2 {
    width: 380px;
  }
  .main-nav__sub.has-sublist--3 {
    width: 550px;
  }
  .main-nav__sub.has-sublist--4 {
    width: 760px;
  }
  .main-nav__sub.has-sublist--5 {
    width: 1060px;
  }
  .main-nav__sub.has-sublist--5 .main-nav__item {
    width: 130px;
  }
  .main-nav__sub .main-nav__sublist {
    float: left;
  }
}
@media (min-width: 1180px) {
  .main-nav__sub .main-nav__item {
    width: 200px;
  }
  .main-nav__sub.has-sublist--2 {
    width: 480px;
  }
  .main-nav__sub.has-sublist--3 {
    width: 700px;
  }
  .main-nav__sub.has-sublist--4 {
    width: 960px;
  }
  .main-nav__sub.has-sublist--5 {
    width: 1200px;
  }
  .main-nav__sub.has-sublist--5 .main-nav__item {
    width: 160px;
  }
}
@media (min-width: 1280px) {
  .main-nav__sub .main-nav__item {
    width: 250px;
  }
  .main-nav__sub.has-sublist--2 {
    width: 580px;
  }
  .main-nav__sub.has-sublist--3 {
    width: 850px;
  }
  .main-nav__sub.has-sublist--4 {
    width: 1160px;
  }
  .main-nav__sub.has-sublist--5 {
    width: 1350px;
  }
  .main-nav__sub.has-sublist--5 .main-nav__item {
    width: 180px;
  }
}
@media (min-width: 1600px) {
  .main-nav__sub.has-sublist--5 {
    width: 1350px;
  }
  .main-nav__sub.has-sublist--5 .main-nav__item {
    width: 220px;
  }
}
.header {
  height: 405px;
  overflow: hidden;
  position: relative;
}
.header::before {
  content: '';
  display: block;
  height: 50%;
  position: absolute;
  bottom: -32%;
  left: -8%;
  right: 0;
  background: #fff;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: 1;
}
.header .header__back-link {
  padding-left: 10px;
  position: relative;
}
.header .header__back-link:before {
  content: '';
  background: url(../images/chevron-left.svg) no-repeat;
  background-size: contain;
  width: 5px;
  height: 7px;
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  transition: left 0.4s;
}
.header .header__back-link:focus:before,
.header .header__back-link:hover:before {
  left: -4px;
}
.header.header_before--pink:before {
  background: #df3490;
}
.header.header_before--blue:before {
  background: #3eabd6;
}
.header.header_before--blue-gradient:before {
  background: #5e4e88;
}
.header.header_before--purple-gradient:before {
  background: #713d7f;
}
.header.header_before--blue .header__back-link,
.header.header_before--blue-gradient .header__back-link,
.header.header_before--pink .header__back-link,
.header.header_before--purple-gradient .header__back-link,
.header__noti-wrapper a {
  color: #fff;
}
.header.header_before--blue .header__back-link:before,
.header.header_before--blue-gradient .header__back-link:before,
.header.header_before--pink .header__back-link:before,
.header.header_before--purple-gradient .header__back-link:before {
  background-image: url(../images/chevron-left-white.svg);
}
.header .wrapper {
  overflow: hidden;
}
@media (min-width: 768px) {
  .header {
    height: 610px;
  }
  .header::before {
    height: 50.81%;
    left: -5%;
    right: -17%;
  }
}
@media (min-width: 992px) {
  .header {
    height: 675px;
  }
  .header::before {
    height: 51.95%;
    left: -5%;
    right: 0;
  }
}
@media (min-width: 1441px) {
  .header {
    height: 735px;
  }
  .header::before {
    height: 52.38%;
    left: -4%;
  }
}
.header__wrapper {
  height: 100%;
  position: relative;
  z-index: 3;
}
.header__logo,
.header__picture {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
}
.header__picture {
  top: 0;
  z-index: 2;
}
.header__picture img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  transition: all 0.5s;
}
.header__logo {
  width: 81px;
  height: 81px;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  z-index: 1;
  bottom: 35px;
  margin: auto;
}
@media (min-width: 768px) {
  .header__logo {
    width: 174px;
    height: 174px;
    box-shadow: 6px 6px 40px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1024px) {
  .header__logo {
    width: 220px;
    height: 220px;
  }
}
.header__title {
  font-size: 48px;
  line-height: 1;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 33%;
  color: #fff;
  z-index: 1;
}
.header__title sup {
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  z-index: 1;
  top: -0.25em;
}
.header__title sup.is-smaller {
  font-size: 0.5em;
  top: -0.75em;
}
@media (min-width: 768px) {
  .header__title {
    font-size: 68px;
    bottom: 36%;
    left: 80px;
    right: 80px;
  }
}
@media (min-width: 992px) {
  .header__title {
    font-size: 98px;
    bottom: 39%;
  }
}
@media (min-width: 1441px) {
  .header__title {
    bottom: 41%;
    left: 115px;
    right: 115px;
  }
}
.header__section-title {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header__section-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.header__back-link {
  position: absolute;
  left: 20px;
  bottom: 10%;
}
@media (min-width: 768px) {
  .header__back-link {
    bottom: 15%;
    left: 85px;
  }
}
@media (min-width: 1441px) {
  .header__back-link {
    left: 120px;
  }
}
.header__noti-wrapper {
  position: absolute;
  left: 80px;
  top: 140px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 30px;
  max-width: 60%;
  box-sizing: border-box;
  z-index: 1;
}
.header__noti-wrapper .header__noti-title {
  font-size: 48px;
  margin: 0 0 10px;
}
.header__noti-wrapper p {
  margin: 10px 0 20px;
}
@media (max-width: 768px) {
  .header__noti-wrapper {
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .header__noti-wrapper .header__noti-title {
    font-size: 25px;
  }
  .header__noti-wrapper .header__noti-message {
    font-size: 14px;
  }
}
.header__breadcrumb__logo {
  margin-top: 120px;
}
.header--regular {
  height: 350px;
}
@media (max-width: 767px) {
  .header--regular {
    height: 325px;
  }
}
@media (max-width: 991px) {
  .header--regular {
    height: auto;
    min-height: 325px;
  }
}
.header--regular:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.header--regular .header__picture {
  object-fit: cover;
  object-position: center;
  height: 100%;
  font-family: 'object-fit: cover; object-position: center';
}
.header--regular .header__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.header--regular .header__content {
  position: absolute;
  bottom: 40px;
  padding-right: 115px;
}
@media (max-width: 991px) {
  .header--regular .header__content {
    padding-right: 80px;
    padding-bottom: 38px;
    position: static;
    margin-top: 125px;
  }
}
@media (max-width: 767px) {
  .header--regular .header__content {
    padding-right: 15px;
  }
}
.header--regular .header__title {
  font-size: 78px;
  line-height: 1;
  position: static;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .header--regular .header__title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .header--regular .header__title {
    font-size: 64px;
  }
}
.header--regular .breadcrumb .breadcrumb-container {
  margin: 0;
}
.header--regular .breadcrumb .breadcrumb-container a,
.header--regular .breadcrumb .breadcrumb-container span {
  color: #fff;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.header--regular .breadcrumb .breadcrumb-container span {
  display: inline-block;
}
.header--regular .breadcrumb .breadcrumb-container a {
  text-decoration: none;
  margin-right: 5px;
}
.header--regular .breadcrumb .breadcrumb-container a:focus,
.header--regular .breadcrumb .breadcrumb-container a:hover {
  text-decoration: underline;
}
.header-rebuild {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999999999999; /* -webkit-transform:translateY(-100%); */
  -ms-transform: translateY(
    -100%
  ); /* transform:translateY(-100%); */ /* transition:-webkit-transform .3s ease,background-color .3s ease-in-out,box-shadow .3s ease-in-out; */ /* transition:transform .3s ease,background-color .3s ease-in-out,box-shadow .3s ease-in-out; */
}
.header-rebuild .logo__img--white {
  display: block;
}
.header-rebuild .logo__img--dark {
  display: none;
}
.header-rebuild .header-rebuild__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
@media (min-width: 1301px) {
  .header-rebuild .header-rebuild__wrapper {
    min-height: 108px;
    padding: 0 45px;
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  .header-rebuild .header-rebuild__wrapper {
    min-height: 129px;
  }
}
@media (max-width: 767px) {
  .header-rebuild .header-rebuild__wrapper {
    min-height: 109px;
  }
}
.mobile-nav-opened {
  z-index: 1111;
}
.header-rebuild--scrolled,
.header-rebuild--white,
.mobile-nav-opened {
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.header-rebuild--scrolled .logo__img--white,
.header-rebuild--white .logo__img--white,
.mobile-nav-opened .logo__img--white,
.video-carousel .slick-dots li button:before {
  display: none;
}
.header-rebuild--scrolled .logo__img--dark,
.header-rebuild--white .logo__img--dark,
.mobile-nav-opened .logo__img--dark,
.section-innov.section-panels .teasers .wrapper .teaser li {
  display: block;
}
.header-rebuild--scrolled .search-bar__btn,
.header-rebuild--scrolled .search-bar__country,
.header-rebuild--white .search-bar__btn,
.header-rebuild--white .search-bar__country,
.mobile-nav-opened .search-bar__btn,
.mobile-nav-opened .search-bar__country {
  color: #415a6c;
}
.header-rebuild--scrolled .header__line,
.header-rebuild--white .header__line,
.mobile-nav-opened .header__line {
  background-color: #5a186b;
}
.header-rebuild--scrolled .nav__link,
.header-rebuild--scrolled .share-price__action,
.header-rebuild--scrolled .share-price__number,
.header-rebuild--white .nav__link,
.header-rebuild--white .share-price__action,
.header-rebuild--white .share-price__number,
.mobile-nav-opened .nav__link,
.mobile-nav-opened .share-price__action,
.mobile-nav-opened .share-price__number {
  color: #415a6c;
  transition: color 0.3s ease-in-out;
}
.header-rebuild--scrolled .share-price__color--positive,
.header-rebuild--white .share-price__color--positive,
.mobile-nav-opened .share-price__color--positive {
  color: #0d871b;
  transition: color 0.3s ease-in-out;
}
.header-rebuild--scrolled .share-price__color--negative,
.header-rebuild--white .share-price__color--negative,
.mobile-nav-opened .share-price__color--negative {
  color: #eb0000;
  transition: color 0.3s ease-in-out;
}
.header-rebuild--scrolled .nav-toggle__btn,
.header-rebuild--white .nav-toggle__btn,
.mobile-nav-opened .nav-toggle__btn {
  border-color: #415a6c;
}
.header-rebuild--scrolled .nav-toggle__btn .nav-toggle__line,
.header-rebuild--scrolled .nav-toggle__btn::after,
.header-rebuild--scrolled .nav-toggle__btn::before,
.header-rebuild--white .nav-toggle__btn .nav-toggle__line,
.header-rebuild--white .nav-toggle__btn::after,
.header-rebuild--white .nav-toggle__btn::before,
.mobile-nav-opened .nav-toggle__btn .nav-toggle__line,
.mobile-nav-opened .nav-toggle__btn::after,
.mobile-nav-opened .nav-toggle__btn::before {
  background-color: #415a6c;
}
@media (max-width: 1300px) {
  .header-rebuild--scrolled,
  .header-rebuild--white,
  .mobile-nav-opened {
    border-bottom: 1px solid #e3e3e3;
  }
}
@media (min-width: 1301px) {
  .logo {
    margin-top: 4px;
    width: 133px;
  }
  .logo .logo__link {
    width: 74px;
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  .logo {
    margin-top: 6px;
    padding-left: 7px;
    width: 125px;
  }
  .logo .logo__link {
    width: 69px;
  }
}
@media (max-width: 767px) {
  .logo {
    margin-top: 15px;
    width: 105px;
  }
  .logo .logo__link {
    width: 58px;
  }
}
.circle-icon {
  position: absolute;
  top: 2px;
  left: -2px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 1000;
}
@media (max-width: 1199px) {
  .circle-icon {
    display: none;
  }
}
.animate {
  stroke-dasharray: 0 130;
  transition: all 0.7s ease-in-out;
}
.header__line,
.vertical-line {
  position: absolute;
  top: 72px;
  left: 50%;
  width: 20px;
  height: 2px;
  opacity: 0;
  background-color: #fff;
  transition: width 0.15s ease-in-out, left 0.3s ease-in-out,
    opacity 0.3s ease-in-out, background-color 0.15s ease-in-out;
}
.vertical-line {
  top: 0;
  left: 0;
  width: 2px;
  background-color: #5a186b;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.breadcrumb {
  font-size: 13px;
  width: 100%;
  letter-spacing: 1px;
  line-height: 23px;
  background: 0 0 !important;
}
.breadcrumb-container {
  margin-top: 15px;
  margin-bottom: 45px;
}
.breadcrumb a {
  height: auto;
  padding: 0 0 5px;
  line-height: 9px;
  color: #ea3592;
  font-weight: 700;
}
.breadcrumb a:focus,
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb span {
  color: #000;
}
.breadcrumb.header_before--pink {
  background: #df3490;
}
.breadcrumb.header_before--blue {
  background: #3eabd6;
}
.breadcrumb.header_before--blue-gradient {
  background: #5e4e88;
}
.breadcrumb.header_before--purple-gradient {
  background: #713d7f;
}
.breadcrumb.header_before--blue a,
.breadcrumb.header_before--blue span,
.breadcrumb.header_before--blue-gradient a,
.breadcrumb.header_before--blue-gradient span,
.breadcrumb.header_before--pink a,
.breadcrumb.header_before--pink span,
.breadcrumb.header_before--purple-gradient a,
.breadcrumb.header_before--purple-gradient span {
  color: #fff;
}
.footer {
  background: linear-gradient(225deg, #ea3694 0, #5a186b 100%);
}
.footer .wrapper {
  overflow: visible;
}
.footer__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 0 70px;
  position: relative;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1360px) and (min-width: 768px) {
  .footer__container {
    padding: 55px 65px 20px;
  }
}
@media (max-width: 1200px) {
  .footer__container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer__container {
    padding-top: 31px;
  }
}
.footer__list {
  width: 25%;
}
.footer__list:nth-of-type(2n) {
  width: 14.3%;
}
.footer__list:nth-of-type(2n + 1) {
  margin-right: 68px;
}
@media (max-width: 1200px) {
  .footer__list {
    width: 58%;
    margin-bottom: 39px;
  }
  .footer__list:nth-of-type(1) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__list:nth-of-type(2n) {
    width: 41%;
  }
  .footer__list:nth-of-type(2n + 1) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .footer__list {
    width: calc(100% - 33px);
    margin-bottom: 20px;
  }
  .footer__list:nth-of-type(2n) {
    width: calc(100% - 33px);
  }
  .footer__list:last-of-type {
    margin-bottom: 30px;
  }
  .footer__list--hide {
    display: none;
  }
}
.footer__list--wide {
  -webkit-flex: 1 1 33.33%;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  max-width: 33.33%;
}
@media (max-width: 1200px) {
  .footer__list--wide {
    -webkit-flex: 1 1 58%;
    -ms-flex: 1 1 58%;
    flex: 1 1 58%;
    max-width: 58%;
    margin-bottom: 39px;
  }
}
.footer__list-title {
  color: #fff;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer__list-title {
    line-height: 24px;
  }
}
.footer__list-address {
  margin-bottom: 14px;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 18px;
  letter-spacing: 0.1px;
}
.footer__list-address:first-of-type {
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .footer__list-address {
    margin-bottom: 16px;
  }
  .footer__list-address:first-of-type {
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .footer__list-address {
    padding-right: 20px;
    font-size: 12px;
    line-height: 14px;
  }
  .footer__list-address:first-of-type {
    margin-top: 3px;
  }
}
.footer__social-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .footer__social-links {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .footer__social-links {
    margin-top: 19px;
  }
}
.footer-social__list-item {
  margin-right: 41px;
}
.footer-social__list-item:last-of-type,
.footer-social__list-item:nth-of-type(3) {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .footer-social__list-item {
    margin-right: 25px;
  }
}
.footer-social__list-link {
  display: inline-block;
  color: #fff;
  position: relative;
}
.footer-social__list-link::after,
.footer__list-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.footer-social__list-link:hover::after,
.footer__list-link:hover::after {
  width: 100%;
}
.footer__list-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__list-items .footer__list-item {
  width: 50%;
}
.footer__list-items .footer__list-item:nth-of-type(2n + 1) {
  padding-right: 15px;
}
.footer__list-link {
  position: relative;
  display: inline-block;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 17px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer__list-link {
    line-height: 14px;
  }
}
.footer__button {
  position: absolute;
  top: 32px;
  left: -70px;
  overflow: visible;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 1360px) and (min-width: 768px) {
  .footer__button {
    left: 0;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .footer__button {
    left: auto;
    right: 38px;
    top: 56px;
  }
}
.footer__button-text {
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 3px;
  line-height: 30px;
  height: 33px;
  text-transform: uppercase;
  transition: color 0.4s ease-out;
}
.footer__button-text::before {
  content: '';
  display: block;
  height: 48px;
  width: 48px;
  border: 2px solid #ea3592;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -99px;
  top: -6px;
  transition: background-color 0.4s ease-out;
}
.footer__button-text::after {
  content: '';
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  border-left: 2px solid #ea3592;
  border-top: 2px solid #ea3592;
  right: -78px;
  top: 12px;
  -webkit-transform: rotate(132deg);
  -ms-transform: rotate(132deg);
  transform: rotate(132deg);
  transition: border-color 0.4s ease-out;
}
.footer__button-text:hover {
  color: #fff;
}
.footer__button-text:hover::before {
  background-color: #ea3592;
}
.copy--blue .copy__content table,
.copy--blue .copy__content td,
.copy--blue form input,
.copy--blue form textarea,
.copy--blue-gradient .copy__content table,
.copy--blue-gradient .copy__content td,
.copy--blue-gradient form input,
.copy--blue-gradient form textarea,
.copy--magenta .copy__content table,
.copy--magenta .copy__content td,
.copy--magenta form input,
.copy--magenta form textarea,
.copy--pink .copy__content table,
.copy--pink .copy__content td,
.copy--pink form input,
.copy--pink form textarea,
.copy--purple .copy__content table,
.copy--purple .copy__content td,
.copy--purple form input,
.copy--purple form textarea,
.copy--purple-gradient .copy__content table,
.copy--purple-gradient .copy__content td,
.copy--purple-gradient form input,
.copy--purple-gradient form textarea,
.footer__button-text:hover::after {
  border-color: #fff;
}
@media (max-width: 1200px) {
  .footer__button-text::before {
    top: 1px;
    right: -73px;
    height: 36px;
    width: 36px;
  }
  .footer__button-text::after {
    top: 14px;
    right: -58px;
    height: 10px;
    width: 10px;
  }
}
@media (max-width: 767px) {
  .footer__button-text::before {
    top: 1px;
    right: -98px;
    height: 36px;
    width: 36px;
  }
  .footer__button-text::after {
    top: 14px;
    right: -83px;
    height: 10px;
    width: 10px;
  }
}
.footer__copyright {
  padding: 31px 0 30px;
  background-color: rgba(31, 31, 31, 0.2);
}
@media (max-width: 767px) {
  .footer__copyright {
    padding: 18px 0 21px;
  }
}
.footer__copyright-text {
  padding-left: 35px;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 19px;
  letter-spacing: 0.2px;
}
@media (max-width: 1200px) {
  .footer__copyright-text {
    padding-left: 0;
    letter-spacing: 0.15;
  }
}
@media (max-width: 767px) {
  .footer__copyright-text {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.1;
  }
}
.recommendation {
  margin-bottom: 26px;
}
.recommendation__title {
  margin-bottom: 20px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.top_copy .accordion,
.top_copy .brands,
.top_copy .brands-carousel,
.top_copy .global-locations,
.top_copy .iframe-container,
.top_copy .media__carousel,
.top_copy .media__letterbox,
.top_copy .news,
.top_copy .reports,
.top_copy .teasers,
.top_copy .world-map {
  margin-top: 0;
  padding-top: 0;
}
.copy {
  padding: 35px 0 25px;
  background: #fff;
}
@media (min-width: 768px) {
  .copy {
    padding: 30px 0 20px;
  }
}
.copy a:not(.button) {
  border-bottom: solid 1px #4a4a4a;
  color: #4a4a4a;
  text-decoration: none;
  transition: border-color 0.25s;
}
.copy a:not(.button) svg {
  fill: #4a4a4a;
}
.copy a:not(.button):focus,
.copy a:not(.button):hover {
  border-color: transparent;
}
.copy.copy--top,
.umb-grid__module--top .copy {
  padding-top: 0;
}
.copy h3,
.copy__content h3 {
  font-size: 18px;
  line-height: 1.375;
  margin: 0;
  padding-bottom: 10px;
}
.copy h4,
.copy__content h4 {
  color: #4a4a4a;
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 0;
}
.copy h5,
.copy__content h5 {
  color: #e7e9ed;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.copy--magenta,
.copy--pink {
  background: #df3490;
  background: linear-gradient(to bottom, #df3490 0, #691f6a 100%);
  color: #fff;
}
.copy--blue a:not(.button),
.copy--blue-gradient a:not(.button),
.copy--magenta a:not(.button),
.copy--pink a:not(.button),
.copy--purple a:not(.button),
.copy--purple-gradient a:not(.button) {
  color: #fff;
  border-color: #fff;
}
.copy--blue svg,
.copy--blue-gradient svg,
.copy--magenta svg,
.copy--pink svg,
.copy--purple svg,
.copy--purple-gradient svg,
.teasers--white .teaser__link-icon g {
  fill: #fff;
}
.copy--blue .copy__content .button,
.copy--blue-gradient .copy__content .button,
.copy--magenta .copy__content .button,
.copy--pink .copy__content .button,
.copy--purple .copy__content .button,
.copy--purple-gradient .copy__content .button {
  border-color: #fff;
  color: #fff;
}
.copy--blue {
  background: #3eabd6;
  color: #fff;
}
.copy--blue-gradient {
  background: #5885bc;
  background: linear-gradient(to bottom, #5885bc 0, #5885bc 80%, #4cacdc 100%);
  color: #fff;
}
.copy--purple,
.copy--purple-gradient {
  background: #713d7f;
  background: linear-gradient(to bottom, #713d7f 0, #6076af 40%, #47bdeb 100%);
  color: #fff;
}
.copy__title {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .copy__title {
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 1.2;
  }
}
.copy__subtitle {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .copy__subtitle {
    margin-bottom: 30px;
    font-size: 48px;
  }
}
.copy__content {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .copy__content {
    font-size: 24px;
    line-height: 28px;
  }
}
.copy__content ol,
.copy__content p,
.copy__content ul {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .copy__content ol,
  .copy__content p,
  .copy__content ul {
    margin-bottom: 20px;
  }
}
.copy__content ul {
  margin-left: 25px;
}
.copy__content ol {
  margin-left: 30px;
  list-style-type: decimal;
}
.copy__content li {
  margin-bottom: 5px;
}
.copy__content table {
  border: 1px solid #4a4a4a;
}
.copy__content table td,
.copy__content table th {
  padding: 7px;
}
.copy__content .footnote {
  font-size: 0.5em;
}
.section-innov.section-panels
  .teasers
  .wrapper
  .teaser
  .teaser__picture-wrapper:hover
  .teaser__title,
span.colour-magenta {
  color: #ea3592;
}
.grid__header__has__logo {
  margin-top: 80px;
}
.media {
  position: relative;
}
.media__full-width {
  height: 480px;
}
@media (min-width: 768px) {
  .media__full-width {
    height: 600px;
  }
}
.media__full-width img {
  height: 480px;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center';
}
@media (min-width: 768px) {
  .media__full-width img {
    height: 600px;
  }
}
.media__full-width--with-text {
  height: auto;
}
@media (min-width: 768px) {
  .media__full-width--with-text img {
    position: absolute;
    top: 0;
    height: 100%;
  }
}
.media__full-width .media__wrapper {
  width: 310px;
  background-color: #fff;
  padding: 30px;
  margin: -200px auto 30px;
  z-index: 1;
  position: inherit;
}
@media (min-width: 768px) {
  .media__full-width .media__wrapper {
    width: 472px;
    min-height: 600px;
    padding: 60px 75px;
    position: relative;
    top: 0;
    left: 30%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .media__full-width .media__wrapper {
    left: 45%;
  }
}
.media__full-width .media__body-text,
.media__full-width .media__title {
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #4a4a4a;
  margin: 0 0 20px;
}
.media__full-width .media__title {
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  font-size: 36px;
  line-height: 1.11;
}
.media__full-width .media__title.small--size {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .media__full-width .media__title {
    font-size: 50px;
    line-height: 1.2;
  }
}
.media__full-width .media__body-text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.29;
}
@media (min-width: 768px) {
  .media__full-width .media__body-text {
    font-size: 16px;
    line-height: 1.56;
  }
}
.media__letterbox .media__content {
  padding: 30px 0;
}
.media__carousel a,
.media__letterbox .media__content a {
  color: inherit;
}
.media__letterbox .media__item {
  margin-bottom: 30px;
  text-align: center;
}
.media__carousel .media__content p:last-child,
.media__letterbox .media__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .media__letterbox .media__item {
    margin-bottom: 0;
  }
}
.media__letterbox .media__stat {
  display: block;
  margin-bottom: 16px;
  font-size: 52px;
  line-height: 1;
  color: #ea3592;
  font-weight: 700;
}
.media__letterbox .media__title {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.media__carousel {
  padding-bottom: 30px;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .media__carousel {
    padding: 0 100px 30px;
  }
}
@media (min-width: 1441px) {
  .media__carousel {
    padding: 0 240px 30px;
  }
}
@media (max-width: 767px) {
  .media__carousel .media__wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .media__carousel .media__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 1441px) {
  .media__carousel .media__wrapper {
    top: 50%;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.media__carousel .slick-dots {
  bottom: 12px;
}
.media__carousel .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
}
.media__carousel .slick-dots li:last-child {
  margin: 0;
}
.media__carousel .slick-dots button::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px #000;
  opacity: 1;
  transition: background 0.35s, border-color 0.35s;
}
.media__carousel .slick-dots .slick-active button::before,
.video-carousel .slick-dots li.slick-active {
  background: #ea3592;
  border-color: #ea3592;
}
.media__carousel .media__content {
  padding: 25px 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
@media (min-width: 768px) {
  .media__carousel .media__content {
    width: 305px;
    padding: 48px 30px;
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 1441px) {
  .media__carousel .media__content {
    width: 580px;
    padding: 88px 30px;
    position: static;
  }
}
.media__carousel .media__content p {
  margin-bottom: 15px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}
@media (min-width: 768px) {
  .media__carousel .media__content p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 23px;
  }
}
.media__carousel .media__title {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 1;
}
.media__carousel .media__title.small--size {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .media__carousel .media__title {
    font-size: 48px;
  }
}
@media (min-width: 1441px) {
  .media__carousel .media__title {
    margin-bottom: 35px;
    font-size: 48px;
  }
}
.image-grid {
  max-width: 900px;
}
.media-block {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .media-block__col,
  .media-block__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .media-block__row {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .media-block__col {
    width: 49%;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}
.media-block__text {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .media-block__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .media-block__text:not(:first-child) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .media-block__text {
    margin-bottom: 20px;
  }
}
.media-block__image,
.media-block__video {
  width: 100%;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.media-block__image {
  padding-bottom: 56%;
}
.media-block__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yt_video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  z-index: 1;
}
.yt_video-overlay,
.yt_video-title {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.yt_video-overlay {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  display: none;
  z-index: 2;
}
.yt_video-title {
  z-index: 3;
  right: 0;
  bottom: 0;
}
.yt_video-title span {
  color: #fff;
  z-index: 4;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 5%;
  padding-right: calc(15%);
  font-size: 3vw;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 1%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
@media (min-width: 1441px) {
  .yt_video-title span {
    font-size: 35px;
  }
}
.yt_video-play-icon {
  background: url(../images/play.png) no-repeat;
  background-size: cover;
  width: 68px;
  height: 68px;
  position: absolute;
  bottom: 5%;
  right: 5%;
  margin-top: -100px;
  margin-left: -100px;
}
@media (max-width: 768px) {
  .yt_video-play-icon {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    margin-top: -34px;
    margin-left: -34px;
  }
}
.video-carousel {
  max-width: 100%;
  padding-bottom: 35px;
}
.video-carousel .slick-dots {
  bottom: -5px;
}
.video-carousel .slick-dots li {
  border: 1px solid #4a4a4a;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
}
.video-carousel .yt_video-wrapper {
  margin-bottom: 0;
}
.fluid-width-video-wrapper iframe {
  z-index: 1;
}
.media-video {
  overflow: hidden;
}
@media (min-width: 768px) {
  .media-video .wrapper {
    padding: 0 140px;
  }
}
@media (min-width: 1441px) {
  .media-video .wrapper {
    padding: 0 240px;
  }
}
.accordion {
  padding: 30px 0;
}
.accordion-item {
  color: #4a4a4a;
  padding: 30px 0;
  border-top: 1px solid #b6bdc9;
}
.accordion-item:last-child {
  border-bottom: 1px solid #b6bdc9;
}
.accordion-item__title {
  padding-right: 40px;
  position: relative;
  color: #4a4a4a;
  font-size: 48px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .accordion-item__title {
    font-size: 24px;
  }
}
.accordion-item__state {
  position: absolute;
  top: 11px;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.accordion-item--open .accordion-item__state {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion-item__content {
  padding-top: 30px;
  display: none;
  font-size: 14px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  overflow: hidden;
  font-weight: 300;
  line-height: 18px;
}
@media (min-width: 768px) {
  .accordion-item__content {
    font-size: 24px;
    line-height: 28px;
  }
}
.accordion-item__content p {
  margin-bottom: 20px;
}
.accordion-item__content a {
  color: #4a4a4a;
  text-decoration: none;
  border-bottom: solid 2px #4a4a4a;
  transition: border-color 0.25s;
}
.accordion-item__content a:focus,
.accordion-item__content a:hover,
.teaser__content a:focus,
.teaser__content a:hover,
.teasers--gradient .teaser__content a:focus,
.teasers--gradient .teaser__content a:hover,
.teasers--white .teaser__content a:focus,
.teasers--white .teaser__content a:hover {
  border-color: transparent;
}
.accordion-item__image {
  float: right;
  padding: 0 0 10px 10px;
  width: auto;
}
@media (max-width: 767px) {
  .accordion-item__image {
    width: 100%;
    float: none;
    padding: 0 0 10px;
  }
}
.teasers {
  overflow: hidden;
  padding: 30px 0;
}
.teaser {
  margin-bottom: 30px;
  color: inherit;
}
.generic__module--innovation .generic_module-content-right p,
.teaser--extra-margin {
  margin-bottom: 50px;
}
.teaser__intro {
  margin: 50px 0;
}
.teaser__intro--white,
.teaser__intro--white a {
  color: #fff;
}
.teaser__intro--white .button {
  margin-top: 50px;
  border-color: #fff;
}
.teaser__image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  transition: all 0.5s;
}
.linkedin-post__image:hover img,
.teaser__picture-wrapper:hover .teaser__image,
.teaser__picture:hover .teaser__image {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale(1.1);
  opacity: 0.9;
}
.teaser__title {
  font-size: 24px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 7px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.teaser__category {
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.teaser__picture {
  display: block;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 0;
  line-height: 0;
}
.teaser__content {
  font-size: 18px;
  line-height: 24px;
}
.teaser__content a {
  border-bottom: solid 1px #4a4a4a;
  color: #4a4a4a;
  text-decoration: none;
  transition: border-color 0.25s;
}
.teaser__paragraph {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 100;
}
.teaser__links {
  padding-top: 12px;
  font-size: 18px;
}
.teaser__links a {
  margin: 0 8px 10px 0;
  display: inline-block;
  text-decoration: none;
  color: #ea3592;
}
.teaser__links a span {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  margin-left: 30px;
}
.teaser__links svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  fill: #ea3592;
  position: absolute;
}
.teasers__link-extra {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px 0;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.teasers__link-extra span {
  text-decoration: underline;
}
.teasers__link-extra:after,
.teasers__link-extra:before {
  content: '';
  margin-top: -1px;
  width: 3px;
  height: 3px;
  background: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.teasers__link-extra:before {
  left: 0;
}
.teasers__link-extra:after {
  left: auto;
  right: 0;
}
.teasers--white {
  color: #fff;
  background: 0 0;
}
.teasers--white .teaser,
.teasers--white .teaser__link-icon {
  color: #fff;
}
.teasers--white .button:not(.button--cta):focus,
.teasers--white .button:not(.button--cta):hover {
  box-shadow: 0 0 0 1px #fff inset;
}
@media (min-width: 992px) {
  .teasers--white .teaser__content {
    max-width: 75%;
  }
}
.teasers--gradient .teaser__content a,
.teasers--white .teaser__content a {
  color: #fff;
  border-color: #fff;
}
.teasers--gradient {
  background: linear-gradient(to bottom, #713d7f 0, #6076af 40%, #47bdeb 100%);
}
.teasers--gradient .teaser,
.teasers--gradient .teaser__link-icon {
  color: #fff;
}
@media (min-width: 992px) {
  .teaser--image-single .teaser__picture {
    margin-bottom: 0;
  }
}
.teaser--image-cols .teaser__picture-wrapper {
  position: relative;
}
.teaser--image-cols .teaser__title {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 24px;
  text-transform: none;
  color: #fff;
  border: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) -10%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000',GradientType=0 );
}
.teaser--image-cols .teaser__title-text {
  position: absolute;
  bottom: 20px;
  left: 14px;
}
.teasers .teaser--image-cols.col-md-4:nth-of-type(3n + 1) {
  clear: left;
}
.section-innov.section-panels .teasers ol {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.section-innov.section-panels .teasers ol li {
  font-size: inherit;
}
.section-innov .teaser__title,
.section-innov.section-panels .teaser__title {
  display: block;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.16666667;
}
.section-innov.section-panels.panels-numbered
  .teaser.teaser--image-cols
  .teaser__content
  li {
  display: block;
  max-width: 100%;
}
.section-innov.section-panels.panels-numbered
  .teaser.teaser--image-cols
  .teaser__content::before {
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
}
.section-innov.section-panels.panels-image-top
  .teasers
  .wrapper
  .teaser
  .teaser__picture-wrapper
  a
  .teaser__title {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 400px) {
  .section-innov.section-panels .teasers .wrapper .teaser__title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 400px) {
  .section-innov.section-panels .teasers ol {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 800px) and (min-width: 400px) {
  .section-innov.section-panels .teasers .wrapper li {
    width: 50%;
  }
  .section-innov.section-panels .teasers ol {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 800px) {
  .section-innov.section-panels .teasers ol {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.quote--gradient {
  background: linear-gradient(45deg, #591b68 0, #ea3694 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#591B68', endColorstr='@{@bpurpleAltLightr',GradientType=0 );
}
.news,
.quote--gradient .quote__blockquote {
  color: #fff;
  padding: 88px 0;
}
.quote--gradient .blockquote__copy {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
}
.news {
  overflow: hidden;
  padding: 30px;
  position: relative;
}
.news.with__map:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/map.png) top center no-repeat;
  background-size: contain;
}
.news__wrapper {
  position: relative;
  z-index: 1;
}
.news__header {
  font-size: 72px;
  margin-bottom: 32px;
}
.news__subtitle {
  display: block;
  font-size: 17px;
  margin-top: 40px;
}
.news-item {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
}
.news-item__header {
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 7px;
  margin-bottom: 16px;
  text-transform: uppercase;
  display: table;
  width: 100%;
}
.news-item__content {
  font-size: 18px;
}
.news-item__content a {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #fff;
}
.news-item__content a:focus,
.news-item__content a:hover,
.timeline__item.slick-current a:focus,
.timeline__item.slick-current a:hover {
  border-color: transparent;
}
.news-item__content-container {
  padding: 0 15px;
}
.news-item__title {
  margin-bottom: 14px;
}
.news-item__links {
  clear: left;
  padding-top: 12px;
}
.news-item__link-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  color: #fff;
}
.news-item__link-icon.news-item__link-compact {
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
.news-item_link-wrapper {
  display: inline-block;
}
@media (max-width: 767px) {
  .news-item_link-wrapper {
    display: none;
  }
}
.news-item__link-text {
  font-size: 18px;
  width: auto;
  color: #fff;
  text-decoration: none;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .news-item__link-text {
    display: block;
    margin-bottom: 14px;
  }
}
.news-item__link-text svg {
  margin-right: 4px;
}
.news-item__link-text-tag {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .news-item__link-text-tag {
    margin-left: 4px;
  }
}
.news-item__link-text-mobile-icon {
  display: none;
  color: #fff;
  width: 10px;
  height: 10px;
  margin: 0;
}
@media (max-width: 767px) {
  .news-item__link-text-mobile-icon {
    display: inline-block;
  }
  .news-item__link-text-sep {
    display: none;
  }
}
.news__more {
  display: block;
  margin: 30px auto;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.news__more-text {
  margin-top: 16px;
  display: block;
}
.news__filter {
  margin: 90px 0;
  font-size: 12px;
  border-left-width: 2px;
  border-right-width: 2px;
}
.news__filter .slick-list {
  margin-right: -1px;
}
.news__filter-menu {
  text-transform: uppercase;
  margin: 0 auto;
  border-left: 1px solid #fff;
}
.news_filter-menu-item {
  border: 1px solid #fff;
  border-left: 0;
  cursor: pointer;
  text-align: center;
  padding: 12px 0;
}
.news_filter-menu-item:hover {
  background-color: #fff;
  color: #4a4a4a;
  opacity: 0.6;
}
.news_filter-menu-item:first-child {
  border-left-color: transparent;
}
.news_filter-menu-item:first-child.news_filter-menu-item-active,
.news_filter-menu-item:first-child:hover {
  border-left-color: #fff;
}
.news_filter-menu-item:first-child:hover {
  border-left-color: rgba(255, 255, 255, 0.6);
}
.news_filter-menu-item:last-child.news_filter-menu-item-active {
  border-right-color: #fff;
}
.news_filter-menu-item:last-child:hover {
  border-right-color: rgba(255, 255, 255, 0.6);
}
.news_filter-menu-item-active {
  background-color: #fff;
  color: #4a4a4a;
}
.news-filter-carousel__arrow {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 0;
  background: 0 0;
  cursor: pointer;
  color: #fff;
}
.news-filter-carousel__arrow.slick-disabled {
  display: none !important;
}
.news-filter-carousel__arrow--prev {
  left: -30px;
}
.news-filter-carousel__arrow--next {
  right: -30px;
}
.news-links {
  margin: 30px 0;
}
.news-links_single {
  display: inline-block;
  margin-right: 5px;
}
.news-links_single--link {
  text-decoration: none;
  border-bottom: 0 !important;
}
.news-item__category,
.news-item__date {
  display: table-cell;
  width: 50%;
  vertical-align: bottom;
}
.news-item__category {
  text-align: right;
  text-transform: uppercase;
}
.news__no-results {
  margin-bottom: 40px;
}
.brands__wrapper.wrapper {
  max-width: 1236px;
  padding: 30px 15px;
}
.brands__primary-switcher {
  padding-bottom: 30px;
  margin: 0 15px;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
}
.brands__secondary-switcher {
  margin-top: 30px;
  text-align: center;
  display: none;
}
.brand-item a,
.brands__secondary-switcher--active {
  display: block;
}
.category-selector {
  display: inline-block;
  margin: 0 10px;
  background: 0 0;
  border: 0;
  outline: 0;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .category-selector:hover .category__title {
    text-decoration: underline;
  }
}
.category-selector--secondary {
  margin: 0;
  padding: 6px 10px 8px;
  vertical-align: middle;
  border-radius: 0;
}
@media (min-width: 1025px) {
  .category-selector--secondary {
    border-right: 1px solid #d9d9d9;
    padding: 6px 35px 8px;
  }
}
.category-selector--secondary.active .category-selector__arrow,
.category-selector--secondary.active .category__title--secondary {
  color: #e8368e;
}
@media (min-width: 1025px) {
  .category-selector--secondary:hover .category-selector__arrow,
  .category-selector--secondary:hover .category__title--secondary {
    color: #e8368e;
  }
}
.category-selector--secondary:last-child {
  border: none;
}
.category-selector .category-active-state .category-selector__icon--health {
  background: #2ab3e4;
  background: linear-gradient(
    135deg,
    #2ab3e4 0,
    #2ab3e4 49%,
    #0990be 50%,
    #0990be 100%
  );
}
.category-selector
  .category-active-state
  .category-selector__icon--health::after {
  background-color: #2ab3e4;
}
.category-selector
  .category-active-state
  .category-selector__icon--health
  + .category__title {
  color: #2ab3e4;
  text-decoration: none;
}
.category-selector
  .category-active-state
  .category-selector__icon--health
  .category-selector__svg {
  color: #fff;
}
.category-selector
  .category-active-state
  .category-selector__icon--hygiene-home {
  background: #98d043;
  background: linear-gradient(
    135deg,
    #98d043 0,
    #98d043 49%,
    #83b52d 50%,
    #83b52d 100%
  );
}
.category-selector
  .category-active-state
  .category-selector__icon--hygiene-home::after {
  background-color: #98d043;
}
.category-selector
  .category-active-state
  .category-selector__icon--hygiene-home
  + .category__title {
  color: #98d043;
  text-decoration: none;
}
.category-selector
  .category-active-state
  .category-selector__icon--hygiene-home
  .category-selector__svg {
  color: #fff;
}
.category-selector--active .category-selector__icon--health,
.category-selector:active .category-selector__icon--health {
  background: #2ab3e4;
  background: linear-gradient(
    135deg,
    #2ab3e4 0,
    #2ab3e4 49%,
    #0990be 50%,
    #0990be 100%
  );
}
.category-selector--active .category-selector__icon--health::after,
.category-selector:active .category-selector__icon--health::after {
  background-color: #2ab3e4;
}
.category-selector--active .category-selector__icon--health + .category__title,
.category-selector:active .category-selector__icon--health + .category__title {
  color: #2ab3e4;
  text-decoration: none;
}
.category-selector--active
  .category-selector__icon--health
  .category-selector__svg,
.category-selector:active
  .category-selector__icon--health
  .category-selector__svg {
  color: #fff;
}
.category-selector--active .category-selector__icon--hygiene-home,
.category-selector:active .category-selector__icon--hygiene-home {
  background: #98d043;
  background: linear-gradient(
    135deg,
    #98d043 0,
    #98d043 49%,
    #83b52d 50%,
    #83b52d 100%
  );
}
.category-selector--active .category-selector__icon--hygiene-home::after,
.category-selector:active .category-selector__icon--hygiene-home::after {
  background-color: #98d043;
}
.category-selector--active
  .category-selector__icon--hygiene-home
  + .category__title,
.category-selector:active
  .category-selector__icon--hygiene-home
  + .category__title {
  color: #98d043;
  text-decoration: none;
}
.category-selector--active
  .category-selector__icon--hygiene-home
  .category-selector__svg,
.category-selector:active
  .category-selector__icon--hygiene-home
  .category-selector__svg {
  color: #fff;
}
@media (min-width: 1441px) {
  .category-selector:hover .category-selector__icon--health {
    background: #2ab3e4;
    background: linear-gradient(
      135deg,
      #2ab3e4 0,
      #2ab3e4 49%,
      #0990be 50%,
      #0990be 100%
    );
  }
  .category-selector:hover .category-selector__icon--health::after {
    background-color: #2ab3e4;
  }
  .category-selector:hover .category-selector__icon--health + .category__title {
    color: #2ab3e4;
    text-decoration: none;
  }
  .category-selector:hover
    .category-selector__icon--health
    .category-selector__svg {
    color: #fff;
  }
  .category-selector:hover .category-selector__icon--hygiene-home {
    background: #98d043;
    background: linear-gradient(
      135deg,
      #98d043 0,
      #98d043 49%,
      #83b52d 50%,
      #83b52d 100%
    );
  }
  .category-selector:hover .category-selector__icon--hygiene-home::after {
    background-color: #98d043;
  }
  .category-selector:hover
    .category-selector__icon--hygiene-home
    + .category__title {
    color: #98d043;
    text-decoration: none;
  }
  .category-selector:hover
    .category-selector__icon--hygiene-home
    .category-selector__svg {
    color: #fff;
  }
}
.category-selector__icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 13px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #e6e7eb;
  background: linear-gradient(
    135deg,
    #e6e7eb 0,
    #e6e7eb 49%,
    #ced1d8 50%,
    #ced1d8 100%
  );
}
.category-selector__icon::after {
  content: '';
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: block;
  position: absolute;
  z-index: 2;
  top: 54%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.category-selector__icon--health::after,
.category-selector__icon--hygiene-home::after {
  background-color: #fff;
}
.category-selector__icon--health .category-selector__svg,
.category-selector__icon--hygiene-home .category-selector__svg {
  width: 44px;
  height: 70px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.category-selector__icon--health .category-selector__svg {
  color: #2ab3e4;
}
.category-selector__icon--hygiene-home .category-selector__svg {
  color: #97d043;
}
.category-selector__arrow {
  color: #4a4a4a;
  vertical-align: middle;
  position: relative;
  top: 0;
  z-index: 1;
}
.category-selector__svg {
  width: 44px;
  height: auto;
  position: relative;
  z-index: 3;
}
.category__title {
  display: block;
  color: #4a4a4a;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}
.category__title--secondary {
  display: inline-block;
  vertical-align: middle;
}
.category-selector--active .icon-heart,
.category-selector:hover .icon-heart {
  color: #fff;
  border-color: #ea3592;
}
.category-selector--active .icon-home,
.category-selector:hover .icon-home {
  color: #fff;
  border-color: #0b961b;
}
.category-selector--active .icon-hygiene-home,
.category-selector:hover .icon-hygiene-home {
  color: #fff;
  border-color: #3eabd6;
}
.brands__clear--container {
  height: 20px;
  padding: 30px 0;
}
.brands__clear {
  display: none;
  text-align: center;
  text-decoration: none;
  color: #4a4a4a;
  font-weight: 700;
  font-size: 11px;
  cursor: pointer;
  background: 0 0;
  border: 0;
  outline: 0;
  margin: 0 auto;
}
.brands__container {
  margin-top: 40px;
  overflow: hidden;
}
.brand-item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  transition: 0.6s all;
}
@media (min-width: 768px) {
  .brand-item {
    float: left;
    width: 16.66666667%;
  }
}
.brand-item.hidden {
  display: none;
}
.brand-item__logo {
  display: block;
  width: 100%;
}
.brands__more {
  display: block;
  margin: 30px auto;
  font-size: 10px;
  font-weight: 700;
  color: #4a4a4a;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background: 0 0;
  border: 0;
  outline: 0;
}
.brands__more-text {
  margin-top: 16px;
  display: block;
}
.brands-carousel {
  margin: 0;
  padding: 0 20px;
}
.brands-carousel .slick-current,
.brands-carousel .slick-current .brands-carousel__link-text {
  opacity: 1;
}
@media (min-width: 1024px) {
  .brands-carousel {
    padding: 0;
    margin: 0 50px;
  }
}
.brands-carousel__arrow {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 0;
  background: 0 0;
  cursor: pointer;
}
.brands-carousel__arrow--prev {
  left: 0;
}
@media (min-width: 992px) {
  .brands-carousel__arrow--prev {
    left: -50px;
  }
}
.brands-carousel__arrow--next {
  right: 0;
}
@media (min-width: 992px) {
  .brands-carousel__arrow--next {
    right: -50px;
  }
}
.brands-carousel__item {
  height: 290px;
  position: relative;
  opacity: 0.3;
  transition: opacity 0.35s;
}
@media (max-width: 992px) {
  .brands-carousel__item {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .brands-carousel__item {
    height: 170px;
  }
}
@media (max-width: 480px) {
  .brands-carousel__item {
    height: 150px;
  }
}
.brands-carousel__link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ea3592;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.brands-carousel__link:focus .brands-carousel__link-text,
.brands-carousel__link:hover .brands-carousel__link-text {
  border-color: #ea3592;
}
.brands-carousel__link-text {
  padding-bottom: 1px;
  border-bottom: solid 1px transparent;
  opacity: 0;
  transition: opacity 0.35s, border-color 0.35s;
}
.brands-carousel__image {
  width: 80px;
  max-width: none;
  margin-bottom: 15px;
}
@media (min-width: 800px) {
  .brands-carousel__image {
    width: 140px;
  }
}
.brand-social {
  padding: 30px auto;
}
.brand-social__header {
  font-size: 36px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .brand-social__header {
    font-size: 48px;
    line-height: 54px;
  }
}
.brand-social__link {
  display: block;
  padding: 0;
  text-decoration: none;
  opacity: 0.88;
}
.brand-social__link:focus,
.brand-social__link:hover {
  opacity: 1;
}
.brand-social__icon {
  display: block;
  width: auto;
  max-width: 90%;
  height: 30px;
}
.brand-social__icon--inline {
  display: inline-block;
}
.brand-social__link-title {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4a4a4a;
}
.brand-social__list {
  padding-top: 30px;
}
.brand-social__list .brand-social__item {
  float: left;
  width: 50%;
}
@media (min-width: 768px) {
  .brand-social__list .brand-social__item {
    width: 25%;
  }
}
.brand-social__list .brand-social__link {
  margin-bottom: 30px;
  border-right: 1px solid #e3e3e3;
}
.brand-social__list .brand-social__item:nth-child(even) .brand-social__link {
  border-right: 0;
}
@media (min-width: 768px) {
  .brand-social__list .brand-social__item:nth-child(even) .brand-social__link {
    border-right: 1px solid #e3e3e3;
  }
  .brand-social__list .brand-social__item:last-child .brand-social__link {
    border-right: 0;
  }
}
.brand-facts__list {
  margin: 30px 0;
}
.brand-facts__list-item {
  list-style-type: none;
  margin-bottom: 30px;
}
.brand-facts__item {
  background: #ececec;
  padding: 40px 25px;
  text-align: center;
  height: 100%;
}
.brand-facts__item-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding-top: 27px;
  margin: 0 auto 20px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767px) {
  .brand-facts__item-circle {
    width: 70px;
    height: 70px;
    padding-top: 19px;
  }
}
.brand-facts__item-circle--default {
  background-image: linear-gradient(135deg, #96d22d, #009aa6);
}
.brand-facts__item-circle--dettol,
.brand-facts__item-circle--light-green {
  background-image: linear-gradient(135deg, #ebf731, #008e4c);
}
.brand-facts__item-circle--airwick,
.brand-facts__item-circle--mid-green {
  background-image: linear-gradient(135deg, #83ce41, #037631);
}
.brand-facts__item-circle--nurofen,
.brand-facts__item-circle--yellow {
  background-image: linear-gradient(135deg, #fffb25, #dd7b00);
}
.brand-facts__item-circle--dark-red,
.brand-facts__item-circle--mortien {
  background-image: linear-gradient(135deg, #e21e1a, #900b08);
}
.brand-facts__item-circle--pink,
.brand-facts__item-circle--vanish,
.brand-facts__item-circle--veet {
  background-image: linear-gradient(135deg, #fd99db, #e6007e);
}
.brand-facts__item-circle--cilit-bang,
.brand-facts__item-circle--purple {
  background-image: linear-gradient(135deg, #9b71b9, #4b0287);
}
.brand-facts__item-circle--harpic,
.brand-facts__item-circle--light-red {
  background-image: linear-gradient(135deg, #ff989e, #e10612);
}
.brand-facts__item-circle--grey,
.brand-facts__item-circle--strepsils {
  background-image: linear-gradient(135deg, #c0c3c7, #332f2f);
}
.brand-facts__item-circle--gold,
.brand-facts__item-circle--nutramigen {
  background-image: linear-gradient(135deg, #eac450, #c86a0d);
}
.brand-facts__item-circle--gaviscon,
.brand-facts__item-circle--light-blue {
  background-image: linear-gradient(135deg, #05d9e7, #094b62);
}
.brand-facts__item-circle--clearasil,
.brand-facts__item-circle--enfamil,
.brand-facts__item-circle--mid-blue,
.brand-facts__item-circle--woolite {
  background-image: linear-gradient(135deg, #14b8ff, #000452);
}
.brand-facts__item-circle--calgon,
.brand-facts__item-circle--dark-blue,
.brand-facts__item-circle--mucinex {
  background-image: linear-gradient(135deg, #1377e3, #000452);
}
.brand-facts__item-icon {
  width: 46px;
  height: 46px;
}
@media (max-width: 767px) {
  .brand-facts__item-icon {
    width: 33px;
    height: 33px;
  }
}
.brand-facts__item-caption {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .brand-facts__item-caption {
    font-size: 22px;
    line-height: 30px;
  }
}
.timeline {
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline__wrapper {
    padding: 0 40px;
  }
}
.timeline__item {
  width: 330px;
  padding: 60px 0;
  margin-right: 60px;
  color: transparent;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  transition: color 0.35s, text-shadow 0.35s;
}
@media (min-width: 768px) {
  .timeline__item {
    width: 350px;
  }
}
@media (max-width: 480px) {
  .timeline__item {
    padding: 60px 35px;
  }
}
.timeline__item a {
  color: transparent;
  text-decoration: none;
}
.timeline__item.slick-current {
  color: #fff;
  text-shadow: none;
}
.timeline__item.slick-current a {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #fff;
  transition: border-color 0.25s;
}
.no-textshadow .timeline__item {
  color: transparent;
  text-shadow: none;
}
.no-textshadow .timeline__item.slick-current {
  color: #fff;
}
.no-textshadow .timeline__item.slick-current .timeline__content {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.no-textshadow .timeline__item .timeline__content {
  border: 0;
}
.timeline__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 29px;
}
.timeline__content {
  padding: 11px 0 25px;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.timeline__content p {
  font-size: 18px;
  line-height: 23px;
}
.timeline__item .timeline__image {
  height: auto;
  max-width: 100%;
  margin-top: 15px;
  display: none;
}
.timeline-carousel {
  margin: 0 15px;
}
@media (min-width: 768px) {
  .timeline-carousel {
    margin: 0 50px;
    padding-top: 45px;
  }
}
.timeline-carousel .slick-dots {
  bottom: auto;
  top: 40px;
  height: 24px;
}
.timeline-carousel .slick-dots::before {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
.timeline-carousel .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 4px 30px 0 0;
  vertical-align: top;
}
.timeline-carousel .slick-dots li:last-child {
  margin-left: 0;
}
.timeline-carousel .slick-dots button::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: solid 4px #fff;
  background: #fff;
  opacity: 1;
  transition: background 0.35s, width 0.35s, height 0.35s;
}
.timeline-carousel .slick-dots .slick-active button::before {
  width: 35px;
  height: 35px;
  border-width: 4px;
  background: #ea3592;
  opacity: 1;
}
.timeline-carousel__arrow {
  margin: 0;
  position: absolute;
  top: 165px;
  line-height: 0;
  background: 0 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .timeline-carousel__arrow {
    top: 195px;
  }
}
.timeline-carousel__arrow-image {
  color: #fff;
}
.timeline-carousel__arrow--prev {
  left: -25px;
}
@media (min-width: 768px) {
  .timeline-carousel__arrow--prev {
    left: -55px;
  }
}
@media (min-width: 992px) {
  .timeline-carousel__arrow--prev {
    left: -50px;
  }
}
.timeline-carousel__arrow--next {
  right: -25px;
}
@media (min-width: 768px) {
  .timeline-carousel__arrow--next {
    right: -55px;
  }
}
@media (min-width: 992px) {
  .timeline-carousel__arrow--next {
    right: -50px;
  }
}
.overlay__container {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.overlay {
  display: none;
  padding-top: 84px;
  position: absolute;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 101;
}
.overlay--dark {
  background: #4a4a4a;
}
.overlay__close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .overlay__close {
    width: 70px;
    height: 70px;
  }
}
.overlay__close-image {
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .overlay__close-image {
    width: 70px;
    height: 70px;
  }
}
.overlay__title {
  margin-bottom: 29px;
  font-size: 54px;
}
.overlay__content {
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .overlay__content {
    font-size: 24px;
    line-height: 29px;
  }
}
.overlay__content p {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .overlay__content p {
    margin-bottom: 29px;
  }
}
.overlay__links {
  padding-top: 18px;
  text-align: center;
}
.overlay__link-icon {
  display: inline-block;
  margin: 0 12px 16px 0;
}
.overlay__link-icon:last-child {
  margin-right: 0;
}
.overlay {
  overflow: auto;
}
.overlay-carousel__item-wrapper {
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .overlay-carousel__item-wrapper {
    padding: 0 80px;
  }
}
@media (min-width: 1441px) {
  .overlay-carousel__item-wrapper {
    padding: 0 115px;
  }
}
.overlay-carousel__arrow {
  background: 0 0;
  position: absolute;
  top: 300px;
  cursor: pointer;
  z-index: 1;
  height: 25px;
}
@media (min-width: 768px) {
  .overlay-carousel__arrow {
    top: 200px;
  }
}
.overlay-carousel__arrow--prev {
  left: 15px;
}
@media (min-width: 768px) {
  .overlay-carousel__arrow--prev {
    left: 30px;
  }
}
.overlay-carousel__arrow--next {
  right: 15px;
}
@media (min-width: 768px) {
  .overlay-carousel__arrow--next {
    right: 30px;
  }
}
.overlay-carousel__image {
  display: block;
  width: 198px;
  height: 198px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .overlay-carousel__image {
    width: 464px;
    height: 464px;
  }
}
.overlay--share {
  padding-top: 114px;
  color: #fff;
  background: linear-gradient(to bottom, #e3e3e3 0, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#000',GradientType=0 );
}
@media (min-width: 768px) {
  .overlay--share {
    padding-top: 154px;
  }
}
@media (min-width: 992px) {
  .overlay--share {
    padding-top: 184px;
  }
}
.overlay--share .overlay__title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}
.overlay--share .overlay__content {
  max-width: 90%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .overlay--share .overlay__content {
    max-width: 620px;
  }
}
.overlay--follow {
  padding-top: 114px;
  color: #fff;
  background: linear-gradient(to bottom, #e3e3e3 0, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#000',GradientType=0 );
}
@media (min-width: 768px) {
  .overlay--follow {
    padding-top: 154px;
  }
}
@media (min-width: 992px) {
  .overlay--follow {
    padding-top: 184px;
  }
}
.overlay--follow .overlay__title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}
.overlay--follow .overlay__content {
  max-width: 90%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .overlay--follow .overlay__content {
    max-width: 620px;
  }
}
.overlay--follow .overlay__link-icon {
  color: #fff;
}
.awards {
  overflow: hidden;
  padding: 30px 0;
}
.awards__wrapper {
  position: relative;
  z-index: 1;
}
.awards__header {
  font-size: 50px;
  line-height: 64px;
}
.awards__subtitle {
  display: block;
  margin: 12px 0 24px;
  font-size: 22px;
  line-height: 28px;
}
.award {
  margin-bottom: 30px;
  color: #4a4a4a;
}
.award__picture {
  display: block;
  margin-bottom: 8px;
}
.award__paragraph {
  font-size: 18px;
  line-height: 24px;
}
.award__links {
  padding-top: 12px;
}
.award__link-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  color: #ea3592;
}
.award__picture-wrapper {
  position: relative;
}
.award__title {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  color: #fff;
  border: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) -10%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000',GradientType=0 );
}
.award__title-text {
  position: absolute;
  bottom: 20px;
  left: 14px;
}
.awards__more {
  display: block;
  clear: left;
  margin: 30px auto;
  font-size: 12px;
  font-weight: 700;
  color: #4a4a4a;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.awards__more-text {
  margin-top: 16px;
  display: block;
}
.cookie-policy__wrapper {
  color: #4a4a4a;
  background-color: #fff;
}
.cookie-policy__wrapper .wrapper {
  max-width: 1441px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: visible;
}
@media (min-width: 768px) {
  .cookie-policy__wrapper .wrapper {
    padding: 0 15px;
  }
}
.cookie-policy__content {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}
.cookie-policy__content:first-child {
  padding: 14px 0 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.cookie-policy__content p {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .cookie-policy__content p {
    font-size: 13px;
    line-height: 20px;
  }
}
.cookie-policy__content-title {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cookie-policy__content-title {
    font-size: 15px;
  }
}
.cookie-policy__content li {
  width: 44px;
  height: 44px;
  display: inline-block;
}
.cookie-policy__content li:first-child {
  float: none;
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #ea3592;
  border-radius: 50%;
}
.cookie-policy__content .close-icon-img-sm {
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .cookie-policy__content .close-icon-img-sm {
    display: none;
  }
}
.cookie-policy__content .alert-icon-img {
  width: 20px;
  height: 22px;
  display: block;
  margin: 12px auto;
}
.cookie-policy__content a:not(.button) {
  border-bottom: solid 1px #fff;
  color: #fff;
  text-decoration: none;
  transition: border-color 0.25s;
}
.cookie-policy__content a:not(.button):focus,
.cookie-policy__content a:not(.button):hover {
  border-color: transparent;
}
.cookie-policy__content #rb-cookie-buttons .button {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cookie-policy__content #rb-cookie-buttons .button {
    position: absolute;
    margin-top: 51px;
  }
}
.cookie-policy__content #rb-cookie-buttons .has-title {
  top: 20px;
}
@media (min-width: 991px) {
  .cookie-policy__content #rb-cookie-buttons .has-title {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .cookie-policy__content #rb-cookie-buttons .has-title {
    margin-top: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cookie-policy__content #rb-cookie-buttons .rb-alert-message-close {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .cookie-policy__content #rb-cookie-buttons .rb-alert-message-close {
    float: right;
  }
}
.cookie-policy__content
  #rb-cookie-buttons
  .rb-alert-message-close
  .close-icon-img {
  display: none;
  width: 21px;
  height: 21px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cookie-policy__content
    #rb-cookie-buttons
    .rb-alert-message-close
    .close-icon-img {
    display: inline-block;
    margin-left: 137px;
  }
}
@media (min-width: 992px) {
  .cookie-policy__content
    #rb-cookie-buttons
    .rb-alert-message-close
    .close-icon-img {
    display: inline-block;
    margin-top: 28px;
  }
  .cookie-policy__content
    #rb-cookie-buttons
    .rb-alert-message-close
    .close-icon-img.has-title {
    display: inline-block;
    margin-top: 44px;
  }
}
.share-price-feed {
  text-align: center;
  margin-bottom: 20px;
}
.spf_menu {
  border: 1px solid #fff;
  display: table;
  margin: 0 auto 25px;
}
.spf_menu .spf_menu-item {
  display: table-cell;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  padding: 15px 25px;
  border-left: 1px solid #fff;
  letter-spacing: 1.25px;
  vertical-align: middle;
}
.spf_menu .spf_menu-item a {
  text-decoration: none;
}
@media (max-width: 480px) {
  .spf_menu .spf_menu-item {
    font-size: 10px;
    padding: 15px 10px;
  }
}
.spf_menu .spf_menu-item:first-child {
  border-left: none;
}
.spf_menu .spf_menu-item.spf_menu-item_active,
.spf_menu .spf_menu-item:hover {
  background: #fff;
  color: #4a4a4a;
}
.spf_menu .spf_menu-item.spf_menu-item_active a,
.spf_menu .spf_menu-item:hover a {
  color: #4a4a4a;
}
.spf_menu .spf_menu-item:hover {
  background: rgba(255, 255, 255, 0.5);
}
.spt_updated-time {
  font-size: 12px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin: 25px 0;
}
.spt_share-price {
  font-size: 72px;
  margin: 25px 0;
}
@media (max-width: 400px) {
  .spt_share-price {
    font-size: 62px;
  }
}
.spt_change {
  font-size: 12px;
  letter-spacing: 1.25px;
}
.newsroom-article .rte p,
.spt_change .spt_change-percentage {
  padding-right: 10px;
}
.spt_change .spt_change-figure {
  display: inline-block;
  border-left: 1px solid #fff;
  padding-left: 10px;
}
.home-wrapper {
  width: 100%;
  overflow: hidden;
}
.home-wrapper .header {
  z-index: 1;
}
.home-wrapper .footer .wrapper #footer_more,
.home-wrapper .header:before,
.radio-wrapper input[type='radio'],
.reports__wrapper .slick-dots li button:before {
  display: none;
}
@media (min-width: 992px) {
  .home-wrapper .header {
    max-height: 815px;
  }
}
.home-wrapper .footer {
  background: #fff;
  position: relative;
  z-index: 2;
}
.home-wrapper .footer:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.31) -50%, #000 100%);
}
.rotate__module--bgcolor_blue--wrapper:after {
  background: #3f81b1;
}
.generic__module-button-container {
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .generic__module-button-container {
    margin-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .generic__module-button-container {
    position: absolute;
    left: 0;
    right: 0;
  }
}
.generic__module-button {
  font-size: 24px;
  border: 1px solid #4a4a4a;
  padding: 10px 54px 10px 50px;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: inherit;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
}
.generic__module-button svg {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  transition: right 0.5s;
}
.generic__module-button:hover {
  box-shadow: inset 0 0 0 1px;
}
.generic__module-button:hover svg {
  right: 10px;
}
.generic__module-button:active {
  background: #4a4a4a;
  color: #fff;
}
.generic__module-button:focus {
  box-shadow: none;
}
.generic__module-button--medium {
  padding: 11px 50px 13px 25px;
  font-size: 20px;
}
.generic__module-button--medium svg {
  right: 15px;
}
.generic__module-content-container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .generic__module-content-container {
    margin: 40px auto 0;
  }
}
@media (min-width: 992px) {
  .generic__module-content-container {
    margin: 60px auto 0;
  }
}
@media (min-width: 1441px) {
  .generic__module-content-container {
    margin: 135px auto 0;
  }
}
.generic__module-content-container.restrict {
  max-width: 890px;
}
.generic__module-intro-copy {
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: 300;
}
.generic__module-title {
  font-size: 98px;
  line-height: 1;
  padding-bottom: 100px;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
}
.generic__module-title .colour-magenta {
  color: #ea3592;
}
@media (max-width: 992px) {
  .generic__module-title {
    font-size: 12vw;
    padding-bottom: 30px;
  }
}
.generic__module-text-link {
  font-size: 12px;
  border-bottom: 3px solid #4a4a4a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: inherit;
  padding: 0 27px 2px 0;
  position: relative;
}
.generic__module-text-link svg {
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -5px;
  transition: right 0.5s;
}
.generic__module-text-link:hover svg {
  right: 0;
}
.generic__module-para-heading {
  font-size: 12px;
  display: block;
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 2px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
}
.generic__module--innovation {
  max-width: 1490px;
}
.generic__module--innovation .generic__module-title {
  width: 360px;
  float: left;
}
@media (max-width: 768px) {
  .generic__module--innovation .generic__module-title {
    width: 100%;
    float: none;
    font-size: 12vw;
  }
}
.generic__module--innovation .generic__module-content-container {
  background: url(../images/home-innovation.png) no-repeat left top;
  min-height: 700px;
  padding: 50px 0 0 70px;
}
@media (max-width: 768px) {
  .generic__module--innovation .generic__module-content-container {
    padding: 0;
    background-size: 90%;
    background-position: center 40px;
  }
}
.generic__module--innovation .generic_module-content-right {
  float: right;
  width: 580px;
  max-width: 40%;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .generic__module--innovation .generic_module-content-right {
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
.generic__module--columns .generic__module-title {
  font-size: 72px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .generic__module--columns .generic__module-title {
    font-size: 10vw;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .generic__module--columns .generic__module-title {
    font-size: 52px;
    padding-bottom: 20px;
  }
}
.generic__module--columns .generic__module-intro-copy {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .generic__module--columns .generic__module-intro-copy {
    margin-bottom: 40px;
  }
  .generic__module--columns .generic__module-button {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  .generic__module--columns .col-md-6:first-child {
    margin-bottom: 50px;
  }
}
.generic__module--brands .generic__module-title {
  margin-bottom: 0;
}
.generic__module--investors .generic__module-title {
  float: left;
  max-width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .generic__module--investors .generic__module-title {
    max-width: 100%;
    float: none;
  }
}
.generic__module--investors .generic__module-intro-copy {
  float: right;
  max-width: 45%;
}
@media (max-width: 768px) {
  .generic__module--investors .generic__module-intro-copy {
    max-width: 100%;
    float: none;
  }
}
.generic__module--responsibility,
.generic__module--responsibility a,
.rotate__module .rotate__module-inner.rotate__module--bgcolor_magenta a,
.rotate__module.rotate__module-with-image a {
  color: #fff;
}
.generic__module--responsibility .generic__module-button,
.generic__module--responsibility .generic__module-text-link,
.rotate__module.rotate__module-with-image .generic__module-button,
.rotate__module.rotate__module-with-image .generic__module-para-heading,
.rotate__module.rotate__module-with-image .generic__module-text-link {
  border-color: #fff;
}
.generic__module--careers .generic__module-content-container {
  max-width: 620px;
  margin: 0;
}
.generic__module-articles-container {
  margin: 0 -2% 20px;
}
@media (max-width: 768px) {
  .generic__module-articles-container {
    margin-bottom: 30px;
  }
}
.generic__module-article {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.generic__module-article-title {
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  margin-bottom: 2px;
  letter-spacing: 2px;
}
.generic__module-article-title a {
  text-decoration: none;
}
.generic__module-article-excerpt {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 300;
}
.generic__module-article-link {
  color: #fff;
  transition: padding 0.5s;
}
.generic__module-article-link:hover {
  padding-left: 10px;
}
.rotate__modules-wrapper {
  width: 100%;
  z-index: 2;
  position: relative;
}
.rotate__module {
  width: 130%;
  margin: 0 0 0 -15%;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.1;
  position: relative;
}
.rotate__module.rotate__module-with-image {
  z-index: 1 !important;
  color: #fff;
}
.rotate__module.rotate__module-with-image .generic__module-button:active {
  background: #fff;
  color: #5a6fa6;
}
.rotate__module .rotate__module-inner {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  width: 100%;
  background-size: cover;
  position: relative;
  background: #fff;
}
.rotate__module .rotate__module-inner.rotate__module--bgcolor_magenta {
  background: linear-gradient(to bottom, #df3490 0, #691f6a 100%);
  color: #fff;
}
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_magenta
  .generic__module-button,
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_magenta
  .generic__module-para-heading,
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_magenta
  .generic__module-text-link {
  border-color: #fff;
}
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_magenta
  .generic__module-button:active {
  background: #fff;
  color: #ea3592;
}
.rotate__module .rotate__module-inner.rotate__module--bgcolor_white {
  background: #fff;
  color: #4a4a4a;
}
.rotate__module .rotate__module-inner.rotate__module--bgcolor_white a {
  color: #4a4a4a;
}
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_white
  .generic__module-button,
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_white
  .generic__module-para-heading,
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_white
  .generic__module-text-link {
  border-color: #4a4a4a;
}
.rotate__module .rotate__module-inner.rotate__module--bgcolor_dark_blue {
  background: linear-gradient(to bottom, #5a6fa6 0, #437dab 100%);
  color: #fff;
}
.rotate__module .rotate__module-inner.rotate__module--bgcolor_blue a,
.rotate__module .rotate__module-inner.rotate__module--bgcolor_dark_blue a,
.rotate__module .rotate__module-inner.rotate__module--bgcolor_purple a {
  color: #fff;
}
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_blue
  .generic__module-button,
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_blue
  .generic__module-para-heading,
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_blue
  .generic__module-text-link,
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_dark_blue
  .generic__module-button,
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_dark_blue
  .generic__module-para-heading,
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_dark_blue
  .generic__module-text-link,
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_purple
  .generic__module-button,
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_purple
  .generic__module-para-heading,
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_purple
  .generic__module-text-link {
  border-color: #fff;
}
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_dark_blue
  .generic__module-button:active {
  background: #fff;
  color: #5a6fa6;
}
.rotate__module .rotate__module-inner.rotate__module--bgcolor_purple {
  background: linear-gradient(to bottom, #674287 0, #646aa4 100%);
  color: #fff;
}
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_purple
  .generic__module-button:active {
  background: #fff;
  color: #674287;
}
.rotate__module .rotate__module-inner.rotate__module--bgcolor_blue {
  background: #3f81b1;
  color: #fff;
}
.rotate__module
  .rotate__module-inner.rotate__module--bgcolor_blue
  .generic__module-button:active {
  background: #fff;
  color: #3f81b1;
}
.rotate__module.rotate__module--top,
.rotate__module:first-child {
  margin-top: -9%;
}
@media (max-width: 820px) {
  .rotate__module.rotate__module--top,
  .rotate__module:first-child {
    margin-top: -13%;
  }
}
.rotate__module.rotate__module--bottom,
.rotate__module:last-child {
  position: relative;
}
.rotate__module.rotate__module--bottom:after,
.rotate__module:last-child:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}
.rotate__module.rotate__module--bottom .rotate__module-inner,
.rotate__module:last-child .rotate__module-inner {
  position: relative;
  z-index: 2;
}
.rotate__module.rotate__module--bottom .rotate__module-content,
.rotate__module:last-child .rotate__module-content {
  padding-bottom: 100px !important;
}
.rotate__module .rotate__module-content {
  -webkit-transform: rotate(10deg) translateZ(0);
  transform: rotate(10deg) translateZ(0);
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 50px 10% 100px;
  margin: 0 auto;
  max-width: 1350px;
}
@media (min-width: 768px) and (max-width: 1150px) {
  .rotate__module .rotate__module-content {
    padding: 50px 15%;
  }
}
.rotate__module .rotate__module-content--wide {
  max-width: 100vw;
  padding: 60px 10% 50px;
}
@media (min-width: 768px) {
  .rotate__module .rotate__module-content--wide {
    padding: 60px 3.5% 50px;
  }
}
@media (min-width: 992px) {
  .rotate__module .rotate__module-content--wide {
    padding: 60px 80px 110px;
  }
}
@media (min-width: 1441px) {
  .rotate__module .rotate__module-content--wide {
    padding: 60px 115px 110px;
  }
}
.rotate__module .rotate__module-background-image {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(10deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(10deg);
  transform: translateX(-50%) translateY(-50%) rotate(10deg);
  width: 100%;
}
@media (max-width: 768px) {
  .rotate__module .rotate__module-background-image {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    left: 0;
  }
  .rotate__module {
    width: 100%;
    margin: 0;
  }
  .rotate__module.rotate__module--top {
    margin-top: 0;
  }
  .rotate__module .rotate__module-content,
  .rotate__module .rotate__module-inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.footer-home_wrapper {
  background: #fff;
  position: relative;
  z-index: 3;
}
.footer-home {
  z-index: 3;
  position: relative;
  padding-top: 20px;
}
.global-locations {
  background: #ea3592;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
@media (max-width: 480px) {
  .global-locations {
    text-align: left;
  }
}
.global-locations__title {
  font-size: 72px;
  margin-bottom: 32px;
  text-align: left;
}
@media (max-width: 767px) {
  .global-locations__title {
    font-size: 36px;
  }
}
.global-locations__intro {
  margin-bottom: 60px;
  text-align: left;
}
.global-locations__map {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
.global-locations__stats {
  position: relative;
  z-index: 2;
  margin: -40px 0 40px;
}
@media (max-width: 480px) {
  .global-locations__stats {
    margin-top: 0;
  }
}
.global-locations__stats .global-locations__stats--single {
  float: left;
  width: 31%;
  margin: 0 1%;
}
.global-locations__stats
  .global-locations__stats--single
  .global-locations__stats--single-large {
  font-size: 100px;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .global-locations__stats
    .global-locations__stats--single
    .global-locations__stats--single-large {
    font-size: 60px;
  }
}
.global-locations__stats
  .global-locations__stats--single
  .global-locations__stats--single-small {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
@media (max-width: 480px) {
  .global-locations__stats .global-locations__stats--single {
    width: 100%;
    margin: 0 0 20px;
    float: none;
    text-align: center;
  }
}
button.global-locations__button {
  padding: 15px 30px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  button.global-locations__button {
    width: 100%;
  }
}
.global-locations__button {
  cursor: pointer;
}
#global-locations__overlay {
  z-index: 101;
  position: fixed;
  background: #fff;
  color: #ea3592;
}
.global-locations__overlay--title {
  font-size: 48px;
  margin-bottom: 25px;
}
.global-locations__overlay--list {
  padding-bottom: 30px;
}
.global-locations__overlay--list .global-locations__overlay--list-item {
  float: left;
  width: 23%;
  padding: 0 2% 10px 0;
  font-size: 16px;
}
@media (max-width: 992px) {
  .global-locations__overlay--list .global-locations__overlay--list-item {
    width: 31.3%;
  }
}
@media (max-width: 480px) {
  .global-locations__overlay--list .global-locations__overlay--list-item {
    width: 48%;
  }
}
.global-locations__overlay--list a {
  text-decoration: none;
  color: inherit;
}
.global-locations--single {
  padding: 0 0 30px;
}
.global-locations--single_loc {
  padding-bottom: 30px;
  padding-top: 30px;
}
.global-locations--jobs {
  background: 0 0;
}
@media (min-width: 768px) {
  .global-locations--jobs .global-locations__stats {
    margin-top: 150px;
  }
}
@media (min-width: 992px) {
  .global-locations--jobs .global-locations__stats {
    margin-top: 250px;
  }
}
.global-locations-map {
  overflow: hidden;
  background: #ea3592;
  color: #fff;
  text-align: center;
  padding: 30px 0 0;
}
@media (max-width: 480px) {
  .global-locations-map {
    text-align: left;
  }
}
.global-locations-map__wrapper {
  min-height: 600px;
}
.global-locations-map__google-map {
  height: 100%;
  min-height: 600px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(auto) translateZ(-30vw) scale(1.4);
  transform: perspective(auto) translateZ(-30vw) scale(1.4);
  -webkit-perspective: 1000;
  perspective: 1000;
}
.global-locations-map__google-map #content {
  padding: 12px 16px 10px;
  min-width: 305px;
  text-align: left;
}
@media (max-width: 767px) {
  .global-locations-map__google-map #content {
    min-width: unset;
    width: 275px;
  }
}
.global-locations-map__google-map #content h1 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  color: #ea3592;
  margin-bottom: 5px;
}
.global-locations-map__google-map #bodyContent {
  max-width: 305px;
}
.global-locations-map__google-map .button {
  text-align: center;
}
@media (max-width: 767px) {
  .global-locations-map__google-map .button {
    width: 108%;
  }
}
.global-locations-map__google-map .gm-style-iw > div,
.global-locations-map__google-map .gm-style-iw > div > div {
  overflow: visible !important;
}
.global-locations-map--single {
  padding-bottom: 0;
}
.global-locations-map--single .global-locations-map__google-map {
  min-height: 400px;
}
.iframe-container {
  padding: 30px 0;
}
.iframe-container iframe {
  overflow: hidden;
  width: 100%;
}
.video-wrapper {
  position: relative;
  box-shadow: 0 15px 40px -15px rgba(0, 0, 0, 0.5);
  height: 320px;
}
@media (max-width: 1201px) {
  .video-wrapper {
    height: auto;
  }
}
.generic__module-wrapper {
  margin: 0 auto;
  max-width: 1350px;
  padding: 100px 10% 0;
}
.world-map {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.world-map__container {
  height: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .world-map__container {
    padding-top: 800px;
  }
}
.world-map__overlay {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  z-index: 3;
  display: none;
  background: linear-gradient(
    to bottom,
    rgba(97, 53, 112, 0.7) 0,
    rgba(107, 68, 119, 0) 100%
  );
}
@media (min-width: 992px) {
  .world-map__overlay {
    display: block;
  }
}
.world-map__svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .world-map__svg {
    display: block;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    transition: -webkit-transform 4s ease-out;
    transition: transform 4s ease-out;
  }
  .is-map-3 .world-map__svg {
    -webkit-transform: scale(0.75) translateY(200px) !important;
    -ms-transform: scale(0.75) translateY(200px) !important;
    transform: scale(0.75) translateY(200px) !important;
    transition-duration: 2s;
  }
  .is-map-4 .world-map__overlay,
  .is-map-4 .world-map__svg {
    position: absolute;
  }
  .is-map-1.world-map--europe .world-map__svg {
    -webkit-transform: scale(3.5) translateX(0) translateY(22.5%);
    -ms-transform: scale(3.5) translateX(0) translateY(22.5%);
    transform: scale(3.5) translateX(0) translateY(22.5%);
  }
  .is-map-1.world-map--north-america .world-map__svg {
    -webkit-transform: scale(2.5) translateX(30%) translateY(10%);
    -ms-transform: scale(2.5) translateX(30%) translateY(10%);
    transform: scale(2.5) translateX(30%) translateY(10%);
  }
  .is-map-1.world-map--south-america .world-map__svg {
    -webkit-transform: scale(2) translateX(20%) translateY(-30%);
    -ms-transform: scale(2) translateX(20%) translateY(-30%);
    transform: scale(2) translateX(20%) translateY(-30%);
  }
  .is-map-1.world-map--middle-east .world-map__svg {
    -webkit-transform: scale(4) translateX(-5%) translateY(5%);
    -ms-transform: scale(4) translateX(-5%) translateY(5%);
    transform: scale(4) translateX(-5%) translateY(5%);
  }
  .is-map-1.world-map--south-africa .world-map__svg {
    -webkit-transform: scale(3) translateX(-5%) translateY(-20%);
    -ms-transform: scale(3) translateX(-5%) translateY(-20%);
    transform: scale(3) translateX(-5%) translateY(-20%);
  }
  .is-map-1.world-map--asia .world-map__svg {
    -webkit-transform: scale(2) translateX(-30%) translateY(-10%);
    -ms-transform: scale(2) translateX(-30%) translateY(-10%);
    transform: scale(2) translateX(-30%) translateY(-10%);
  }
}
@media (min-width: 1441px) {
  .is-map-3 .world-map__svg {
    -webkit-transform: scale(0.75) translateY(0) !important;
    -ms-transform: scale(0.75) translateY(0) !important;
    transform: scale(0.75) translateY(0) !important;
    transition-duration: 2s;
  }
}
.world-map__content-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .world-map__content-wrapper {
    position: absolute;
    top: 0;
    z-index: 10;
  }
}
.world-map__content {
  color: #fff;
}
@media (min-width: 768px) {
  .world-map__content--1 {
    min-height: 400px;
  }
  .world-map__display-animation {
    opacity: 0;
    transition: opacity 1s ease 1.5s;
  }
}
.is-map-1 + .world-map__content-wrapper .world-map__display-animation {
  opacity: 1;
}
.minigraph {
  padding: 30px 0;
}
.minigraph .iframe-container {
  margin: 0 0 30px;
}
.minigraph .news-listing {
  margin-bottom: 30px;
}
.news-listing_heading {
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  margin-bottom: 14px;
  color: #fff;
}
.news-listing_title {
  font-size: 14px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 7px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 10px;
}
.news-listing_list li {
  margin-bottom: 4px;
}
.news-listing_list a {
  color: #fff;
  text-decoration: none;
}
.news-listing_list .news-listing_link {
  font-size: 20px;
  margin-left: 4px;
  border-bottom: 1px solid #fff;
}
.news-listing_list .news-listing_icon {
  border-bottom: 0;
  margin-left: 0;
}
.news-cols_single {
  width: 30%;
  margin: 0 0 30px 5%;
  float: left;
}
.news-cols_single:first-child {
  margin-left: 0;
}
.news-cols_single:last-child {
  width: 65%;
}
.news-cols_single:last-child .news-listing {
  width: 47%;
  margin: 0 0 30px 6%;
  float: left;
}
.news-cols_single:last-child .news-listing:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .news-cols_single {
    width: 48%;
  }
  .news-cols_single:last-child {
    width: 48%;
    margin-left: 4%;
  }
  .news-cols_single:last-child .news-listing {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .news-cols_single {
    width: 100%;
    margin-left: 0;
  }
  .news-cols_single:last-child {
    width: 100%;
    margin-left: 0;
  }
}
.reports {
  padding: 30px 0;
  color: #fff;
}
.reports-item {
  width: 180px;
  float: left;
  margin: 0 16px;
}
@media (max-width: 767px) {
  .reports-item {
    opacity: 0.6;
  }
  .reports-item.slick-current {
    opacity: 1;
  }
}
.reports-item__title {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.reports-item__link-wrapper {
  margin: 10px 0;
  font-size: 12px;
}
.reports-item__link-wrapper a {
  margin: 0 8px 10px 0;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.reports-item__link-icon {
  color: #fff;
  text-decoration: none;
  margin-right: 4px;
}
.reports-item__link-text {
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #fff;
}
.reports__wrapper {
  margin-bottom: 120px;
}
.reports__wrapper .slick-dots {
  margin-top: 40px;
}
.reports__wrapper .slick-dots li {
  border: 1px solid #fff;
  border-radius: 50%;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
}
.reports__wrapper .slick-dots li.slick-active {
  background-color: #fff;
}
.form--innovation .form-group.singlechoice .control-label,
.form-group {
  margin-bottom: 15px;
}
.form-group input,
.form-group label,
.form-group select,
.form-group textarea {
  display: block;
  width: 100%;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
}
.form-group label {
  margin-bottom: 6px;
  font-weight: 700;
}
.form-group input,
.form-group select {
  height: 40px;
}
.form-group textarea {
  height: 150px;
}
.form-group input,
.form-group textarea {
  border: 1px solid #4a4a4a;
  padding: 10px;
  font-weight: 400;
}
.form-group select {
  border-radius: 0;
  padding: 0 10px;
  border: 1px solid #4a4a4a;
  background: #fff;
  color: inherit;
}
.input-question {
  margin: 30px 0 15px;
}
.radio-wrapper input[type='radio'] + span:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #4a4a4a;
  transition: all 0.3s;
}
.radio-wrapper input[type='radio']:checked + span:before {
  background: #ea3592;
}
.form--innovation {
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .form--innovation {
    border-bottom: 1px solid #eee;
  }
}
.form--innovation .umbraco-forms-container {
  padding: 0;
}
.form--innovation .form-field-description {
  font-size: 14px;
  max-width: 850px;
  margin-bottom: 20px;
  line-height: 20px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
}
.form--innovation .input-radio-wrapper {
  margin: 5px 0 20px;
}
.form--innovation .input-radio-wrapper:last-child {
  margin-bottom: 0;
}
.form--innovation .form-group {
  overflow: hidden;
  margin: 0;
}
.form--innovation .form-group.longanswer,
.form--innovation .form-group.shortanswer,
.form--innovation .form-group.singlechoice {
  margin-bottom: 35px;
}
.form--innovation .form-group label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.form--innovation .form-group input[type='checkbox'],
.form--innovation .form-group input[type='radio'] {
  display: inline-block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form--innovation .form-group input[type='checkbox'] + label,
.form--innovation .form-group input[type='radio'] + label {
  width: auto;
  display: inline-block;
  font-weight: 400;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
}
.form--innovation .form-group .fake-radio-input + label {
  padding: 2px 0 0 22px;
  font-weight: 400;
}
.form--innovation .form-group input[type='radio'] + .fake-radio-input {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  border: 1px solid #d5d9e0;
  border-radius: 50%;
  background: #fff;
}
.form--innovation .form-group input[type='radio']:focus + .fake-radio-input {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  border: 1px solid #ea3694;
  border-radius: 50%;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .form--innovation
    .form-group
    input[type='radio']:focus
    + .fake-radio-input
    + label {
    outline: 2px dashed #5a186b;
    outline-offset: 3px;
  }
}
.form--innovation .form-group input[type='radio']:checked + .fake-radio-input {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  border: 4px solid #ea3694;
  border-radius: 50%;
  background: #fff;
}
.form--innovation .form-group input[type='checkbox'] + .fake-checkbox-input {
  position: absolute;
  top: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/unselected.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.form--innovation
  .form-group
  input[type='checkbox']:checked
  + .fake-checkbox-input {
  background-image: url(../images/selected.png);
}
.form--innovation
  .form-group
  input[type='checkbox']:focus
  + .fake-checkbox-input {
  border-radius: 4px;
  border: 1px solid #ea3592;
}
@media only screen and (min-width: 1200px) {
  .form--innovation .form-group input[type='checkbox'] + .fake-checkbox-input {
    top: 5px;
  }
  .form--innovation
    .form-group
    input[type='checkbox'].focus-visible
    + .check-focus {
    display: block;
  }
}
.form--innovation .form-group .fake-checkbox-input,
.form--innovation .form-group .fake-radio-input {
  pointer-events: none;
}
.form--innovation .form-group .form-control.text {
  height: 44px;
}
.form--innovation .form-group .form-control.text,
.form--innovation .form-group textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.43;
  color: #555;
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid #cdd2da;
}
@media (max-width: 991px) {
  .form--innovation .form-group .form-control.text,
  .form--innovation .form-group textarea {
    font-size: 16px;
  }
}
.form--innovation .form-group .form-control.text.field-validation-error,
.form--innovation .form-group textarea.field-validation-error {
  border: 1px solid #ea3694;
  box-shadow: inset 0 0 10px -4px rgba(0, 0, 0, 0.75);
}
.form--innovation .form-group textarea {
  height: 134px;
}
.form--innovation .form-group.checkbox {
  position: relative;
  margin-bottom: 10px;
}
.form--innovation .form-group.checkbox label {
  padding-left: 25px;
  padding-top: 2px;
  font-weight: 400;
}
.form--innovation .form-group.checkbox input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.form--innovation .form-group.checkbox .col-sm-10 {
  position: static;
}
.form--innovation .form-group .field-validation-theme-error {
  font-size: 12px;
  color: #eb0000;
  line-height: 16px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
}
.form--innovation .cdsagreementslinkfield a,
.form--innovation .cdsprivacypolicylinkfield a,
.form--innovation .termsandconditions a {
  color: #415a6c;
  font-weight: 400;
  border: none;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  text-decoration: underline;
  display: block;
}
.form--innovation .cdsagreementslinkfield a:focus,
.form--innovation .cdsagreementslinkfield a:hover,
.form--innovation .cdsprivacypolicylinkfield a:focus,
.form--innovation .cdsprivacypolicylinkfield a:hover,
.form--innovation .termsandconditions a:focus,
.form--innovation .termsandconditions a:hover {
  text-decoration: none;
}
.form--innovation .cdsprivacypolicylinkfield {
  margin-top: 30px;
  padding: 5px;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-bottom: -10px;
}
.form--innovation .cdsagreementslinkfield {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-bottom: -5px;
}
.form--innovation .proposaltitle {
  border-top: 1px solid #eee;
  padding-top: 40px;
}
.form--innovation .cdsagreementslinkfield {
  border-top: 1px solid #eee;
  padding: 40px 5px 5px;
}
.form--innovation .btn-primary {
  display: inline-block;
  padding: 11px 54px 13px;
  border: solid 1px #ea3592;
  border-radius: 24px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #ea3592;
  background: 0 0;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.form--innovation .btn-primary:active {
  background: #5a186b;
  color: #fff;
  border-color: #5a186b;
}
@media (min-width: 992px) {
  .form--innovation .btn-primary:hover {
    background: linear-gradient(224.72deg, #ea3592 0, #5a186b 100%);
    background-size: 200% 200%;
    border-color: transparent;
    -webkit-animation: gradient 3s ease infinite;
    animation: gradient 3s ease infinite;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .form--innovation .btn-primary {
    margin-top: -10px;
  }
}
@media (min-width: 768px) {
  .form--innovation .btn-primary {
    margin-top: 15px;
  }
}
.form--innovation .col-sm-10,
.form--innovation .col-sm-2 {
  padding: 0;
}
.form--innovation .umbracoForms-Indicator {
  color: #eb0000;
  margin-left: 3px;
}
.form--innovation .col-sm-10 {
  width: 100%;
  max-width: 610px;
}
.form--innovation .cdsagreementslinkfield .col-sm-10,
.form--innovation .cdsprivacypolicylinkfield .col-sm-10 {
  max-width: none;
}
.form--innovation .col-sm-offset-2 {
  margin: 40px 0;
  text-align: left;
}
.form--innovation .form-separator {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 35px;
}
.button--cta-direct {
  padding: 8px 24px;
  font-weight: 700;
  margin: 40px 0 20px;
}
@media only screen and (min-width: 1200px) {
  .form-group.longanswer,
  .form-group.shortanswer {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-bottom: 30px;
  }
  .form-group.checkbox,
  .form-group.singlechoice {
    padding-right: 5px;
    padding-left: 5px;
    margin-left: -5px !important;
    width: calc(100% + 10px);
  }
  .form-group.checkbox {
    position: relative;
    padding-top: 5px;
    margin-top: -5px !important;
  }
  .check-focus,
  .submit-focus {
    position: absolute;
    border: 2px dashed #5a186b;
    display: none;
  }
  .check-focus {
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  input[type='submit'].focus-visible {
    outline: none !important;
  }
  input[type='submit'].focus-visible .submit-focus {
    display: block;
  }
  .submit-focus {
    width: 182px;
    height: 58px;
    left: -5px;
    border-radius: 42px;
    top: 10px;
  }
}
@media (max-width: 1200px) {
  .social-sourcing__container {
    max-width: 500px;
    margin: auto;
  }
}
.social-sourcing iframe {
  max-width: 100%;
  border: 1px solid #e9ebee;
}
.social-sourcing .goto_link {
  margin: 15px 0;
  padding: 10px;
}
.social-sourcing .goto_link a {
  margin: 0 8px 10px 0;
  display: inline-block;
  text-decoration: none;
  color: #ea3592;
  border: 0;
}
.social-sourcing .goto_link a span,
.social_feed .goto_link a span {
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
}
.social-sourcing .goto_link svg,
.social_feed .goto_link svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  fill: #ea3592;
}
.linkedin-module {
  overflow: hidden;
  padding: 30px 0;
}
.linkedin-module .posts {
  display: inline-block;
  width: 100%;
}
.linkedin-post {
  border: 1px solid #e3e3e3;
}
.linkedin-post__image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: relative;
  overflow: hidden;
}
.linkedin-post__image img {
  display: block;
  margin-bottom: 8px;
  padding: 0;
  line-height: 0;
  transition: all 0.5s;
}
.linkedin-post__title {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 24px;
  text-transform: none;
  color: #fff;
  border: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) -10%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000',GradientType=0 );
}
.linkedin-post__title .linkedin-post__title-text {
  position: absolute;
  bottom: 20px;
  left: 14px;
}
.linkedin-post__content {
  font-size: 18px;
  line-height: 24px;
  padding: 15px;
}
.linkedin-post__content a {
  border-bottom: solid 1px #4a4a4a;
  color: #4a4a4a;
  text-decoration: none;
  transition: border-color 0.25s;
}
.linkedin-post__content a:focus,
.linkedin-post__content a:hover {
  border-color: transparent;
}
.linkedin-module__more-posts,
.linkedin-post__read-more {
  margin-top: 30px;
}
.linkedin-post__read-more a {
  color: #0474bb;
  border: 0;
}
.linkedin-post__read-more a .linkedin-post__read-more-text {
  margin-left: 8px;
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
}
.linkedin-module__more-posts a,
.social_feed .goto_link a {
  color: #ea3592;
  text-decoration: none;
}
.social_feed .feed-loading {
  font: 22px 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  padding: 50px 20px 100px;
  text-align: center;
  color: #b6bdc9;
}
.social_feed .feed-loading:before {
  content: url(../images/module-loading.gif);
  display: block;
}
.social_feed .feed-loading.error:before {
  content: url(../images/module-error.gif);
}
.social_feed .goto_link {
  padding: 10px;
}
.social_feed .goto_link a {
  margin: 0 8px 10px 0;
  display: inline-block;
  border: 0;
}
@media (min-width: 1200px) and (max-width: 1441px) {
  .social_feed__two-columns {
    width: 50%;
  }
}
.social_feed__container {
  width: 500px;
  margin: auto;
}
@media (max-width: 600px) {
  .social_feed__container {
    width: 100%;
    margin: 0;
  }
}
.social_feed__goto-link {
  margin: 15px;
}
.social_feed .twitter-container {
  border: 1px solid #e9ebee;
}
.media-news {
  padding: 38px 0 60px;
  background-color: #e6e8ed;
}
.media-news__header {
  color: #4a4a4a;
  margin-bottom: 38px;
}
.media-news__header-title {
  color: #415a6c;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 10px;
}
.media-news__header-subtitle {
  color: #415a6c;
  font-size: 18px;
  line-height: 26px;
}
.media-news .results {
  margin-bottom: 40px;
}
.media__list.row:before {
  width: 0;
}
@media (min-width: 768px) {
  .media__list,
  .media__list > li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .media__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .media__list > li {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .media__list > li > * {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 768px) and screen and (-ms-high-contrast: active),
  (min-width: 768px) and (-ms-high-contrast: none) {
  .media__list > li {
    display: block;
  }
}
@media (min-width: 768px) and screen and (-ms-high-contrast: active) and (min-width: 768px),
  (min-width: 768px) and (-ms-high-contrast: none) and (min-width: 768px) {
  .media__list > li {
    min-height: 415px;
  }
  .media__list > li .news-item__footer {
    min-height: 50px;
  }
}
.sidebar-grid {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-grid--bg-grey {
  background-color: #e6e8ed;
}
@media (max-width: 1065px) {
  .sidebar-grid {
    display: block;
  }
}
.sidebar-grid__navigation {
  background-color: #f2f3f6;
  padding-left: 0;
}
@media (max-width: 1065px) {
  .sidebar-grid__navigation {
    max-width: none;
    width: 100%;
    overflow: hidden;
  }
}
.sidebar-grid__content {
  width: calc(100% - 268px);
  width: 100%;
  padding: 0 80px 0 45px;
}
@media (max-width: 767px) {
  .sidebar-grid__content {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1065px) {
  .sidebar-grid__content {
    padding: 0 80px;
  }
}
@media (min-width: 1441px) {
  .sidebar-grid__content {
    padding-right: calc((100vw - 1210px) / 2);
  }
}
.sidebar-grid__content--sidenav-disabled {
  padding-left: 115px;
  padding-right: 115px;
  max-width: 1440px;
  margin: auto;
}
@media (max-width: 1440px) {
  .sidebar-grid__content--sidenav-disabled {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .sidebar-grid__content--sidenav-disabled {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.media-search-bar {
  background: #fff;
  padding: 19px 30px 13px;
  margin-bottom: 30px;
  color: #4a4a4a;
}
@media (max-width: 1065px) {
  .media-search-bar {
    background: 0 0;
    padding: 0;
  }
}
.media-search-bar__form-field-wrapper {
  position: relative;
  display: block;
  float: left;
}
.media-search-bar__form-field-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  left: 17px;
  top: 5px;
}
@media (max-width: 1065px) {
  .media-search-bar__form-field-wrapper:before {
    top: 19px;
  }
  .media-search-bar__form-field-wrapper {
    float: none;
    margin-bottom: 10px;
  }
}
.media-search-bar__form-field-wrapper--keyword:before {
  background: url(../images/news/loop-icon-silver.svg) no-repeat;
  background-size: cover;
}
@media (min-width: 1066px) {
  .media-search-bar__form-field-wrapper--keyword:before {
    left: 5px;
  }
}
.media-search-bar__form-field-wrapper--keyword.media-search-bar__form-field-wrapper--selected:before {
  background-image: url(../images/news/loop-icon-silver-hover.svg);
  background-size: cover;
}
@media (max-width: 1065px) {
  .media-search-bar__form-field-wrapper--filters:before {
    background: url(../images/news/filters-icon.svg) no-repeat;
    pointer-events: none;
  }
  .media-search-bar__form-field-wrapper--filters:after {
    float: none;
    margin-bottom: 10px;
    background: url(../images/news/arrow-down.svg) no-repeat;
    pointer-events: none;
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 10px;
    right: 17px;
    top: 23px;
  }
  .media-search-bar__form-field-wrapper--filters.media-search-bar__form-field-wrapper--selected:before {
    background-image: url(../images/news/filters-icon-hover.svg);
  }
}
.media-search-bar__form-field {
  border: none;
  background: 0 0;
  color: #ea3592;
  font-size: 14px;
  padding-left: 50px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
}
@media (max-width: 1065px) {
  .media-search-bar__form-field {
    background: #fff;
    height: 53px;
    width: 100%;
    display: block;
    padding: 18px 17px 17px 50px;
    font-size: 16px;
  }
}
.media-search-bar__form-field::-webkit-input-placeholder {
  color: #4a4a4a;
}
.media-search-bar__form-field:-ms-input-placeholder {
  color: #4a4a4a;
}
.media-search-bar__form-field::placeholder {
  color: #4a4a4a;
}
@media (min-width: 1281px) {
  .media-search-bar__form-field--keyword {
    padding-left: 38px;
    width: 365px;
  }
}
@media (min-width: 1066px) and (max-width: 1280px) {
  .media-search-bar__form-field--keyword {
    width: 220px;
    min-width: unset;
  }
}
@media (max-width: 1099px) {
  .media-search-bar__form-field--keyword {
    width: 100%;
  }
}
@media (min-width: 1066px) {
  .media-search-bar__form-field--filters {
    display: none;
  }
}
.media-search-bar__filters {
  display: block;
  float: left;
}
@media (max-width: 1065px) {
  .media-search-bar__filters {
    display: none;
  }
}
@media (min-width: 1066px) {
  .media-search-bar__filters-apply,
  .media-search-bar__filters-btn-wrapper,
  .media-search-bar__filters-close {
    display: none;
  }
}
@media (max-width: 1065px) {
  .media-search-bar__filter {
    padding: 20px 0;
  }
}
.media-search-bar__filter-category,
.media-search-bar__filter-month,
.media-search-bar__filter-year {
  display: block;
  float: left;
  font-size: 14px;
  color: #4a4a4a;
  padding: 8px 30px 6px 10px;
  border-left: 1px solid #b6bdc9;
  position: relative;
}
@media (max-width: 1100px) {
  .media-search-bar__filter-category,
  .media-search-bar__filter-month,
  .media-search-bar__filter-year {
    padding: 8px 10px 6px;
  }
}
@media (max-width: 1065px) {
  .media-search-bar__filter-category,
  .media-search-bar__filter-month,
  .media-search-bar__filter-year {
    padding: 6px 10px;
  }
}
.media-search-bar__filter-category:before,
.media-search-bar__filter-month:before,
.media-search-bar__filter-year:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 15px;
  left: 15px;
  top: 9px;
  pointer-events: none;
}
@media (max-width: 1065px) {
  .media-search-bar__filter-category:before,
  .media-search-bar__filter-month,
  .media-search-bar__filter-month:before,
  .media-search-bar__filter-year:before {
    display: none;
  }
}
.media-search-bar__filter-month:before,
.media-search-bar__filter-year:before {
  background-image: url(../images/news/calendar-icon.svg);
}
.media-search-bar__filter-year .media-search-bar__filter-value {
  cursor: pointer;
  width: 96px;
}
.media-search-bar__filter-month .media-search-bar__filter-value {
  cursor: pointer;
  width: 126px;
}
.media-search-bar__filter-category:before {
  background-image: url(../images/news/category-icon.svg);
}
.media-search-bar__filter-category .media-search-bar__filter-value {
  width: 144px;
  cursor: pointer;
}
.media-search-bar__filter--selected input {
  color: #ea3592;
}
.media-search-bar__filter--selected.media-search-bar__filter-month:before,
.media-search-bar__filter--selected.media-search-bar__filter-year:before {
  background-image: url(../images/news/calendar-icon-hover.svg) !important;
}
.media-search-bar__filter--selected.media-search-bar__filter-category:before {
  background-image: url(../images/news/category-icon-hover.svg);
}
@media (min-width: 1066px) {
  .media-search-bar__filter-label {
    display: none;
  }
}
.media-search-bar__filter-value {
  color: #415a6c;
  cursor: pointer;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 16px;
  border: none;
  width: 80px;
  padding-left: 30px;
  -webkit-appearance: none;
  font-weight: 700;
}
@media (max-width: 1065px) {
  .media-search-bar__filter-value {
    display: none;
  }
}
.media-search-bar__filter-value:disabled {
  opacity: 0.4;
  background: 0 0;
  font-weight: 100;
}
.media-search-bar__filter-value::-webkit-input-placeholder {
  color: #4a4a4a;
}
.media-search-bar__filter-value:-ms-input-placeholder {
  color: #4a4a4a;
}
.media-search-bar__filter-value::placeholder {
  color: #4a4a4a;
}
.media-search-bar__submit {
  font-size: 16px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  height: 44px;
  margin-top: -6px;
}
@media (max-width: 1065px) {
  .media-search-bar__submit {
    padding: 20px 17px;
    height: 53px;
    width: 100%;
    display: block;
    margin: 0;
  }
}
.media-search-bar__clear-all {
  color: #ea3592;
  font-size: 14px;
  margin-left: 25px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
}
.media-search-bar__clear-all:hover {
  text-decoration: underline;
}
@media (max-width: 1065px) {
  .media-search-bar__clear-all {
    display: none;
  }
}
@media (min-width: 1066px) {
  .media-search-bar__clear-all--mobile {
    display: none;
  }
}
.media-search-bar__dropdown {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 1;
  background: #fff;
  padding: 15px 0 0;
  box-shadow: 0 8px 24px 0 rgba(74, 74, 74, 0.2);
  display: none;
}
@media (max-width: 1065px) {
  .media-search-bar__dropdown {
    position: static;
    box-shadow: none;
  }
}
.media-search-bar__dropdown input[type='checkbox'],
.media-search-bar__dropdown input[type='radio'] {
  position: absolute;
  visibility: hidden;
}
.media-search-bar__dropdown--visible {
  display: block;
}
.media-search-bar__dropdown-label {
  padding: 10px 58px 10px 43px;
  font-size: 14px;
  line-height: 1.3;
  display: block;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1066px) {
  .media-search-bar__dropdown-label:hover {
    background: #e6e8ed;
  }
}
input[type='radio'] + .media-search-bar__dropdown-label:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 16px;
  width: 13px;
  height: 13px;
  border: 1px solid #adb5c2;
  background: #fff;
  border-radius: 50%;
}
input[type='radio']:checked + .media-search-bar__dropdown-label:before {
  border: 4px solid #ea3592;
}
input[type='checkbox'] + .media-search-bar__dropdown-label:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 16px;
  width: 13px;
  height: 13px;
  border: 1px solid #adb5c2;
  background: #fff;
  border-radius: 2px;
}
input[type='checkbox']:checked + .media-search-bar__dropdown-label:before {
  background: url(../images/checkbox-selected.svg) no-repeat;
  border: none;
  width: 14px;
  height: 14px;
}
.media-search-bar__dropdown-apply {
  font-size: 16px;
  display: block;
  margin: 15px auto 0;
}
.media-search-bar__dropdown-clear {
  padding: 16px 0 16px 70px;
  text-align: left;
  position: relative;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  margin-top: 15px;
  transition: 0.3s all;
  width: 100%;
}
.media-search-bar__dropdown-clear:before {
  content: '';
  display: block;
  background-image: url(../images/news/close.svg);
  background-size: cover;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 41px;
  top: 16px;
}
.media-search-bar__dropdown-clear:hover {
  text-decoration: underline;
}
.media-search-bar .button,
.media-search-bar button {
  -webkit-appearance: none;
  background: 0 0;
}
.media-search-bar .button--cta {
  background: #ea3592;
}
.media-search-bar .button--cta:focus,
.media-search-bar .button--cta:hover {
  border-color: #bd1d6f;
  background: #bd1d6f;
}
.media-search-bar__filters--opened {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  background: #fff;
  z-index: 1010;
  display: block;
  -webkit-overflow-scrolling: touch;
}
.media-search-bar__filters--opened .media-search-bar__filter {
  float: none;
  padding: 20px 0 0;
}
@media (max-width: 1065px) {
  .media-search-bar__filters--opened .media-search-bar__filter {
    border-left: none;
    border-right: none;
  }
}
.media-search-bar__filters--opened .media-search-bar__dropdown {
  display: block;
  padding: 0 15px;
}
.media-search-bar__filters--opened .media-search-bar__dropdown-apply,
.media-search-bar__filters--opened .media-search-bar__dropdown-clear {
  display: none;
}
.media-search-bar__filters--opened .media-search-bar__filter-label {
  font-size: 18px;
  font-weight: 700;
  color: #4a4a4a;
  padding: 20px 30px;
  border-top: 1px solid #cdd2da;
  display: block;
}
.media-search-bar__filters--opened .media-search-bar__filters-close {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  padding: 4px 0 4px 30px;
  position: relative;
  display: block;
}
.media-search-bar__filters--opened .media-search-bar__filters-close:before {
  content: '';
  display: block;
  background-image: url(../images/news/close.svg);
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.media-search-bar__filters--opened .media-search-bar__filters-btn-wrapper {
  padding: 22px 30px;
  border-bottom: 1px solid #cdd2da;
}
.media-search-bar__filters--opened
  .media-search-bar__filters-btn-wrapper:nth-child(2) {
  padding-bottom: 2px;
  border: none;
}
.media-search-bar__filters--opened .media-search-bar__clear-all--mobile {
  display: block;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
}
.media-search-bar__filters--opened .media-search-bar__filters-apply {
  padding: 15px 0 16px;
  width: calc(100% - 30px);
  margin: 25px 15px 15px;
}
.media-search-bar__form-field--keyword {
  color: #415a6c;
  font-size: 16px;
  line-height: 26px;
  padding-right: 15px;
}
.media-search-bar--investor .media-search-bar__form-field--keyword {
  padding-right: 15px;
}
.media-search-bar--investor
  .media-search-bar__form-field--keyword::-webkit-input-placeholder {
  color: #415a6c;
}
.media-search-bar--investor
  .media-search-bar__form-field--keyword:-ms-input-placeholder {
  color: #415a6c;
}
.media-search-bar--investor
  .media-search-bar__form-field--keyword::placeholder {
  color: #415a6c;
}
@media (max-width: 767px) {
  .media-search-bar--investor .media-search-bar__form-field--keyword {
    min-width: unset;
  }
}
@media (min-width: 1066px) and (max-width: 1230px) {
  .media-search-bar--investor .media-search-bar__form-field--keyword {
    max-width: 192px;
    min-width: unset;
    width: 192px;
  }
}
@media (min-width: 1350px) {
  .media-search-bar--investor .media-search-bar__submit {
    margin-left: 75px;
  }
}
.news-item {
  /* margin-bottom: 30px; */
}
.news-item__image-container {
  border-bottom: 4px solid #ea3592;
}
.news-item__image {
  display: block;
}
.news-item__date,
.news-item__title {
  font-weight: 700;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
}
.news-item__date {
  display: block;
  letter-spacing: 3.44px;
  margin-bottom: 8px;
  color: #415a6c;
  font-size: 11px;
  line-height: 12px;
  transition: all 0.3s;
}
.news-item__title {
  font-size: 22px;
  line-height: 1.23;
  color: #4a4a4a;
  transition: all 0.2s;
}
.news-item__content {
  transition: all 0.3s;
  padding: 20px;
  background: #fff;
  position: relative;
  height: 175px;
}
.news-item__content:before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/news/arrow-right-white.svg) #ea3592;
  background-position: center 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: -24px;
  right: 21px;
  border-radius: 50%;
  transition: all 0.3s;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.14);
}
.news-item__content:after {
  display: block;
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  background: #dadada;
  position: absolute;
  bottom: 2px;
}
.news-item__link {
  text-decoration: none;
}
.news-item__link:hover .news-item__content {
  background: #ea3592;
}
.news-item__link:hover .news-item__content:before {
  background-image: url(../images/news/arrow-right-pink.svg);
  background-color: #fff;
}
.news-item__link:hover .news-item__content:after {
  display: none;
}
.news-item--investor .news-item__link:hover .news-item__description,
.news-item__link:hover .news-item__date,
.news-item__link:hover .news-item__title {
  color: #fff;
}
.news-item__footer {
  background: #fff;
  padding: 14px 20px;
}
.news-item__categories {
  color: #b6bdc9;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .news-item__categories {
    overflow: visible;
  }
}
.news-item__categories-list {
  margin-left: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-item__categories-item {
  display: block;
  margin-bottom: 5px;
}
.news-item__categories-item:first-child {
  position: relative;
}
.news-item__categories-item:first-child:before {
  width: 7px;
  height: 10px;
  content: '';
  background-image: url(../images/news/categories.svg);
  display: block;
  position: absolute;
  left: -12px;
  top: 1px;
}
.news-item--investor
  .news-item__footer
  .news-item__categories-item:last-child:after,
.news-item__categories-item:last-child .news-item__categories-link:after {
  display: none;
}
.news-item__categories-link {
  font-size: 11px;
  line-height: 14px;
  color: #ea3592 !important;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  background-color: transparent;
}
.news-item__categories-link:after {
  content: '/';
  display: inline;
  margin: 0 5px;
  color: #b6bdc9;
}
.news-item__categories-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.news-item--investor {
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: 210px;
}
.news-item--investor .news-item__image-container {
  z-index: 1;
  border-bottom: 0;
  height: 200px;
}
@media (min-width: 768px) {
  .news-item--investor .news-item__image-container {
    width: 150px;
    height: 100%;
    position: absolute;
  }
}
.news-item--investor .news-item__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.news-item--investor .news-item__content {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .news-item--investor .news-item__content {
    padding-left: 170px;
    min-height: 105px;
  }
}
.news-item--investor .news-item__content:after,
.news-item--investor .news-item__content:before,
.news-item--investor .news-item__footer .news-item__categories:before {
  display: none;
}
.news-item--investor .news-item__title {
  color: #415a6c;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}
.news-item--investor .news-item__description {
  color: #415a6c;
  font-size: 18px;
  line-height: 26px;
  transition: all 0.2s;
}
.news-item--investor .news-item__footer {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .news-item--investor .news-item__footer {
    padding-left: 170px;
  }
}
.news-item--investor .news-item__footer .news-item__categories-list {
  margin-left: 0;
}
.news-item--investor .news-item__footer .news-item__categories-item {
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
}
.news-item--investor .news-item__footer .news-item__categories-item:after {
  content: '/';
  display: block;
  color: #415a6c;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 6px;
}
@media (max-width: 767px) {
  .news-item--investor .news-item__footer .news-item__categories-item {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  .news-item--investor .news-item__footer .news-item__categories-item:before {
    display: none;
  }
}
.news-item--investor .news-item__footer .news-item__categories-link {
  line-height: 24px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: none;
}
@media (max-width: 767px) {
  .news-item--investor .news-item__footer .news-item__categories-link {
    margin-bottom: 30px;
  }
}
.news-item--investor .news-item__footer .news-item__categories-link:before {
  content: '';
  display: block;
  width: 20px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
.news-item--investor .news-item__footer .news-item__categories-link:after {
  display: none;
}
.news-item--investor .news-item__footer .news-item__categories-link--audio,
.news-item--investor .news-item__footer .news-item__categories-link--external,
.news-item--investor .news-item__footer .news-item__categories-link--internal,
.news-item--investor .news-item__footer .news-item__categories-link--pdf {
  padding-left: 30px;
}
.news-item--investor
  .news-item__footer
  .news-item__categories-link--audio:before {
  background-image: url(../images/news/icon-audio-silver.svg);
}
.news-item--investor
  .news-item__footer
  .news-item__categories-link--pdf:before {
  background-image: url(../images/news/icon-pdf-silver.svg);
}
.news-item--investor
  .news-item__footer
  .news-item__categories-link--external:before {
  background-image: url(../images/news/icon-external-silver.svg);
}
.news-item--investor
  .news-item__footer
  .news-item__categories-link--internal:before {
  background-image: url(../images/news/icon-internal-silver.svg);
}
.global-news {
  overflow: hidden;
  margin: 0 -15px;
  padding: 30px 0 25px;
}
.side-nav {
  background: #f2f3f6;
  position: relative;
  width: 100%;
  padding: 52px 0;
  overflow: hidden;
}
@media (max-width: 1065px) {
  .side-nav nav {
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s;
  }
  .side-nav--opened nav {
    max-height: 2000px;
    overflow: visible;
  }
  .side-nav {
    float: none;
    width: auto;
    margin: 0 -15px;
    padding: 0;
  }
}
.side-nav__toggle {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  display: block;
  width: 100%;
  background: #fff;
  font-size: 13px;
  padding: 18px 30px;
  color: #4a4a4a;
  text-align: left;
  border-bottom: 1px solid #cdd2da;
}
.side-nav__toggle:before {
  content: '';
  position: absolute;
  top: 20px;
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/arrow-down.svg) no-repeat;
}
@media (min-width: 1066px) {
  .side-nav__toggle {
    display: none;
  }
}
@media (max-width: 1065px) {
  .side-nav__list {
    padding: 15px 0;
  }
}
.side-nav__item-subnav-toggle {
  display: block;
  background-image: url(../images/news/close.svg);
  background-size: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 19px;
  left: 20px;
  z-index: 10;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.2s;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 1065px) {
  .side-nav__item-subnav-toggle {
    left: 35px;
  }
}
.side-nav__item-subnav-toggle-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.side-nav__item-link {
  color: #4a4a4a;
  font-size: 13px;
  line-height: 1.33;
  text-decoration: none;
  padding: 15px 15px 15px 45px;
  margin-left: 35px;
  width: 230px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
}
@media (min-width: 1441px) {
  .side-nav__item-link {
    margin-left: calc((100vw - 1300px) / 2);
  }
}
@media (max-width: 1065px) {
  .side-nav__item-link {
    padding-left: 60px;
    margin-left: 0;
    width: 100%;
  }
}
.side-nav__item-link,
.side-nav__item-link span {
  position: relative;
  display: block;
}
.side-nav__item-link.active,
.side-nav__item-link:hover {
  background: #fff;
  color: #ea3592;
  text-decoration: underline;
}
.side-nav__item-link.active:before,
.side-nav__item-link:hover:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ea3592;
}
@media (max-width: 1065px) {
  .side-nav__item-link.active:before,
  .side-nav__item-link:hover:before {
    left: 15px;
    width: 4px;
    right: auto;
  }
}
.side-nav__item-link.active {
  font-weight: 700;
}
.side-nav__item-link--has-subnav span {
  position: relative;
}
.side-nav__item-link__item-link--opened:before {
  content: '';
  display: block;
  background: #fff;
  height: 100%;
  width: 2000px;
  position: absolute;
  right: 0;
  top: 0;
}
.side-nav__subnav {
  max-height: 0;
  overflow: hidden;
  position: relative;
}
.side-nav__subnav--opened {
  overflow: visible;
  max-height: 2000px;
  display: block;
  background: #fff;
}
@media (min-width: 1066px) {
  .side-nav__subnav--opened {
    width: 230px;
    margin-left: 35px;
  }
}
@media (min-width: 1441px) {
  .side-nav__subnav--opened {
    margin-left: calc((100vw - 1300px) / 2);
  }
}
.side-nav__subnav--opened .side-nav__item-subnav-toggle,
.side-nav__subnav--opened span:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.side-nav__subnav .side-nav__item-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
@media (max-width: 1065px) {
  .side-nav__subnav .side-nav__item-link {
    padding-left: 60px;
  }
}
@media (min-width: 1066px) {
  .side-nav__subnav .side-nav__item-link {
    margin-left: 0;
    padding-left: 45px;
  }
}
.card--twitter a:hover,
.side-nav__subnav .side-nav__item-link:hover {
  text-decoration: underline;
}
.side-nav__subnav .side-nav__subnav-item:first-child a {
  padding-top: 5px;
}
.side-nav__subnav .side-nav__subnav-item:last-child {
  padding-bottom: 20px;
}
.sitemap {
  margin-top: 40px;
}
.sitemap__heading {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
}
.sitemap__heading-link {
  color: #4a4a4a;
  text-decoration: none;
}
.sitemap__heading-link:focus,
.sitemap__heading-link:hover,
.sitemap__item-link:focus,
.sitemap__item-link:hover {
  text-decoration: underline;
}
.sitemap__list {
  margin-bottom: 90px;
}
.sitemap__list ul {
  padding-left: 20px;
  margin: 5px 0 10px;
}
.sitemap__list ul .sitemap__item-link {
  font-weight: 400;
}
.sitemap__item-link {
  font-size: 13px;
  font-weight: 700;
  color: #ea3694;
  text-decoration: none;
  line-height: 16px;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled) {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
@media (min-width: 1441px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled) {
    padding-right: 45px;
    margin-right: -45px;
  }
}
@media (min-width: 768px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .wrapper {
    padding: 0 45px;
  }
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .copy--white,
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .sections-column
  > div {
  background: #fff;
}
@media (min-width: 1400px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .sections-column
    > div
    .global-locations__intro,
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .sections-column
    > div
    .global-locations__title,
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .sections-column
    > div
    .minigraph,
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .sections-column
    > div
    .top_copy
    > div:first-child:not(.world-map):not(.global-locations-map),
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .sections-column
    > div
    .world-map
    .teasers,
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .sections-column
    > div
    > div:not(.global-locations-map):not(.world-map):not(.image-grid):not(.top_copy) {
    padding-right: calc((100vw - 1310px) / 2);
  }
}
@media (max-width: 1060px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .grid-section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .reports {
    padding: 0 15px;
  }
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .reports
  .slick-slider {
  min-width: 100%;
  width: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .reports
    .slick-slider {
    padding: 0 50px;
  }
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .reports
  .slick-list {
  overflow: hidden;
  width: auto;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .reports__wrapper {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .reports__wrapper {
    padding: 0;
  }
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .reports
  .reports-item {
  width: 180px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .reports
  .slick-dots {
  width: 100%;
  text-align: center;
  bottom: 0;
}
@media (max-width: 992px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .reports
    .slick-dots {
    display: none;
  }
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .reports
  .slick-dots
  li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .reports
  .slick-dots
  > li:only-child {
  display: none;
}
@media (min-width: 1441px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .media-search-bar__filter-category,
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .media-search-bar__filter-month,
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .media-search-bar__filter-year {
    padding-right: 10px;
  }
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .media-news {
  padding: 15px;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .media-news
  .wrapper {
  padding: 0;
}
@media (min-width: 768px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .media-news {
    padding-top: 30px;
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media (min-width: 1066px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .media-news
    .media-search-bar__form-field--keyword {
    width: 110px;
    margin-right: 20px;
  }
}
@media (min-width: 1066px) and (max-width: 1380px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .media-news
    .media-search-bar {
    padding-left: 15px;
  }
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .media-news
    .media-search-bar__buttons {
    display: block;
    clear: both;
    padding-top: 20px;
  }
}
@media (min-width: 1280px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .media-news
    .media-search-bar__form-field--keyword {
    width: 190px;
  }
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .media-news
  .news-item__categories-item:first-child:before {
  background-image: none;
  left: auto;
  text-align: right;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .media-news
  .news-item__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled) .timeline {
  overflow: hidden;
  padding: 0 15px;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .timeline__wrapper {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .timeline__wrapper {
    padding: 0;
  }
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .timeline-carousel {
  min-width: 100%;
  width: 0;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .timeline-carousel {
    padding: 45px 50px 0;
  }
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .timeline__item {
  width: 245px;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .timeline__item:last-child {
  margin-right: 0;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .timeline
  .timeline__image {
  height: auto;
  max-width: 100%;
  margin-top: 15px;
  display: none;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .timeline
  .timeline-carousel__arrow {
  top: 50%;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .timeline
  .timeline-carousel__arrow--next {
  right: 0;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .timeline
  .timeline-carousel__arrow--prev {
  left: 0;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .timeline
  .slick-dots {
  position: absolute;
  bottom: -45px;
  text-align: center;
  left: 0;
  width: 100%;
  padding: 0 50px;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .timeline
  .slick-dots:before {
  position: relative;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .timeline
  .slick-dots
  li {
  width: 15px;
  height: 15px;
  margin: 4px 30px 0 0;
  vertical-align: top;
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .timeline
  .slick-dots
  button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: 0 0;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .media__full-width
  .wrapper {
  margin-top: -260px;
}
@media (min-width: 768px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .media__full-width
    .wrapper {
    margin-top: auto;
    -webkit-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    transform: translateX(-45%);
  }
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .image-grid {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .media__carousel
  .media__wrapper {
  padding: 0;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .smcx-widget {
  margin: 40px auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .world-map
    .wrapper {
    padding: 0 45px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .world-map__container {
    padding-top: 500px;
  }
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .brands-carousel
  .slick-slider {
  overflow: visible;
}
@media (min-width: 768px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .brands-carousel__arrow--next {
    right: -3%;
  }
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .brands-carousel__arrow--prev {
    left: -3%;
  }
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .brand-social {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .brand-social__header,
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .brand-social__list {
  padding: 0;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .brand-social__list {
  margin-top: 30px;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .slick-slider {
  min-width: 100%;
  width: 0;
  margin: 0 auto;
  overflow: hidden;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .yt_video-wrapper {
  display: inline-block;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .yt_video-wrapper
  .yt_iframe-wrapper {
  min-height: 235px;
  width: 100%;
}
@media (min-width: 992px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .yt_video-wrapper {
    width: 640px;
    margin: auto;
    display: block;
  }
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .video-carousel
  .slick-dots {
  bottom: 0;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .media__carousel,
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .media__letterbox
  .media__wrapper {
  padding: 0;
}
.sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
  .global-locations__stats {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .accordion {
    padding-right: 45px;
  }
}
@media (min-width: 1440px) {
  .sidebar-grid__content:not(.sidebar-grid__content--sidenav-disabled)
    .accordion {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-grid__navigation + .sidebar-grid__content .media-news {
    padding-right: calc((100vw - 1210px) / 2);
  }
}
.search--rebuild {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  overflow: auto;
  background: linear-gradient(224.72deg, #ea3592 0, #5a186b 100%);
  color: #fff;
  z-index: 1011;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
  transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.search--rebuild .viewing-results {
  margin-bottom: 54px;
}
@media (max-width: 1200px) {
  .search--rebuild .share-price {
    display: none;
  }
}
@media (min-width: 768px) {
  .search--rebuild .viewing-results {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .search--rebuild .viewing-results {
    text-align: center;
  }
}
.search--opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.search--opened .search__input-wrap {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
}
.search__header {
  min-height: 108px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1201px) {
  .search__header {
    padding: 0 30px;
  }
}
@media (max-width: 1200px) {
  .search__header {
    padding: 0 15px;
  }
}
@media (min-width: 1201px) {
  .logo {
    margin-top: 4px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .logo {
    margin-top: 6px;
    max-width: 125px;
  }
}
@media (max-width: 767px) {
  .logo {
    margin-top: 15px;
    max-width: 105px;
  }
}
.search__close {
  position: absolute;
}
@media (min-width: 1201px) {
  .search__close {
    top: 30px;
    right: 51px;
  }
}
@media (max-width: 1200px) {
  .search__close {
    top: 34px;
    right: 16px;
  }
}
.search__close-btn {
  position: relative;
  width: 47px;
  height: 47px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.search__close-btn::after,
.search__close-btn::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 22px;
  height: 20px;
  width: 1px;
  border-radius: 1.6px;
  background-color: #ea3592;
  transition: background-color 0.3s ease;
}
.search__close-btn::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search__close-btn::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.search__close-btn:hover {
  cursor: pointer;
  background-color: transparent;
}
.search__close-btn,
.search__close-btn:hover::after,
.search__close-btn:hover::before {
  background-color: #fff;
}
.search__input-wrap {
  position: relative;
  opacity: 0;
}
@media (min-width: 1201px) {
  .search__input-wrap {
    max-width: 570px;
    margin-top: 44px;
    margin-bottom: 22px;
  }
}
@media (max-width: 1200px) {
  .search__input-wrap {
    max-width: 346px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .search__input-wrap {
    margin-top: 39px;
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .search__input-wrap {
    margin-top: 28px;
    margin-bottom: 25px;
  }
}
.search__input {
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 0.3px;
  color: #fff;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}
.search__input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}
.search__input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}
.search__input::placeholder {
  color: #fff;
  opacity: 0.6;
}
.search__input:-moz-placeholder,
.search__input:-ms-input-placeholder,
.search__input::-moz-placeholder,
.search__input::-webkit-input-placeholder {
  color: #fff;
}
@media (min-width: 1201px) {
  .search__input {
    font-size: 44px;
    line-height: 61px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .search__input {
    font-size: 26px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .search__input {
    font-size: 22px;
    line-height: 44px;
  }
}
.search__icon {
  position: absolute;
  background-color: transparent;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.search__icon::after,
.search__icon::before {
  content: '';
  position: absolute;
}
.search__icon,
.search__icon::before {
  border: 1px solid #fff;
  border-radius: 50%;
}
.search__icon::after {
  width: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .search__icon {
    height: 46px;
    width: 46px;
    right: 0;
  }
  .search__icon::after,
  .search__icon::before {
    right: 13px;
  }
  .search__icon::before {
    height: 20px;
    width: 20px;
    top: 11px;
  }
  .search__icon::after {
    height: 8px;
    top: 27px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .search__icon {
    height: 37px;
    width: 37px;
    right: 1px;
  }
  .search__icon::after,
  .search__icon::before {
    right: 10px;
  }
  .search__icon::before {
    height: 17px;
    width: 17px;
    top: 8px;
  }
  .search__icon::after {
    height: 6px;
    top: 22px;
  }
}
@media (min-width: 768px) {
  .search__icon {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .search__icon {
    top: 3px;
    right: 1px;
    height: 38px;
    width: 38px;
  }
  .search__icon::after,
  .search__icon::before {
    right: 12px;
  }
  .search__icon::before {
    height: 16px;
    width: 16px;
    top: 9px;
  }
  .search__icon::after {
    height: 7px;
    top: 21px;
  }
}
.search__description {
  font-size: 16px;
  letter-spacing: 0.1px;
  display: none;
}
@media (min-width: 768px) {
  .search__description {
    margin-bottom: 23px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .search__description {
    margin-bottom: 13px;
    line-height: 16px;
  }
}
.search__bottom {
  display: none;
}
.search__term {
  font-weight: 700;
}
@media (min-width: 1201px) {
  .search__results-rebuild {
    margin-top: 24px;
    margin-bottom: 73px;
  }
}
@media (max-width: 1200px) {
  .search__results-rebuild {
    margin-top: 11px;
    margin-bottom: 43px;
  }
}
.result {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1201px) {
  .result {
    padding: 26px 0 27px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .result {
    padding: 17px 0 27px;
  }
}
@media (min-width: 768px) {
  .result {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 970px;
  }
}
@media (max-width: 767px) {
  .result {
    padding: 11px 0 29px;
  }
  .result--has-pdf {
    position: relative;
  }
  .result--has-pdf .result__type {
    margin-bottom: 41px;
  }
}
.result__content {
  -webkit-flex: 0 0 51.7%;
  -ms-flex: 0 0 51.7%;
  flex: 0 0 51.7%;
}
.result__type {
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 4.7px;
  text-transform: uppercase;
  display: inline-block;
}
@media (min-width: 768px) {
  .result__type {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .result__type {
    margin-bottom: 11px;
  }
}
.result__title {
  line-height: 28px;
}
@media (min-width: 768px) {
  .result__title {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .result__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.result__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .result__text {
    display: none;
  }
}
@media (min-width: 768px) {
  .result__description {
    position: relative;
    margin-top: 41px;
  }
}
.result__download {
  font-size: 9px;
  line-height: 11px;
  text-decoration: none;
  letter-spacing: 0.7px;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  padding: 3px 7px;
  transition: opacity 0.3s ease;
}
.result__download:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .result__download {
    top: -29px;
    left: -1px;
  }
}
@media (max-width: 767px) {
  .result__download {
    top: 52px;
    left: 0;
  }
}
.result-control {
  position: relative;
  display: none;
}
.result-control .progress-bg {
  left: 0;
  top: 47px;
  bottom: auto;
  width: 100%;
}
.result-control .progress-bg__line {
  position: absolute;
  left: 0;
  top: -1px;
  height: 4px;
  width: 20%;
  max-width: 100%;
  border-radius: 1px;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .result-control {
    max-width: 470px;
  }
}
@media (max-width: 1200px) {
  .result-control {
    max-width: 418px;
  }
}
@media (max-width: 767px) {
  .result-control {
    text-align: center;
  }
}
.share-price {
  padding: 0 20px 2px 0;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif !important;
}
@media (min-width: 1201px) {
  .share-price {
    margin-left: 40px;
  }
}
@media (max-width: 1200px) {
  .share-price {
    margin-left: auto;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header-rebuild .share-price {
    display: none;
    position: absolute;
    top: 109px;
    left: 0;
    height: 40px;
    width: 100%;
    text-align: center;
    padding: 4px 32px 0 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #e3e3e3;
    z-index: 100;
  }
}
.share-price__number {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
.share-price__action {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  margin-left: 3px;
  letter-spacing: 0.1px;
  color: #fff;
}
.share-price__date {
  display: block;
  font-weight: 300;
}
@media (min-width: 1201px) {
  .share-price__date {
    font-size: 12px;
    line-height: 14px;
    margin-top: 3px;
  }
}
@media (max-width: 1200px) {
  .share-price__date {
    font-size: 9px;
    line-height: 11px;
  }
}
.banner,
.share-price__color {
  position: relative;
  color: #fff;
}
.share-price__color::after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-left: 2px solid;
  border-top: 2px solid;
  right: -12px;
}
.share-price__color--positive::after {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.share-price__color--negative::after {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.banner {
  background-image: none !important;
  padding-top: 0 !important;
}
@media (min-width: 1201px) {
  .banner {
    padding-bottom: 100px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .banner {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding-bottom: 140px;
    overflow: hidden;
  }
  .banner .controls {
    opacity: 0;
  }
  .banner--cards {
    padding-bottom: 0;
  }
}
.banner--regular {
  padding-bottom: 0;
}
.banner--regular .breadcrumbs {
  margin-top: 20px;
}
@media (min-width: 1201px) {
  .banner--regular .banner__background-wrap {
    /* height:440px */
  }
  .banner--regular .banner__text {
    /* top:45% */
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .banner--regular .banner__background-wrap {
    height: 360px;
  }
  .banner--regular .banner__text {
    top: 40.7%;
  }
  .banner--regular .breadcrumbs {
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .banner--regular .banner__background-wrap {
    height: 286px;
  }
  .banner--regular .banner__text {
    top: 56.5%;
  }
  .banner--regular .banner__title {
    font-size: 22px;
    line-height: 26px;
  }
  .banner--regular .breadcrumbs {
    margin-bottom: 16px;
  }
}
@media (min-width: 1201px) {
  .banner--smaller:not(.banner--has-keys) .banner__background-wrap {
    height: 350px;
  }
  .banner--smaller:not(.banner--has-keys) .banner__text {
    top: auto;
    bottom: 40px;
  }
}
@-webkit-keyframes move-after {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes move-after {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.banner__text {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .banner__text {
    max-width: 700px; /* top:30%; */
    overflow: visible;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .banner__text {
    max-width: 600px;
    top: 48%;
  }
}
@media (max-width: 767px) {
  .banner__text {
    max-width: calc(100% - 30px);
    top: 256px;
  }
}
.banner__title {
  letter-spacing: 0.4px;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif !important;
}
.banner__background-wrap {
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner__background-wrap {
    height: 656px;
  }
}
@media (max-width: 767px) {
  .banner__background-wrap {
    height: 570px;
  }
}
.banner__background {
  transition: -webkit-transform 7s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 7s ease-in-out, opacity 0.5s ease-in-out;
  position: relative;
  height: 100%;
  opacity: 0;
  width: 100%;
}
.banner__background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0.3) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}
.banner__slide:not(:first-child) {
  opacity: 0;
}
@media (max-width: 767px) {
  .banner__slide:first-of-type .box-wrap {
    padding-left: 15px;
  }
  .banner__slide:first-of-type .box {
    padding-left: 24px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .banner__slide:first-of-type .box::before {
    content: none;
  }
  .banner__slide:last-of-type .box-wrap {
    padding-right: 15px;
  }
  .banner__slide:last-of-type .box {
    padding-right: 24px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .banner__slide:last-of-type .box::after {
    content: none;
  }
}
.banner__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.box-wrap {
  -webkit-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
  opacity: 0;
}
@media (min-width: 768px) {
  .box-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .box-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: calc(100% - 120px);
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    color: #415a6c;
    border-radius: 2px;
  }
}
.desktop-boxes {
  -webkit-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
  opacity: 0;
}
@media (min-width: 1201px) {
  .desktop-boxes {
    top: calc(100% - 230px);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .desktop-boxes {
    top: calc(100% - 146px);
  }
}
@media (min-width: 768px) {
  .desktop-boxes {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    max-width: 1170px;
    margin: 0 auto;
    color: #415a6c;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 767px) {
  .desktop-boxes {
    display: none;
  }
}
.toogle-play {
  position: absolute;
  bottom: -25px;
  cursor: pointer;
  left: 0;
  background-color: transparent;
}
.toogle-play:focus {
  outline: 1px dotted #000;
}
.toogle-play::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
  outline: 0;
}
.toogle-play:hover::after {
  width: 100%;
}
.box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 33.33%;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.box::after,
.box::before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 20px);
  top: 10px;
  background-color: #e7e9ed;
}
@media (min-width: 1201px) {
  .box {
    padding: 28px 16px 43px;
  }
  .box .cta-link {
    margin-top: 21px;
  }
}
@media (max-width: 1200px) {
  .box {
    padding: 28px 10px 30px;
  }
  .box .cta-link {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .box::after {
    content: none;
  }
  .box::before {
    left: 0;
  }
  .box:first-child::before {
    content: none;
  }
}
@media (max-width: 767px) {
  .box {
    width: 100%;
    padding: 28px 39px 25px;
    background-color: #fff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.3);
  }
  .box::after,
  .box::before {
    height: calc(100% - 30px);
    top: 15px;
  }
  .box::before {
    left: 15px;
  }
  .box::after {
    right: 15px;
  }
}
@media (min-width: 768px) {
  .box--disabled,
  .box--disabled .cta-link {
    color: #415a6c;
  }
  .box--disabled .cta-link .arrow-rebuild {
    border-color: #415a6c;
  }
  .box--disabled .cta-link .arrow-rebuild path,
  .box--disabled .cta-link:hover .arrow-rebuild path {
    fill: #415a6c;
  }
  .box--disabled .cta-link:hover .arrow-rebuild {
    border-color: #415a6c;
    background-color: transparent;
  }
}
.box__type {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
}
@media (min-width: 1201px) {
  .box__type {
    margin-bottom: 14px;
  }
}
@media (max-width: 1200px) {
  .box__type {
    margin-bottom: 8px;
  }
}
.box__title {
  margin-bottom: auto;
  letter-spacing: 0.2px;
}
.box-progress {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 3px;
  border-radius: 3px;
  background-color: #ea3592;
  box-shadow: 0 20px 30px 0 #ea3592;
}
@media (min-width: 768px) {
  .box-progress {
    left: 0;
  }
}
@media (max-width: 767px) {
  .box-progress {
    left: 15px;
    max-width: calc(100% - 15px);
  }
}
.box-progress--0 {
  left: 0;
}
@media (max-width: 767px) {
  .box-progress--1 {
    max-width: calc(100% - 30px);
  }
}
.progress-bg {
  position: absolute;
  bottom: -47px;
  left: 70px;
  width: calc(100vw - 140px);
  height: 2px;
  background-color: #e7e9ed;
  border-radius: 4px;
}
.progress-bg .box-progress {
  bottom: -1px;
  left: 0;
  height: 4px;
  box-shadow: none;
  transition: left 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .controls {
    display: none;
  }
}
@media (max-width: 767px) {
  .controls {
    position: absolute;
    top: calc(100% + 61px);
    left: 0;
    width: 100%;
    z-index: 1;
    transition: opacity 0.3s ease-in-out 2s;
  }
}
.banner--has-keys .banner__background-wrap {
  height: 656px;
  width: 100%;
}
.banner--has-keys .banner__text {
  /* top:30% */
}
.banner--has-keys .slick-slider {
  margin-bottom: 0;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .banner--has-keys .banner__text {
    top: 36%;
  }
}
@media (max-width: 767px) {
  .banner--has-keys .banner__keys-wrap {
    margin-bottom: 40px;
  }
  .banner--has-keys .banner__background-wrap {
    height: 570px;
    position: relative;
  }
  .banner--has-keys .banner__text {
    top: 45%;
  }
}
.banner__keys-wrap {
  position: absolute;
  bottom: 100px;
  z-index: 1;
  max-width: 1160px;
}
@media (min-width: 768px) {
  .banner__keys-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .banner__keys-wrap {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .banner__keys-wrap {
    bottom: 20px;
    left: 15px;
    right: 15px;
    margin: 0 -16px;
  }
}
.banner__key {
  position: relative;
}
.banner__key .cta-link {
  position: absolute;
  bottom: 15px;
  left: 20px;
}
@media (min-width: 768px) {
  .banner__key {
    border-left: 2px solid #fff;
    padding: 15px 20px 65px;
    width: 25%;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .banner__key .cta-link {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .banner__key {
    color: #415a6c;
    padding: 20px 50px 60px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    min-height: 135px;
  }
  .banner__key .cta-link {
    left: 50px;
    bottom: 25px;
  }
  .banner__key .cta-link .arrow-rebuild-white {
    border-color: #ea3592;
  }
  .banner__key .cta-link .arrow-rebuild-white .arrow-rbld {
    fill: #ea3592;
  }
  .banner__key::after,
  .banner__key::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background-color: #e6e8ed;
  }
  .banner__key::after {
    left: 16px;
  }
  .banner__key::before {
    right: 16px;
  }
  .banner__key.slick-active .banner__keys-progress-line {
    width: calc(100% - 32px);
  }
  .banner__key:first-of-type {
    margin-left: 16px;
    padding: 20px 50px 60px 34px;
  }
  .banner__key:first-of-type .cta-link {
    left: 34px;
  }
  .banner__key:first-of-type::after {
    content: none;
  }
  .banner__key:first-of-type .banner__keys-progress-line {
    left: 0;
  }
  .banner__key:first-of-type.slick-active .banner__keys-progress-line {
    width: calc(100% - 16px);
  }
  .banner__key:last-of-type {
    margin-right: 16px;
    padding: 20px 34px 60px 50px;
  }
  .banner__key:last-of-type::before {
    content: none;
  }
  .banner__key:last-of-type.slick-active .banner__keys-progress-line {
    width: calc(100% - 16px);
  }
}
.banner__keys-progress-line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 16px;
  height: 3px;
  background-color: #ea3592;
  width: 0;
  border-radius: 3px;
  transition: 4.2s ease-in-out 0.4s;
}
.banner__keys-progress-line.banner__keys-progress--first {
  width: 0 !important;
}
@media (min-width: 768px) {
  .banner__keys-progress-line {
    display: none;
  }
}
.banner__key-title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .banner__key-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .banner__key-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.banner__keys-controls {
  position: relative;
  height: 65px;
  z-index: 20;
}
.banner__keys-controls .slick-arrow {
  bottom: 0;
}
@media (min-width: 768px) {
  .banner__keys-controls {
    display: none;
  }
}
.keys-progress-bg {
  height: 2px;
  position: absolute;
  top: 45px;
  left: 60px;
  right: 60px;
  background-color: #e6e8ed;
  border-radius: 4px;
}
.keys-box-progress {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  background-color: #ea3592;
  height: 4px;
  border-radius: 3px;
  transition: left 0.3s ease-in-out;
}
.cards-wrap {
  color: #415a6c;
  position: absolute;
  left: 0;
  right: 0;
  width: calc(100% - 30px);
  max-width: 1170px;
  margin: 0 auto;
  border-radius: 2px;
  -webkit-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
  opacity: 0;
  z-index: 1;
}
.cards-wrap .card {
  min-height: auto;
  padding-bottom: 56px;
}
.cards-wrap .card .cta-link {
  position: absolute;
  left: 16px;
  bottom: 30px;
  max-width: calc(100% - 32px);
  z-index: 8;
}
.cards-wrap .card.card--image .card__img {
  padding-top: 64.8%;
}
.cards-wrap .card.card--image .card__title {
  margin-bottom: auto;
}
@media (max-width: 1200px) {
  .cards-wrap .card__title {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1201px) {
  .cards-wrap {
    top: calc(100% - 200px);
  }
}
@media (min-width: 768px) {
  .cards-wrap .card__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .cards-wrap {
    top: calc(100% - 69px);
  }
}
@media (max-width: 767px) {
  .cards-wrap {
    position: relative;
    top: -87px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: -50px;
  }
  .cards-wrap .card {
    padding-bottom: 70px;
  }
  .cards-wrap .card.card--image .card__img {
    padding-top: 50.8%;
  }
  .cards-wrap .card__title {
    margin-bottom: 38px;
  }
}
.card {
  position: relative;
  background-color: #fff;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  min-height: 464px;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1201px) {
  .card {
    overflow: visible;
  }
  .card.card--has-breadcrumbs .card-link:hover + .card__content .card__title {
    text-decoration: underline;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .card {
    min-height: 390px;
  }
}
@media (max-width: 767px) {
  .card {
    min-height: 398px;
  }
}
.card--image {
  padding-bottom: 57px;
}
.card--image:not(.card--dated) {
  min-height: auto;
}
.card--image .card__img,
.card--image.card--dated .card__img {
  padding-top: 46%;
}
.card--image .cta-link {
  position: absolute;
  bottom: 30px;
}
.card--image.card--dated {
  padding-bottom: 0;
}
.card--image .card__time-length {
  background-color: #fff;
  color: #5a186b;
}
@media (min-width: 1201px) {
  .card--image .card__content {
    padding-top: 16px;
  }
  .card--image .card__title {
    font-size: 24px;
    line-height: 29px;
  }
  .card--image.card--dated .card__content {
    padding-top: 20px;
  }
  .card--image.card--dated .card__title {
    font-size: 20px;
    line-height: 24px;
  }
  .card--image .card__img img {
    transition: 0.3s ease-in-out;
  }
  .card--image:hover .card__img img {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.11);
    transform: translate3d(-50%, -50%, 0) scale(0.11);
  }
}
@media (min-width: 768px) {
  .card--image .card__img {
    padding-top: 64.8%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .card--image {
    min-height: 292px;
  }
  .card--image.card--dated {
    min-height: 390px;
  }
  .card--image.card--dated .card__img {
    padding-top: 0;
    height: 114px;
  }
}
@media (max-width: 767px) {
  .card--image {
    padding-bottom: 68px;
  }
  .card--image .card__title {
    font-size: 16px;
    line-height: 18px;
  }
  .card--image .cta-link {
    bottom: 40px;
  }
  .card--image.card--dated .card__img {
    padding-top: 30%;
    height: auto;
    min-height: 131px;
  }
  .card--image.card--dated .card__title {
    font-size: 14px;
    line-height: 16px;
  }
  .card--image .card__img {
    padding-top: 50.8%;
  }
}
.card--text .card__content {
  margin: auto 0;
  padding-top: 71px;
}
.card--calendar .result-row::before {
  content: none;
}
@media (min-width: 1201px) {
  .card--calendar .result-row {
    padding-left: 24px;
    padding-bottom: 14px;
  }
  .card--calendar .result-row:last-of-type {
    margin-bottom: 13px;
  }
}
@media (max-width: 1200px) {
  .card--calendar .result-row {
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .card--calendar .result-row:last-of-type {
    margin-bottom: 15px;
  }
}
.card--pdf-img .card__img {
  padding-top: 60.4%;
  box-shadow: 0 25px 30px -20px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1201px) {
  .card--pdf-img .card__img {
    margin-top: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .card--pdf-img .card__img {
    margin-top: 24px;
    margin-bottom: 25px;
  }
}
.card--no-pad {
  box-shadow: none;
}
.card--no-pad .card__content {
  padding: 0;
}
.card__content {
  width: 100%;
}
@media (min-width: 1201px) {
  .card__content {
    padding: 25px 16px 19px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .card__content {
    padding: 12px 11px 10px;
  }
}
@media (max-width: 767px) {
  .card__content {
    padding: 12px 16px;
  }
}
.card__type {
  font-weight: 300;
  display: inline-block;
}
@media (min-width: 1201px) {
  .card__type {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
  }
}
@media (max-width: 1200px) {
  .card__type {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
  }
}
.card__type--bordered {
  display: block;
  border-bottom: 1px solid #e7e9ed;
}
@media (min-width: 1201px) {
  .card__type--bordered {
    margin-bottom: 19px;
    padding-bottom: 9px;
  }
}
@media (max-width: 1200px) {
  .card__type--bordered {
    margin-bottom: 12px;
    padding-bottom: 6px;
  }
}
.card__iframe {
  width: 100%;
  height: 200px;
}
.card__img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .card__img {
    padding-top: 69%;
    max-height: 280px;
  }
}
@media (max-width: 767px) {
  .card__img {
    padding-top: 50.8%;
  }
}
.card__title {
  overflow: hidden;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .card__title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1201px) {
  .card__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.card__date {
  display: inline-block;
  font-weight: 300;
}
@media (min-width: 1201px) {
  .card__date {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 1200px) {
  .card__date {
    font-size: 12px;
    line-height: 14px;
  }
}
.card__results {
  margin-bottom: 10px;
}
.card__breadcrumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid #e7e9ed;
  min-height: 66px;
  padding: 10px 40% 5px 0;
  z-index: 3;
  margin: auto auto 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.card__breadcrumbs .temp-no-link {
  cursor: default !important;
  pointer-events: none;
}
.card__breadcrumbs .temp-no-link:hover {
  cursor: default !important;
}
.card__breadcrumbs .temp-no-link:hover::before {
  content: none !important;
}
@media (min-width: 1201px) {
  .card__breadcrumbs {
    width: calc(100% - 32px);
  }
}
@media (max-width: 1200px) {
  .card__breadcrumbs {
    min-height: 39px;
    padding: 10px 0 0;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .card__breadcrumbs {
    width: calc(100% - 22px);
  }
}
@media (max-width: 767px) {
  .card__breadcrumbs {
    width: calc(100% - 32px);
  }
}
.card__breadcrumbs-link {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 12px;
  color: #415a6c;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: #e7e9ee;
  padding: 0 5px;
  transition: background-color 0.25s ease-in, color 0.25s ease-in;
  border: 1px solid transparent;
  height: 18px;
  line-height: 17px;
  margin-bottom: 5px;
}
@media (min-width: 1201px) {
  .card__breadcrumbs-link {
    margin-right: 6px;
  }
  .card__breadcrumbs-link:hover {
    color: #fff;
    background-color: #5a186b;
  }
}
@media (max-width: 1200px) {
  .card__breadcrumbs-link {
    margin-right: 5px;
    margin-bottom: 6px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .card__breadcrumbs-link:last-child {
    margin-bottom: 10px;
  }
}
.card-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1201px) {
  .card__link-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .card__link-wrap {
    margin-bottom: 14px;
  }
}
.card__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1201px) {
  .card__header {
    margin-bottom: 14px;
  }
}
@media (max-width: 1200px) {
  .card__header {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .card__header {
    margin-bottom: 10px;
  }
}
.card__time-length {
  background: #5a186b;
  border-radius: 12px;
  color: #fff;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding: 6px 10px;
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .card__time-length {
    top: 9px;
    right: 11px;
  }
}
@media (max-width: 767px) {
  .card__time-length {
    top: 15px;
    right: 16px;
  }
}
.card__view-counts {
  color: #415a6c;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-left: auto;
}
.card__view-counts .card__view-counts-icon {
  position: relative;
  margin-right: 5px;
  top: 1px;
}
@media (max-width: 1200px) {
  .card__view-counts {
    font-size: 12px;
    line-height: 14px;
  }
  .card__view-counts .card__view-counts-icon {
    position: relative;
    margin-right: 1px;
    top: 2px;
  }
  .card__view-counts .card__view-counts-icon svg {
    width: 15px;
  }
}
.card__clickable,
.carousel-items__img button,
.result-row::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.result-row {
  position: relative;
}
.result-row::before {
  content: '';
  width: 68px;
  height: 1px;
  background-color: #b6bdc9;
}
@media (min-width: 1201px) {
  .result-row {
    font-size: 14px;
    line-height: 18px;
    padding: 9px 0 19px;
  }
}
@media (max-width: 1200px) {
  .result-row {
    font-size: 9px;
    line-height: 11px;
    padding: 3px 0 12px;
  }
  .result-row::before {
    width: 40px;
  }
}
.result-row__date {
  display: block;
  font-weight: 700;
}
@media (max-width: 767px) {
  .result-row__date {
    font-size: 11px;
    line-height: 13px;
  }
}
.result-row__text {
  display: inline-block;
  color: #415a6c;
  text-decoration: none;
}
@media (min-width: 1201px) {
  .result-row__text {
    font-size: 16px;
    line-height: 18px;
    position: relative;
  }
  .banner--cards .result-row__text::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #b6bdc9;
    transition: width 0.3s ease-in-out;
  }
  .banner--cards .result-row__text:hover::after {
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .result-row__text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .result-row__text {
    font-size: 14px;
    line-height: 17px;
  }
}
.result-row__file {
  color: #415a6c;
  display: block;
}
.result-row__icon {
  position: absolute;
  opacity: 0.7;
}
@media (min-width: 1201px) {
  .result-row__icon {
    left: 0;
    top: 11px;
  }
  .result-row__icon svg {
    height: 16px;
    width: 16px;
  }
}
@media (max-width: 1200px) {
  .result-row__icon {
    left: -1px;
    top: 5px;
  }
  .result-row__icon svg {
    height: 10px;
    width: 10px;
  }
}
.carousel-panel {
  padding: 30px 0;
  overflow: hidden;
}
.carousel-panel .wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.carousel-panel .slick-track {
  transition: 0.4s cubic-bezier(0.6, -0.1, 0.9, 1);
}
.carousel-panel--brand .slick-slide {
  padding-top: 5px;
}
@media (max-width: 1200px) {
  .carousel-panel {
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  .carousel-panel .wrapper {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .carousel-panel .wrapper {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .carousel-panel .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.carousel-details[data-brand] {
  display: none;
}
@media (min-width: 1201px) {
  .carousel-details {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding-right: 50px;
  }
  .carousel-details .btn {
    margin: 0 15px 15px 0;
  }
}
@media (max-width: 1200px) {
  .carousel-details {
    -webkit-flex: 0 0 42%;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
  }
  .carousel-details .btn {
    margin: 0 10px 10px 0;
  }
}
.carousel-details__name {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 3.1px;
  text-transform: uppercase;
}
@media (min-width: 1201px) {
  .carousel-details__name {
    margin-bottom: 11px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .carousel-details__name {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .carousel-details__name {
    margin-bottom: 9px;
  }
}
.carousel-details__title {
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .carousel-details__title {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .carousel-details__title {
    margin-bottom: 10px;
  }
}
.carousel-details__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .carousel-details__text {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .carousel-details__text {
    margin-bottom: 22px;
  }
}
@media (max-width: 1200px) {
  .carousel-items {
    position: relative;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .carousel-items {
    max-width: calc(58% + 15px);
  }
}
@media (max-width: 767px) {
  .carousel-items {
    margin-top: 45px;
  }
}
@media (min-width: 1201px) {
  .carousel-items__carousel {
    margin-top: 63px;
  }
}
@media (max-width: 1200px) {
  .carousel-items__carousel {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .carousel-items__carousel {
    margin-top: 61px;
    margin-left: 25px;
  }
}
.carousel-items__carousel--animate {
  -webkit-animation: fade 1s ease;
  animation: fade 1s ease;
}
.carousel-items__img {
  position: relative;
  transition: -webkit-filter 0.3s ease-in-out, opacity 0.3s ease-in-out,
    filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.carousel-items__img button {
  background-color: transparent;
  border: 1px solid #b6bdc9;
  transition: border 0.3s ease-in-out;
}
.carousel-items__img:hover button {
  cursor: pointer;
  border-color: #000;
}
@media (min-width: 1201px) {
  .carousel-items__img {
    height: 170px;
    width: 170px;
    margin-bottom: 22px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .carousel-items__img {
    height: 132px;
    width: 134px;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .carousel-items__img {
    height: 75px;
    width: 76px;
    margin-bottom: 8px;
  }
}
@media (max-width: 320px) {
  .carousel-items__img {
    height: 63px;
    width: 64px;
  }
}
.carousel-items__img--gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
}
.carousel-items__item--active button {
  border-color: #000;
}
.carousel-items__filter {
  position: absolute;
  top: 0;
}
@media (min-width: 1201px) {
  .carousel-items__filter {
    right: 5px;
    width: 66%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .carousel-items__filter {
    right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .carousel-items__filter {
    left: -15px;
    overflow: auto;
    width: calc(100% + 30px);
  }
}
.carousel-items__filter-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 10px 43px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .carousel-items__filter-wrap {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .carousel-items__filter-wrap {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 810px) {
  .carousel-items__filter-wrap--scroll {
    padding-left: 10px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: auto;
  }
}
.carousel-controls {
  position: absolute;
}
@media (min-width: 1201px) {
  .carousel-controls {
    bottom: 53px;
    width: 66%;
    right: 15px;
  }
  .carousel-controls .progress-bg {
    width: calc(66% + 140px);
    left: 127px;
  }
  .carousel-controls .next-arrow {
    right: auto;
    left: 69px;
  }
  .carousel-controls .prev-arrow {
    left: 21px;
  }
}
@media (max-width: 1200px) {
  .carousel-controls {
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .carousel-controls {
    bottom: 60px;
    right: 25px;
  }
  .carousel-controls .progress-bg {
    width: calc(100% - 106px);
    left: 117px;
  }
  .carousel-controls .next-arrow,
  .carousel-controls .prev-arrow {
    height: 30px;
    width: 30px;
    bottom: -64px;
  }
  .carousel-controls .next-arrow::after,
  .carousel-controls .prev-arrow::after {
    height: 9px;
    width: 9px;
  }
  .carousel-controls .next-arrow {
    right: auto;
    left: 73px;
  }
  .carousel-controls .next-arrow::after {
    bottom: 9px;
    right: 12px;
  }
  .carousel-controls .prev-arrow {
    left: 35px;
  }
  .carousel-controls .prev-arrow::after {
    bottom: 10px;
    left: 12px;
  }
}
@media (min-width: 768px) {
  .carousel-controls .progress-bg {
    bottom: -48px;
  }
}
@media (max-width: 767px) {
  .carousel-controls {
    bottom: 49px;
  }
  .carousel-controls .progress-bg {
    bottom: -47px;
    left: 57px;
    width: calc(100% - 114px);
  }
  .carousel-controls .prev-arrow {
    left: 1px;
  }
  .carousel-controls .next-arrow {
    right: 2px;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.carousel-panel--news .card {
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
}
@media (min-width: 1201px) {
  .carousel-panel--news .card {
    width: 370px;
  }
  .carousel-panel--news .carousel-items__carousel {
    margin-top: 71px;
  }
  .carousel-panel--news .carousel-items__carousel .slick-track {
    padding-top: 5px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .carousel-panel--news .card {
    width: 225px;
  }
  .carousel-panel--news .carousel-details {
    -webkit-flex-basis: 42%;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
  }
  .carousel-panel--news .carousel-items {
    max-width: calc(50vw - 50% + 58%);
  }
  .carousel-panel--news .carousel-items__carousel {
    margin-top: 50px;
  }
  .carousel-panel--news .carousel-controls {
    right: 10px;
    bottom: 66px;
  }
}
@media (max-width: 767px) {
  .carousel-panel--news .card {
    margin: 0 15px;
  }
  .carousel-panel--news .wrapper {
    padding-bottom: 36px;
  }
  .carousel-panel--news .carousel-items__carousel {
    margin-left: 0;
    left: -15px;
    width: calc(100% + 30px);
  }
  .carousel-panel--news .carousel-controls {
    bottom: 68px;
  }
}
.carousel-panel--more-from .carousel-details__title {
  letter-spacing: -0.1px;
  margin-bottom: 7px;
}
.carousel-panel--more-from .card:not(.card--dated) {
  min-height: auto;
}
.carousel-panel--more-from .card:not(.card--dated) .card__type {
  margin-bottom: 2px;
}
@media (min-width: 1201px) {
  .carousel-panel--more-from .carousel-details__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 1200px) {
  .carousel-panel--more-from .carousel-details__title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .carousel-panel--more-from .carousel-items {
    margin-top: 0;
  }
  .carousel-panel--more-from .carousel-items__carousel {
    margin-top: 23px;
  }
}
.newsroom-article {
  padding-top: 67px;
}
.newsroom-article .rte h2 {
  margin-bottom: 32px;
}
.newsroom-article .rte table th {
  background: #415a6c;
  color: #fff;
  font-weight: 400;
}
.newsroom-article .rte table tr {
  font-weight: 300;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .newsroom-article .rte p {
    line-height: 24px;
    padding-right: 0;
  }
  .newsroom-article .rte table td,
  .newsroom-article .rte table th {
    font-size: 12px;
  }
  .newsroom-article .rte table th {
    padding: 9px 10px;
  }
  .newsroom-article .rte table td {
    padding: 7px 10px;
  }
}
@media (min-width: 1201px) {
  .newsroom-article .quotes {
    max-width: 620px;
  }
}
.newsroom-article .downloads .wrapper {
  padding: 0;
}
.newsroom-article .downloads h6 {
  font-size: 20px;
  line-height: 24px;
}
.newsroom-article .downloads .cta-link {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .newsroom-article .downloads h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .newsroom-article .downloads h6 {
    font-size: 12px;
    line-height: 16px;
  }
  .newsroom-article .downloads .downloads__item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .newsroom-article .downloads__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .newsroom-article {
    padding-top: 41px;
  }
}
.newsroom-article__header {
  border-bottom: 1px solid #cdd2da;
  padding-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsroom-article__header .newsroom-article__date {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 23px;
}
.newsroom-article__header .card__time-length,
.newsroom-article__header .card__view-counts {
  position: static;
}
.newsroom-article__header .card__time-length {
  border-radius: 14px;
  font-size: 14px;
  letter-spacing: 0.24px;
  line-height: 18px;
  display: inline-block;
  margin-right: 32px;
  padding: 5px 14px;
  margin-left: auto;
}
.newsroom-article__header .card__time-length + .card__view-counts {
  margin-left: 0;
}
.newsroom-article__header .card__view-counts {
  font-size: 17px;
  line-height: 20px;
  margin-left: auto;
}
.newsroom-article__header .card__view-counts .card__view-counts-icon {
  margin-right: 7px;
  margin-top: 3px;
  display: inline-block;
}
.newsroom-article__header .card__view-counts .card__view-counts-icon svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  width: auto;
}
@media (max-width: 1200px) {
  .newsroom-article__header .card__view-counts .card__view-counts-icon {
    margin-right: 7px;
    margin-top: 3px;
    display: inline-block;
    top: 1px;
  }
}
@media (max-width: 767px) {
  .newsroom-article__header {
    padding-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .newsroom-article__header .newsroom-article__date {
    display: none;
  }
  .newsroom-article__header .card__time-length {
    font-size: 14.4px;
    letter-spacing: 0.24px;
    line-height: 18px;
    margin-right: 0;
    margin-left: 0;
  }
  .newsroom-article__header .card__view-counts {
    font-size: 16.8px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .newsroom-article__header .card__view-counts .card__view-counts-icon {
    margin-top: 2px;
    display: inline-block;
  }
}
.newsroom-article__title {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 54px;
}
.newsroom-article__image-combo .col-lg-3,
.newsroom-article__text-combo .col-lg-3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.newsroom-article__image-combo {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .newsroom-article__image-combo .image-wrap {
    padding-bottom: 20px;
  }
}
.twitter-embed .twitter-tweet {
  max-width: 500px !important;
}
.twitter-embed blockquote {
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  background-color: #fff;
  color: #1c2022;
  font-family: Helvetica;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  padding: 20px;
}
.twitter-embed blockquote a {
  color: #2b7bb9;
}
.twitter-embed--centered .twitter-embed__col {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.twitter-embed__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .twitter-embed__wrap {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.twitter-embed__col {
  width: 49%;
}
.twitter-embed__col .signpost__box {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .twitter-embed__col {
    width: 100%;
  }
}
.linkedin-embed iframe {
  border: none !important;
  max-width: 590px !important;
}
.linkedin-embed--centered .col-lg-8 {
  float: none;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .linkedin-embed iframe {
    max-width: 49% !important;
  }
}
@media (max-width: 767px) {
  .linkedin-embed iframe {
    max-width: 100% !important;
    min-width: 1px !important;
  }
}
.newsroom-article__cta-block .insights .wrapper {
  padding: 0;
  max-width: 100%;
}
.newsroom-article__cta-block .insights .insights__wrap {
  max-width: 100%;
}
@media (min-width: 768px) {
  .newsroom-article__cta-block .insights .insights__wrap {
    min-height: 200px;
    overflow: hidden;
  }
}
.newsroom-article__cta-block .downloadlink-icon,
.signpost__box .cta-link .downloadlink-icon {
  border-radius: 50%;
  display: inline-block;
  vertical-align: sub;
  margin-left: 10px;
  height: 22px;
  transition: 0.3s ease;
}
.newsroom-article__cta-block .cta-link:hover .downloadlink-icon {
  background-color: #fff;
}
.newsroom-article__cta-block .cta-link:hover .downloadlink-icon svg path {
  stroke: #415a6c;
}
.investor-cards .result-row__icon svg path,
.newsroom-article__cta-block .cta-link:hover .downloadlink-icon svg rect,
.newsroom-contact__text--icon svg g {
  fill: #415a6c;
}
.newsroom-article__image-signpost-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsroom-article__image-signpost-wrap .image-wrap,
.newsroom-article__image-signpost-wrap .signpost__box {
  width: 48.85%;
}
.newsroom-article__image-signpost-wrap img {
  box-shadow: 0 30px 50px -20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .newsroom-article__image-signpost-wrap .image-wrap,
  .newsroom-article__image-signpost-wrap .signpost__box {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .newsroom-article__image-signpost-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsroom-article__image-signpost-wrap .image-wrap,
  .newsroom-article__image-signpost-wrap .signpost__box {
    width: 100%;
  }
}
.newsroom-article__image-signpost {
  padding-top: 40px;
  padding-bottom: 40px;
}
.newsroom-article__image-signpost--revert
  .newsroom-article__image-signpost-wrap {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .newsroom-article__image-signpost--revert
    .newsroom-article__image-signpost-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.signpost__box {
  padding-bottom: 8px;
}
.signpost__box .cta-link {
  margin-left: 2px;
}
.signpost__box .cta-link:hover .downloadlink-icon {
  background-color: #ea3592;
}
.signpost__box .cta-link:hover .downloadlink-icon svg path {
  stroke: #fff;
}
.combo-news .card.card--featured svg g,
.signpost__box .cta-link:hover .downloadlink-icon svg rect {
  fill: #fff;
}
@media (max-width: 991px) {
  .signpost__box {
    font-size: 18px;
    line-height: 23px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .signpost__box {
    padding-left: 0;
    padding-top: 20px;
  }
  .signpost__box .cta-link {
    font-size: 16px;
    line-height: 19px;
  }
}
.signpost__box-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .signpost__box-title {
    font-size: 12px;
    line-height: 16px;
  }
}
.signpost__box-text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .signpost__box-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .signpost__box-text {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
  }
}
.newsroom-article__footer-wrap {
  border-top: 1px solid #cdd2da;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0 30px;
}
@media (max-width: 767px) {
  .newsroom-article__footer-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.newsroom-article__social-links,
.newsroom-article__social-links a {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsroom-article__social-links h2 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-right: 24px;
}
.newsroom-article__social-links,
.newsroom-article__social-links a,
.newsroom-article__social-links ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsroom-article__social-links a {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
  position: relative;
  width: 44px;
}
@media (min-width: 1024px) {
  .newsroom-article__social-links a:hover svg path,
  .newsroom-article__social-links a:hover svg rect {
    fill: #5a186b;
  }
  .newsroom-article__social-links a:hover svg:first-child circle {
    fill: #5a186b;
  }
  .newsroom-article__social-links a:hover .animate {
    stroke-dasharray: 140 130;
  }
}
.newsroom-article__social-links .circle-icon {
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .newsroom-article__social-links {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsroom-article__social-links h2 {
    font-size: 16px;
    line-height: 19px;
    margin-right: 0;
  }
  .newsroom-article__social-links ul {
    padding: 5px 0;
  }
}
.clipboard-btn__text {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.clipboard-btn__hidden-text {
  display: none;
  position: absolute;
  top: 6px;
  left: 0;
  text-align: center;
  width: 100%;
}
.clipboard-btn {
  border: 1px solid #415a6c;
  border-radius: 4px;
  background-color: #fff;
  color: #415a6c;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  padding: 6px 17px;
  position: relative;
  transition: 0.2s ease;
}
.clipboard-btn.clicked .clipboard-btn__hidden-text {
  display: block;
}
.clipboard-btn.clicked .clipboard-btn__text {
  opacity: 0;
}
.clipboard-btn:hover {
  color: #fff;
  background-color: #415a6c;
}
.carousel-panel--related-articles {
  position: relative;
  background-color: #e7e9ee;
  padding-top: 77px;
  padding-bottom: 18px;
}
.carousel-panel--related-articles .features__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.carousel-panel--related-articles .features__title {
  font-weight: 700;
}
.carousel-panel--related-articles .btn--filter {
  border-color: #e7e9ee;
}
@media (min-width: 1200px) {
  .carousel-panel--related-articles .btn--filter:hover {
    border-color: #5a186b;
  }
}
.carousel-panel--related-articles .card {
  border-radius: 4px;
}
.accordion__item h3,
.carousel-panel--related-articles .card__header {
  margin-bottom: 0;
}
.carousel-panel--related-articles .card--text {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.carousel-panel--related-articles .card--text .card__content {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-top: 18px;
}
.carousel-panel--related-articles .card__time-length {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.carousel-panel--related-articles .card__date {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 14px;
}
.carousel-panel--related-articles .card__title {
  margin-bottom: 6px;
}
.carousel-panel--related-articles .card__text {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}
.carousel-panel--related-articles .cta-link {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 9px;
}
.carousel-panel--related-articles .latest-news__wrap {
  margin-bottom: 38px;
}
.carousel-panel--related-articles .latest-news {
  padding-top: 37px;
}
.carousel-panel--related-articles .progress-bg {
  background-color: #b6bdc9;
}
.carousel-panel--related-articles .card__view-counts .card__view-counts-icon,
.newsroom-search-box__form-wrap form {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .carousel-panel--related-articles {
    padding-top: 59px;
    padding-bottom: 34px;
  }
  .carousel-panel--related-articles .card__time-length {
    right: 11px;
    position: absolute;
    top: 8px;
  }
  .carousel-panel--related-articles .cta-link {
    margin-top: 7px;
  }
  .carousel-panel--related-articles .features__title {
    font-size: 32px;
    line-height: 38px;
  }
  .carousel-panel--related-articles .features__header {
    margin-bottom: 26px;
  }
  .carousel-panel--related-articles .latest-news {
    padding-top: 5px;
  }
  .carousel-panel--related-articles .card--image.card--dated .card__img {
    min-height: 113px;
  }
  .carousel-panel--related-articles .card--image .card__content {
    padding-top: 11px;
  }
  .carousel-panel--related-articles .card--image .card__time-length {
    color: #5a186b;
    background-color: #fff;
  }
  .carousel-panel--related-articles .card--text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .carousel-panel--related-articles .card--text .card__content {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: 33px;
  }
  .carousel-panel--related-articles .card__text {
    font-size: 14px;
    line-height: 18px;
  }
  .carousel-panel--related-articles .card__date {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
  }
  .carousel-panel--related-articles .card__view-counts {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    bottom: 13px;
    right: 11px;
  }
  .carousel-panel--related-articles .card__view-counts .card__view-counts-icon {
    top: 2px;
  }
  .carousel-panel--related-articles
    .card__view-counts
    .card__view-counts-icon
    svg {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@media (max-width: 767px) {
  .carousel-panel--related-articles {
    padding-top: 39px;
    overflow: hidden;
  }
  .carousel-panel--related-articles .features__header {
    display: block;
  }
  .carousel-panel--related-articles .features__header .cta-link {
    margin-top: 18px;
  }
  .carousel-panel--related-articles .features__title {
    font-size: 22px;
    line-height: 20px;
  }
  .carousel-panel--related-articles .filter .filter__predictive {
    margin-top: 37px;
  }
  .carousel-panel--related-articles .filter .predictive {
    min-width: 100%;
  }
  .carousel-panel--related-articles .latest-news {
    padding-top: 5px;
  }
  .carousel-panel--related-articles .card--text .card__content {
    padding-top: 53px;
  }
  .carousel-panel--related-articles .card--image.card--dated .card__img {
    min-height: 131px;
  }
  .carousel-panel--related-articles .card--image .card__content {
    padding-top: 19px;
  }
  .carousel-panel--related-articles .card--image .card__time-length {
    color: #5a186b;
    background-color: #fff;
  }
  .carousel-panel--related-articles .card__date {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
  }
  .carousel-panel--related-articles .card__text {
    font-size: 12px;
    line-height: 18px;
  }
  .carousel-panel--related-articles .card__content {
    padding: 45px 16px 23px;
  }
  .carousel-panel--related-articles .card__view-counts {
    right: 16px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    bottom: 13px;
  }
  .carousel-panel--related-articles .card__view-counts .card__view-counts-icon {
    top: 2px;
    margin-right: 1px;
  }
  .carousel-panel--related-articles
    .card__view-counts
    .card__view-counts-icon
    svg {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
}
.carousel-panel--related-articles .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.carousel-panel--related-articles h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 42px;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .carousel-panel--related-articles h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
  }
}
.carousel-panel--related-articles .carousel-items__carousel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 60px;
}
@media (max-width: 767px) {
  .carousel-panel--related-articles .carousel-items__carousel {
    left: 0;
    margin: 0 0 60px;
  }
}
.carousel-panel--related-articles .carousel-items {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .carousel-panel--related-articles .carousel-controls {
    display: none;
  }
}
.carousel-panel--related-articles .next-arrow,
.carousel-panel--related-articles .prev-arrow {
  height: 40px;
  width: 40px;
}
.carousel-panel--related-articles .next-arrow::after,
.carousel-panel--related-articles .prev-arrow::after {
  bottom: 13px;
}
.carousel-panel--related-articles .prev-arrow::after {
  left: 16px;
}
.carousel-panel--related-articles .next-arrow {
  right: auto;
  left: 50px;
}
.carousel-panel--related-articles .next-arrow::after {
  right: 16px;
}
.carousel-panel--related-articles .carousel-controls .progress-bg {
  left: 102px;
}
.carousel-panel--related-articles .slick-list {
  overflow: visible;
}
.carousel-panel--related-articles .card--dated .card__text,
.carousel-panel--related-articles .card--image .card__text {
  display: block;
}
@media (min-width: 768px) {
  .carousel-panel--related-articles .card {
    width: calc(33.33% - 30px);
    margin: 15px;
  }
}
@media (max-width: 767px) {
  .carousel-panel--related-articles .card {
    max-width: 260px;
    width: 260px;
  }
}
@media (min-width: 1201px) {
  .brand-portfolio {
    padding: 86px 0 30px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .brand-portfolio {
    padding: 60px 0 20px;
  }
}
@media (max-width: 767px) {
  .brand-portfolio {
    padding: 40px 0 15px;
  }
}
@media (min-width: 1201px) {
  .brand-portfolio__img-wrap {
    max-width: 280px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .brand-portfolio__img-wrap {
    max-width: 230px;
    margin: 0 auto 34px;
  }
}
@media (max-width: 767px) {
  .brand-portfolio__img-wrap {
    max-width: 110px;
    margin: 0 auto 18px;
  }
}
.brand-portfolio__intro {
  text-align: center;
  max-width: 770px;
  margin: 0 auto 30px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .brand-portfolio__intro {
    max-width: 600px;
    margin: 0 auto 23px;
  }
}
@media (max-width: 767px) {
  .brand-portfolio__intro {
    margin: 0 auto 25px;
  }
}
.brand-portfolio__title {
  font-size: 46px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .brand-portfolio__title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .brand-portfolio__title {
    font-size: 24px;
    line-height: 29px;
  }
}
.brand-portfolio__text {
  font-size: 22px;
  line-height: 30px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .brand-portfolio__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .brand-portfolio__text {
    font-size: 17px;
    line-height: 23px;
  }
}
.brand-portfolio__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px -15px 20px;
}
@media (max-width: 1200px) {
  .brand-portfolio__list {
    margin-top: 30px;
  }
}
.brand-portfolio__item {
  text-align: center;
  margin: 15px;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .brand-portfolio__item {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .brand-portfolio__item {
    width: calc(50% - 30px);
  }
}
.brand-portfolio__icon {
  height: 90px;
  width: 80px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .brand-portfolio__icon {
    height: 70px;
    width: 62px;
  }
}
@media (max-width: 767px) {
  .brand-portfolio__icon {
    height: 43px;
    width: 38px;
  }
}
.brand-portfolio__item-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .brand-portfolio__item-title {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  .brand-portfolio__item-title {
    font-size: 20px;
    line-height: 18px;
  }
}
.brand-portfolio__item-desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .brand-portfolio__item-desc {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .brand-portfolio__item-desc {
    font-size: 14px;
    line-height: 16px;
  }
}
.brand-portfolio__btn::after,
.brand-portfolio__item-text {
  font-size: 12px;
  line-height: 14px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
}
.brand-portfolio__btn-wrap {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .brand-portfolio__btn-wrap .btn {
    margin-right: 20px;
  }
  .brand-portfolio__btn-wrap .btn:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .brand-portfolio__btn-wrap .btn {
    display: block;
    max-width: 400px;
    margin: 0 auto 15px;
  }
}
.brand-portfolio__btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #415a6c;
  cursor: pointer;
  transition: 0.3s ease;
}
.brand-portfolio__btn::after {
  content: 'i';
  font-size: 14px;
  position: absolute;
  left: 7.5px;
  top: 3px;
  color: #415a6c;
  font-weight: 500;
  transition: 0.3s ease;
}
@media (min-width: 1200px) {
  .brand-portfolio__btn:hover {
    background-color: #415a6c;
  }
  .brand-portfolio__btn:hover::after {
    color: #fff;
  }
}
.brand-portfolio__content {
  display: none;
}
.brand-portfolio__btn--active {
  background-color: #415a6c;
}
.brand-portfolio__btn--active::after {
  color: #fff;
}
.latest-news .progress-bg {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  max-width: 470px;
  margin: 0 auto 20px;
  border-radius: 3px;
}
.latest-news .progress-bg__line {
  position: absolute;
  left: 0;
  top: -1px;
  height: 4px;
  width: 20%;
  max-width: 100%;
  background-color: #ea3592;
  transition: 0.5s ease-in-out;
  border-radius: 3px;
}
.latest-news--concrete {
  background-color: #e7e9ee;
}
.latest-news--concrete .progress-bg {
  background-color: #b6bdc9;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .latest-news__wrap {
    margin: 0 -15px 35px;
  }
}
@media (min-width: 768px) {
  .latest-news__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 60px;
  }
  .latest-news__wrap .card {
    width: calc(33.33% - 30px);
    margin: 15px;
  }
}
@media (max-width: 767px) {
  .latest-news__wrap,
  .latest-news__wrap .card {
    margin-bottom: 20px;
  }
}
.latest-news__title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .latest-news__title {
    font-size: 31px;
    line-height: 35px;
    letter-spacing: -0.26px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .latest-news__title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
.latest-news__btn {
  text-align: center;
  margin-top: 30px;
}
.combo-news .card {
  margin-bottom: 30px;
  min-height: 264px;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.combo-news .card:not(.card--featured),
.combo-news .card:not(.card--twitter) {
  border: 1px solid #e7e9ee;
  border-radius: 4px;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);
}
.combo-news .card.card--featured {
  border: 0;
  min-height: 382px;
}
.combo-news .card:not(.card--twitter) {
  background-color: #fff;
}
.combo-news .card.card--twitter {
  border-width: 0;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.combo-news .card.card--twitter .card__content {
  height: auto;
}
.combo-news .card__content {
  padding: 38px 16px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.combo-news .card__header {
  margin-bottom: 8px;
}
.combo-news .card__title {
  letter-spacing: 0.17px;
}
.combo-news .card__time-length {
  padding: 5px 10px;
}
.combo-news .card__view-counts {
  right: 16px;
}
.combo-news .card__breadcrumbs {
  margin: 0 auto;
}
@media (min-width: 1201px) {
  .combo-news {
    padding-bottom: 44px;
  }
  .combo-news .card__content {
    padding: 38px 16px 20px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (max-width: 1200px) {
  .combo-news {
    padding-top: 65px;
  }
  .combo-news .card__content {
    width: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 60px 16px 20px;
    margin: auto 0 72px;
  }
  .combo-news .card.card--twitter .card__content {
    margin: 0;
    padding-bottom: 20px;
  }
  .combo-news .card__breadcrumbs {
    width: calc(100% - 32px);
    padding-top: 9px;
    position: absolute;
    left: 16px;
  }
  .combo-news .card__view-counts {
    right: 16px;
    bottom: 16px;
    font-size: 12px;
  }
  .combo-news .card__title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .combo-news .combo-news__title {
    letter-spacing: 0.5px;
    font-size: 32px;
    margin-bottom: 13px;
  }
  .combo-news .card {
    min-height: calc(50% - 15px) !important;
  }
  .combo-news .card.card--featured .card__content {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .combo-news .card__header {
    margin-bottom: 7px;
  }
  .combo-news .card__date {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .combo-news .combo-news__title {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
  }
  .combo-news .cta-link .arrow-rebuild {
    margin-left: 17px;
  }
  .combo-news .card {
    min-height: 235px;
  }
  .combo-news .card.card--featured {
    min-height: 354px;
  }
  .combo-news .card.card--featured .card__content {
    margin: auto 0 89px;
  }
  .combo-news .card.card--featured .card__wrap {
    min-height: inherit;
  }
}
.combo-news__title {
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .combo-news__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 6px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .combo-news__wrap {
    margin: 0 -15px 35px;
    min-height: 740px;
  }
}
@media (max-width: 767px) {
  .combo-news__wrap,
  .combo-news__wrap .card {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .combo-news__wide-col {
    width: calc(66.67% - 30px);
    margin: 0 15px;
  }
  .combo-news__wide-col .card {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
  .combo-news__wide-col .card.card--featured {
    width: 100%;
  }
  .combo-news__wide-col-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.combo-news__narrow-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .combo-news__narrow-col {
    width: calc(33.33% - 30px);
    margin: 0 15px;
  }
  .combo-news__narrow-col .card {
    width: 100%;
  }
}
.card--featured {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-bottom: 0;
}
.card--featured .card__date,
.card--featured .card__text,
.card--featured .card__title,
.card--featured .card__view-counts,
.card--featured .cta-link,
.card--featured .cta-link .arrow-rebuild,
.combo-images__box.combo-images__box--white p,
.combo-images__box.featured-box p {
  color: #fff;
}
.card--featured .card__header {
  margin-bottom: 8px;
}
.card--featured .card__breadcrumbs {
  border-top: 1px solid #fff;
  margin: 0 auto;
}
.card--featured .card__breadcrumbs-link {
  border-color: #fff;
  color: #415a6c;
  background-color: #fff;
}
.card--featured .card__breadcrumbs-link.focus-visible,
.card--twitter a.focus-visible {
  outline: 2px dashed #fff;
}
.card--featured .card__time-length {
  background: #fff;
  color: #5a186b;
  position: absolute;
  top: 16px;
  right: 16px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 14px;
  padding: 5px 10px;
  border-radius: 12px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
}
.card--featured .card__content {
  padding: 89px 16px 20px;
  margin: auto 0;
}
.card--featured .card__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1201px) {
  .card--featured .card__breadcrumbs-link:hover {
    background-color: #5a186b;
    color: #fff;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .combo-news__narrow-col .card--featured {
    min-height: auto;
  }
  .card--featured .card__header {
    margin-bottom: 7px;
  }
  .card--featured .card__content {
    margin: auto 0 76px;
    padding: 60px 16px 20px;
  }
}
.card--twitter {
  background-color: #5a186b;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);
  color: #fff;
  padding-bottom: 50px;
}
.card--twitter .card__header-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.card--twitter p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}
.card--twitter a {
  color: #fff;
}
.card--twitter .card__content {
  padding: 8px 16px 0;
}
.card--twitter .card__footer {
  padding: 0 16px;
}
.card--twitter .card__footer a,
.card--twitter .card__header a,
.card--twitter a {
  text-decoration: none;
}
.card--twitter .card__footer a:hover,
.card--twitter .card__header a:hover {
  text-decoration: underline;
}
.card--twitter .card__content-twitter-link {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  display: block;
}
.card--twitter .card__header {
  padding: 25px 16px 0 13px;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
}
.card--twitter .card__header a {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.card--twitter .card__header-icon {
  margin-right: 10px;
}
.card--twitter .card__footer {
  position: absolute;
  bottom: 22px;
}
.card--twitter .card__footer span {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.card--twitter .card__footer span:first-child {
  padding-right: 10px;
  position: relative;
}
.card--twitter .card__footer span:first-child::before {
  content: '';
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 5px;
  height: 3px;
  width: 3px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .card--twitter .card__header {
    padding: 13px 16px 0 13px;
  }
  .card--twitter .card__footer {
    bottom: 17px;
  }
}
.card__overlay {
  background-color: #fff;
  background: linear-gradient(
    0deg,
    #5a186b 0,
    #5a186b 14.98%,
    rgba(90, 24, 107, 0.7) 53.84%,
    rgba(90, 24, 107, 0) 100%
  );
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.combo-news__slider-wrap {
  position: relative;
  padding-bottom: 85px;
}
@media (min-width: 768px) {
  .combo-news__slider-wrap {
    display: none;
  }
}
.combo-news__slider-wrap .carousel-controls {
  bottom: 115px;
}
.combo-news__slider .card {
  width: 236px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.combo-news__slider .card .card__header {
  margin-bottom: 8px;
}
.combo-news__slider .card .card__title {
  margin-bottom: 5px;
}
.combo-news__slider .card.card--featured {
  min-height: auto;
}
.combo-news__slider .card.card--featured .card__wrap {
  min-height: auto;
  width: 236px;
}
.combo-news__slider .card.card--featured .card__content {
  margin: auto 0 72px;
}
.combo-news__slider .card.card--twitter .card__header {
  margin-bottom: 4px;
}
.combo-news__slider .slick-slide {
  margin-right: 20px;
  width: 236px;
}
.combo-news__slider .card--twitter .card__header {
  padding: 13px 16px 0 13px;
}
.combo-news__slider .card--twitter .card__footer {
  bottom: 17px;
}
.combo-images.combo-images--reveal .combo-images__box .box-image,
.combo-images.combo-images--reveal .combo-images__box .box-info {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.combo-images__title {
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 44px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .combo-images__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .combo-images__title {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1201px) {
  .combo-images__col,
  .combo-images__nested-col {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}
.combo-images__nested-col:first-child {
  margin-bottom: 20px;
}
.combo-images__nested-col:first-child .combo-images__box {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .combo-images__nested-col {
    width: calc(50% - 10px);
  }
  .combo-images__nested-col:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .combo-images__nested-col {
    width: calc(50% - 10px);
  }
  .combo-images__nested-col:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .combo-images__nested-col {
    width: 100%;
  }
  .combo-images__nested-col:first-child {
    margin-right: 0;
  }
  .combo-images__nested-col:first-child .combo-images__box {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .combo-images__nested-col:first-child .combo-images__box .box-info {
    width: auto;
  }
  .combo-images__nested-col:last-child .combo-images__box {
    width: calc(50% - 10px);
  }
  .combo-images__nested-col:last-child .combo-images__box:first-child {
    margin-right: 20px;
  }
}
@media (min-width: 1201px) {
  .combo-images__col-wrap,
  .combo-images__nested-col-wrap,
  .combo-images__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .combo-images__wrap {
    margin-bottom: 75px;
  }
  .combo-images__wrap .slick-slide {
    margin: 0 10px;
  }
  .combo-images__wrap .slick-list {
    margin: 0 -10px;
  }
  .combo-images__wrap .slick-dots {
    bottom: -25px;
  }
  .combo-images__wrap .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }
  .combo-images__wrap .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .combo-images__wrap .slick-dots li button::before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #5a186b;
    background-color: transparent;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s ease-in;
  }
  .combo-images__wrap .slick-dots li.slick-active button::before {
    background-color: #5a186b;
  }
}
@media (max-width: 767px) {
  .combo-images__wrap {
    padding-bottom: 58px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .combo-images__col-wrap,
  .combo-images__nested-col-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .combo-images__col-wrap,
  .combo-images__nested-col-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.combo-images__col-wrap,
.combo-images__nested-col-wrap {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .combo-images__col--vertical .combo-images__nested-col {
    width: 100%;
  }
  .combo-images__col--vertical .combo-images__nested-col:first-child {
    margin-right: 0;
  }
  .combo-images__col--vertical
    .combo-images__nested-col:first-child
    .box-content--streched {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .combo-images__col--vertical
    .combo-images__nested-col:first-child
    .box-content--streched
    .box-image {
    margin: 0;
  }
  .combo-images__col--vertical
    .combo-images__nested-col:first-child
    .box-content--streched
    .box-info {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-bottom: 0;
    position: relative;
    bottom: auto;
    height: auto;
    width: auto;
    left: auto;
  }
  .combo-images__col--vertical .combo-images__nested-col:last-child {
    margin-right: 0;
  }
  .combo-images__col--vertical
    .combo-images__nested-col:last-child
    .combo-images__nested-col-wrap {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .combo-images__col--vertical
    .combo-images__nested-col:last-child
    .combo-images__nested-col-wrap
    .combo-images__box {
    width: calc(50% - 10px);
  }
  .combo-images__col--vertical
    .combo-images__nested-col:last-child
    .combo-images__nested-col-wrap
    .combo-images__box:first-child {
    margin-right: 0;
  }
  .combo-images__col--vertical
    .combo-images__nested-col:last-child
    .combo-images__nested-col-wrap
    .combo-images__box:last-child {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .combo-images__col--vertical
    .combo-images__nested-col:last-child
    .combo-images__nested-col-wrap {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .combo-images__col--vertical
    .combo-images__nested-col:last-child
    .combo-images__box:first-child {
    margin-right: 0;
  }
  .combo-images__col--vertical
    .combo-images__nested-col:last-child
    .combo-images__box:last-child {
    margin-right: 20px;
  }
}
.combo-images__box {
  background-color: #e7e9ee;
  min-height: 214px;
  margin-bottom: 20px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 28px 10px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.combo-images__box .box-image,
.combo-images__box .box-info {
  z-index: 5;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: 0.3s ease-in;
  transition-delay: 0.5s;
  opacity: 0;
}
.combo-images__box .box-info {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-bottom: 10px;
  bottom: 0;
  height: 102px;
  left: 0;
  width: 100%;
  position: absolute;
}
.combo-images__box p {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  text-align: center;
  padding: 0 10px;
  max-width: 216px;
  margin: 0 auto;
}
.combo-images__box .box-image {
  position: relative;
  margin-bottom: 20px;
}
.combo-images__box .box-image img {
  width: auto;
}
.combo-images__box .box-info__number {
  display: block;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}
@media (min-width: 1201px) {
  .combo-images__box {
    margin: 0 15px 20px;
    width: calc(100% - 30px);
  }
  .combo-images__box--narrow {
    width: calc(50% - 30px);
  }
  .combo-images__box--streched {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .combo-images__box {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .combo-images__box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .combo-images__box {
    min-height: 120px;
    padding-top: 10px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: initial;
    -ms-flex-line-pack: initial;
    align-content: initial;
  }
  .combo-images__box .box-info {
    height: auto;
    position: relative;
  }
  .combo-images__box .box-info p {
    font-size: 12px;
    line-height: 14px;
  }
  .combo-images__box .box-info__number {
    font-size: 18px;
    line-height: 23px;
  }
  .combo-images__box .box-image {
    text-align: center;
    margin-bottom: -5px;
  }
  .combo-images__box .box-image img {
    max-width: 50%;
  }
}
.combo-images__box--wide,
.combo-images__box--wide .box-content {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.combo-images__box--wide {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: initial;
  -ms-flex-line-pack: initial;
  align-content: initial;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.combo-images__box--wide .box-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 420px;
  padding: 10px 30px;
}
.combo-images__box--wide .box-info {
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding-bottom: 0;
  position: static;
}
.combo-images__box--wide .box-info p {
  padding: 0;
}
.combo-images__box--wide .box-image {
  margin: 0 49px 0 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .combo-images__box--wide {
    width: 100%;
  }
  .combo-images__box--wide .box-info {
    max-width: 216px;
  }
}
@media (max-width: 1200px) {
  .combo-images__box--wide {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .combo-images__box--wide .box-info {
    max-width: 216px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .combo-images__box--narrow {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .combo-images__box--narrow.featured-box {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .combo-images__box--narrow {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .combo-images__box--narrow.featured-box {
    margin-right: 0;
  }
}
.combo-images__box--streched {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: initial;
  -ms-flex-line-pack: initial;
  align-content: initial;
  padding: 0;
}
.combo-images__box--streched .box-image {
  margin-bottom: 12px;
}
.combo-images__box--streched .box-info {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-bottom: 0;
  position: relative;
  bottom: auto;
  height: auto;
}
.box-content,
.box-content--streched {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .box-content .box-image,
  .box-content .box-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .box-content .box-image {
    margin: 0 -16px 0 0;
  }
  .box-content .box-info {
    max-width: 150px;
  }
  .box-content .box-info p {
    padding: 0;
  }
}
.box-content--streched {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: initial;
  -ms-flex-line-pack: initial;
  align-content: initial;
}
@media (max-width: 767px) {
  .box-content--streched .box-image {
    margin-right: -40px;
  }
}
.box__overlay {
  background-color: #fff;
  background: linear-gradient(
    0deg,
    #5a186b 0,
    #5a186b 14.98%,
    rgba(90, 24, 107, 0.7) 53.84%,
    rgba(90, 24, 107, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.newsroom-contact {
  padding-bottom: 139px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .newsroom-contact {
    padding-top: 15px;
    padding-bottom: 118px;
  }
}
@media (max-width: 767px) {
  .newsroom-contact {
    padding-bottom: 101px;
  }
}
.newsroom-contact__wrap {
  width: 100%;
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .newsroom-contact__wrap {
    max-width: 640px;
  }
}
@media (max-width: 767px) {
  .newsroom-contact__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.newsroom-contact__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsroom-contact__col--wide .newsroom-contact__content {
  padding-right: 60px;
}
.newsroom-contact__col--wide .btn {
  margin: 16px 0 10px;
  padding: 10px 46px 14px;
}
.newsroom-contact__col--narrow .newsroom-contact__content {
  position: relative;
  padding: 35px 20px 10px;
}
.newsroom-contact__col--narrow .newsroom-contact__content::before {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #b6bdc9;
  height: calc(100% - 30px);
  left: 0;
  top: 15px;
}
.newsroom-contact__col--narrow .newsroom-contact__sub-title,
.newsroom-contact__col--narrow .newsroom-contact__text {
  color: #ea3592;
}
@media (min-width: 992px) {
  .newsroom-contact__col--wide {
    width: 62.3%;
  }
  .newsroom-contact__col--narrow {
    width: 37.7%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .newsroom-contact__col--wide {
    width: 52.5%;
  }
  .newsroom-contact__col--wide .newsroom-contact__content {
    padding-right: 20px;
  }
  .newsroom-contact__col--narrow {
    width: 47.5%;
  }
  .newsroom-contact__col--narrow .newsroom-contact__content {
    padding: 35px 10px 10px 30px;
  }
}
@media (max-width: 767px) {
  .newsroom-contact__col {
    width: 100%;
    text-align: center;
  }
  .newsroom-contact__col--wide .newsroom-contact__content {
    padding-right: 0;
  }
  .newsroom-contact__col--wide .btn {
    margin: 20px 0 40px;
    padding: 12px 41px;
    font-size: 17px;
    line-height: 17px;
  }
  .newsroom-contact__col--narrow .newsroom-contact__content {
    padding: 0;
    width: 100%;
  }
  .newsroom-contact__col--narrow .newsroom-contact__content::before {
    content: none;
  }
}
.newsroom-contact__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .newsroom-contact__title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .newsroom-contact__title {
    font-size: 22px;
    text-align: center;
    line-height: 28px;
  }
}
.newsroom-contact__sub-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.newsroom-contact__text,
.newsroom-contact__text--icon {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 10px;
}
.newsroom-contact__text--icon {
  line-height: 22px;
  color: #415a6c;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
  padding-left: 5px;
}
.newsroom-contact__text--icon svg {
  margin-right: 21px;
}
.newsroom-contact__text--icon:hover {
  text-decoration: underline;
}
.newsroom-contact__text--icon:last-child {
  padding-left: 2px;
}
.newsroom-contact__text--icon:last-child svg {
  margin-right: 14px;
}
@media (max-width: 767px) {
  .newsroom-contact__text--icon {
    padding-left: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.newsroom-search-box-holder {
  background: linear-gradient(224.72deg, #ea3592 0, #5a186b 100%);
  color: #fff;
  padding: 60px 20px 70px;
  text-align: center;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .newsroom-search-box-holder {
    padding: 40px 20px 48px;
  }
}
@media (max-width: 767px) {
  .newsroom-search-box-holder {
    padding: 44px 11px 41px;
  }
}
.newsroom-search-box__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 9px;
}
@media (max-width: 1200px) {
  .newsroom-search-box__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .newsroom-search-box__title {
    margin-bottom: 5px;
  }
}
.newsroom-search-box__description,
.newsroom-search-box__search-input {
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .newsroom-search-box__description,
  .newsroom-search-box__search-input {
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
  }
}
.newsroom-search-box__description {
  margin-bottom: 26px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .newsroom-search-box__description {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .newsroom-search-box__description {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 29px;
  }
}
.newsroom-search-box__search-input {
  padding-left: 25px;
  padding-right: 70px;
}
@media (min-width: 1201px) {
  .newsroom-search-box__search-input {
    padding-bottom: 7px;
  }
}
@media (max-width: 1200px) {
  .newsroom-search-box__search-input {
    padding-left: 18px;
    padding-right: 56px;
  }
}
@media (max-width: 767px) {
  .newsroom-search-box__search-input {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    padding-right: 48px;
  }
}
.newsroom-search-box {
  padding: 0;
}
.newsroom-search-box .search__icon,
.newsroom-search-box .search__icon::before {
  border: 2px solid #fff;
}
.newsroom-search-box .search__icon-landing svg {
  width: 53px;
  height: 53px;
}
.newsroom-search-box .search__icon {
  top: 0;
  right: 0;
  height: 53px;
  width: 53px;
}
.newsroom-search-box .search__icon::before {
  height: 24px;
  width: 24px;
  top: 12px;
  right: 15px;
}
.newsroom-search-box .search__icon::after {
  height: 9px;
  top: 29px;
  width: 3px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .newsroom-search-box .search__icon-landing svg {
    width: 41px;
    height: 41px;
  }
}
@media (max-width: 767px) {
  .newsroom-search-box .search__icon-landing svg {
    width: 38px;
    height: 38px;
  }
}
.newsroom-search-box__form-wrap {
  border: 2px solid #fff;
  border-radius: 31px;
  background-color: rgba(255, 255, 255, 0.3);
  max-width: 470px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1200px) {
  .newsroom-search-box__form-wrap {
    max-width: 364px;
  }
}
@media (max-width: 767px) {
  .newsroom-search-box__form-wrap {
    max-width: 100%;
  }
}
.newsroom-search-box__search-input {
  display: block;
  border: none;
  height: 60px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .newsroom-search-box__search-input {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .newsroom-search-box__search-input {
    height: 46px;
  }
}
.newsroom-search-box__button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  height: 53px;
  width: 53px;
  cursor: pointer;
}
.newsroom-search-box__button.focus-visible {
  outline: none;
}
.newsroom-search-box__button.focus-visible::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px dotted #fff;
  border-radius: 50%;
  left: -3px;
  top: -4px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .newsroom-search-box__button {
    height: 41px;
    width: 41px;
  }
}
@media (max-width: 767px) {
  .newsroom-search-box__button {
    height: 38px;
    width: 38px;
  }
}
.viewing-results {
  text-align: center;
  margin-bottom: 20px;
}
.viewing-results__text {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.image-panel {
  position: relative;
  color: #fff;
}
@media (min-width: 1201px) {
  .image-panel {
    padding: 96px 0 130px;
  }
  .image-panel .btn {
    margin-right: 21px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .image-panel {
    padding: 77px 0 92px;
  }
}
@media (max-width: 1200px) {
  .image-panel .btn {
    font-size: 15px;
    padding: 9px 38px;
    margin-right: 23px;
  }
  .image-panel .cta-link {
    font-size: 14px;
  }
  .image-panel .cta-link::before {
    right: 19px;
    top: 6px;
    height: 5px;
    width: 5px;
    border-width: 1px;
  }
  .image-panel .cta-link::after {
    right: 11px;
    top: -1px;
    height: 19px;
    width: 19px;
  }
}
@media (max-width: 767px) {
  .image-panel {
    padding: 220px 0 55px;
  }
  .image-panel .btn {
    margin-right: 0;
  }
  .image-panel .cta-link {
    margin-bottom: 24px;
  }
  .image-panel .cta-link::before {
    right: 27px;
    top: 8px;
  }
  .image-panel .cta-link::after {
    right: 19px;
    top: 1px;
  }
}
.image-panel--reversed .image-panel__content {
  margin-left: 51.4%;
}
.image-panel--white {
  color: #415a6c;
}
@media (max-width: 767px) {
  .image-panel--white .image-panel__content {
    margin-left: 0;
  }
}
.image-panel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 1201px) {
  .image-panel__content {
    max-width: 470px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .image-panel__content {
    max-width: 50%;
  }
}
.image-panel__type {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  display: inline-block;
}
@media (min-width: 1201px) {
  .image-panel__type {
    margin-bottom: 14px;
  }
}
@media (max-width: 1200px) {
  .image-panel__type {
    margin-bottom: 10px;
  }
}
.image-panel__title {
  font-weight: 700;
}
@media (min-width: 1201px) {
  .image-panel__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .image-panel__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 4px;
  }
}
.image-panel__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
}
@media (min-width: 1201px) {
  .image-panel__text {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 23px;
  }
}
@media (max-width: 1200px) {
  .image-panel__text {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .image-panel__text {
    margin-bottom: 26px;
  }
  .image-panel__btns {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.brands-map {
  position: relative;
  min-height: 750px;
}
.brands-map .predictive {
  min-width: 270px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .brands-map {
    min-height: 475px;
  }
  .brands-map .predictive {
    min-width: 210px;
  }
}
@media (max-width: 767px) {
  .brands-map {
    height: auto;
    min-height: 100vh;
  }
  .brands-map .predictive {
    min-width: auto;
    max-width: 100%;
    width: 100%;
  }
}
.brands-map__content {
  position: absolute;
  top: 50px;
  left: calc((100% - 1170px) / 2);
  z-index: 2;
}
.brands-map__content .selectric {
  width: 300px;
}
@media (max-width: 1200px) {
  .brands-map__content {
    left: 20px;
  }
  .brands-map__content .wrapper {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .brands-map__content {
    right: 20px;
  }
}
.brands-map__title {
  color: #415a6c;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.88px;
  line-height: 53px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .brands-map__title {
    font-size: 36px;
    letter-spacing: -0.72px;
    line-height: 43px;
  }
}
@media (max-width: 767px) {
  .brands-map__title {
    font-size: 22px;
    letter-spacing: -0.44px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.selectric-brands-map__form-select {
  z-index: 5;
}
.brands-map__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brands-map__form-wrap {
  transition: 0.5s ease-in-out;
}
.brands-map__form-wrap.brands-map__form--opened {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 767px) {
  .brands-map__form-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: calc(100% - 45px);
    background-color: #f3f3f3;
    border-right: 4px solid #ea3592;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}
.brands-map__form-done .brands-map__done {
  visibility: visible;
  opacity: 1;
}
.brands-map__done {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  padding-right: 20px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease;
  background-color: transparent;
}
@media (min-width: 768px) {
  .brands-map__done {
    display: none;
  }
}
.brands-map__form {
  position: absolute;
  z-index: 2;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .brands-map__form {
    left: 20px;
    bottom: 30px;
  }
}
@media (min-width: 1201px) {
  .brands-map__form {
    bottom: 55px;
    left: calc((100% - 1170px) / 2);
  }
}
@media (max-width: 767px) {
  .brands-map__form {
    position: relative;
    margin: 20px;
    border-top: 1px solid #cdd2da;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .brands-map__input-wrap svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .brands-map__input-wrap {
    position: relative;
  }
  .brands-map__input-wrap .selected + svg {
    opacity: 1;
  }
  .brands-map__input-wrap svg {
    position: absolute;
    right: 0;
    top: 15px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
.brands-map__input {
  background-color: transparent;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  display: block;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (min-width: 1201px) {
  .brands-map__input:hover {
    color: #415a6c;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .brands-map__input {
    border: 1px solid #fff;
    padding: 5px 10px 4px;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 10px;
  }
  .brands-map__input.selected {
    color: #415a6c;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .brands-map__input {
    display: block;
    width: 100%;
    color: #0d1625;
    font-size: 18px;
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #cdd2da;
    border-right: 0;
  }
}
@-moz-document url-prefix() {
  .brands-map__input {
    padding: 4px 10px 6px;
  }
}
.brands-map__button {
  background-color: #ea3592;
  width: 45px;
  height: 140px;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  cursor: pointer;
  position: absolute;
  left: calc(100% + 4px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .brands-map__button {
    display: none;
  }
}
.brands-map__button-name,
.icon-filter svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.brands-map__button-name {
  color: #fff;
  font-size: 16px;
  line-height: 14px;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 5px;
}
.icon-filter svg {
  width: 12px;
  margin-left: 3px;
}
.brands-map__form-close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #415a6c;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: transparent;
}
.brands-map__form-close::after,
.brands-map__form-close::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 7px;
  width: 18px;
  height: 1px;
  background-color: #415a6c;
}
.brands-map__form-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.brands-map__form-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .brands-map__form-close {
    display: none;
  }
}
.brands-map__list {
  display: none;
}
.brands-map__item-brand {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3.44px;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.brands-map__item-title {
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 1201px) {
  .brands-map__item-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .brands-map__item-title {
    font-size: 25px;
    line-height: 29px;
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  .brands-map__item-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.brands-map__item-image {
  padding-top: 20px;
  padding-bottom: 56.25%;
  box-shadow: 0 15px 40px -15px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}
@media (min-width: 1201px) {
  pre.brands-map__item-text {
    margin-bottom: 37px;
  }
}
.brands-map__item-email,
.brands-map__item-text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  width: 90%;
}
@media (min-width: 1201px) {
  .brands-map__item-email,
  .brands-map__item-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 23px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .brands-map__item-email,
  .brands-map__item-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .brands-map__item-email,
  .brands-map__item-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
.brands-map__item-email .email-link {
  color: #415a6c;
}
.brands-map__item-email .email-link:hover {
  text-decoration: none;
}
.brands-map__wrap-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.brands-map__wrap-links a:not(:last-child) {
  margin-right: 30px;
}
@media (min-width: 1201px) {
  .brands-map__wrap-links {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .brands-map__wrap-links {
    margin-top: 30px;
  }
  .brands-map__wrap-links a {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .brands-map__wrap-links {
    margin-top: 15px;
  }
}
.brands-map__popup {
  padding: 82px 32px;
  letter-spacing: 0.2px;
  width: 100%;
  max-width: 570px;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50px;
  left: calc((100% - 1170px) / 2);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.brands-map__popup.map-opened {
  opacity: 1;
  visibility: visible;
}
.brands-map__popup::-webkit-scrollbar {
  width: 8px !important;
}
.brands-map__popup::-webkit-scrollbar-track {
  background: rgba(234, 53, 146, 0.3) !important;
}
.brands-map__popup::-webkit-scrollbar-thumb {
  background: #ea3592 !important;
}
.brands-map__popup strong {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .brands-map__popup {
    overflow-y: auto;
    padding: 68px 20px 41px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .brands-map__popup {
    top: 40px;
    left: 16px;
    max-height: 508px;
    max-width: 354px;
  }
  .brands-map__popup strong {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .brands-map__popup {
    top: 200px;
    left: 15px;
    max-height: 100vh;
    width: calc(100% - 30px);
  }
}
@media (min-width: 1201px) {
  .brands-map__item-media {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .brands-map__item-media {
    margin-bottom: 25px;
  }
}
.pin-marker {
  display: inline-block;
  position: relative;
  width: 19px;
  height: 19px;
}
.pin-marker::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  z-index: 5;
}
.pin-marker:hover {
  background-color: #0d1625;
}
.pin-marker.pin-active::before {
  background-color: #ea3592;
  box-shadow: 0 0 0 rgba(234, 53, 146, 0.8);
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}
.gm-style .gm-style-iw-t::after,
.gm-style-iw {
  display: none;
}
.brands-map__popup-btn {
  position: absolute;
  top: 29px;
  right: 29px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #415a6c;
  background-color: transparent;
  cursor: pointer;
}
.brands-map__popup-btn::after,
.brands-map__popup-btn::before {
  content: '';
  position: absolute;
  top: 17px;
  left: 8px;
  width: 19px;
  height: 2px;
  background-color: #415a6c;
}
.brands-map__popup-btn::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.brands-map__popup-btn::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1200px) and (min-width: 768px) {
  .brands-map__popup-btn {
    top: 23px;
    right: 20px;
    width: 31px;
    height: 31px;
    border-width: 1px;
  }
  .brands-map__popup-btn::after,
  .brands-map__popup-btn::before {
    top: 14px;
    width: 13px;
    height: 1px;
  }
}
@media (max-width: 767px) {
  .brands-map__popup-btn {
    top: 16px;
    right: 13px;
  }
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(234, 53, 146, 0.8);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(234, 53, 146, 0.4);
  }
  to {
    box-shadow: 0 0 0 0 rgba(234, 53, 146, 0.4);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(234, 53, 146, 0.8);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(234, 53, 146, 0.4);
  }
  to {
    box-shadow: 0 0 0 0 rgba(234, 53, 146, 0.4);
  }
}
.pin-tooltip {
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  top: -50px;
  pointer-events: none;
}
.carousel-media .wrapper {
  position: relative;
  overflow: visible;
}
.carousel-media .carousel-details {
  background-color: #00818a;
  color: #fff;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.5);
}
.carousel-media .carousel-details__type {
  display: inline-block;
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 3.4px;
  text-transform: uppercase;
}
.carousel-media .carousel-details__headline {
  font-weight: 700;
  letter-spacing: 0.4px;
}
.carousel-media .carousel-details__title {
  font-weight: 700;
  margin-bottom: 10px;
}
.carousel-media .carousel-details__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
.carousel-media .carousel-controls {
  left: 14px;
}
.carousel-media .carousel-controls .slick-arrow,
.carousel-media .carousel-controls .slick-arrow::after {
  border-color: #fff;
}
.carousel-media .box-progress,
.carousel-media .carousel-controls .slick-arrow:hover {
  background-color: #fff;
}
.carousel-media .carousel-controls .slick-arrow:hover::after {
  border-color: #00818a;
}
.carousel-media
  .carousel-controls
  .next-arrow:not(.slick-disabled).focus-visible::before,
.carousel-media
  .carousel-controls
  .prev-arrow:not(.slick-disabled).focus-visible::before {
  border: 2px dashed #fff;
}
.carousel-media .carousel-controls .next-arrow:not(.slick-disabled):focus,
.carousel-media .carousel-controls .prev-arrow:not(.slick-disabled):focus {
  background-color: transparent;
  border-color: #fff;
  outline: none;
}
.carousel-media
  .carousel-controls
  .next-arrow:not(.slick-disabled):focus::after,
.carousel-media
  .carousel-controls
  .prev-arrow:not(.slick-disabled):focus::after {
  border-color: #fff;
}
.carousel-media .slick-arrow.slick-disabled,
.carousel-media .slick-arrow.slick-disabled::after {
  opacity: 1;
}
@media (min-width: 1201px) {
  .carousel-media .carousel-details {
    padding: 46px 20px 120px;
    min-height: 553px;
  }
  .carousel-media .carousel-details__type {
    margin-bottom: 9px;
  }
  .carousel-media .carousel-details__headline {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .carousel-media .carousel-details__title {
    font-size: 22px;
    line-height: 28px;
  }
  .carousel-media .carousel-details__text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .carousel-media .carousel-controls {
    width: 400px;
    bottom: 126px;
  }
  .carousel-media .progress-bg {
    width: calc(100% - 136px);
    bottom: -47px;
    left: 116px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .carousel-media .carousel-details {
    padding: 31px 16px 90px;
    min-height: 431px;
  }
  .carousel-media .carousel-details__type {
    margin-bottom: 5px;
  }
  .carousel-media .carousel-details__headline {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 17px;
  }
  .carousel-media .carousel-details__title {
    font-size: 17px;
    line-height: 22px;
  }
  .carousel-media .carousel-details__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .carousel-media .carousel-controls {
    width: 256px;
    bottom: 110px;
  }
  .carousel-media .carousel-controls .next-arrow {
    left: 53px;
  }
  .carousel-media .carousel-controls .prev-arrow {
    left: 15px;
  }
  .carousel-media .progress-bg {
    width: calc(100% - 111px);
    bottom: -50px;
    left: 91px;
  }
}
@media (min-width: 768px) {
  .carousel-media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .carousel-media {
    overflow: hidden;
    padding: 26px 0 55px;
  }
  .carousel-media .carousel-details {
    padding: 10px 23px 101px;
  }
  .carousel-media .carousel-details__type {
    margin-bottom: 7px;
  }
  .carousel-media .carousel-details__headline {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 24px;
  }
  .carousel-media .carousel-details__title {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 3px;
  }
  .carousel-media .carousel-controls {
    bottom: 98px;
    left: 33px;
    width: calc(100% - 30px);
  }
  .carousel-media .carousel-controls .next-arrow {
    right: auto;
    left: 49px;
  }
  .carousel-media .progress-bg {
    width: calc(100% - 141px);
    bottom: -47px;
    left: 98px;
  }
}
.carousel-media--hovered .media-carousel__item {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel-wrap {
  z-index: 1;
}
@media (min-width: 1201px) {
  .carousel-wrap {
    width: 400px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .carousel-wrap {
    width: 256px;
  }
}
.media-carousel {
  margin-left: auto;
}
@media (min-width: 768px) {
  .media-carousel {
    margin-top: 30px;
  }
  .media-carousel .slick-track {
    background-color: #000;
  }
}
@media (max-width: 767px) {
  .media-carousel {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .media-carousel-wrap {
    position: absolute;
    left: 271px;
    width: calc(100% - 286px);
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1201px) {
  .media-carousel-wrap {
    left: 415px;
    width: calc(100% - 430px);
  }
}
@media (max-width: 767px) {
  .media-carousel-wrap {
    z-index: 1000;
    margin: 0 -23px 10px;
  }
}
.media-carousel__background-wrap {
  overflow: hidden;
}
@media (min-width: 1201px) {
  .media-carousel__background-wrap {
    height: 433px;
  }
  .media-carousel__background-wrap .js-video {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .media-carousel__background-wrap,
  .media-carousel__background-wrap .js-video {
    height: 42vw;
  }
}
@media (max-width: 767px) {
  .media-carousel__background-wrap,
  .media-carousel__background-wrap .js-video {
    height: 52vw;
  }
}
.media-carousel__item {
  height: 100%;
  width: 100%;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .media-carousel__item {
    position: relative;
  }
}
.investor-cards {
  background-color: #f3f3f3;
}
.investor-cards .card {
  background-color: transparent;
  padding-bottom: 20px;
}
.investor-cards .card .cta-link {
  position: relative;
  left: 0;
  bottom: 0;
}
.investor-cards .card .cover-img {
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.investor-cards .card:hover .cover-img {
  -webkit-transform: translate(-50%, -50%) scale(0.11);
  -ms-transform: translate(-50%, -50%) scale(0.11);
  transform: translate(-50%, -50%) scale(0.11);
}
.investor-cards .card::after {
  content: none;
}
.investor-cards .result-row__icon {
  opacity: 1;
}
@media (max-width: 767px) {
  .investor-cards .card {
    padding-bottom: 10px;
    margin-bottom: 11px;
  }
}
.video-panel .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.video-panel .controls {
  display: block;
  position: absolute;
}
.video-panel .controls .next-arrow {
  right: auto;
  left: 63px;
}
@media (min-width: 1201px) {
  .video-panel {
    padding: 30px 0;
  }
  .video-panel .controls {
    left: 0;
    bottom: 110px;
  }
}
@media (max-width: 1200px) {
  .video-panel {
    padding: 20px 0;
  }
  .video-panel .wrapper {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .video-panel .wrapper {
    padding-bottom: 46px;
  }
  .video-panel .controls {
    left: 66px;
    bottom: 99px;
  }
}
@media (min-width: 768px) {
  .video-panel .sup-heading {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .video-panel .wrapper {
    padding-bottom: 75px;
  }
  .video-panel .sup-heading {
    margin-bottom: 17px;
  }
  .video-panel .controls {
    top: auto;
    bottom: 85px;
    left: 0;
  }
}
.video-panel--single .carousel-thumbnail {
  left: 15px;
  width: auto;
}
.video-panel--single .carousel-thumbnail__background-wrap {
  width: 130px;
}
.video-panel--single .controls {
  display: none;
}
.video-panel--single .navigate {
  margin-left: 150px;
}
@media (min-width: 1201px) {
  .video-panel--single .video-panel__carousel {
    max-width: calc(100% - 200px);
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .video-panel--single .video-panel__details {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .video-panel--single .navigate {
    margin-left: 0;
  }
}
@media (min-width: 1201px) {
  .video-panel__details {
    width: 100%;
    max-width: 470px;
    padding-top: 25px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .video-panel__details {
    padding: 0 65px;
    margin-top: -29px;
  }
}
@media (max-width: 767px) {
  .video-panel__details {
    margin-top: 6px;
  }
}
.video-panel__title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .video-panel__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 2px;
  }
}
.video-panel__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1201px) {
  .video-panel__text {
    margin-bottom: 49px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .video-panel__text {
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .video-panel__text {
    letter-spacing: -0.7px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1201px) {
  .video-panel__carousel {
    margin: 0 -20px 0 auto;
    max-width: calc(100% - 460px);
  }
}
@media (max-width: 1200px) {
  .video-panel__carousel {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
.video-panel__background-wrap {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1201px) {
  .video-panel__background-wrap {
    height: 377px;
  }
  .video-panel__background-wrap .js-plyr-video {
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .video-panel__background-wrap {
    position: relative;
  }
  .video-panel__background-wrap .js-plyr-video {
    height: 54vw;
  }
}
@media (max-width: 767px) {
  .video-panel__background-wrap .js-plyr-video {
    height: 56vw;
  }
}
@media (max-width: 400px) {
  .video-panel__background-wrap .js-plyr-video {
    height: 57vw;
  }
}
@media (min-width: 768px) {
  .video-panel__background-wrap {
    margin: 0 20px 50px;
  }
}
.video-panel__item {
  height: 100%;
  width: 100%;
}
@media (max-width: 1200px) {
  .video-panel__item {
    position: relative;
  }
}
.video-panel__small-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .video-panel__small-wrap {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .video-panel__small-wrap {
    margin-bottom: 20px;
  }
}
.carousel-thumbnail {
  position: absolute;
}
@media (min-width: 1201px) {
  .carousel-thumbnail {
    left: calc(-50vw + 50%);
    width: calc(50vw - 50% + 153px);
  }
}
@media (max-width: 1200px) {
  .carousel-thumbnail {
    width: 218px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .carousel-thumbnail {
    width: 100%;
  }
}
.carousel-thumbnail__background-wrap {
  position: relative;
  padding-top: 55%;
  box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.5);
}
.carousel-thumbnail__item {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1201px) {
  .navigate {
    width: 322px;
    margin-left: auto;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .navigate {
    margin-left: 150px;
  }
}
@media (min-width: 768px) {
  .navigate {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .navigate {
    margin-top: 75px;
  }
}
.navigate__slides {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.navigate__current {
  display: inline-block;
  margin-right: 5px;
}
.navigate__total {
  display: inline-block;
  margin-left: 4px;
}
.navigate__content {
  display: none;
}
.navigate__content:nth-of-type(1) {
  display: block;
}
.navigate__title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: -6px;
}
@media (min-width: 768px) {
  .navigate__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.navigate__brand {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #415a6c;
}
.investor-panel .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.investor-panel .sup-heading {
  margin-bottom: 10px;
}
.investor-panel .btn,
.investor-panel .cta-link {
  margin-bottom: 15px;
}
@media (min-width: 1201px) {
  .investor-panel {
    padding-top: 80px;
  }
  .investor-panel .btn {
    margin-right: 35px;
  }
}
@media (max-width: 1200px) {
  .investor-panel {
    padding-top: 30px;
  }
  .investor-panel .btn {
    font-size: 16px;
    padding: 13px 41px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .investor-panel {
    padding-top: 0;
  }
  .investor-panel .wrapper {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .investor-panel--reversed .wrapper {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.investor-panel__wrap {
  width: 100%;
  text-align: center;
}
.investor-panel__overlay {
  display: inline-block;
  position: relative;
}
@media (min-width: 1201px) {
  .investor-panel__overlay {
    padding-top: 68.8%;
    width: 65%;
    margin-right: 15px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .investor-panel__overlay {
    padding-top: 82.8%;
    width: 81%;
    margin-left: 44px;
  }
}
@media (max-width: 767px) {
  .investor-panel__overlay {
    padding-top: 143%;
    width: calc(100% + 95px);
    margin-left: -15px;
  }
}
.investor-panel__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.investor-panel__content {
  margin-top: 5px;
}
@media (min-width: 1201px) {
  .investor-panel__content {
    -webkit-flex: 0 0 48.6%;
    -ms-flex: 0 0 48.6%;
    flex: 0 0 48.6%;
  }
}
@media (max-width: 1200px) {
  .investor-panel__content {
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}
@media (min-width: 768px) {
  .investor-panel__content {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .investor-panel__content {
    padding-bottom: 26px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .investor-panel__title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .investor-panel__title {
    font-size: 26px;
    line-height: 36px;
  }
}
.investor-panel__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
}
@media (min-width: 1201px) {
  .investor-panel__text {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .investor-panel__text {
    font-size: 17px;
    line-height: 23px;
  }
}
@media (min-width: 768px) {
  .investor-panel__text {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .investor-panel__text {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .investor-panel__btns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 22px;
  }
  .investor-panel__btns .btn {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 767px) {
  .investor-panel__btns .cta-link {
    margin-bottom: 27px;
  }
}
.search-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
.search-bar__country {
  color: #fff;
  letter-spacing: 0.3px;
  line-height: 19px;
  position: relative;
  top: -10px;
  margin-right: 20px;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif !important;
}
@media (max-width: 767px) {
  .search-bar__country {
    display: none;
  }
}
.search-bar__btn {
  background-color: transparent;
  cursor: pointer;
  position: relative;
  color: #fff;
  transition: color 0.3s ease-in-out;
  overflow: visible;
}
@media (min-width: 1200px) {
  .search-bar__btn:hover .animate {
    stroke-dasharray: 140 130;
  }
}
@media (min-width: 1301px) {
  .search-bar__btn {
    margin: 8px 0 0;
    padding: 10px 7px;
  }
  .search-bar__btn:last-child {
    margin: 0 0 1px;
  }
  .search-bar__btn:last-child .circle-icon {
    top: 0;
    left: -6px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .search-bar__btn .circle-icon {
    top: -8px;
    left: -8px;
  }
  .search-bar__btn:last-child .circle-icon {
    left: -12px;
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  .search-bar__btn {
    margin: 9px 9px 0 0;
  }
  .search-bar__btn:last-child {
    margin: 6px 0 0;
  }
}
@media (max-width: 767px) {
  .search-bar__btn {
    margin: 9px 28px 0 20px;
  }
  .search-bar__btn:last-child {
    margin: 6px 0 0;
  }
}
.search-bar__secondary {
  display: none;
  background-color: #e7e9ed;
}
@media (min-width: 1301px) {
  .search-bar__secondary {
    position: absolute;
    left: 0;
    top: 108px;
    width: 100%;
    padding: 33px 0;
    box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.5);
  }
  .search-bar__secondary .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
}
@media (max-width: 1300px) {
  .search-bar__secondary {
    position: absolute;
    top: 129px;
    left: 0;
    width: 100%;
    height: calc(100vh - 129px);
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .search-bar__secondary {
    top: 109px;
    height: calc(100vh - 109px);
  }
}
.search-bar__description {
  -webkit-flex: 0 1 25.7%;
  -ms-flex: 0 1 25.7%;
  flex: 0 1 25.7%;
}
@media (max-width: 1300px) {
  .search-bar__description {
    display: none;
  }
}
.search-bar__title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 13px;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif !important;
}
.search-bar__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  max-width: 270px;
  margin-bottom: 12px;
}
.search-bar__list-wrapper {
  position: relative;
}
@media (min-width: 1301px) {
  .search-bar__list-wrapper {
    padding: 7px 0;
    width: 34%;
  }
}
@media (max-width: 1300px) {
  .search-bar__list-wrapper {
    width: 100%;
  }
}
.search-bar__secondary-list {
  position: relative;
}
@media (min-width: 1301px) {
  .search-bar__secondary-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 7px 0 38px 17px;
    max-width: 450px;
  }
}
@media (max-width: 1300px) {
  .search-bar__secondary-list {
    padding-bottom: 40px;
  }
}
.search-bar__secondary-item .search-bar__description {
  display: none;
}
@media (min-width: 1301px) {
  .search-bar__secondary-item {
    padding-bottom: 5px;
    width: 50%;
  }
  .search-bar__secondary-item:hover .search-bar__secondary-link {
    color: #5a186b;
  }
  .search-bar__secondary-item:hover .search-bar__secondary-link::after {
    width: 100%;
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  .search-bar__secondary-item {
    padding: 11px 0;
    border-bottom: 1px solid #b6bdc9;
  }
  .search-bar__secondary-item:first-child {
    margin-top: 31px;
  }
  .search-bar__secondary-item::after {
    top: 12px;
  }
}
@media (max-width: 767px) {
  .search-bar__secondary-item {
    padding: 11px 0 15px;
    border-bottom: 1px solid #b6bdc9;
  }
  .search-bar__secondary-item:first-child {
    margin-top: 22px;
  }
  .search-bar__secondary-item::after {
    top: 21px;
  }
}
@media (max-width: 1300px) {
  .search-bar__secondary-item--opened {
    border: 0;
    padding: 0;
  }
  .search-bar__secondary-item--opened .nav__secondary-link {
    font-weight: 700;
    padding: 0 0 0 32px;
  }
  .search-bar__secondary-item--opened:first-child {
    margin-top: 0;
  }
}
.search-bar__secondary-link {
  letter-spacing: -0.2px;
  color: #415a6c;
  padding: 5px 0;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif !important;
}
@media (min-width: 1301px) {
  .search-bar__secondary-link {
    font-size: 19px;
    font-weight: 700;
    display: inline-block;
    position: relative;
  }
  .search-bar__secondary-link::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #703e7c;
    transition: width 0.3s ease-in-out 0.3s;
  }
}
@media (max-width: 1300px) {
  .search-bar__secondary-link {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .search-bar__secondary-link {
    font-size: 20px;
    letter-spacing: 0.3px;
  }
}
.no-touch .nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.touch .nav {
  display: none;
  position: absolute;
  top: 129px;
  left: 0;
  width: 100%;
  height: calc(100vh - 129px);
  overflow-y: auto;
  background-color: #e7e9ed;
}
@media (min-width: 1301px) {
  .touch .nav {
    top: 108px;
    height: calc(100vh - 108px);
  }
}
@media (max-width: 1300px) {
  .no-touch .nav {
    display: none;
    position: absolute;
    top: 129px;
    left: 0;
    width: 100%;
    height: calc(100vh - 129px);
    overflow-y: auto;
    background-color: #e7e9ed;
  }
}
@media (max-width: 767px) {
  .no-touch .nav,
  .touch .nav {
    top: 109px;
    height: calc(100vh - 109px);
  }
}
.touch .nav--secondary .nav__list {
  margin-top: 50px;
}
@media (max-width: 1300px) {
  .no-touch .nav--secondary .nav__list {
    margin-top: 50px;
  }
}
.nav--tertiary .nav__item::after {
  content: none !important;
}
.touch .nav--tertiary .nav__item--opened {
  padding: 0;
  border: 0;
}
.touch .nav--tertiary .nav__secondary-list {
  margin-top: 0;
  padding-top: 8px;
}
.touch .nav--tertiary .nav__tertiary-list {
  margin-top: 12px;
  padding: 0;
}
@media (max-width: 1300px) {
  .no-touch .nav--tertiary .nav__list-wrapper {
    padding: 0;
  }
  .no-touch .nav--tertiary .nav__secondary-item:first-child {
    border: 0;
  }
}
@media (max-width: 767px) {
  .touch .nav--tertiary .nav__secondary-list {
    padding-top: 11px;
  }
}
.no-touch .nav__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}
.touch .nav__list {
  padding: 20px 15px 100px;
}
@media (max-width: 1300px) {
  .no-touch .nav__list {
    display: block;
    margin-right: 0;
    padding: 28px 15px 100px;
  }
}
@media (max-width: 767px) {
  .no-touch .nav__list,
  .touch .nav__list {
    padding-top: 40px;
  }
}
.no-touch .nav__item {
  padding: 38px 18px 44px;
  transition: color 0.3s ease-in-out;
}
.no-touch .nav__item:hover .nav__link {
  color: #5a186b;
}
.touch .nav__item {
  position: relative;
  padding: 17px 0;
  border-bottom: 1px solid #b6bdc9;
}
@media (max-width: 1300px) {
  .no-touch .nav__item {
    position: relative;
    padding: 17px 0;
    border-bottom: 1px solid #b6bdc9;
  }
}
@media (max-width: 767px) {
  .nav__item .no-touch,
  .touch .nav__item {
    padding: 13px 0 19px;
  }
  .nav__item .no-touch:first-child,
  .touch .nav__item:first-child {
    margin-top: 13px;
  }
}
.touch .nav__item--opened {
  border: 0;
  padding: 15px 0 0;
  border-top: 1px solid #b6bdc9;
}
@media (max-width: 1300px) {
  .no-touch .nav__item--opened {
    border: 0;
    padding: 15px 0 0;
    border-top: 1px solid #b6bdc9;
  }
  .no-touch .nav__item--opened:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .no-touch .nav__item--opened,
  .touch .nav__item--opened {
    margin-top: 20px;
    padding: 13px 0 0;
  }
  .no-touch .nav__item--opened:first-child,
  .touch .nav__item--opened:first-child {
    margin-top: 15px;
  }
}
.nav__link,
.touch .has-children {
  position: relative;
}
.touch .has-children::after {
  content: '';
  position: absolute;
  right: 2px;
  top: 23px;
  height: 12px;
  width: 12px;
  border-left: 2px solid #b6bdc9;
  border-top: 2px solid #b6bdc9;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.touch .has-children.nav__item--opened::after {
  content: none;
}
@media (max-width: 1300px) {
  .no-touch .has-children {
    position: relative;
  }
  .no-touch .has-children::after {
    content: '';
    position: absolute;
    right: 2px;
    top: 23px;
    height: 12px;
    width: 12px;
    border-left: 2px solid #b6bdc9;
    border-top: 2px solid #b6bdc9;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .no-touch .has-children.nav__item--opened::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .no-touch .has-children::after,
  .touch .has-children::after {
    right: 7px;
    top: 22px;
  }
}
.nav__link {
  color: #fff;
  letter-spacing: 0.3px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-decoration: none;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif !important;
}
@media (min-width: 768px) {
  .touch .nav__link {
    font-size: 24px;
  }
}
@media (max-width: 1300px) {
  .no-touch .nav__link {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .no-touch .nav__link,
  .touch .nav__link {
    font-size: 20px;
  }
}
.nav__secondary {
  display: none;
  background-color: #e7e9ed;
}
.touch .nav__secondary .wrapper {
  padding: 0;
  max-width: none;
  overflow: visible;
  display: block;
}
.touch .nav__secondary.line-left {
  display: none;
}
@media (min-width: 1301px) {
  .no-touch .nav__secondary {
    position: absolute;
    left: 0;
    top: 108px;
    width: 100%;
    padding: 40px 0 60px;
    box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.5);
  }
  .no-touch .nav__secondary .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
}
@media (max-width: 1300px) {
  .no-touch .nav__secondary .wrapper {
    padding: 0;
    max-width: none;
  }
  .no-touch .nav__secondary.line-left {
    display: none;
  }
}
@media (max-width: 767px) {
  .no-touch .nav__secondary,
  .touch .nav__secondary {
    margin-top: 3px;
  }
}
@media (min-width: 1301px) {
  .no-touch .nav__secondary--large .nav__list-wrapper {
    width: 100%;
  }
  .no-touch .nav__secondary--large .nav__secondary-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .no-touch .nav__secondary--large .nav__secondary-list .nav__secondary-item {
    width: 33.3333%;
    transition: all 0.3s ease-in-out;
  }
  .no-touch .nav__secondary--large .nav__tertiary-wrapper {
    display: none !important;
  }
  .no-touch .nav__secondary--large .vertical-line,
  .no-touch .nav__secondary--large svg {
    display: none;
  }
}
.nav__secondary--large .arrow-rebuild svg {
  display: inline-block;
}
.nav__description {
  -webkit-flex: 0 0 25.7%;
  -ms-flex: 0 0 25.7%;
  flex: 0 0 25.7%;
}
.touch .nav__description {
  display: none;
}
.nav__description .cta-link,
.nav__title {
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif !important;
}
@media (max-width: 1300px) {
  .no-touch .nav__description {
    display: none;
  }
}
.nav__title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 13px;
}
.nav__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  max-width: 270px;
  margin-bottom: 12px;
}
.no-touch .nav__list-wrapper {
  position: relative;
  padding: 7px 0;
  width: 34%;
}
.touch .nav__list-wrapper {
  width: 100%;
}
@media (max-width: 1300px) {
  .no-touch .nav__list-wrapper {
    width: 100%;
    padding: 20px 0;
  }
}
.nav__secondary-list {
  position: relative;
}
.touch .nav__secondary-list {
  border-top: 1px solid #b6bdc9;
  margin-top: 17px;
}
@media (min-width: 1301px) {
  .no-touch .nav__secondary-list {
    min-height: 200px;
    padding: 7px 0 7px 17px;
  }
}
.touch .nav__secondary-item {
  padding: 12px 0;
  border-bottom: 1px solid #b6bdc9;
}
.touch .nav__secondary-item svg {
  display: none !important;
}
@media (min-width: 1301px) {
  .no-touch .nav__secondary-item {
    padding-bottom: 5px;
  }
  .no-touch .nav__secondary-item.has-children {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .no-touch .nav__secondary-item.has-children svg {
    margin-right: 20px;
    color: #415a6c;
    transition: 0.3s ease-in-out;
  }
  .no-touch .nav__secondary-item.has-children .secondary-expand {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  .no-touch .nav__secondary-item:hover .nav__secondary-link {
    color: #5a186b;
  }
  .no-touch .nav__secondary-item:hover .nav__secondary-link::after {
    width: 100%;
  }
  .no-touch .nav__secondary-item:hover svg {
    color: #5a186b;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  .no-touch .nav__secondary-item:hover .secondary-expand {
    -webkit-transform: translate(10px, 1px);
    -ms-transform: translate(10px, 1px);
    transform: translate(10px, 1px);
  }
}
@media (max-width: 1300px) {
  .no-touch .nav__secondary-item {
    padding: 12px 0;
    border-bottom: 1px solid #b6bdc9;
  }
  .no-touch .nav__secondary-item:first-child {
    border-top: 1px solid #b6bdc9;
  }
  .no-touch .nav__secondary-item svg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .no-touch .nav__secondary-item,
  .touch .nav__secondary-item {
    padding: 11px 0 15px;
    border-bottom: 1px solid #b6bdc9;
  }
  .no-touch .nav__secondary-item::after,
  .touch .nav__secondary-item::after {
    top: 21px;
  }
}
.touch .nav__secondary-item--opened {
  border: 0;
  padding: 0;
}
.touch .nav__secondary-item--opened .nav__secondary-link {
  font-weight: 700;
}
.touch .nav__secondary-item--opened:first-child {
  margin-top: 0;
}
.touch .nav__secondary-item--opened::after {
  content: none;
}
@media (max-width: 1300px) {
  .no-touch .nav__secondary-item--opened {
    border: 0;
    padding: 0;
  }
  .no-touch .nav__secondary-item--opened .nav__secondary-link {
    font-weight: 700;
  }
  .no-touch .nav__secondary-item--opened:first-child {
    margin-top: 0;
  }
  .no-touch .nav__secondary-item--opened::after {
    content: none;
  }
}
.nav__secondary-link {
  letter-spacing: -0.2px;
  color: #415a6c;
  padding: 5px 0;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif !important;
}
.no-touch .nav__secondary-link {
  font-size: 19px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.no-touch .nav__secondary-link::after,
.no-touch .nav__tertiary-link::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #703e7c;
  transition: width 0.3s ease-in-out 0.3s;
}
.touch .nav__secondary-link {
  font-size: 25px;
  font-weight: 300;
  display: inline-block;
}
@media (max-width: 1300px) {
  .no-touch .nav__secondary-link {
    font-size: 25px;
    font-weight: 300;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .no-touch .nav__secondary-link,
  .touch .nav__secondary-link {
    font-size: 20px;
    letter-spacing: 0.3px;
  }
}
.nav__tertiary-wrapper {
  display: none;
}
@media (min-width: 1301px) {
  .no-touch .nav__tertiary-wrapper {
    position: absolute;
    left: calc(100% + 1px);
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.no-touch .nav__tertiary-list {
  position: relative;
  padding: 7px 19px;
  height: 100%;
}
.touch .nav__tertiary-list {
  padding: 5px 0;
  margin-top: 10px;
  border-top: 1px solid #b6bdc9;
}
@media (max-width: 1300px) {
  .no-touch .nav__tertiary-list {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .no-touch .nav__tertiary-list,
  .touch .nav__tertiary-list {
    padding: 0;
  }
}
.no-touch .nav__tertiary-item {
  padding-bottom: 5px;
}
@media (min-width: 1301px) {
  .no-touch .nav__tertiary-item:hover {
    cursor: pointer;
  }
  .no-touch .nav__tertiary-item:hover .nav__tertiary-link {
    color: #5a186b;
  }
  .no-touch .nav__tertiary-item:hover .nav__tertiary-link::after {
    width: 100%;
  }
}
.touch .nav__tertiary-item {
  padding: 12px 0;
  border-bottom: 1px solid #b6bdc9;
}
@media (max-width: 1300px) {
  .no-touch .nav__tertiary-item {
    margin-bottom: 0;
    padding: 12px 0;
    border-bottom: 1px solid #b6bdc9;
  }
  .no-touch .nav__tertiary-item:first-child {
    border-top: 1px solid #b6bdc9;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .no-touch .nav__tertiary-item,
  .touch .nav__tertiary-item {
    margin-bottom: 0;
    padding: 12px 0 14px;
    border-bottom: 1px solid #b6bdc9;
  }
}
.nav__tertiary-link {
  display: inline-block;
  font-weight: 300;
  color: #415a6c;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.3s ease-in-out;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif !important;
}
.no-touch .nav__tertiary-link {
  font-size: 18px;
  letter-spacing: 0.2px;
  position: relative;
}
.no-touch .nav__tertiary-link::after {
  transition: width 0.3s ease-in-out;
}
.touch .nav__tertiary-link {
  font-size: 25px;
  letter-spacing: -0.1px;
}
@media (max-width: 1300px) {
  .no-touch .nav__tertiary-link {
    font-size: 25px;
    letter-spacing: -0.1px;
  }
}
@media (max-width: 767px) {
  .no-touch .nav__tertiary-link,
  .touch .nav__tertiary-link {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.no-touch .nav-toggle {
  display: none;
}
.touch .nav-toggle {
  display: block;
  margin: 5px 7px 0 29px;
}
@media (max-width: 1300px) {
  .no-touch .nav-toggle {
    display: block;
    margin: 5px 7px 0 29px;
  }
}
@media (max-width: 767px) {
  .no-touch .nav-toggle,
  .touch .nav-toggle {
    margin-left: 30px;
    margin-right: 1px;
  }
}
.nav-toggle__btn {
  display: inline-block;
  position: relative;
  height: 46px;
  width: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .nav-toggle__btn:hover {
    background-color: rgba(234, 53, 146, 0.3);
  }
}
.nav-toggle__btn .nav-toggle__line,
.nav-toggle__btn::after,
.nav-toggle__btn::before {
  position: absolute;
  top: 50%;
  left: 12px;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.nav-toggle__btn::after,
.nav-toggle__btn::before {
  content: '';
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition: margin 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out;
}
.nav-toggle__btn::before {
  margin-top: -6px;
}
.nav-toggle__btn::after {
  margin-top: 6px;
}
.nav-toggle__btn .nav-toggle__line {
  transition: opacity 0.3s ease-in-out;
}
.nav-toggle__btn--close .nav-toggle__line {
  opacity: 0;
}
.nav-toggle__btn--close::after,
.nav-toggle__btn--close::before {
  margin-top: 0;
  transition: margin 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: margin 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
}
.nav-toggle__btn--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle__btn--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mixed-blocks .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1201px) {
  .mixed-blocks .wrapper {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .mixed-blocks .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mixed-blocks--grey {
  background-color: #f3f3f3;
}
.mixed-blocks--grey .block,
.performance--dark .cta-link:hover .arrow-rebuild {
  background-color: #fff;
}
.block {
  position: relative;
  background-color: #e7e9ed;
  border-radius: 5px;
}
@media (min-width: 1201px) {
  .block {
    padding: 30px 10px;
    width: calc(25% - 30px);
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 15px;
    min-height: 223px;
  }
  .block:hover .cta-link::before {
    border-color: #fff;
  }
  .block:hover .cta-link::after {
    background-color: #ea3592;
  }
}
@media (max-width: 1200px) {
  .block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .block {
    padding: 34px 63px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block .block__cta {
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .block {
    padding: 20px 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.block__clickable {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .block__content {
    max-width: 290px;
  }
}
.block__cta {
  position: relative;
  z-index: 1;
}
.block__type {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0.1px;
  display: inline-block;
  margin-bottom: 4px;
}
.block__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 13px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .block__title {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .block__title {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  .block__title {
    margin-bottom: 25px;
  }
}
@media (min-width: 1201px) {
  .people-details .btn {
    margin-bottom: 60px;
  }
  .people-details .sup-heading {
    margin-bottom: 43px;
  }
}
@media (max-width: 1200px) {
  .people-details .btn {
    margin-bottom: 40px;
  }
  .people-details .sup-heading {
    margin-bottom: 20px;
  }
}
.people-details__image-wrap {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1201px) {
  .people-details__image-wrap {
    max-width: 571px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .people-details__image-wrap {
    max-width: 354px;
    margin-bottom: 40px;
  }
}
.people-details__image {
  position: relative;
  padding-top: 56.25%;
}
.people-details__title {
  letter-spacing: 0.3px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .people-details__title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .people-details__title {
    font-size: 22px;
    line-height: 28px;
  }
}
.people-details__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  max-width: 770px;
  margin-bottom: 27px;
}
@media (min-width: 1201px) {
  .people-details__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .people-details__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .people-details__text {
    font-size: 12px;
    line-height: 20px;
  }
  .people-details__text:last-child {
    padding-bottom: 20px;
  }
}
.people-rebuild .rte {
  max-width: 770px;
  margin: 0 auto;
  padding-top: 0;
}
.people-rebuild .quotes {
  max-width: 670px;
}
.people-rebuild .media-block .wrapper {
  padding: 0;
}
@media (max-width: 768px) {
  .people-rebuild {
    padding-bottom: 47px;
  }
}
.people-rebuild__main {
  text-align: center;
  margin-bottom: 50px;
}
.people-rebuild__main .people-details__image-wrap {
  margin-left: auto;
  margin-right: auto;
}
.people-rebuild__main .sup-heading {
  display: block;
  margin-bottom: 30px;
}
.people-rebuild__main .button--cta {
  font-size: 16px;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  min-width: 197px;
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
  margin: 0 auto;
}
.people-rebuild__main .button--cta .button__text {
  position: relative;
  top: -2px;
}
.people-rebuild__main .button--cta .icon-linkedin {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 3px;
  background-color: #fff;
  border-radius: 3px;
}
.people-rebuild__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 100px;
  position: relative;
}
.people-rebuild__list .next-arrow,
.people-rebuild__list .prev-arrow {
  bottom: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.people-rebuild__list .prev-arrow {
  left: 30px;
}
.people-rebuild__list .next-arrow {
  right: 30px;
}
@media (max-width: 1200px) {
  .people-rebuild__list .prev-arrow {
    left: 0;
  }
  .people-rebuild__list .next-arrow {
    right: 0;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .people-rebuild__list {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .people-rebuild__list {
    padding: 30px 45px;
  }
}
@media (max-width: 670px) {
  .people-rebuild__list {
    padding: 30px 0;
  }
  .people-rebuild__list .prev-arrow {
    left: -50px;
  }
  .people-rebuild__list .next-arrow {
    right: -50px;
  }
}
.people-rebuild__list--first .people-rebuild__item {
  margin-left: auto;
}
.people-rebuild__list--first .prev-arrow,
.people-rebuild__list--last .next-arrow {
  display: none;
}
@media (max-width: 670px) {
  .people-rebuild__list--first .people-rebuild__item:first-child {
    margin-left: 0;
  }
}
.people-rebuild__item {
  width: calc(50% - 15px);
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 900px) {
  .people-rebuild__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .people-rebuild__item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 670px) {
  .people-rebuild__item {
    position: relative;
    width: calc(100% - 50px);
  }
  .people-rebuild__item:first-child {
    margin-bottom: 20px;
    margin-left: auto;
  }
}
.people-rebuild__item-image {
  width: 170px;
  -webkit-flex: 0 0 170px;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
}
@media (max-width: 900px) {
  .people-rebuild__item-image {
    width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 56%;
  }
}
@media (max-width: 767px) {
  .people-rebuild__item-image {
    display: none;
  }
}
.people-rebuild__item-details {
  padding: 27px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 767px) {
  .people-rebuild__item-details {
    padding: 15px;
  }
}
.people-rebuild__item-position {
  font-size: 18px;
  line-height: 23px;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .people-rebuild__item-position {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .people-rebuild__item-position {
    font-size: 14px;
    line-height: 17px;
  }
}
.people-rebuild__item-name {
  font-size: 24px;
  line-height: 29px;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .people-rebuild__item-name {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .people-rebuild__item-name {
    font-size: 16px;
    line-height: 19px;
  }
}
.loaded .header-animate {
  /* -webkit-transform:translateY(0); */
  -ms-transform: translateY(0); /* transform:translateY(0) */
}
.loaded .header-delay {
  transition-delay: 1s;
}
.loaded .box-wrap,
.loaded .desktop-boxes {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform 0.3s ease-in-out, opacity 0.15s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out;
  transition-delay: 1.4s;
}
.loaded .banner--home .controls,
.loaded .banner__background {
  opacity: 1;
}
.ready .banner--cards .banner__background,
.ready .banner--regular .banner__background {
  opacity: 1;
  transition-delay: 0.2s;
}
.ready .cards-wrap {
  opacity: 1;
  transition: -webkit-transform 0.3s ease-in-out, opacity 0.15s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out;
  transition-delay: 1s;
}
.ready .cards-wrap,
.ready .header-animate {
  /* -webkit-transform:translateY(0); */
  -ms-transform: translateY(0); /* transform:translateY(0); */
}
.ready .header-delay {
  transition-delay: 0.7s;
}
.js-fade-animation {
  transition: All 1s ease;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
  visibility: hidden;
}
.js-fade-animation.animation-finish {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.fade-in {
  -webkit-animation: fade 1s ease;
  animation: fade 1s ease;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.timeline-rebuild {
  background-color: #415a6c;
  color: #fff;
  overflow: hidden;
}
.timeline-rebuild .wrapper {
  position: relative;
}
.timeline-rebuild .box-progress {
  background-color: #00818a;
}
@media (min-width: 1201px) {
  .timeline-rebuild .carousel-controls {
    width: 100%;
    bottom: 72px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .timeline-rebuild .carousel-controls {
    width: calc(100% - 168px);
    bottom: 92px;
  }
}
@media (min-width: 768px) {
  .timeline-rebuild .carousel-controls {
    right: 6px;
  }
  .timeline-rebuild .carousel-controls .progress-bg {
    width: calc(100% - 135px);
  }
}
@media (max-width: 767px) {
  .timeline-rebuild {
    padding-bottom: 50px;
  }
  .timeline-rebuild .carousel-controls {
    width: calc(100% - 30px);
    right: 15px;
    bottom: 79px;
  }
  .timeline-rebuild .carousel-controls .progress-bg {
    width: calc(100% - 116px);
  }
}
@media (max-width: 1200px) {
  .timeline-rebuild__content {
    max-width: 608px;
    margin: 0 auto;
  }
}
.timeline-rebuild__title {
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 13px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .timeline-rebuild__title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .timeline-rebuild__title {
    font-size: 18px;
    line-height: 23px;
  }
}
.timeline-rebuild__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  max-width: 850px;
}
@media (min-width: 1201px) {
  .timeline-rebuild__text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 49px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .timeline-rebuild__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .timeline-rebuild__text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1201px) {
  .timeline-rebuild__carousel {
    width: calc(50vw - 50% + 100%);
    padding-left: 200px;
    margin-bottom: 56px;
  }
  .timeline-rebuild__carousel .slick-list {
    padding-bottom: 20px;
    padding-left: 5px;
    margin-left: -5px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .timeline-rebuild__carousel {
    padding-left: 180px;
    margin-right: -15px;
    margin-bottom: 81px;
  }
  .timeline-rebuild__carousel .slick-list {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .timeline-rebuild__carousel {
    margin: 0 -15px 76px;
  }
}
.timeline-rebuild__slide {
  position: relative;
}
@media (max-width: 767px) {
  .timeline-rebuild__slide {
    margin: 0 15px;
  }
  .timeline-rebuild__slide:last-of-type .timeline-rebuild__year::before {
    width: calc(100% - 117px);
  }
}
.timeline-rebuild__year {
  display: inline-block;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
}
.timeline-rebuild__year::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 70px;
  border-bottom: 1.6px dashed #fff;
  width: calc(100% - 67px);
}
.timeline-rebuild__card {
  border-radius: 4px;
  box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.5);
  background-color: #00818a;
  height: calc(100% - 50px);
  padding-bottom: 60px;
  position: relative;
}
.timeline-rebuild__card .cta-link {
  position: absolute;
  left: 20px;
  bottom: 30px;
}
.timeline-rebuild__card.focus-visible:active,
.timeline-rebuild__card.focus-visible:focus,
.timeline-rebuild__card.focus-visible:hover {
  outline: 2px dashed #fff;
  outline-offset: 3px;
}
.timeline-rebuild__card.focus-visible:active *,
.timeline-rebuild__card.focus-visible:focus *,
.timeline-rebuild__card.focus-visible:hover * {
  outline: none;
}
@media (max-width: 1200px) {
  .timeline-rebuild__card .cta-link {
    left: 10px;
  }
}
.timeline-rebuild__card--no-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.timeline-rebuild__card--no-img .timeline-rebuild__description {
  margin: auto 0;
}
.timeline-rebuild__img {
  position: relative;
  padding-top: 56.25%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.timeline-rebuild__description {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
@media (min-width: 1201px) {
  .timeline-rebuild__description {
    padding: 22px 20px 18px;
  }
}
@media (max-width: 1200px) {
  .timeline-rebuild__description {
    padding: 10px 10px 18px;
  }
}
@media (min-width: 1201px) {
  .timeline-rebuild__dash {
    width: 173px;
    left: 6px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .timeline-rebuild__dash {
    width: 85px;
    left: 76px;
  }
}
@media (min-width: 768px) {
  .timeline-rebuild__dash {
    position: absolute;
    top: 14px;
    border-bottom: 1.6px dashed #fff;
  }
  .timeline-rebuild__dash::before {
    content: '';
    position: absolute;
    left: -12px;
    top: -4px;
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
}
.timeline-rebuild__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline-rebuild__link.focus-visible {
  outline: none;
}
.timeline-rebuild__link.focus-visible:active::after,
.timeline-rebuild__link.focus-visible:focus::after,
.timeline-rebuild__link.focus-visible:hover::after {
  content: '';
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 50px);
  left: 5px;
  bottom: 5px;
  border: 2px dashed #fff;
}
@media (min-width: 768px) {
  .go-back {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .go-back {
    right: 70px;
    top: 15px;
  }
}
.leadership-video .cta-link {
  margin-right: 20px;
}
.leadership-video .cta-link:last-child {
  margin-right: 0;
}
@media (min-width: 1201px) {
  .leadership-video {
    padding: 25px 0;
  }
}
@media (max-width: 1200px) {
  .leadership-video {
    padding: 15px 0;
  }
}
.leadership-video__top {
  text-align: center;
  max-width: 770px;
  margin: 0 auto 47px;
}
.leadership-video__heading {
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 11px;
}
.leadership-video__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 11px;
}
.leadership-video__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .leadership-video__content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .leadership-video__content--reversed {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.leadership-video__background-wrap {
  box-shadow: 0 30px 55px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1201px) {
  .leadership-video__background-wrap {
    min-height: 321px;
    height: 321px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .leadership-video__background-wrap {
    height: 26.4vw;
  }
}
@media (max-width: 767px) {
  .leadership-video__background-wrap {
    height: 52.8vw;
  }
}
@media (min-width: 768px) {
  .leadership-video__background-wrap {
    width: calc(50% - 14px);
  }
}
@media (max-width: 767px) {
  .leadership-video__background-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.leadership-video__background {
  padding-bottom: 56.25%;
}
.leadership-video__description {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .leadership-video__description {
    width: calc(50% - 14px);
  }
}
.leadership-video__title {
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .leadership-video__title {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 11px;
  }
}
.leadership-explore .btn {
  margin: 0 auto 20px;
}
.leadership-explore .btn:last-child {
  margin-bottom: 0;
}
@media (min-width: 1201px) {
  .leadership-explore {
    padding: 25px 0;
  }
}
@media (max-width: 1200px) {
  .leadership-explore {
    padding: 15px 0;
  }
}
.leadership-explore--left .leadership-explore__top {
  text-align: left;
}
.leadership-explore--left .leadership-explore__btns {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.leadership-explore--left .btn {
  margin: 0 20px 20px 0;
}
.leadership-explore__btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.leadership-explore__top {
  text-align: center;
}
@media (min-width: 1201px) {
  .leadership-explore__top {
    max-width: 770px;
    margin: 0 auto 83px;
  }
}
@media (max-width: 1200px) {
  .leadership-explore__top {
    max-width: 608px;
    margin: 0 auto 60px;
  }
}
.leadership-explore__heading {
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 11px;
}
.leadership-explore__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  margin-bottom: 28px;
}
@media (min-width: 1201px) {
  .leadership-explore__text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .leadership-explore__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.leadership-explore__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .leadership-explore__content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.leadership-explore__item {
  text-align: center;
}
@media (min-width: 768px) {
  .leadership-explore__item {
    width: 25.7%;
  }
}
@media (max-width: 767px) {
  .leadership-explore__item {
    margin-bottom: 40px;
  }
}
.leadership-explore__img {
  margin: 0 auto 27px;
  height: 50px;
  position: relative;
}
.leadership-explore__img img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.leadership-explore__fact {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  display: block;
}
.leadership-explore__type {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  display: block;
}
.standfirst {
  padding: 38px 0 25px;
}
.standfirst .rte {
  max-width: 800px;
  margin: 0 auto;
}
.standfirst--left .rte {
  margin: 0;
}
.postcard-section {
  background-color: #f5f5f5;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .postcard-section .wrapper {
    padding-top: 50px;
  }
}
.postcard-section__title {
  font-weight: 700;
  letter-spacing: 0.3px;
}
@media (min-width: 1201px) {
  .postcard-section__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .postcard-section__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 77px;
  }
}
@media (max-width: 767px) {
  .postcard-section__title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }
}
.postcard-section__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .postcard-section__content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.postcard-section__list {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 1201px) {
  .postcard-section__list {
    margin-top: 57px;
  }
}
@media (min-width: 768px) {
  .postcard-section__list {
    padding-left: 17px;
  }
}
@media (max-width: 767px) {
  .postcard-section__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    overflow: auto;
  }
}
.postcard-section__item {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 23px;
  position: relative;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .postcard-section__item {
    white-space: nowrap;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .postcard-section__item:last-child {
    margin-right: 0;
  }
}
.postcard-section__btn {
  color: #415a6c;
  background-color: transparent;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .postcard-section__btn {
    letter-spacing: -0.7px;
  }
}
@media (max-width: 1200px) {
  .postcard-section__btn {
    font-size: 16px;
    line-height: 19px;
  }
}
.postcard-section__item--active {
  font-weight: 700;
}
.postcard-section__item--active::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #415a6c;
}
@media (min-width: 768px) {
  .postcard-section__item--active::before {
    left: -17px;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .postcard-section__item--active::before {
    left: 50%;
    bottom: -8px;
  }
}
.postcards {
  background-color: #415a6c;
  box-shadow: 0 16px 39px -16px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
@media (min-width: 1201px) {
  .postcards {
    -webkit-flex: 0 0 770px;
    -ms-flex: 0 0 770px;
    flex: 0 0 770px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .postcards {
    -webkit-flex: 0 0 418px;
    -ms-flex: 0 0 418px;
    flex: 0 0 418px;
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .postcards {
    margin-bottom: 50px;
  }
}
.postcard {
  font-size: 18px;
  line-height: 23px;
  position: relative;
}
.postcard:not(:first-child) {
  display: none;
}
@media (min-width: 1201px) {
  .postcard {
    padding: 100px 40px 90px;
    min-height: 402px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .postcard {
    padding: 40px 32px;
    min-height: 411px;
  }
}
@media (max-width: 767px) {
  .postcard {
    padding: 30px 10px;
  }
}
@media (min-width: 1201px) {
  .postcard--has-image .postcard__text {
    margin-left: auto;
    max-width: 330px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .postcard--has-image {
    padding: 180px 32px 40px;
  }
}
@media (min-width: 768px) {
  .postcard--has-image.postcard--animate .postcard__text {
    transition-delay: 0.4s;
  }
}
.postcard--active .postcard__img-wrap::after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0.3s;
}
.postcard--animate .postcard__img-holder {
  box-shadow: 0 16px 39px -16px rgba(0, 0, 0, 0.5);
  transition-delay: 0.5s;
}
.postcard--animate .postcard__img-wrap::after {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-delay: 0s;
}
.postcard--animate .postcard__img {
  opacity: 1;
  visibility: visible;
}
.postcard--animate .postcard__text {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.postcard__img-holder {
  position: absolute;
  transition: box-shadow 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .postcard__img-holder {
    top: 50%;
    left: -100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 470px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .postcard__img-holder {
    top: -42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 354px;
  }
}
@media (max-width: 767px) {
  .postcard__img-holder {
    display: none;
  }
}
.postcard__img-wrap {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.postcard__img,
.postcard__img-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.postcard__img-wrap::after {
  content: '';
  display: block;
  background-color: #ea3592;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 3;
  transition: 0.3s cubic-bezier(0.03, 0.27, 0.16, 0.97);
}
.postcard__img {
  opacity: 0;
  visibility: hidden;
}
.postcard__text {
  color: #fff;
  opacity: 0;
}
.postcard__text a {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.postcard__behaviours a:hover,
.postcard__text a:hover {
  color: #ea3592;
}
.postcard__quotes {
  letter-spacing: 0.2px;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 1201px) {
  .postcard__quotes {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .postcard__quotes {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .postcard__quotes {
    font-size: 12px;
    line-height: 14px;
  }
}
.postcard__behaviours {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 0.2px;
  font-weight: 300;
  display: inline-block;
}
@media (min-width: 1201px) {
  .postcard__behaviours {
    margin-bottom: 17px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .postcard__behaviours {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .postcard__behaviours {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
  }
}
.postcard__behaviours a {
  color: #fff;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .postcard__list {
    padding-left: 37px;
  }
}
@media (max-width: 767px) {
  .postcard__list {
    padding-left: 20px;
  }
}
.postcard__item {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: 19px;
  position: relative;
}
.postcard__item::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
@media (min-width: 1201px) {
  .postcard__item {
    margin-bottom: 12px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .postcard__item {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .postcard__item {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .postcard__item::before {
    left: -17px;
    top: 5px;
    width: 5px;
    height: 5px;
  }
}
.newsroom-article .difference .wrapper,
.standard-content .difference .wrapper {
  padding: 0;
}
@media (min-width: 1201px) {
  .difference {
    padding: 25px 0;
  }
}
@media (max-width: 1200px) {
  .difference {
    padding: 15px 0;
  }
}
.difference__content {
  margin: 0 auto;
}
@media (min-width: 1201px) {
  .difference__content {
    max-width: 770px;
  }
}
@media (max-width: 1200px) {
  .difference__content {
    max-width: 608px;
  }
}
.difference__title {
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .difference__title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .difference__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.difference__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (min-width: 1201px) {
  .difference__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .difference__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .difference__text {
    font-size: 12px;
    line-height: 20px;
  }
}
.quotes {
  position: relative;
  margin: 0 auto 40px 0;
  padding: 20px 10px 20px 32px;
}
.quotes::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  border-radius: 4.5px;
  background-color: #703e7c;
}
@media (min-width: 1201px) {
  .quotes {
    max-width: 560px;
  }
}
@media (max-width: 1200px) {
  .quotes {
    padding-top: 8px;
    max-width: 608px;
  }
  .quotes .sup-heading {
    margin-bottom: -5px;
  }
}
@media (max-width: 767px) {
  .quotes {
    padding-left: 22px;
  }
}
.quotes--centered {
  margin-left: auto;
}
.quotes__content--has-image {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12px;
}
@media (min-width: 1201px) {
  .quotes__content--has-image .quotes__text {
    margin-left: 12px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .quotes__content--has-image .quotes__text {
    margin-left: 15px;
    width: calc(100% - 70px);
  }
}
@media (max-width: 767px) {
  .quotes__content--has-image {
    -webkit-align-items: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -1px;
  }
  .quotes__content--has-image .quotes__text {
    margin-top: 6px;
    max-width: 200px;
  }
}
.quotes__icon {
  display: inline-block;
}
.quotes__icon svg g {
  fill: #703e7c;
}
@media (min-width: 1201px) {
  .quotes__icon {
    margin-bottom: 12px;
  }
  .quotes__icon svg {
    width: 45px;
    height: 40px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .quotes__icon {
    margin-bottom: 7px;
  }
  .quotes__icon svg {
    width: 31px;
    height: 31px;
  }
}
@media (max-width: 767px) {
  .quotes__icon {
    margin-bottom: 7px;
  }
  .quotes__icon svg {
    width: 22px;
    height: 22px;
  }
}
.quotes__quote {
  font-weight: 700;
  color: #703e7c;
}
@media (min-width: 768px) {
  .quotes__quote {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .quotes__quote {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
  }
}
.quotes__image {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: 0 16px 39px -16px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1201px) {
  .quotes__image {
    height: 68px;
    width: 68px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .quotes__image {
    height: 55px;
    width: 55px;
  }
}
@media (max-width: 767px) {
  .quotes__image {
    height: 40px;
    width: 40px;
  }
}
.quotes__name {
  display: block;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 1201px) {
  .quotes__name {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .quotes__name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .quotes__name {
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  .accordion {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .accordion {
    padding: 10px 0;
  }
}
.accordion--center,
.accordion--center .accordion__btn {
  text-align: center;
}
.accordion--center .accordion__content {
  margin: 0 auto;
}
.accordion--narrow {
  max-width: 770px;
  margin: 0 auto;
}
.accordion--narrow .accordion__content {
  max-width: 670px;
}
.accordion__item {
  position: relative;
}
.accordion__item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e9ed;
}
.accordion__item:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e9ed;
}
.accordion__btn {
  line-height: 24px;
  text-align: left;
  font-weight: 300;
  width: 100%;
  color: #415a6c;
  background-color: transparent;
  position: relative;
  display: block;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .accordion__btn {
    font-size: 24px;
    letter-spacing: 0.2px;
    padding: 22px 40px 23px 0;
  }
}
@media (max-width: 1200px) {
  .accordion__btn {
    font-size: 19px;
    letter-spacing: 0.1px;
    padding: 15px 40px 14px 0;
  }
}
@media (max-width: 767px) {
  .accordion__btn {
    font-size: 16px;
    letter-spacing: 0.1px;
    font-weight: 700;
    padding: 5px 25px 6px 0;
  }
}
.accordion__btn--active {
  color: #ea3592;
}
.accordion__btn--active .accordion__icon {
  border-color: #ea3592;
}
.accordion__btn--active .accordion__icon::after,
.accordion__btn--active .accordion__icon::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background-color: #ea3592;
}
.accordion__icon {
  position: absolute;
  right: 2px;
  border: 1px solid #415a6c;
  border-radius: 50%;
  display: inline-block;
  transition: border 0.3s ease-in-out;
}
.accordion__icon::after,
.accordion__icon::before {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #415a6c;
  transition: 0.3s ease-in-out;
}
.accordion__icon::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 1201px) {
  .accordion__icon {
    top: 14px;
    width: 40px;
    height: 40px;
  }
  .accordion__icon::after,
  .accordion__icon::before {
    right: 11px;
    top: 19px;
    width: 16px;
  }
}
@media (max-width: 1200px) {
  .accordion__icon {
    top: 10px;
    width: 34px;
    height: 34px;
  }
  .accordion__icon::after,
  .accordion__icon::before {
    right: 9px;
    top: 16px;
    width: 14px;
  }
}
@media (max-width: 767px) {
  .accordion__icon {
    top: 7px;
    right: 1px;
    width: 18px;
    height: 18px;
    border-width: 1px;
  }
  .accordion__icon::after,
  .accordion__icon::before {
    right: 4px;
    top: 8px;
    width: 8px;
    height: 1px;
  }
}
.accordion__content {
  display: none;
}
@media (min-width: 1201px) {
  .accordion__content {
    padding-bottom: 12px;
    max-width: 770px;
  }
}
@media (max-width: 1200px) {
  .accordion__content {
    padding-top: 6px;
    padding-bottom: 9px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .accordion__content {
    padding-top: 2px;
  }
}
.tabs {
  position: relative;
  overflow: hidden;
  padding-top: 6px;
  margin-bottom: 30px;
}
.tabs__toggle {
  position: relative;
  min-width: 180px;
  background-color: #fdfdfd;
  padding-left: 15px;
  padding-right: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #415a6c;
  line-height: 38px;
  height: 40px;
  text-align: left;
  border: 1px solid #e7e9ed;
  display: inline-block;
}
.tabs__toggle--active {
  border-color: #415a6c;
}
.tabs__toggle--active::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.tabs__tab {
  display: none;
}
.tabs__tab--active {
  display: block;
}
.tabs__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 32px;
  border-bottom: 1px solid #e7e9ed;
  overflow: auto;
}
.tabs__links-item {
  position: relative;
  padding-right: 21px;
  margin-right: 20px;
}
.tabs__links-item::after {
  content: '';
  position: absolute;
  top: -7px;
  right: 0;
  height: calc(100% - 6px);
  width: 1px;
  background-color: #e7e9ed;
}
.tabs__links-item:last-child {
  content: none;
}
.tabs__link {
  width: 100%;
  height: 100%;
  font-size: 19px;
  font-weight: 700;
  white-space: nowrap;
  color: #415a6c;
  background-color: transparent;
  display: block;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
.tabs__link--active,
.tabs__link:hover {
  color: #ea3592;
}
@media (min-width: 768px) {
  .tabs__link {
    padding: 4px 12px 22px 10px;
  }
}
@media (max-width: 767px) {
  .tabs__link {
    font-size: 14px;
    white-space: nowrap;
    padding-bottom: 15px;
  }
}
.tabs__line {
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #ea3592;
  border-radius: 1px;
}
@media (min-width: 768px) {
  .tabs__line {
    top: 53px;
  }
}
@media (max-width: 767px) {
  .tabs__line {
    top: 42px;
  }
}
.contact-us .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .contact-us {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .contact-us {
    padding: 25px 0;
  }
  .contact-us .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-us__heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
}
@media (min-width: 1201px) {
  .contact-us__heading {
    min-width: 200px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .contact-us__heading {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .contact-us__heading {
    margin-bottom: 30px;
  }
}
.contact-us__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .contact-us__container {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .contact-us__container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-us__content {
  padding-right: 10px;
}
@media (min-width: 1201px) {
  .contact-us__content {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-right: 20px;
  }
  .contact-us__content:last-child {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .contact-us__content {
    -webkit-flex: 0 1 33.333%;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
  }
}
@media (max-width: 767px) {
  .contact-us__content {
    margin-bottom: 25px;
  }
}
.contact-us__title {
  color: #ea3592;
}
.contact-us__sub-title {
  color: #ea3592;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .contact-us__sub-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.contact-us__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #415a6c;
  position: relative;
  display: block;
}
.contact-us__text:last-child {
  margin-bottom: 0;
}
.contact-us__text svg {
  position: absolute;
  left: 0;
  top: -2px;
  height: 30px;
  width: 25px;
}
.contact-us__text .icon-email,
.contact-us__text .icon-web {
  left: -3px;
  top: 3px;
}
@media (min-width: 1201px) {
  .contact-us__text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px;
  }
}
@media (max-width: 1200px) {
  .contact-us__text {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact-us__text {
    margin-bottom: 10px;
  }
}
.contact-us__text--icon {
  padding-left: 29px;
  text-decoration: none;
  overflow: visible;
}
.contact-us__text--web {
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.contact-us__text--web:hover {
  color: #5a186b;
}
.downloads,
.downloads::after {
  background-color: #e7e9ed;
  position: relative;
}
.downloads::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
}
.downloads .wrapper {
  position: relative;
  z-index: 1;
}
.downloads .rte {
  padding-top: 20px;
}
.downloads .rte ul li {
  margin-bottom: 24px;
}
.downloads .rte ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  height: calc(100% - 6px);
  background-color: #b6bdc9;
}
.downloads .rte ul li .downloads__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
}
@media (max-width: 767px) {
  .downloads .rte ul li .downloads__title {
    margin-bottom: 16px;
  }
}
.downloads .rte ul li .cta-link,
.downloads .rte ul li .downloads__date {
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
}
.downloads .rte ul li .downloads__date {
  margin-bottom: 7px;
  margin-top: 4px;
}
.downloads .rte h2 {
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 31px;
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 1200px) {
  .downloads .rte ul li .downloads__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 12px;
  }
  .downloads .rte ul li .downloads__date {
    margin-bottom: 7px;
    margin-top: 4px;
  }
  .downloads .rte h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .downloads .rte ul li .downloads__title {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 23px;
  }
  .downloads .rte ul li .downloads__date {
    margin-bottom: 6px;
    margin-top: 4px;
  }
  .downloads .rte h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1201px) {
  .downloads {
    padding: 60px 0 24px;
  }
  .downloads::after {
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
  }
}
@media (max-width: 1200px) {
  .downloads {
    padding: 41px 0 0;
  }
  .downloads::after {
    left: -15px;
    right: -15px;
  }
}
@media (min-width: 768px) {
  .downloads .result-control {
    display: none;
  }
}
@media (max-width: 767px) {
  .downloads .result-control {
    display: block;
    margin: 0 auto;
  }
  .downloads .result-control .progress-bg {
    background-color: #fff;
  }
  .downloads .result-control .progress-bg__line {
    background-color: #ea3592;
  }
  .downloads .results__btn {
    margin-top: 52px;
    margin-bottom: 54px;
  }
}
.downloads__holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 1201px) {
  h2 + .downloads__holder {
    margin-top: 54px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  h2 + .downloads__holder {
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .downloads__holder {
    margin-bottom: 20px;
  }
  h2 + .downloads__holder {
    margin-top: 20px;
  }
}
.downloads__item {
  position: relative;
  padding-left: 20px;
  margin: 0 8px 24px;
  width: calc(50% - 16px);
}
.downloads__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: calc(100% - 6px);
  background-color: #b6bdc9;
}
@media (max-width: 767px) {
  .downloads__item {
    width: 100%;
  }
}
.downloads__date {
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
}
@media (min-width: 768px) {
  .downloads__date {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .downloads__date {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .downloads__title {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .downloads__title {
    margin-bottom: 16px;
  }
}
.people-grid__wrap .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.people-grid__wrap .row::after,
.people-grid__wrap .row::before {
  width: 0;
}
.people-grid__wrap .card {
  padding-bottom: 83px;
}
.people-grid__wrap .card::after {
  content: none;
}
.people-grid__wrap .card .card__type {
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}
.people-grid__wrap .card .card__title {
  letter-spacing: 0.4px;
}
.people-grid__wrap .card__clickable.focus-visible {
  height: calc(93%);
}
@media (min-width: 1201px) {
  .people-grid__wrap .card {
    margin-bottom: 59px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .people-grid__wrap .card {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .people-grid__wrap .row {
    width: calc(100% + 30px);
  }
  .people-grid__wrap .card {
    margin-bottom: 20px;
  }
}
.people-grid__title {
  font-weight: 700;
  letter-spacing: 0.5px;
  max-width: 770px;
  margin-bottom: 64px;
}
.annual-report {
  background-color: #415a6c;
  color: #fff;
  overflow: hidden;
}
.annual-report .wrapper {
  position: relative;
}
.annual-report .box-progress {
  background-color: #ea3592;
}
@media (min-width: 1201px) {
  .annual-report {
    padding: 42px 0 60px;
  }
  .annual-report .carousel-controls {
    width: 100%;
    left: -5px;
    bottom: 57px;
  }
  .annual-report .carousel-controls .progress-bg {
    width: calc(100% - 135px);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .annual-report {
    padding: 32px 0 20px;
  }
  .annual-report .carousel-controls {
    width: calc(100% - 165px);
    right: 5px;
    bottom: 82px;
  }
  .annual-report .progress-bg {
    width: calc(100% - 143px);
  }
}
@media (max-width: 767px) {
  .annual-report {
    padding: 25px 0 10px;
  }
  .annual-report .carousel-controls {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 80px;
  }
  .annual-report .carousel-controls .progress-bg {
    width: calc(100% - 116px);
  }
}
.annual-report__title-wrap {
  margin-bottom: 41px;
}
@media (max-width: 1200px) {
  .annual-report__title-wrap {
    max-width: 608px;
    margin: 0 auto 40px;
  }
}
.annual-report__title {
  font-weight: 700;
  letter-spacing: 0.4px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .annual-report__title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .annual-report__title {
    font-size: 18px;
    line-height: 23px;
  }
}
.annual-report__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  max-width: 850px;
}
@media (min-width: 1201px) {
  .annual-report__text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 49px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .annual-report__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .annual-report__text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1201px) {
  .annual-report__carousel {
    width: calc(50vw - 50% + 100%);
    padding-left: 200px;
    margin-bottom: 90px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .annual-report__carousel {
    padding-left: 180px;
    margin-right: -15px;
    margin-bottom: 81px;
  }
}
@media (max-width: 767px) {
  .annual-report__carousel {
    margin: 0 -15px 76px;
  }
}
.annual-report__slide {
  position: relative;
}
.annual-report__slide:first-child .annual-report__year::after,
.annual-report__slide:first-child .annual-report__year::before {
  content: '';
  position: absolute;
}
.annual-report__slide:first-child .annual-report__year::before {
  height: 10px;
  width: 10px;
  left: -209px;
  top: 11px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.annual-report__slide:first-child .annual-report__year::after {
  top: 15px;
  right: calc(110%);
  width: 190px;
  border-bottom: 1.6px dashed #fff;
}
.annual-report__slide:last-child .annual-report__year::after,
.annual-report__slide:last-child .annual-report__year::before {
  content: '';
  position: absolute;
}
.annual-report__slide:last-child .annual-report__year::before {
  top: 15px;
  left: 40px;
  width: calc(100% - 40px);
  height: auto;
  border: 0;
  border-bottom: 1.6px dashed #fff;
}
.annual-report__slide:last-child .annual-report__year::after {
  top: 15px;
  right: calc(100% + 10px);
  border-bottom: 1.6px dashed #fff;
  width: calc(100% - 40px);
  z-index: -1;
}
@media (max-width: 1200px) {
  .annual-report__slide:first-child .annual-report__year::before {
    left: -129px;
  }
  .annual-report__slide:first-child .annual-report__year::after {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .annual-report__slide {
    margin: 0 15px;
  }
  .annual-report__slide:first-child .annual-report__year::after {
    right: calc(100% + 20px);
  }
  .annual-report__slide:last-child .annual-report__year::before {
    width: calc(100% - 90px);
  }
}
.annual-report__year {
  display: inline-block;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
  background-color: #415a6c;
}
.annual-report__year::before {
  content: '';
  position: absolute;
  top: 15px;
  right: calc(100% + 10px);
  border-bottom: 1.6px dashed #fff;
  width: calc(100% - 40px);
  z-index: -1;
}
@media (max-width: 767px) {
  .annual-report__year::before {
    right: calc(100% + 30px);
    width: calc(100% - 60px);
  }
}
.annual-report__card {
  position: relative;
  border-radius: 4px;
  box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  height: calc(100% - 40px);
}
.annual-report__card:hover .annual-report__download::before {
  opacity: 0.8;
}
.annual-report__img {
  position: relative;
  padding-top: 83%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.annual-report__content {
  padding: 25px 20px;
}
.annual-report__download {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  color: #ea3592;
}
.annual-report__download::before {
  content: '';
  display: block;
  width: 20px;
  height: 22px;
  position: absolute;
  top: -2px;
  left: 0;
  opacity: 0.3;
  background-size: cover;
  background-image: url(../images/news/icon-pdf.svg);
  transition: opacity 0.3s ease-in-out;
}
.annual-report__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 1201px) {
  .annual-report__dash {
    width: 173px;
    left: 6px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .annual-report__dash {
    width: 85px;
    left: 76px;
  }
}
@media (min-width: 768px) {
  .annual-report__dash {
    position: absolute;
    top: 14px;
    border-bottom: 1.6px dashed #fff;
  }
  .annual-report__dash::before {
    content: '';
    position: absolute;
    left: -12px;
    top: -4px;
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
}
.go-back {
  position: absolute;
}
@media (min-width: 768px) {
  .go-back {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .go-back {
    right: 70px;
    top: 15px;
  }
}
.performance {
  padding: 120px 0;
}
.performance .cta-link--download .ico-download svg .ar2019-circle,
.performance .cta-link--download .ico-download svg .ar2019-stroke,
.performance--dark .cta-link:hover .ico-download svg .ar2019-circle {
  stroke: #fff;
}
.insights .cta-link .arrow-rebuild path,
.insights--contact-us .cta-link:hover .downloadlink-icon svg circle,
.performance .cta-link--download .ico-download svg .ar2019-fill,
.performance--dark .cta-link .arrow-rebuild svg path,
.performance--dark .cta-link:hover .ico-download svg .ar2019-ico-hover {
  fill: #fff;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .performance {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .performance {
    padding: 60px 0;
  }
}
.performance--overlay {
  position: relative;
}
.performance--overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.performance--dark .cta-link,
.performance--dark .performance__content {
  color: #fff;
}
.performance--dark .cta-link .arrow-rebuild {
  border: 2px solid #fff;
}
.performance--dark .cta-link:hover .ico-download svg .ar2019-stroke {
  stroke: #415a6c;
}
.insights .cta-link:hover .arrow-rebuild svg path,
.insights--contact-us .cta-link:hover .downloadlink-icon svg rect,
.performance--dark .cta-link:hover .arrow-rebuild svg path,
.performance--dark .cta-link:hover .ico-download svg .ar2019-fill {
  fill: #415a6c;
}
.performance__row {
  position: relative;
  z-index: 1;
}
@media (min-width: 1201px) {
  .performance__row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .performance__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .performance__content {
    padding-right: 10%;
    width: 65%;
  }
}
@media (max-width: 767px) {
  .performance__content {
    margin-bottom: 25px;
  }
}
.performance__title {
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .performance__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .performance__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
  }
}
.performance__text {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .performance__text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .performance__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.performance__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0 20px 60px;
}
.performance__links .cta-link:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .performance__links {
    padding: 28px 0 20px 58px;
  }
}
@media (min-width: 768px) {
  .performance__links {
    width: 35%;
    border-left: 1px solid rgba(231, 233, 238, 0.5);
  }
}
@media (max-width: 767px) {
  .performance__links {
    padding: 0;
  }
  .performance__links .cta-link:not(:last-child) {
    margin-bottom: 10px;
  }
}
.info-block {
  padding: 80px 0;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .info-block {
    padding: 60px 0 45px;
  }
}
@media (max-width: 767px) {
  .info-block {
    padding: 40px 0 20px;
  }
}
@media (min-width: 768px) {
  .info-block__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 480px) {
  .info-block__wrap--centered {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.info-block__box {
  padding: 0 0 15px;
  border-left: 2px solid #e7e9ed;
}
@media (min-width: 768px) {
  .info-block__box {
    padding: 15px 5px 56px 20px;
    margin: 0 10px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(25% - 20px);
    position: relative;
  }
  .info-block__box .cta-link {
    position: absolute;
    left: 20px;
    bottom: 15px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .info-block__box {
    width: calc(50% - 20px);
    margin: 15px 10px;
  }
}
@media (max-width: 767px) {
  .info-block__box {
    padding: 33px 20px 18px;
    margin-bottom: 20px;
  }
  .info-block__box .cta-link {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 768px) {
  .info-block__box--centered {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .info-block__content {
    padding-right: 20px;
  }
}
.info-block__title {
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .info-block__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .info-block__title {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}
.info-block__subtitle {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 1201px) {
  .info-block__subtitle {
    min-height: 48px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .info-block__subtitle {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .info-block__subtitle {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 15px;
  }
}
.info-block__text {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .info-block__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .info-block__text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.case-studies {
  padding: 70px 0 80px;
  background-color: #f3f3f3;
}
.case-studies .cta-link {
  cursor: pointer;
}
.case-studies .cta-link:focus {
  outline: none;
}
.case-studies .cta-link.js-show-more {
  position: relative;
  padding-right: 40px;
  min-width: 120px;
  background: 0 0;
}
.case-studies .cta-link.js-show-more .plus-rebuild {
  position: absolute;
  right: 0;
  top: 1px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .case-studies {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .case-studies {
    padding: 40px 0;
    background-color: transparent;
    overflow-x: hidden;
  }
  .case-studies .cta-link {
    margin-top: 12px;
  }
}
.case-studies__title {
  font-weight: 700;
  margin-bottom: 64px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .case-studies__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .case-studies__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .case-studies__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .case-studies__wrap {
    margin: 0 -16px;
  }
}
.case-studies__buttons {
  position: relative;
  width: 400px;
  padding-right: 130px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .case-studies__buttons {
    width: 260px;
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .case-studies__buttons {
    display: none;
  }
}
.case-studies__btn {
  display: block;
  background-color: transparent;
  color: #415a6c;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
  margin-bottom: 22px;
}
.case-studies__btn::before {
  content: '';
  position: absolute;
  background-color: #96d22d;
  transition: 0.3s ease 0.2s;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .case-studies__btn {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .case-studies__btn::before {
    top: 0;
    left: -20px;
    width: 2px;
    height: 0;
  }
  .case-studies__btn:hover {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  .case-studies__btn:hover::before {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .case-studies__btn {
    min-width: 200px;
  }
  .case-studies__btn:not(:last-child) {
    margin-right: 20px;
  }
  .case-studies__btn::before {
    left: 0;
  }
}
.case-studies__mobile-btn {
  display: block;
  padding: 24px 74px 24px 16px;
  background-color: #e6e8ed;
  margin-bottom: 8px;
  width: 100%;
  color: #415a6c;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  position: relative;
  transition: color 0.3s ease;
}
.case-studies__mobile-btn .ico-plus {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #415a6c;
  transition: 0.3s ease;
}
.case-studies__mobile-btn .ico-plus::after {
  transition: 0.3s ease;
}
.case-studies__mobile-btn .ico-plus::after,
.case-studies__mobile-btn .ico-plus::before {
  content: '';
  position: absolute;
  background-color: #415a6c;
}
.case-studies__mobile-btn .ico-plus::after {
  width: 9px;
  height: 1px;
  top: 8px;
  left: 4px;
}
.case-studies__mobile-btn .ico-plus::before {
  width: 1px;
  height: 9px;
  top: 4px;
  left: 8px;
  transition: 0.2s ease;
}
@media (min-width: 768px) {
  .case-studies__mobile-btn {
    display: none;
  }
}
.case-studies__btn--active {
  opacity: 1;
}
@media (min-width: 768px) {
  .case-studies__btn--active {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  .case-studies__btn--active::before {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .case-studies__btn--active {
    color: #ea3592;
    margin-bottom: -1px;
  }
  .case-studies__btn--active .ico-plus {
    border-color: #ea3592;
  }
  .case-studies__btn--active .ico-plus::after {
    background-color: #ea3592;
  }
  .case-studies__btn--active .ico-plus::before {
    background-color: #ea3592;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.case-studies__content {
  display: none;
}
.case-studies__content .rte {
  padding-top: 0;
}
.case-studies__content .rte p,
.case-studies__content .rte span {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  margin-bottom: 15px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .case-studies__content > .rte {
    width: 370px;
  }
  .case-studies__content .rte {
    padding-top: 0;
  }
  .case-studies__content .rte p,
  .case-studies__content .rte span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .case-studies__content {
    width: 400px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 767px) {
  .case-studies__content {
    background-color: #e6e8ed;
    padding: 24px 16px 40px;
    margin-bottom: 8px;
  }
  .case-studies__content .rte {
    padding-top: 0;
  }
  .case-studies__content .rte p,
  .case-studies__content .rte span {
    font-size: 12px;
    line-height: 20px;
  }
}
.case-studies__content--active {
  display: block;
}
@media (min-width: 768px) {
  .case-studies__content--active {
    -webkit-animation: fade 0.7s ease-in-out;
    animation: fade 0.7s ease-in-out;
  }
}
@media (min-width: 1201px) {
  .case-studies__image-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 45px;
  }
  .case-studies__image-block .rte {
    width: 50%;
    padding-left: 30px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .case-studies__image-block {
    width: 370px;
  }
}
.case-studies__image {
  box-shadow: 0 15px 40px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1201px) {
  .case-studies__image {
    width: 50%;
    min-height: 210px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .case-studies__image {
    width: 100%;
    height: 208px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .case-studies__image {
    padding-bottom: 56%;
    margin-bottom: 30px;
  }
}
.case-studies__video {
  box-shadow: 0 15px 40px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1201px) {
  .case-studies__video {
    width: 50%;
    min-height: 210px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .case-studies__video {
    width: 100%;
    height: 208px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .case-studies__video {
    margin-bottom: 30px;
    height: 52.7vw;
  }
}
.case-studies__hidden,
.show-less .plus-rebuild::before {
  display: none;
}
.aside,
.aside__container {
  background-color: #fff;
  height: 100%;
}
.aside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  background: rgba(65, 90, 108, 0);
  transition: width 0s ease 0.5s, background 0.3s ease 0.5s;
  width: 0;
}
.aside__container {
  width: 270px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -webkit-transform: translateX(-271px);
  -ms-transform: translateX(-271px);
  transform: translateX(-271px);
}
.aside__wrap {
  padding: 80px 0;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .aside__wrap {
    padding: 40px 0;
  }
}
.aside--opened {
  background: rgba(65, 90, 108, 0.7);
  width: 100%;
}
.aside--opened .aside__container {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.aside--opened .aside__wrap {
  box-shadow: 2px 20px 11px 0 #4a4a4a;
}
.aside--opened .aside__btn .ico-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.aside--opened .aside__btn-text {
  letter-spacing: -6px;
  opacity: 0;
  visibility: hidden;
}
.aside__btn {
  position: absolute;
  top: 60px;
  left: 269px;
  overflow: visible;
  padding: 8px;
  background-color: #fff;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
  cursor: pointer;
  z-index: 12;
  transition: left 0.5s ease-in-out;
}
.aside__btn::before {
  box-shadow: 8px 0 15px -6px rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 50%;
}
.aside__btn .ico-arrow,
.aside__btn .ico-arrow::after {
  transition: -webkit-transform 0.5s ease, border 0.5s ease;
  transition: transform 0.5s ease, border 0.5s ease;
}
.aside__btn .ico-arrow {
  display: block;
  border-radius: 50%;
  border: 2px solid #415a6c;
  width: 37px;
  height: 37px;
  position: relative;
}
.aside__btn .ico-arrow::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 8px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #415a6c;
  border-right: 2px solid #415a6c;
}
@media (min-width: 1201px) {
  .aside__btn:hover .ico-arrow {
    background: #ea3592;
    border-color: #ea3592;
  }
  .aside__btn:hover .ico-arrow::after {
    border-color: #fff;
  }
  .aside__btn:hover .aside__btn-text {
    color: #ea3592;
  }
}
@media (max-width: 1200px) {
  .aside__btn {
    padding: 6px;
  }
}
.aside__btn--freze {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.touch .aside__btn {
  top: 10px;
}
.touch .aside__btn--pos {
  top: 10px !important;
}
.touch .aside__btn--bottom {
  top: 140px !important;
}
.no-touch .aside__btn--pos {
  top: 60px !important;
}
.no-touch .aside__btn--bottom {
  top: 180px !important;
}
.aside__btn-text {
  color: #415a6c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.44px;
  position: absolute;
  left: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.5s ease;
}
@media (max-width: 1300px) {
  .aside__btn-text {
    display: none;
  }
}
.aside__title {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  margin: 0 12px 30px;
}
@media (max-width: 767px) {
  .aside__title {
    margin: 0 12px 15px;
  }
}
.aside__item:not(:last-child) {
  border-bottom: 1px solid #e7e9ed;
}
.aside__item:not(.aside__item--has-children) .aside__item-btn {
  display: none;
}
.aside__item--has-children {
  position: relative;
}
.aside__item--has-children .aside__item--has-children .aside__item-btn {
  padding: 7px 10px;
}
.aside__item--has-children
  .aside__item--has-children
  .aside__item-btn
  .ico-plus::before {
  top: 14px;
}
.aside__item--has-children
  .aside__item--has-children
  .aside__item-btn
  .ico-plus::after {
  top: 18px;
}
.aside__link,
.aside__submenu-link {
  color: #415a6c;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: block;
  transition: 0.3s ease;
}
.aside__link:hover,
.aside__submenu-link:hover {
  color: #5a186b;
}
.aside__link {
  padding: 12px 30px 12px 48px;
}
.aside__submenu-link {
  padding: 7px 30px 7px 48px;
}
.aside__submenu-link:hover + .aside__item-btn::before {
  border-color: #5a186b;
}
.aside__link--active > .aside__link,
.aside__link--active > .aside__submenu-link {
  font-weight: 600;
}
.aside__submenu {
  padding: 10px 0;
}
.aside__submenu,
.aside__submenu-l3,
.aside__submenu-l4 {
  display: none;
  background-color: #e7e9ee;
}
.aside__submenu-l3 .aside__submenu-link {
  padding: 7px 30px 7px 55px;
}
.aside__submenu-l4 .aside__submenu-link {
  padding: 7px 30px 7px 62px;
}
.aside__item-btn {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}
.aside__item-btn .ico-plus {
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #415a6c;
  transition: 0.3s ease;
}
.aside__item-btn .ico-plus::after,
.aside__item-btn .ico-plus::before {
  content: '';
  position: absolute;
  background-color: #415a6c;
}
.aside__item-btn .ico-plus::after {
  width: 9px;
  height: 1px;
  top: 21px;
  left: 17px;
}
.aside__item-btn .ico-plus::before {
  width: 1px;
  height: 9px;
  top: 17px;
  left: 21px;
  transition: 0.2s ease;
}
@media (min-width: 1201px) {
  .aside__item-btn:hover .ico-plus {
    background-color: #b6bdc9;
  }
}
.aside__item--opened {
  background-color: #415a6c;
}
.aside__item--opened > .aside__link {
  color: #fff;
}
.aside__item--opened > .aside__item-btn .ico-plus {
  border: 1px solid #fff;
}
.aside__item--opened > .aside__item-btn .ico-plus::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #fff;
}
.aside__item--opened > .aside__item-btn .ico-plus::after,
.insights .cta-link:hover .arrow-rebuild {
  background-color: #fff;
}
.aside__item--opened > .aside__submenu-link {
  padding-bottom: 12px;
}
.aside__submenu-item--has-children {
  position: relative;
}
.aside__submenu-item--has-children .aside__submenu {
  padding: 0;
}
.aside__submenu-item--has-children
  .aside__submenu
  .aside__submenu-item:first-child
  .aside__submenu-link {
  padding-top: 0;
}
.aside__submenu-item--has-children .aside__submenu .aside__submenu-link {
  padding: 3px 30px 3px 62px;
}
.aside__submenu-item--has-children.aside__item--opened {
  background-color: transparent;
}
.aside__submenu-item--has-children.aside__item--opened > .aside__submenu-link {
  padding-bottom: 7px;
}
.aside__submenu-item--has-children.aside__item--opened > .aside__link {
  color: #415a6c;
}
.aside__submenu-item--has-children.aside__item--opened
  .aside__item-btn::before {
  -webkit-transform: translateX(-50%) rotate(225deg);
  -ms-transform: translateX(-50%) rotate(225deg);
  transform: translateX(-50%) rotate(225deg);
  top: 9px;
}
.aside__submenu-item--has-children .aside__item-btn {
  position: absolute;
  top: 6px;
  left: 0;
  width: 48px;
}
.aside__submenu-item--has-children .aside__item-btn:hover::before {
  border-color: #5a186b;
}
.aside__submenu-item--has-children .aside__item-btn::before {
  content: '';
  position: absolute;
  left: 57%;
  top: 7px;
  width: 5px;
  height: 5px;
  border-bottom: 1.5px solid #415a6c;
  border-right: 1.5px solid #415a6c;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  transition: 0.1s ease-in;
}
.insights {
  padding: 30px 0;
}
.insights .cta-link {
  color: #fff;
}
.insights .cta-link .arrow-rebuild {
  border-color: #fff;
}
@media (max-width: 767px) {
  .insights {
    padding: 10px 0;
  }
}
.insights__wrap {
  max-width: 770px;
  margin: 0 auto;
  background-color: #415a6c;
  border-radius: 5px;
  box-shadow: 0 15px 25px -15px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
@media (min-width: 768px) {
  .insights__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.insights__image {
  overflow: hidden;
}
.insights__image img {
  transition: 0.3s ease-in-out;
  max-width: none;
  width: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .insights__image {
    min-height: 200px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .insights__image img {
    width: 100%;
    max-width: 100%;
  }
}
.insights__image--zoom img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.insights__content {
  padding: 35px 40px 35px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 768px) {
  .insights__content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .insights__content {
    padding: 34px 23px;
  }
}
.insights__title {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .insights__title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
.insights__text {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .insights__text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 18px;
  }
}
.insights-small {
  padding: 80px 0;
}
.insights-small .wrapper {
  overflow: visible;
}
.insights-small .cta-link {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.insights-small .cta-link .ico-download {
  margin-left: 8px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .insights-small {
    padding: 80px 0 60px;
  }
}
@media (max-width: 767px) {
  .insights-small {
    padding: 60px 0 40px;
  }
}
.insights-small__wrap {
  max-width: 770px;
  min-height: 100px;
  padding-right: 20px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 15px 40px 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: relative;
}
@media (min-width: 768px) {
  .insights-small__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .insights-small__wrap {
    padding: 18px 18px 18px 68px;
    box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.2);
  }
}
.insights-small__box {
  background-color: #415a6c;
  width: 50px;
  position: relative;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
@media (max-width: 767px) {
  .insights-small__box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
.insights-small__desc {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 12px;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -60%) rotate(-90deg);
  -ms-transform: translate(-50%, -60%) rotate(-90deg);
  transform: translate(-50%, -60%) rotate(-90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.insights-small__image {
  max-width: 120px;
  box-shadow: 0 -5px 20px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .insights-small__image {
    position: absolute;
    left: 80px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .insights-small__image {
    display: none;
  }
}
@media (min-width: 768px) {
  .insights-small__content {
    padding: 20px 120px 20px 170px;
    width: 300px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.insights-small__title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .insights-small__title {
    font-size: 12px;
    line-height: 15px;
  }
}
.insights-small__text {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 1200px) {
  .insights-small__text {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .insights-small__text {
    margin-bottom: 19px;
  }
}
.features {
  padding-top: 92px;
  padding-bottom: 55px;
}
.features.features--landing {
  position: relative;
  background-color: #e7e9ee;
  padding-top: 77px;
  padding-bottom: 18px;
}
.features.features--landing::after,
.features.features--landing::before {
  content: '';
  position: absolute;
  background-color: #e7e9ee;
  top: 0;
  width: 50vw;
  height: 100%;
}
.features.features--landing::before {
  left: -50vw;
}
.features.features--landing::after {
  right: -50vw;
}
.features.features--landing .features__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.features.features--landing .features__header .cta-link {
  line-height: 42px;
}
.features.features--landing .features__title {
  font-weight: 700;
}
.features.features--landing .btn--filter {
  border-color: #e7e9ee;
}
.features.features--landing .btn--filter .btn-filter-close::after,
.features.features--landing .btn--filter .btn-filter-close::before {
  background-color: #e7e9ee;
}
@media (min-width: 1200px) {
  .features.features--landing .btn--filter:hover {
    border-color: #5a186b;
  }
}
.features.features--landing .btn--filter-active .btn-filter-close::after,
.features.features--landing .btn--filter-active .btn-filter-close::before {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .features.features--landing
    .btn--filter-active:hover
    .btn-filter-close::after,
  .features.features--landing
    .btn--filter-active:hover
    .btn-filter-close::before {
    background-color: #5a186b;
  }
}
.features.features--landing .latest-news__wrap {
  margin-bottom: 38px;
}
.features.features--landing .latest-news {
  padding-top: 37px;
}
.features.features--landing .progress-bg {
  background-color: #b6bdc9;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .features.features--landing {
    overflow: hidden;
    padding-top: 59px;
    padding-bottom: 34px;
  }
  .features.features--landing .features__title {
    font-size: 32px;
    line-height: 38px;
  }
  .features.features--landing .features__header {
    margin-bottom: 26px;
  }
  .features.features--landing .features__header .cta-link {
    line-height: 38px;
  }
  .features.features--landing .latest-news {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .features.features--landing {
    padding-top: 39px;
    overflow: hidden;
  }
  .features.features--landing .features__header {
    display: block;
  }
  .features.features--landing .features__header .cta-link {
    line-height: 19px;
  }
  .features.features--landing .features__title {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .features.features--landing .filter .filter__predictive {
    margin-top: 28px;
  }
  .features.features--landing .filter .predictive {
    min-width: 100%;
  }
  .features.features--landing .latest-news {
    padding-top: 5px;
  }
}
.features .wrapper {
  overflow: visible;
}
.features .filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.features .filter .filter__predictive {
  margin-top: 28px;
}
.features .filter .predictive {
  min-width: 270px;
}
.features .filter .predictive__select label {
  position: absolute;
  left: 0;
  top: -37px;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 27px;
  font-weight: 600;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
}
@media (min-width: 1201px) {
  .features .filter {
    margin-bottom: -9px;
  }
}
.features .predictive__btn {
  top: 50%;
  right: 6px;
  height: 38px;
  width: 38px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.features .predictive__btn::before {
  top: 8px;
  right: 10px;
}
.features .predictive__btn.predictive__btn--close::after,
.features .predictive__btn.predictive__btn--close::before {
  top: 17px;
  right: 6px;
}
.features .filter__intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 62px;
}
.features .filter__intro-title {
  margin-bottom: 6px;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 54px;
}
.features .filter__intro-desc {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 300;
}
.features .filter__search-bar {
  max-width: 469px;
  height: 63px;
  margin: 0 auto 20px;
  position: relative;
}
.features .filter__search-label {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  top: -37px;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 27px;
  font-weight: 600;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
}
.features .filter__search-input {
  color: #415a6c;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1px;
  line-height: 29px;
  background: 0 0;
  width: 100%;
  max-width: 469px;
  height: 63px;
  border: 1.6px solid #415a6c;
  padding: 11px 80px 17px 26px;
  border-radius: 31px;
  position: relative;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
}
.features .filter__search-input::-webkit-input-placeholder {
  color: #415a6c;
}
.features .filter__search-input:-ms-input-placeholder {
  color: #415a6c;
}
.features .filter__search-input::placeholder {
  color: #415a6c;
}
.features .filter__search-submit {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  border: 1.6px solid #415a6c;
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: 0 0;
  cursor: pointer;
}
.features .filter__search-submit::after,
.features .filter__search-submit::before {
  content: '';
  position: absolute;
}
.features .filter__search-submit::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.6px solid #415a6c;
  top: 10px;
  left: 10px;
}
.features .filter__search-submit::after {
  width: 8px;
  height: 4px;
  background-color: #415a6c;
  border-radius: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 25px;
  top: 28px;
}
.features .filter__search-submit .predictive__btn-focus {
  display: none;
}
.features .filter__search-submit.focus-visible {
  outline: 0;
}
.features .filter__search-submit.focus-visible:active .predictive__btn-focus,
.features .filter__search-submit.focus-visible:focus .predictive__btn-focus,
.features .filter__search-submit.focus-visible:hover .predictive__btn-focus {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: block;
  border: 2px dotted #5a186b;
  left: -6px;
  top: -6px;
  position: absolute;
}
.features .carousel-items__filter {
  max-width: calc(100% - 270px);
}
.features .carousel-items__filter-wrap {
  margin-top: 29px;
}
@media (min-width: 1201px) {
  .features .btn--filter:not(:last-child) {
    margin-right: 5px;
  }
}
.features .latest-news__view-toggler {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.features .latest-news__view {
  background: 0 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19px;
  color: #415a6c;
  font-family: 'KiteDisplay', 'Helvetica', 'Arial', sans-serif;
  transition: 0.2s ease-in;
  margin-top: -5px;
  position: relative;
  cursor: pointer;
}
.features .latest-news__view:not(:last-of-type) {
  margin-right: 15px;
}
.features .latest-news__view::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 4px;
  height: 1px;
  background-color: #5a186b;
  left: 0;
  opacity: 0;
  transition: 0.1s ease-in;
}
.features .latest-news__view--active:after,
.features .latest-news__view:hover:after {
  opacity: 1;
}
.features .latest-news__view--active {
  color: #5a186b;
}
.features .latest-news__view-btn {
  height: 26px;
  width: 54px;
  border: 1.6px solid #415a6c;
  border-radius: 13px;
  background-color: #fff;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);
  position: relative;
  margin-right: 11px;
  cursor: pointer;
}
.features .latest__news-view-dot {
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #5a186b;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2px;
  transition: 0.1s ease;
}
.features .latest__news-view-dot--list {
  left: 30px;
}
.features .card__date-holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.features .latest-news__wrap--list {
  display: block;
  margin: 29px 0 73px;
}
.features .latest-news__wrap--list .card {
  width: 100%;
  border: 1px solid #e7e9ed;
  min-height: 194px;
}
@media (min-width: 768px) {
  .features .latest-news__wrap--list .card {
    margin: 0 0 15px;
  }
}
.features .latest-news__wrap--list .card .card__title {
  margin-bottom: 2px;
}
.features .latest-news__wrap--list .card .card__content {
  padding-top: 16px;
  margin: 0;
}
.features .latest-news__wrap--list .card .card__header {
  margin-bottom: 8px;
}
.features .latest-news__wrap--list .card__breadcrumbs {
  padding-right: 0;
  height: 51px;
}
.features .latest-news__wrap--list .card--image .card__img {
  display: none;
}
.features .latest-news__wrap--list .card__time-length {
  position: absolute;
  left: auto !important;
  top: 16px !important;
  right: 16px !important;
}
.features .latest-news__wrap--list .card__view-counts {
  bottom: 25px;
  right: 16px;
  position: absolute;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .features {
    padding-top: 49px;
    padding-bottom: 92px;
  }
  .features .latest-news__wrap {
    margin-bottom: 38px;
  }
  .features .filter__intro {
    margin: 0 auto 70px;
  }
  .features .filter__intro-title {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 42px;
    margin-bottom: 11px;
  }
  .features .filter {
    margin-bottom: 12px;
  }
  .features .filter__search-bar {
    margin: 0 auto 59px;
  }
  .features .filter__intro-desc {
    font-size: 18px;
    line-height: 26px;
  }
  .features .carousel-items__filter-wrap {
    padding-right: 0;
  }
  .features .viewing-results__text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
  }
  .features .latest-news__btn .btn {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 10.92px;
    padding: 10px 41px 12px;
  }
  .features .latest-news__wrap--list {
    display: block;
    margin: 29px 0 73px;
  }
  .features .latest-news__wrap--list .card {
    min-height: 147px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 23px;
  }
  .features .latest-news__wrap--list .card .card__title {
    margin-bottom: 5px;
  }
  .features .latest-news__wrap--list .card .card__header {
    margin-bottom: 14px;
  }
  .features .latest-news__wrap--list .card__breadcrumbs {
    width: calc(100% - 20px);
    height: 36px;
    padding: 9px 0 0;
  }
  .features .latest-news__wrap--list .card--text .card__content {
    padding: 14px 10px 17px;
  }
  .features .latest-news__wrap--list .card--image .card__img {
    display: none;
  }
  .features .latest-news__wrap--list .card--image .card__content {
    padding: 14px 10px 17px;
  }
  .features .latest-news__wrap--list .card--image .card__time-length {
    color: #fff;
    background-color: #5a186b;
  }
  .features .latest-news__wrap--list .card__time-length {
    right: 10px !important;
    top: 10px !important;
  }
  .features .latest-news__wrap--list .card__view-counts {
    bottom: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .features {
    padding-top: 49px;
    padding-bottom: 106px;
  }
  .features .latest-news__wrap {
    margin-bottom: 34px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .features .filter__intro {
    margin: 0 auto 68px;
  }
  .features .filter__intro-title {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 11px;
  }
  .features .filter {
    margin-bottom: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .features .filter .filter__predictive {
    width: 100%;
  }
  .features .filter .predictive {
    max-width: 469px;
    margin: 0 auto;
  }
  .features .filter .predictive__select label {
    width: 100%;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
    display: none;
  }
  .features .filter__search-bar {
    margin: 0 auto 15px;
    height: 47px;
  }
  .features .filter__search-input {
    height: 47px;
    padding: 5px 50px 5px 20px;
    font-size: 16px;
    line-height: 34px;
  }
  .features .filter__search-submit {
    width: 38px;
    height: 38px;
    right: 6px;
  }
  .features .filter__search-submit::before {
    width: 18px;
    height: 18px;
    top: 6px;
    left: 6px;
  }
  .features .filter__search-submit::after {
    width: 9px;
    height: 3px;
    left: 19px;
    top: 22px;
  }
  .features .filter__intro-desc {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .features .filter__search-label {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
    top: -33px;
  }
  .features .latest-news {
    padding-top: 0;
  }
  .features .btn--filter {
    margin-right: 0;
  }
  .features .carousel-items__filter {
    max-width: 100%;
    position: relative;
    left: 15px;
  }
  .features .carousel-items__filter-wrap {
    margin-top: 19px;
    padding: 10px 0 10px 41px;
  }
  .features .latest-news__btn .btn {
    font-size: 17px;
    padding: 12px 59px;
  }
  .features .latest-news__view-toggler {
    display: none;
  }
}
.press-release {
  padding-top: 38px;
  padding-bottom: 65px;
}
.press-release > .wrapper {
  overflow: visible;
}
.press-release .tabs .tabs__tab {
  margin-bottom: 33px;
}
.press-release .tabs .progress-bg {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  max-width: 470px;
  margin: 0 auto 20px;
  border-radius: 3px;
}
.press-release .tabs .progress-bg__line {
  position: absolute;
  left: 0;
  top: -1px;
  height: 4px;
  width: 20%;
  max-width: 100%;
  background-color: #ea3592;
  transition: 0.5s ease-in-out;
  border-radius: 3px;
}
.press-release .tabs .tabs__release {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0 16px;
  border-bottom: 1px solid #cdd2da;
}
.press-release .tabs .tabs__release:last-child {
  border-bottom: 0;
}
.press-release .tabs .tabs__release .cta-link {
  margin-right: 48px;
  margin-bottom: 25px;
}
.press-release .tabs .tabs__release .cta-link .arrow-rebuild,
.press-release .tabs .tabs__release .cta-link .ico-download {
  margin-left: 20px;
}
.press-release .tabs .tabs__date {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 23px;
}
.press-release .tabs .tabs__content-title-holder {
  line-height: 0;
}
.press-release .tabs .tabs__content-holder {
  margin-left: -9px;
  padding-top: 3px;
}
.press-release .tabs .tabs__content-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 12px;
  display: inline-block;
  text-decoration: none;
  color: #415a6c;
}
.press-release .tabs .tabs__content-text {
  color: #415a6c;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 20px;
}
.press-release .tabs .tabs__archive {
  font-size: 18px;
  font-weight: 700;
  color: #415a6c;
  margin-left: auto;
  position: relative;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .press-release .tabs .tabs__archive {
    margin-right: 0;
  }
}
.press-release .tabs .tabs__links {
  margin-bottom: 37px;
  position: relative;
}
.press-release .tabs .tabs__link {
  padding: 4px 12px 24px 10px;
}
.press-release .tabs .tabs__link--active {
  position: relative;
}
.press-release .tabs .tabs__line {
  top: 52px;
  z-index: 1;
}
.press-release .filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 62px;
  position: relative;
}
.press-release .filter .filter__predictive {
  margin-top: 34px;
}
.press-release .filter .predictive {
  min-width: 270px;
}
.press-release .filter .predictive__select label {
  position: absolute;
  left: 0;
  top: -37px;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 27px;
  font-weight: 600;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
}
.press-release .predictive__btn,
.press-release .predictive__btn .search-bar__icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.press-release .predictive__btn {
  height: 38px;
  right: 6px;
  width: 38px;
}
.press-release .predictive__btn::after,
.press-release .predictive__btn::before {
  content: none;
}
.press-release .predictive__btn:hover .search-bar__icon {
  color: #b6bdc9;
}
.press-release .predictive__btn .search-bar__icon {
  position: absolute;
  right: 8px;
  width: 18px;
  color: #415a6c;
  transition: 0.3s ease-in-out;
}
.press-release .filter__intro {
  margin-bottom: 58px;
  text-align: center;
}
.press-release .filter__intro-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 42px;
  margin-bottom: 11px;
}
.press-release .filter__intro-desc {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 300;
}
.press-release .carousel-items__filter-wrap {
  margin-top: 29px;
}
.press-release .btn--filter:not(:last-child) {
  margin-right: 5px;
}
.press-release .latest-news__btn {
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .press-release {
    padding-bottom: 100px;
  }
  .press-release .filter__intro {
    margin-bottom: 37px;
    text-align: center;
  }
  .press-release .filter {
    margin-bottom: 106px;
  }
  .press-release .filter__intro-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.5px;
    margin-bottom: 11px;
  }
  .press-release .filter__predictive {
    z-index: 2;
  }
  .press-release .carousel-items__filter-wrap {
    padding-right: 0;
  }
  .press-release .btn--filter {
    font-size: 15px;
    padding: 5px 18px 8px;
    line-height: 15px;
  }
  .press-release .btn--filter:not(:last-child) {
    margin-right: 0;
  }
  .press-release .btn--filter-active {
    padding: 5px 31px 8px;
  }
  .press-release .tabs .tabs__tab {
    margin-bottom: 12px;
  }
  .press-release .tabs .tabs__release {
    padding: 18px 0 30px;
  }
  .press-release .tabs .tabs__release .cta-link {
    margin-right: 30px;
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 19px;
  }
  .press-release .tabs .tabs__release .cta-link .arrow-rebuild,
  .press-release .tabs .tabs__release .cta-link .ico-download {
    margin-left: 17px;
  }
  .press-release .tabs .tabs__date {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
  }
  .press-release .tabs .tabs__content-holder {
    padding-top: 8px;
  }
  .press-release .tabs .tabs__content-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 6px;
  }
  .press-release .tabs .tabs__content-text {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .press-release .viewing-results {
    text-align: center;
    margin-bottom: 20px;
  }
  .press-release .viewing-results__text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .press-release .latest-news__btn .btn {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 10.92px;
    padding: 11px 41px;
  }
}
@media (max-width: 767px) {
  .press-release {
    padding-bottom: 76px;
    padding-top: 40px;
  }
  .press-release .filter__intro {
    margin-bottom: 34px;
  }
  .press-release .filter {
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .press-release .filter .predictive {
    max-width: 100%;
    width: 100%;
  }
  .press-release .filter .predictive__select label {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
    top: -33px;
  }
  .press-release .filter__predictive,
  .press-release .tabs .tabs__release [class*='col-'] {
    width: 100%;
  }
  .press-release .filter__intro-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }
  .press-release .filter__intro-desc {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .press-release .carousel-items__filter {
    max-width: 100%;
    position: relative;
  }
  .press-release .carousel-items__filter-wrap {
    margin-top: 19px;
    padding: 10px 0 10px 41px;
  }
  .press-release .btn--filter {
    font-size: 15px;
    padding: 5px 18px 8px;
    line-height: 15px;
  }
  .press-release .btn--filter:not(:last-child) {
    margin-right: 0;
  }
  .press-release .btn--filter-active {
    padding: 5px 31px 8px;
  }
  .press-release .tabs .tabs__line {
    top: 42px;
  }
  .press-release .tabs .tabs__tab {
    margin-bottom: 0;
  }
  .press-release .tabs .tabs__release {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 29px;
  }
  .press-release .tabs .tabs__release:last-child {
    padding: 0 0 22px;
  }
  .press-release .tabs .tabs__release .no-padding-end,
  .press-release .tabs .tabs__release .no-padding-start {
    padding: 0;
  }
  .press-release .tabs .tabs__release .cta-link {
    float: left;
    clear: left;
    font-size: 16px;
    line-height: 19px;
    margin-right: 0;
    margin-bottom: 11px;
  }
  .press-release .tabs .tabs__release .cta-link .arrow-rebuild,
  .press-release .tabs .tabs__release .cta-link .ico-download {
    margin-left: 10px;
  }
  .press-release .tabs .tabs__content-holder {
    margin-left: 0;
    padding-top: 0;
  }
  .press-release .tabs .tabs__content-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
  }
  .press-release .tabs .tabs__content-text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 11px;
  }
  .press-release .tabs .tabs__archive {
    font-size: 14px;
    line-height: 18px;
    padding-top: 0;
  }
  .press-release .tabs .tabs__archive .tabs__link {
    padding: 2px 12px 17px 10px;
  }
  .press-release .tabs .tabs__links {
    margin-bottom: 23px;
  }
  .press-release .tabs .tabs__links-item {
    padding-right: 10px;
    margin-right: 9px;
  }
  .press-release .tabs .tabs__links-item .tabs__link {
    padding: 4px 12px 19px 10px;
  }
  .press-release .tabs .tabs__date {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
    display: inline-block;
  }
}
.media-search {
  min-height: calc(100vh - 440px);
  padding-top: 70px;
  padding-bottom: 105px;
}
.media-search .btn--back-to {
  margin-bottom: 8px;
  padding: 12px 31px;
}
.media-search .search__input-wrap {
  opacity: 1;
  margin-bottom: 28px;
}
.media-search .search__input {
  color: #415a6c;
  border-bottom: 1px solid #415a6c;
  padding-right: 60px;
}
.media-search .search__input.focus-visible {
  outline: 2px dashed #5a186b;
}
.media-search .search__input::-webkit-input-placeholder {
  color: #415a6c;
}
.media-search .search__input:-ms-input-placeholder {
  color: #415a6c;
}
.media-search .search__input::placeholder {
  color: #415a6c;
}
.media-search .search__icon,
.media-search .search__icon::after,
.media-search .search__icon::before {
  border: 1px solid #415a6c;
}
.media-search .search__description {
  font-size: 16px;
  letter-spacing: 0.1px;
  display: block;
}
@media (min-width: 768px) {
  .media-search .search__description {
    margin-bottom: 22px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .media-search .search__description {
    margin-bottom: 13px;
    line-height: 16px;
  }
}
.media-search .card__read-time {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 14px;
  background-color: #5a186b;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 5px 10px;
  border-radius: 12px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  position: absolute;
  left: 0;
  top: -40px;
  white-space: nowrap;
}
.media-search .search__bottom {
  display: block;
}
.media-search .result__description p b,
.media-search .search__term {
  font-weight: 700;
}
@media (min-width: 1201px) {
  .media-search .search__results-rebuild {
    margin-top: 0;
    margin-bottom: 73px;
  }
}
@media (max-width: 1200px) {
  .media-search .search__results-rebuild {
    margin-top: 11px;
    margin-bottom: 43px;
  }
}
.media-search .result {
  border-bottom: 1px solid rgba(65, 90, 108, 0.3);
}
@media (min-width: 1201px) {
  .media-search .result {
    padding: 34px 0 29px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .media-search .result {
    padding: 17px 0 27px;
  }
}
@media (min-width: 768px) {
  .media-search .result {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 970px;
  }
}
@media (max-width: 767px) {
  .media-search .result {
    padding: 11px 0 29px;
  }
  .media-search .result--has-pdf {
    position: relative;
  }
  .media-search .result--has-pdf .result__type {
    margin-bottom: 41px;
  }
}
.media-search .result__content {
  -webkit-flex: 0 0 51.7%;
  -ms-flex: 0 0 51.7%;
  flex: 0 0 51.7%;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .media-search .result__content .cta-link {
    font-size: 16px;
    line-height: 19px;
  }
}
.media-search .result__type {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.44px;
  line-height: 12px;
  text-transform: uppercase;
  display: inline-block;
}
@media (min-width: 768px) {
  .media-search .result__type {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .media-search .result__type {
    margin-bottom: 11px;
  }
}
.media-search .result__title {
  line-height: 28px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.17px;
}
@media (min-width: 768px) {
  .media-search .result__title {
    font-size: 22px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .media-search .result__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.media-search .result__description p,
.media-search .result__text {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .media-search .result__description p,
  .media-search .result__text {
    display: none;
  }
}
@media (min-width: 768px) {
  .media-search .result__description {
    position: relative;
    margin-top: 46px;
  }
}
.media-search .result__download {
  font-size: 9px;
  line-height: 11px;
  text-decoration: none;
  letter-spacing: 0.7px;
  position: absolute;
  border: 1px solid #415a6c;
  border-radius: 4px;
  color: #fff;
  padding: 3px 7px;
  transition: opacity 0.3s ease;
}
.media-search .result__download:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .media-search .result__download {
    top: -29px;
    left: -1px;
  }
}
@media (max-width: 767px) {
  .media-search .result__download {
    top: 52px;
    left: 0;
  }
}
.media-search .result-control {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.media-search .result-control .viewing-results {
  margin-bottom: 54px;
}
.media-search .result-control .progress-bg {
  left: 0;
  top: 47px;
  bottom: auto;
  width: 100%;
}
.media-search .result-control .progress-bg__line {
  position: absolute;
  left: 0;
  top: -1px;
  height: 4px;
  width: 20%;
  max-width: 100%;
  border-radius: 1px;
  background-color: #ea3592;
  transition: width 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .media-search .result-control {
    max-width: 470px;
  }
}
@media (max-width: 1200px) {
  .media-search .result-control {
    max-width: 418px;
  }
}
@media (max-width: 767px) {
  .media-search .result-control {
    text-align: center;
  }
}
.media-search .result-control .results__btn {
  text-align: center;
}
.newsroom-contactus {
  padding: 66px 0 2px;
}
.newsroom-contactus input,
.newsroom-contactus textarea {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  color: #415a6c;
}
@media (max-width: 1200px) {
  .newsroom-contactus {
    padding: 40px 0 2px;
  }
}
@media (max-width: 767px) {
  .newsroom-contactus input,
  .newsroom-contactus textarea {
    font-size: 14px;
    line-height: 18px;
  }
}
.newsroom-contactus__title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 42px;
  margin-bottom: 34px;
  max-width: 670px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .newsroom-contactus__title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .newsroom-contactus__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.newsroom-contactus__form-wrap {
  margin-bottom: 80px;
}
.newsroom-contactus__form-wrap label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.insights--contact-us {
  margin-bottom: 30px;
}
.insights--contact-us .insights__wrap {
  margin: 0;
}
.insights--contact-us .cta-link .downloadlink-icon {
  display: inline-block;
  vertical-align: sub;
  margin-left: 10px;
  position: relative;
  transition: 0.3s ease;
  top: 0;
}
.insights--contact-us .cta-link:hover .downloadlink-icon svg path {
  stroke: #415a6c;
}
.newsroom-contactus__subtitle {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 35px;
  max-width: 670px;
}
@media (max-width: 767px) {
  .newsroom-contactus__subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}
.newsroom-contactus__desc {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  margin-bottom: 33px;
}
.input-wrapper {
  margin-bottom: 52px;
}
.input-wrapper > label {
  display: inline-block;
}
.input-wrapper label {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 10px;
  font-weight: 700;
}
.input-wrapper label .label-optional {
  font-weight: 300;
  margin-left: 8px;
}
.input-wrapper:last-child {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .input-wrapper {
    margin-bottom: 36px;
  }
  .input-wrapper:last-child {
    margin-bottom: 39px;
  }
  .input-wrapper label {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
  }
}
.newsroom-contactus__input-holder {
  position: relative;
}
.newsroom-contactus__input-holder.invalid .newsroom-contactus__input {
  border: 2px solid #981d1d;
  background-color: rgba(165, 0, 19, 0.1);
}
.newsroom-contactus__input-holder.invalid .newsroom-contactus__error-message {
  display: block;
  color: #981d1d;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .newsroom-contactus__input-holder.invalid .newsroom-contactus__error-message {
    font-size: 12px;
    line-height: 14px;
  }
}
.newsroom-contactus__input {
  height: 47.6px;
  max-width: 371px;
  width: 100%;
  border: 1.6px solid #415a6c;
  border-radius: 23px;
  background-color: #fff;
  padding: 0 24px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .newsroom-contactus__input {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .newsroom-contactus__input {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}
.newsroom-contactus__error-message {
  display: none;
}
.radio-group__holder {
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .radio-group__holder {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.radio-group {
  max-width: 900px;
  margin-bottom: 17px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1201px) {
  .radio-group {
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .radio-group {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .radio-group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 29px;
  }
}
.radio__wrapper {
  position: relative;
}
.radio__wrapper input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.radio__wrapper input:checked + label {
  font-weight: 700;
}
.radio__wrapper input:checked + label::after {
  display: block;
}
.radio__wrapper label {
  position: relative;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  padding-left: 66px;
  height: 48px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}
.radio__wrapper label::after,
.radio__wrapper label::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.radio__wrapper label::before {
  height: 48px;
  width: 48px;
  border: 1.6px solid #415a6c;
  background-color: #fff;
  left: 0;
}
.radio__wrapper label::after {
  width: 32px;
  height: 32px;
  background-color: #ea3592;
  left: 8px;
  display: none;
}
@media (min-width: 1201px) {
  .radio__wrapper {
    padding-top: 5px;
    margin-top: -5px;
  }
  .radio__wrapper label {
    height: 56px;
    margin-bottom: 9px;
  }
}
@media (min-width: 768px) {
  .radio__wrapper {
    display: inline-block;
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .radio__wrapper label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    padding-left: 54px;
  }
}
.newsroom-contactus__choice-title {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 15px;
  font-weight: 700;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .newsroom-contactus__choice-title {
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .newsroom-contactus__choice-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.newsroom-contactus__check + label,
.newsroom-contactus__info {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 128px;
}
.newsroom-contactus__info .newsroom-contact__sub-title,
.newsroom-contactus__info .newsroom-contact__text {
  color: #ea3592;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .newsroom-contactus__info {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .newsroom-contactus__info .newsroom-contact__text--icon {
    float: left;
    clear: left;
  }
}
@media (max-width: 767px) {
  .newsroom-contactus__info {
    text-align: center;
    margin-bottom: 60px;
  }
}
.newsroom-contactus__check + label {
  margin-bottom: 30px;
  display: inline-block;
}
@media (max-width: 767px) {
  .newsroom-contactus__check + label {
    font-size: 14px;
    line-height: 18px;
  }
}
.newsroom-contactus__message {
  max-width: 670px;
  margin-bottom: 39px;
}
.newsroom-contactus__message label {
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
  display: block;
}
.newsroom-contactus__message .newsroom-contactus__textarea {
  display: block;
  height: 261px;
  resize: none;
  width: 100%;
  padding: 21px 23px;
  border: 2px solid #415a6c;
  border-radius: 4px;
  margin-bottom: 7px;
}
.newsroom-contactus__message .newsroom-contactus__charcount {
  float: right;
  font-family: 'Frutiger', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}
@media (max-width: 767px) {
  .newsroom-contactus__message {
    max-width: 100%;
    width: 100%;
    margin-bottom: 68px;
  }
  .newsroom-contactus__message .newsroom-contactus__textarea {
    height: 220px;
    padding: 12px;
  }
  .newsroom-contactus__message .newsroom-contactus__charcount,
  .newsroom-contactus__message label {
    font-size: 14px;
    line-height: 18px;
  }
}
.newsroom-contactus__btn {
  padding: 11px 78px 13px;
}
@media (max-width: 767px) {
  .newsroom-contactus__btn {
    margin: 0 auto;
    display: block;
  }
}
