.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

.padding-top-a {
  padding-top: 1vh;
}

.padding-right-a {
  padding-right: 1vw;
}

.padding-bottom-a {
  padding-bottom: 1vh;
}

.padding-left-a {
  padding-left: 1vw;
}

.margin-top-a {
  margin-top: 1vh;
}

.margin-right-a {
  margin-right: 1vw;
}

.margin-bottom-a {
  margin-bottom: 1vh;
}

.margin-left-a {
  margin-left: 1vw;
}

.padding-top-b {
  padding-top: 2vh;
}

.padding-right-b {
  padding-right: 2vw;
}

.padding-bottom-b {
  padding-bottom: 2vh;
}

.padding-left-b {
  padding-left: 2vw;
}

.margin-top-b {
  margin-top: 2vh;
}

.margin-right-b {
  margin-right: 2vw;
}

.margin-bottom-b {
  margin-bottom: 2vh;
}

.margin-left-b {
  margin-left: 2vw;
}

.padding-top-c {
  padding-top: 3vh;
}

.padding-right-c {
  padding-right: 3vw;
}

.padding-bottom-c {
  padding-bottom: 3vh;
}

.padding-left-c {
  padding-left: 3vw;
}

.margin-top-c {
  margin-top: 3vh;
}

.margin-right-c {
  margin-right: 3vw;
}

.margin-bottom-c {
  margin-bottom: 3vh;
}

.margin-left-c {
  margin-left: 3vw;
}

.padding-top-d {
  padding-top: 4vh;
}

.padding-right-d {
  padding-right: 4vw;
}

.padding-bottom-d {
  padding-bottom: 4vh;
}

.padding-left-d {
  padding-left: 4vw;
}

.margin-top-d {
  margin-top: 4vh;
}

.margin-right-d {
  margin-right: 4vw;
}

.margin-bottom-d {
  margin-bottom: 4vh;
}

.margin-left-d {
  margin-left: 4vw;
}

.padding-top-e {
  padding-top: 6vh;
}

.padding-right-e {
  padding-right: 6vw;
}

.padding-bottom-e {
  padding-bottom: 6vh;
}

.padding-left-e {
  padding-left: 6vw;
}

.margin-top-e {
  margin-top: 6vh;
}

.margin-right-e {
  margin-right: 6vw;
}

.margin-bottom-e {
  margin-bottom: 6vh;
}

.margin-left-e {
  margin-left: 6vw;
}

.padding-top-f {
  padding-top: 8vh;
}

.padding-right-f {
  padding-right: 8vw;
}

.padding-bottom-f {
  padding-bottom: 8vh;
}

.padding-left-f {
  padding-left: 8vw;
}

.margin-top-f {
  margin-top: 8vh;
}

.margin-right-f {
  margin-right: 8vw;
}

.margin-bottom-f {
  margin-bottom: 8vh;
}

.margin-left-f {
  margin-left: 8vw;
}

.padding-top-g {
  padding-top: 12vh;
}

.padding-right-g {
  padding-right: 12vw;
}

.padding-bottom-g {
  padding-bottom: 12vh;
}

.padding-left-g {
  padding-left: 12vw;
}

.margin-top-g {
  margin-top: 12vh;
}

.margin-right-g {
  margin-right: 12vw;
}

.margin-bottom-g {
  margin-bottom: 12vh;
}

.margin-left-g {
  margin-left: 12vw;
}

.padding-top-h {
  padding-top: 16vh;
}

.padding-right-h {
  padding-right: 16vw;
}

.padding-bottom-h {
  padding-bottom: 16vh;
}

.padding-left-h {
  padding-left: 16vw;
}

.margin-top-h {
  margin-top: 16vh;
}

.margin-right-h {
  margin-right: 16vw;
}

.margin-bottom-h {
  margin-bottom: 16vh;
}

.margin-left-h {
  margin-left: 16vw;
}

.padding-top-i {
  padding-top: 24vh;
}

.padding-right-i {
  padding-right: 24vw;
}

.padding-bottom-i {
  padding-bottom: 24vh;
}

.padding-left-i {
  padding-left: 24vw;
}

.margin-top-i {
  margin-top: 24vh;
}

.margin-right-i {
  margin-right: 24vw;
}

.margin-bottom-i {
  margin-bottom: 24vh;
}

.margin-left-i {
  margin-left: 24vw;
}

.padding-top-j {
  padding-top: 32vh;
}

.padding-right-j {
  padding-right: 32vw;
}

.padding-bottom-j {
  padding-bottom: 32vh;
}

.padding-left-j {
  padding-left: 32vw;
}

.margin-top-j {
  margin-top: 32vh;
}

.margin-right-j {
  margin-right: 32vw;
}

.margin-bottom-j {
  margin-bottom: 32vh;
}

.margin-left-j {
  margin-left: 32vw;
}

.layout-component > .image-component {
  display: block;
}
.layout-component > .video-component__link--wrapper {
  float: none;
}
.layout-component .video-component {
  float: none;
  display: inline-block;
}

.layout-component__wrapper {
  float: left;
}

.layout-component__inner-wrapper {
  position: relative;
}

.layout-component__container {
  float: left;
  width: 100%;
}

.layout-component__overlay {
  position: absolute;
  max-width: calc(100% - 12);
  width: 100%;
  z-index: 100;
}

.spacer-component__wrapper {
  float: left;
}

.spacer-component__visible-desktop {
  display: none;
}

.layout-component__mob-centered_horizontal_vertical {
  top: 50%;
  margin-left: 50%;
  margin-right: -50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.layout-component__mob-centered_horizontal_bottom_vertical {
  bottom: 6;
  margin-left: 50%;
  margin-right: -50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (min-width: 580px) {
  .layout-component__overlay {
    width: auto;
  }
}
@media (min-width: 768px) {
  .layout-component__tablet-centered_horizontal_vertical {
    top: 50%;
    bottom: auto;
    margin-left: 50%;
    margin-right: -50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .layout-component__tablet-centered_horizontal_bottom_vertical {
    top: auto;
    bottom: 6;
    margin-left: 50%;
    margin-right: -50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media (min-width: 1024px) {
  .spacer-component__visible-desktop {
    display: block;
  }
  .spacer-component__visible-mobile {
    display: none;
  }
  .layout-component__desktop-centered_horizontal_vertical {
    top: 50%;
    bottom: auto;
    margin-left: 50%;
    margin-right: -50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .layout-component__desktop-centered_horizontal_bottom_vertical {
    top: auto;
    bottom: 6;
    margin-left: 50%;
    margin-right: -50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.sm-col-1 {
  width: 16.6666666667%;
}

.sm-col-2 {
  width: 33.3333333333%;
}

.sm-col-3 {
  width: 50%;
}

.sm-col-4 {
  width: 66.6666666667%;
}

.sm-col-5 {
  width: 83.3333333333%;
}

.sm-col-6 {
  width: 100%;
}

@media (min-width: 1024px) {
  .lg-col-1 {
    width: 8.3333333333%;
  }
  .lg-col-2 {
    width: 16.6666666667%;
  }
  .lg-col-3 {
    width: 25%;
  }
  .lg-col-4 {
    width: 33.3333333333%;
  }
  .lg-col-5 {
    width: 41.6666666667%;
  }
  .lg-col-6 {
    width: 50%;
  }
  .lg-col-7 {
    width: 58.3333333333%;
  }
  .lg-col-8 {
    width: 66.6666666667%;
  }
  .lg-col-9 {
    width: 75%;
  }
  .lg-col-10 {
    width: 83.3333333333%;
  }
  .lg-col-11 {
    width: 91.6666666667%;
  }
  .lg-col-12 {
    width: 100%;
  }
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
}
@media (min-width: 820px) {
  .d-mdl-none {
    display: none;
  }
  .d-mdl-block {
    display: block;
  }
  .d-mdl-flex {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
}

.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}
.position-fixed {
  position: fixed;
}

.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}

.cms-components__layout-100width {
  clear: both;
  margin-bottom: 5%;
  width: 100%;
}
.cms-components__layout-25width {
  display: inline-block;
  float: left;
  margin-bottom: 5%;
  width: 100%;
}
.cms-components__layout-75width {
  display: inline-block;
  float: left;
  margin-bottom: 5%;
  width: 100%;
}

@media (min-width: 1024px) {
  .cms-components__layout-100width {
    margin-bottom: 2%;
  }
  .cms-components__layout-25width {
    float: left;
    padding: 1.25vw;
    width: 25%;
    margin: 0 0 2%;
    padding-left: 0;
  }
  .cms-components__layout-75width {
    float: left;
    padding: 1.25vw;
    width: 75%;
    margin-bottom: 2%;
    padding-right: 0;
  }
}
.picture-component {
  display: block;
  min-height: 1px;
}
.picture-component__image {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.picture-component__link {
  display: block;
}

.hotspots {
  display: block;
  position: relative;
}
.hotspots--desktop {
  display: none;
}

.hotspots__image {
  width: 100%;
}

.hotspots__spot {
  display: none;
  position: absolute;
}
.hotspots__spot--visible {
  display: block;
}
.hotspots__spot--active {
  position: static;
  width: 302px;
}

.hotspots__positioner {
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
}

.hotspots__spot--active > .hotspots__positioner {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 160px);
  margin: 0 auto;
  width: 302px;
  height: auto;
  z-index: 10;
}

.hotspots__trigger {
  display: block;
  position: static;
  outline: none;
  border-width: 0;
  border-radius: 50%;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHZpZXdCb3g9JzAgMCA3MCA3MCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSd4TWlkWU1pZCBtZWV0Jz48ZmlsdGVyIGlkPSdhJyB4PSctMTcuOSUnIHk9Jy0xNy45JScgd2lkdGg9JzE3MS40JScgaGVpZ2h0PScxNzEuNCUnPjxmZU9mZnNldCBkeD0nNScgZHk9JzUnIGluPSdTb3VyY2VBbHBoYScgcmVzdWx0PSdzaGFkb3dPZmZzZXRPdXRlcjEnLz48ZmVHYXVzc2lhbkJsdXIgaW49J3NoYWRvd09mZnNldE91dGVyMScgcmVzdWx0PSdzaGFkb3dCbHVyT3V0ZXIxJyBzdGREZXZpYXRpb249JzIuNScvPjxmZUNvbG9yTWF0cml4IGluPSdzaGFkb3dCbHVyT3V0ZXIxJyByZXN1bHQ9J3NoYWRvd01hdHJpeE91dGVyMScgdmFsdWVzPScwIDAgMCAwIDAgICAwIDAgMCAwIDAgICAwIDAgMCAwIDAgIDAgMCAwIDAuMSAwJy8+PGZlTWVyZ2U+PGZlTWVyZ2VOb2RlIGluPSdzaGFkb3dNYXRyaXhPdXRlcjEnLz48ZmVNZXJnZU5vZGUgaW49J1NvdXJjZUdyYXBoaWMnLz48L2ZlTWVyZ2U+PC9maWx0ZXI+PGNpcmNsZSBjeD0nMzUnIGN5PSczNScgcj0nMTQnIGZpbGw9J3JnYmEoMjUxLCAxMDYsIDAsIDEpJyBmaWx0ZXI9J3VybCgjYSknLz48Y2lyY2xlIGN4PSczNScgY3k9JzM1JyByPScxNCcgZmlsbD0ncmdiYSgyNTEsIDEwNiwgMCwgMC42KScgc3Ryb2tlLXdpZHRoPScwJz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdyJyBiZWdpbj0nMHMnIGNhbGNNb2RlPSdsaW5lYXInIGR1cj0nM3MnIGtleVRpbWVzPScwOyAwLjM7IDAuOTsgMScgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnIHZhbHVlcz0nMDsgMTQ7IDI1OyAzNScvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J2ZpbGwtb3BhY2l0eScgYmVnaW49JzBzJyBjYWxjTW9kZT0nbGluZWFyJyBkdXI9JzNzJyBrZXlUaW1lcz0nMDsgMC45OyAxJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScgdmFsdWVzPScxOyAwLjQ7IDAnLz48L2NpcmNsZT48L3N2Zz4=") no-repeat;
  background-size: contain;
  padding: 0;
  width: 70px;
  height: 70px;
  line-height: 28px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
.hotspots__trigger--active {
  -moz-transform: scale(1.15) rotate(45deg);
  -ms-transform: scale(1.15) rotate(45deg);
  -o-transform: scale(1.15) rotate(45deg);
  -webkit-transform: scale(1.15) rotate(45deg);
  transform: scale(1.15) rotate(45deg);
  position: relative;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHZpZXdCb3g9JzAgMCA3MCA3MCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSd4TWlkWU1pZCBtZWV0Jz48ZmlsdGVyIGlkPSdhJyB4PSctMTcuOSUnIHk9Jy0xNy45JScgd2lkdGg9JzE3MS40JScgaGVpZ2h0PScxNzEuNCUnPjxmZU9mZnNldCBkeD0nNScgZHk9JzUnIGluPSdTb3VyY2VBbHBoYScgcmVzdWx0PSdzaGFkb3dPZmZzZXRPdXRlcjEnLz48ZmVHYXVzc2lhbkJsdXIgaW49J3NoYWRvd09mZnNldE91dGVyMScgcmVzdWx0PSdzaGFkb3dCbHVyT3V0ZXIxJyBzdGREZXZpYXRpb249JzIuNScvPjxmZUNvbG9yTWF0cml4IGluPSdzaGFkb3dCbHVyT3V0ZXIxJyByZXN1bHQ9J3NoYWRvd01hdHJpeE91dGVyMScgdmFsdWVzPScwIDAgMCAwIDAuOTg0MzEzNzI1ICAgMCAwIDAgMCAwLjQxNTY4NjI3NSAgIDAgMCAwIDAgMCAgMCAwIDAgMC4xIDAnLz48ZmVNZXJnZT48ZmVNZXJnZU5vZGUgaW49J3NoYWRvd01hdHJpeE91dGVyMScvPjxmZU1lcmdlTm9kZSBpbj0nU291cmNlR3JhcGhpYycvPjwvZmVNZXJnZT48L2ZpbHRlcj48Y2lyY2xlIGN4PSczNScgY3k9JzM1JyByPScxNCcgZmlsbD0ncmdiYSgyNTEsIDEwNiwgMCwgMSknIGZpbHRlcj0ndXJsKCNhKScvPjwvc3ZnPg==");
  font-weight: 600;
  z-index: 200;
}

.hotspots:hover .hotspots__trigger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHZpZXdCb3g9JzAgMCA3MCA3MCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSd4TWlkWU1pZCBtZWV0Jz48ZmlsdGVyIGlkPSdhJyB4PSctMTcuOSUnIHk9Jy0xNy45JScgd2lkdGg9JzE3MS40JScgaGVpZ2h0PScxNzEuNCUnPjxmZU9mZnNldCBkeD0nNScgZHk9JzUnIGluPSdTb3VyY2VBbHBoYScgcmVzdWx0PSdzaGFkb3dPZmZzZXRPdXRlcjEnLz48ZmVHYXVzc2lhbkJsdXIgaW49J3NoYWRvd09mZnNldE91dGVyMScgcmVzdWx0PSdzaGFkb3dCbHVyT3V0ZXIxJyBzdGREZXZpYXRpb249JzIuNScvPjxmZUNvbG9yTWF0cml4IGluPSdzaGFkb3dCbHVyT3V0ZXIxJyByZXN1bHQ9J3NoYWRvd01hdHJpeE91dGVyMScgdmFsdWVzPScwIDAgMCAwIDAgICAwIDAgMCAwIDAgICAwIDAgMCAwIDAgIDAgMCAwIDAuMSAwJy8+PGZlTWVyZ2U+PGZlTWVyZ2VOb2RlIGluPSdzaGFkb3dNYXRyaXhPdXRlcjEnLz48ZmVNZXJnZU5vZGUgaW49J1NvdXJjZUdyYXBoaWMnLz48L2ZlTWVyZ2U+PC9maWx0ZXI+PGNpcmNsZSBjeD0nMzUnIGN5PSczNScgcj0nMTQnIGZpbGw9J3JnYmEoMjUxLCAxMDYsIDAsIDEpJyBmaWx0ZXI9J3VybCgjYSknLz48L3N2Zz4=");
}

.hotspots:hover .hotspots__trigger--active {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHZpZXdCb3g9JzAgMCA3MCA3MCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSd4TWlkWU1pZCBtZWV0Jz48ZmlsdGVyIGlkPSdhJyB4PSctMTcuOSUnIHk9Jy0xNy45JScgd2lkdGg9JzE3MS40JScgaGVpZ2h0PScxNzEuNCUnPjxmZU9mZnNldCBkeD0nNScgZHk9JzUnIGluPSdTb3VyY2VBbHBoYScgcmVzdWx0PSdzaGFkb3dPZmZzZXRPdXRlcjEnLz48ZmVHYXVzc2lhbkJsdXIgaW49J3NoYWRvd09mZnNldE91dGVyMScgcmVzdWx0PSdzaGFkb3dCbHVyT3V0ZXIxJyBzdGREZXZpYXRpb249JzIuNScvPjxmZUNvbG9yTWF0cml4IGluPSdzaGFkb3dCbHVyT3V0ZXIxJyByZXN1bHQ9J3NoYWRvd01hdHJpeE91dGVyMScgdmFsdWVzPScwIDAgMCAwIDAuOTg0MzEzNzI1ICAgMCAwIDAgMCAwLjQxNTY4NjI3NSAgIDAgMCAwIDAgMCAgMCAwIDAgMC4xIDAnLz48ZmVNZXJnZT48ZmVNZXJnZU5vZGUgaW49J3NoYWRvd01hdHJpeE91dGVyMScvPjxmZU1lcmdlTm9kZSBpbj0nU291cmNlR3JhcGhpYycvPjwvZmVNZXJnZT48L2ZpbHRlcj48Y2lyY2xlIGN4PSczNScgY3k9JzM1JyByPScxNCcgZmlsbD0ncmdiYSgyNTEsIDEwNiwgMCwgMSknIGZpbHRlcj0ndXJsKCNhKScvPjwvc3ZnPg==");
}

.hotspots__popup {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  display: block;
  opacity: 0;
  margin: -35px 0 0 35px;
  border-radius: 8px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 14px 40px;
  width: 267px;
  color: #3c3c3c;
}
.hotspots__popup--open {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  opacity: 1;
  z-index: 100;
}

.hotspots__title {
  margin: 0;
  padding: 7px 0;
  font-size: 16px;
  font-weight: 100;
}

.hotspots__subheading {
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding: 0 0 7px;
  font-size: 16px;
  font-weight: 600;
}

.hotspots__popup > a {
  display: block;
  position: relative;
  padding: 7px 0 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 100;
  pointer-events: all;
}

.hotspots__chevron {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  right: 30px;
  bottom: 7px;
}
.hotspots__chevron::before {
  background-size: 5px 9px;
}

@media (min-width: 1024px) {
  .hotspots {
    display: none;
  }
  .hotspots--desktop {
    display: block;
  }
  .hotspots__spot {
    overflow: visible;
  }
  .hotspots__spot--active {
    position: absolute;
    width: 250px;
  }
  .hotspots__trigger {
    -moz-transition: transform .3s  ease-out, font-weight .3s  ease-out;
    -ms-transition: transform .3s  ease-out, font-weight .3s  ease-out;
    -o-transition: transform .3s  ease-out, font-weight .3s  ease-out;
    -webkit-transition: transform .3s  ease-out, font-weight .3s  ease-out;
    transition: transform .3s  ease-out, font-weight .3s  ease-out;
  }
  .hotspots__trigger--active {
    -moz-animation: hotspots__TriggerGrow .3s ease-in forwards;
    -ms-animation: hotspots__TriggerGrow .3s ease-in forwards;
    -o-animation: hotspots__TriggerGrow .3s ease-in forwards;
    -webkit-animation: hotspots__TriggerGrow .3s ease-in forwards;
    animation: hotspots__TriggerGrow .3s ease-in forwards;
  }
  .hotspots__trigger--inactive {
    -moz-animation: hotspots__TriggerShrink .3s ease-in forwards;
    -ms-animation: hotspots__TriggerShrink .3s ease-in forwards;
    -o-animation: hotspots__TriggerShrink .3s ease-in forwards;
    -webkit-animation: hotspots__TriggerShrink .3s ease-in forwards;
    animation: hotspots__TriggerShrink .3s ease-in forwards;
  }
  .hotspots__spot--active > .hotspots__positioner {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    position: static;
    width: 250px;
    margin: -35px 0 0 -35px;
  }
  .hotspots__popup {
    -moz-transition: transform .3s ease-out, opacity .3s ease-out;
    -ms-transition: transform .3s ease-out, opacity .3s ease-out;
    -o-transition: transform .3s ease-out, opacity .3s ease-out;
    -webkit-transition: transform .3s ease-out, opacity .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out;
    padding: 14px 32px;
    width: 250px;
  }
  .hotspots__popup--open {
    -moz-animation: hotspots__PopupGrow .3s ease-in forwards;
    -ms-animation: hotspots__PopupGrow .3s ease-in forwards;
    -o-animation: hotspots__PopupGrow .3s ease-in forwards;
    -webkit-animation: hotspots__PopupGrow .3s ease-in forwards;
    animation: hotspots__PopupGrow .3s ease-in forwards;
  }
  .hotspots__popup--closed {
    -moz-animation: hotspots__PopupShrink .3s ease-in forwards;
    -ms-animation: hotspots__PopupShrink .3s ease-in forwards;
    -o-animation: hotspots__PopupShrink .3s ease-in forwards;
    -webkit-animation: hotspots__PopupShrink .3s ease-in forwards;
    animation: hotspots__PopupShrink .3s ease-in forwards;
  }
  .hotspots__title {
    padding: 0 0 7px;
    font-size: 24px;
  }
  .hotspots__chevron {
    right: 22px;
  }
}
@-webkit-keyframes hotspots__TriggerGrow {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    font-weight: 400;
  }
  92% {
    -moz-transform: scale(1.6) rotate(65deg);
    -ms-transform: scale(1.6) rotate(65deg);
    -o-transform: scale(1.6) rotate(65deg);
    -webkit-transform: scale(1.6) rotate(65deg);
    transform: scale(1.6) rotate(65deg);
    font-weight: 600;
  }
  100% {
    -moz-transform: scale(1.43) rotate(45deg);
    -ms-transform: scale(1.43) rotate(45deg);
    -o-transform: scale(1.43) rotate(45deg);
    -webkit-transform: scale(1.43) rotate(45deg);
    transform: scale(1.43) rotate(45deg);
    font-weight: 600;
  }
}
@-moz-keyframes hotspots__TriggerGrow {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    font-weight: 400;
  }
  92% {
    -moz-transform: scale(1.6) rotate(65deg);
    -ms-transform: scale(1.6) rotate(65deg);
    -o-transform: scale(1.6) rotate(65deg);
    -webkit-transform: scale(1.6) rotate(65deg);
    transform: scale(1.6) rotate(65deg);
    font-weight: 600;
  }
  100% {
    -moz-transform: scale(1.43) rotate(45deg);
    -ms-transform: scale(1.43) rotate(45deg);
    -o-transform: scale(1.43) rotate(45deg);
    -webkit-transform: scale(1.43) rotate(45deg);
    transform: scale(1.43) rotate(45deg);
    font-weight: 600;
  }
}
@-o-keyframes hotspots__TriggerGrow {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    font-weight: 400;
  }
  92% {
    -moz-transform: scale(1.6) rotate(65deg);
    -ms-transform: scale(1.6) rotate(65deg);
    -o-transform: scale(1.6) rotate(65deg);
    -webkit-transform: scale(1.6) rotate(65deg);
    transform: scale(1.6) rotate(65deg);
    font-weight: 600;
  }
  100% {
    -moz-transform: scale(1.43) rotate(45deg);
    -ms-transform: scale(1.43) rotate(45deg);
    -o-transform: scale(1.43) rotate(45deg);
    -webkit-transform: scale(1.43) rotate(45deg);
    transform: scale(1.43) rotate(45deg);
    font-weight: 600;
  }
}
@keyframes hotspots__TriggerGrow {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    font-weight: 400;
  }
  92% {
    -moz-transform: scale(1.6) rotate(65deg);
    -ms-transform: scale(1.6) rotate(65deg);
    -o-transform: scale(1.6) rotate(65deg);
    -webkit-transform: scale(1.6) rotate(65deg);
    transform: scale(1.6) rotate(65deg);
    font-weight: 600;
  }
  100% {
    -moz-transform: scale(1.43) rotate(45deg);
    -ms-transform: scale(1.43) rotate(45deg);
    -o-transform: scale(1.43) rotate(45deg);
    -webkit-transform: scale(1.43) rotate(45deg);
    transform: scale(1.43) rotate(45deg);
    font-weight: 600;
  }
}
@-webkit-keyframes hotspots__PopupGrow {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
  }
  92% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes hotspots__PopupGrow {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
  }
  92% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes hotspots__PopupGrow {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
  }
  92% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes hotspots__PopupGrow {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
  }
  92% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes hotspots__TriggerShrink {
  0% {
    -moz-transform: scale(1.43) rotate(45deg);
    -ms-transform: scale(1.43) rotate(45deg);
    -o-transform: scale(1.43) rotate(45deg);
    -webkit-transform: scale(1.43) rotate(45deg);
    transform: scale(1.43) rotate(45deg);
    font-weight: 600;
  }
  100% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    font-weight: 400;
  }
}
@-moz-keyframes hotspots__TriggerShrink {
  0% {
    -moz-transform: scale(1.43) rotate(45deg);
    -ms-transform: scale(1.43) rotate(45deg);
    -o-transform: scale(1.43) rotate(45deg);
    -webkit-transform: scale(1.43) rotate(45deg);
    transform: scale(1.43) rotate(45deg);
    font-weight: 600;
  }
  100% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    font-weight: 400;
  }
}
@-o-keyframes hotspots__TriggerShrink {
  0% {
    -moz-transform: scale(1.43) rotate(45deg);
    -ms-transform: scale(1.43) rotate(45deg);
    -o-transform: scale(1.43) rotate(45deg);
    -webkit-transform: scale(1.43) rotate(45deg);
    transform: scale(1.43) rotate(45deg);
    font-weight: 600;
  }
  100% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    font-weight: 400;
  }
}
@keyframes hotspots__TriggerShrink {
  0% {
    -moz-transform: scale(1.43) rotate(45deg);
    -ms-transform: scale(1.43) rotate(45deg);
    -o-transform: scale(1.43) rotate(45deg);
    -webkit-transform: scale(1.43) rotate(45deg);
    transform: scale(1.43) rotate(45deg);
    font-weight: 600;
  }
  100% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    font-weight: 400;
  }
}
@-webkit-keyframes hotspots__PopupShrink {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
  }
}
@-moz-keyframes hotspots__PopupShrink {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
  }
}
@-o-keyframes hotspots__PopupShrink {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
  }
}
@keyframes hotspots__PopupShrink {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
  }
}
.hero-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
}
.hero-container .slick-nav-button {
  margin-top: -22px;
}
.hero-container .slick-nav-button > .slick-next, .hero-container .slick-nav-button .slick-prev {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}
.hero-container .slick-nav-button > .slick-next {
  -moz-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.hero-container .slick-dots > li {
  width: 7px;
  height: 7px;
  border-radius: 10px;
  margin: 3px;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.hero-container .slick-dots > li:after {
  display: none;
}
.hero-container .slick-dots > li.slick-active {
  width: 25px;
  border-radius: 10px;
}

.grid-container {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.grid-container--gutter .layout-component__wrapper {
  padding: 8px 1.25vw;
}

.image-placeholder.squared-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.image-placeholder.squared-ratio > .image-component, .image-placeholder.squared-ratio .picture-component__image {
  position: absolute;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  display: block;
  height: auto;
  top: auto;
  left: auto;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.image-placeholder.landscape-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.image-placeholder.landscape-ratio > .image-component, .image-placeholder.landscape-ratio .picture-component__image {
  position: absolute;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  display: block;
  height: auto;
  top: auto;
  left: auto;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.image-placeholder.landscape_small-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 42.86%;
  overflow: hidden;
}
.image-placeholder.landscape_small-ratio > .image-component, .image-placeholder.landscape_small-ratio .picture-component__image {
  position: absolute;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  display: block;
  height: auto;
  top: auto;
  left: auto;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.image-placeholder.portrait-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 133.33%;
  overflow: hidden;
}
.image-placeholder.portrait-ratio > .image-component, .image-placeholder.portrait-ratio .picture-component__image {
  position: absolute;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  display: block;
  height: auto;
  top: auto;
  left: auto;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.image-placeholder.banner_landscape-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 25%;
  overflow: hidden;
}
.image-placeholder.banner_landscape-ratio > .image-component, .image-placeholder.banner_landscape-ratio .picture-component__image {
  position: absolute;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  display: block;
  height: auto;
  top: auto;
  left: auto;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.image-placeholder.banner_landscape_small-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 18.42%;
  overflow: hidden;
}
.image-placeholder.banner_landscape_small-ratio > .image-component, .image-placeholder.banner_landscape_small-ratio .picture-component__image {
  position: absolute;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  display: block;
  height: auto;
  top: auto;
  left: auto;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.image-placeholder.portrait_horizontal-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}
.image-placeholder.portrait_horizontal-ratio > .image-component, .image-placeholder.portrait_horizontal-ratio .picture-component__image {
  position: absolute;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  display: block;
  height: auto;
  top: auto;
  left: auto;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.image-placeholder.portrait_hero_standard-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  overflow: hidden;
}
.image-placeholder.portrait_hero_standard-ratio > .image-component, .image-placeholder.portrait_hero_standard-ratio .picture-component__image {
  position: absolute;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  display: block;
  height: auto;
  top: auto;
  left: auto;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.image-placeholder.portrait_hero_long-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 177.78%;
  overflow: hidden;
}
.image-placeholder.portrait_hero_long-ratio > .image-component, .image-placeholder.portrait_hero_long-ratio .picture-component__image {
  position: absolute;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  display: block;
  height: auto;
  top: auto;
  left: auto;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

@media (min-width: 768px) {
  .image-placeholder.tablet-squared-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
  }
  .image-placeholder.tablet-squared-ratio > .image-component, .image-placeholder.tablet-squared-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.tablet-landscape-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .image-placeholder.tablet-landscape-ratio > .image-component, .image-placeholder.tablet-landscape-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.tablet-landscape_small-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 42.86%;
    overflow: hidden;
  }
  .image-placeholder.tablet-landscape_small-ratio > .image-component, .image-placeholder.tablet-landscape_small-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.tablet-portrait-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 133.33%;
    overflow: hidden;
  }
  .image-placeholder.tablet-portrait-ratio > .image-component, .image-placeholder.tablet-portrait-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.tablet-banner_landscape-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 25%;
    overflow: hidden;
  }
  .image-placeholder.tablet-banner_landscape-ratio > .image-component, .image-placeholder.tablet-banner_landscape-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.tablet-banner_landscape_small-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 18.42%;
    overflow: hidden;
  }
  .image-placeholder.tablet-banner_landscape_small-ratio > .image-component, .image-placeholder.tablet-banner_landscape_small-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.tablet-portrait_horizontal-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
  }
  .image-placeholder.tablet-portrait_horizontal-ratio > .image-component, .image-placeholder.tablet-portrait_horizontal-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.tablet-portrait_hero_standard-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 150%;
    overflow: hidden;
  }
  .image-placeholder.tablet-portrait_hero_standard-ratio > .image-component, .image-placeholder.tablet-portrait_hero_standard-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.tablet-portrait_hero_long-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 177.78%;
    overflow: hidden;
  }
  .image-placeholder.tablet-portrait_hero_long-ratio > .image-component, .image-placeholder.tablet-portrait_hero_long-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .image-placeholder.desktop-squared-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
  }
  .image-placeholder.desktop-squared-ratio > .image-component, .image-placeholder.desktop-squared-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.desktop-landscape-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .image-placeholder.desktop-landscape-ratio > .image-component, .image-placeholder.desktop-landscape-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.desktop-landscape_small-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 42.86%;
    overflow: hidden;
  }
  .image-placeholder.desktop-landscape_small-ratio > .image-component, .image-placeholder.desktop-landscape_small-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.desktop-portrait-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 133.33%;
    overflow: hidden;
  }
  .image-placeholder.desktop-portrait-ratio > .image-component, .image-placeholder.desktop-portrait-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.desktop-banner_landscape-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 25%;
    overflow: hidden;
  }
  .image-placeholder.desktop-banner_landscape-ratio > .image-component, .image-placeholder.desktop-banner_landscape-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.desktop-banner_landscape_small-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 18.42%;
    overflow: hidden;
  }
  .image-placeholder.desktop-banner_landscape_small-ratio > .image-component, .image-placeholder.desktop-banner_landscape_small-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.desktop-portrait_horizontal-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
  }
  .image-placeholder.desktop-portrait_horizontal-ratio > .image-component, .image-placeholder.desktop-portrait_horizontal-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.desktop-portrait_hero_standard-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 150%;
    overflow: hidden;
  }
  .image-placeholder.desktop-portrait_hero_standard-ratio > .image-component, .image-placeholder.desktop-portrait_hero_standard-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
  .image-placeholder.desktop-portrait_hero_long-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 177.78%;
    overflow: hidden;
  }
  .image-placeholder.desktop-portrait_hero_long-ratio > .image-component, .image-placeholder.desktop-portrait_hero_long-ratio .picture-component__image {
    position: absolute;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
  }
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 2;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3333333333em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
  animation: 0s linear 0.3s forwards vjs-spinner-show;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none;
}

.vjs-nlk-skin .vjs-big-play-button {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .vjs-nlk-skin .vjs-big-play-button {
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 1024px) {
  .vjs-nlk-skin .vjs-big-play-button {
    width: 62px;
    height: 62px;
  }
}
.vjs-nlk-skin .vjs-big-play-button .vjs-icon-placeholder {
  display: block;
  width: 16px;
  height: 21px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABjCAMAAADkbw2DAAABrVBMVEUAAAAAAAAAAABVVVVAQEAzMzMrKytJSUlAQEA5OTkzMzNGRkZAQEA7Ozs3NzdERERAQEA5OTk2NjZAQEA6Ojo3NzdAQEA9PT07Ozs5OTlAQEA8PDw6Ojo+Pj48PDw6Ojo5OTk8PDw7Ozs+Pj47Ozs6Ojo+Pj4+Pj49PT07Ozs8PDw6Ojo+Pj49PT07Ozs+Pj49PT08PDw7Ozs+Pj46Ojo8PDw7Ozs9PT08PDw8PDw9PT07Ozs9PT08PDw8PDw7Ozs9PT08PDw8PDw7Ozs8PDw8PDw7Ozs8PDw8PDw8PDw8PDw9PT08PDw7Ozs8PDw8PDw8PDw7Ozs8PDw8PDw7Ozs8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw7Ozs8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw9PT08PDw8PDw8PDw7Ozs8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw9PT08PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDz///+pzCl+AAAAjXRSTlMAAQIDBAUGBwgJCgsMDQ4PEBITFBYXGBkaGxweHyEiIyQmJykrLC0xMjQ3OTo7PT4/QEFCRkhKS0xNUFJUVWZnaW93hYeIjpCUlZaXmaOlqqusrq+ws7S2t7i6vL7Bw8XHycvN0dPU19jZ2tvc3d7f4OHi4+Xm6Onq6+zt7u/w8fLz9PX29/j5+vv8/f4ydeURAAAAAWJLR0SOggWzbwAAAhRJREFUWMPd2ftXDHEYx/GZtRs2hRShUmHRkjuhndh25DLboJaSe7kTIip3RXZnPv+zXxyndXJ2d+b9wx7PH/A6z9kz+/0+z+drGNVbnRk3299OSNGBgiTlL9SFt7L6XS8Oh6WO60/552rDWSNaUtM9oaz3Sy15A/EQlq/ierw3uKW/y3fWYJY0eYiz5Du1mCU9P8BZ8pw4ZknPujlLeXslZkkP9nCW8nYNZkn3d3NWRa2pZE3s4iz9tGOYJd3dzln6nl6BWdKdTs7SQunWVH7d7uAsLaQjmCXdaucszZ8xMUu6vpWz9NkyMUsa3cJZ+mRxlnRtM2fpo8VZ0tVmztJML2dJ7gbO0rtTnCW5DZyltyc5S3LXc5amT3CWvLNRzJIumZyl06D1ErS0DbSS1dnXJPh79XHWUIT77mPUd/+wi/o/FuxV1DnxKEmdX569mjpXn+yjznvPjlP30NNu6n70nXrq3p46gs0Tzlpqznl9FJu/nHXUXPjmGDb7/qupyq2ZFLYrXG6k9o7ZFLZbXWmi9rS5FLaLDm+k9toPKWx3z22icoAvlknlE2MtVG7ytdymSls3Wqmc6VsFTZWwbrZRudy8FaHywjKzpTKsH+kola/e20HlvotBmlreGt9J5eRBm4LfFV4VR5bpWHDKyBVl4/tDvcMcXG6IDVqD3LuVUXPekyTvIvCeZhiJjOtmEsZ/W78A54GlUOw/moUAAAAASUVORK5CYII=");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 13px;
}
@media (min-width: 768px) {
  .vjs-nlk-skin .vjs-big-play-button .vjs-icon-placeholder {
    width: 20px;
    height: 26px;
    margin-left: 16px;
  }
}
@media (min-width: 1024px) {
  .vjs-nlk-skin .vjs-big-play-button .vjs-icon-placeholder {
    width: 26px;
    height: 35px;
    margin-left: 22px;
  }
}
.vjs-nlk-skin .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
  content: "";
}
.vjs-nlk-skin:hover .vjs-big-play-button {
  background-color: #3C3C3C;
}
.vjs-nlk-skin:hover .vjs-big-play-button .vjs-icon-placeholder {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABjCAMAAADkbw2DAAABqlBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////eFPMCAAAAjXRSTlMAAQIDBAUGBwgJCgsMDQ4PEBITFBYXGBkaGxweHyEiIyQmJykrLC0xMjQ3OTo7PT4/QEFCRkhKS0xNUFJUVWZnaW93hYeIjpCUlZaXmaOlqqusrq+ws7S2t7i6vL7Bw8XHycvN0dPU19jZ2tvc3d7f4OHi4+Xm6Onq6+zt7u/w8fLz9PX29/j5+vv8/f4ydeURAAAAAWJLR0SNGwzi1QAAAhRJREFUWMPd2ftXDHEYx/GZtRs2hRShUmHRkjuhndh25DLboJaSe7kTIip3RXZnPv+zXxyndXJ2d+b9wx7PH/A6z9kz+/0+z+drGNVbnRk3299OSNGBgiTlL9SFt7L6XS8Oh6WO60/552rDWSNaUtM9oaz3Sy15A/EQlq/ierw3uKW/y3fWYJY0eYiz5Du1mCU9P8BZ8pw4ZknPujlLeXslZkkP9nCW8nYNZkn3d3NWRa2pZE3s4iz9tGOYJd3dzln6nl6BWdKdTs7SQunWVH7d7uAsLaQjmCXdaucszZ8xMUu6vpWz9NkyMUsa3cJZ+mRxlnRtM2fpo8VZ0tVmztJML2dJ7gbO0rtTnCW5DZyltyc5S3LXc5amT3CWvLNRzJIumZyl06D1ErS0DbSS1dnXJPh79XHWUIT77mPUd/+wi/o/FuxV1DnxKEmdX569mjpXn+yjznvPjlP30NNu6n70nXrq3p46gs0Tzlpqznl9FJu/nHXUXPjmGDb7/qupyq2ZFLYrXG6k9o7ZFLZbXWmi9rS5FLaLDm+k9toPKWx3z22icoAvlknlE2MtVG7ytdymSls3Wqmc6VsFTZWwbrZRudy8FaHywjKzpTKsH+kola/e20HlvotBmlreGt9J5eRBm4LfFV4VR5bpWHDKyBVl4/tDvcMcXG6IDVqD3LuVUXPekyTvIvCeZhiJjOtmEsZ/W78A54GlUOw/moUAAAAASUVORK5CYII=");
  background-size: contain;
}
@media (max-width: 1024px) {
  .is-touch .vjs-nlk-skin .vjs-volume-panel {
    width: 4em !important;
  }
  .is-touch .vjs-nlk-skin .vjs-volume-control {
    display: none !important;
  }
}

.video-component {
  float: left;
  width: 100%;
}
.video-component .vjs-poster, .video-component video {
  display: none;
}
.video-component.lazyloaded video {
  display: block;
}
.video-component__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.video-component__link--wrapper {
  float: left;
  width: 100%;
  position: relative;
}

.video-component--poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-has-started .video-component--poster {
  display: none;
}

.video-component.landscape-ratio {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-component.landscape-ratio > .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-component.landscape_small-ratio {
  position: relative;
  padding-bottom: 42.86%;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-component.landscape_small-ratio > .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-component.portrait_horizontal-ratio {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-component.portrait_horizontal-ratio > .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-component.portrait-ratio {
  position: relative;
  padding-bottom: 133.33%;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-component.portrait-ratio > .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-component.squared-ratio {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-component.squared-ratio > .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-component.portrait_hero_standard-ratio {
  position: relative;
  padding-bottom: 150%;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-component.portrait_hero_standard-ratio > .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-component.portrait_hero_long-ratio {
  position: relative;
  padding-bottom: 177.78%;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-component.portrait_hero_long-ratio > .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .video-component.desktop-landscape-ratio {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 0;
  }
  .video-component.desktop-landscape-ratio > .video-js {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .video-component.desktop-landscape_small-ratio {
    position: relative;
    padding-bottom: 42.86%;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 0;
  }
  .video-component.desktop-landscape_small-ratio > .video-js {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .video-component.desktop-portrait_horizontal-ratio {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 0;
  }
  .video-component.desktop-portrait_horizontal-ratio > .video-js {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .video-component.desktop-portrait-ratio {
    position: relative;
    padding-bottom: 133.33%;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 0;
  }
  .video-component.desktop-portrait-ratio > .video-js {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .video-component.desktop-squared-ratio {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 0;
  }
  .video-component.desktop-squared-ratio > .video-js {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .video-component.desktop-portrait_hero_standard-ratio {
    position: relative;
    padding-bottom: 150%;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 0;
  }
  .video-component.desktop-portrait_hero_standard-ratio > .video-js {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .video-component.desktop-portrait_hero_long-ratio {
    position: relative;
    padding-bottom: 177.78%;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 0;
  }
  .video-component.desktop-portrait_hero_long-ratio > .video-js {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}