<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content .mco-home-hero-block,
.mco-home-hero-block {
  margin-left: calc(-1 * var(--dimenGutter));
  margin-right: calc(-1 * var(--dimenGutter));
}
#content .mco-home-hero-block img,
.mco-home-hero-block img {
  display: block;
}
#content .mco-home-hero-block li,
.mco-home-hero-block li {
  padding: 0;
}
#content .mco-home-hero-block li:before,
.mco-home-hero-block li:before {
  display: none;
}
.mco-home-hero-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mco-home-hero-block.two-images .mco-home-hero-secondary-image-slider-container {
  width: 5.5rem;
  height: 5.5rem;
}
.mco-home-hero-content {
  display: block;
  width: 60%;
  max-width: calc(628px + 10% + 1rem);
  height: calc(100vh - var(--mccMastHeadHeight));
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
.mco-home-hero-content-item .h1 {
  display: block;
}
.mco-home-hero-content-item.current .h1 {
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 2rem;
}
.mco-home-hero-content-item.current small.text-slug {
  display: block;
  margin-top: 0.375rem;
  margin-bottom: 0.5rem;
}
.mco-home-hero-content-item.current p {
  margin: 1rem 0 0;
}
.mco-home-hero-content-item.current .progress-bar {
  margin-bottom: 6px;
  margin-left: -3px;
}
.mco-home-hero-content-item.current .btnPause svg,
.mco-home-hero-content-item.current .btnPlay svg {
  height: 18px;
  width: 18px;
}
.mco-home-hero-content-item.current .btnPause svg g rect,
.mco-home-hero-content-item.current .btnPlay svg g rect {
  fill: var(--colorPrimary);
}
.mco-home-hero-content-item.current .btnPlay,
.mco-home-hero-content-item.current .btnPause {
  font-size: 1.5rem;
  color: var(--colorPrimary);
  display: inline-block;
  padding-right: 1rem;
  cursor: pointer;
}
.mco-home-hero-content-item.current .btnPlay.not-playing,
.mco-home-hero-content-item.current .btnPause.not-playing {
  display: none;
}
.mco-home-hero-content-item:not(.current) {
  position: relative;
  -webkit-transition: width 0.4s, opacity 0.4s;
  transition: width 0.4s, opacity 0.4s;
}
.mco-home-hero-content-item:not(.current) &gt; .progress-bar,
.mco-home-hero-content-item:not(.current) &gt; .btnPause,
.mco-home-hero-content-item:not(.current) &gt; .btnPlay,
.mco-home-hero-content-item:not(.current) &gt; small:not(.h1),
.mco-home-hero-content-item:not(.current) &gt; p {
  display: none;
}
.mco-home-hero-content-item:not(.current) .h1 {
  position: relative;
  padding-bottom: 1rem;
}
.mco-home-hero-content-item:not(.current) .h1:before,
.mco-home-hero-content-item:not(.current) .h1:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: transparent;
  z-index: -2;
}
.mco-home-hero-content-item:not(.current) .h1:before {
  width: 0;
  background-color: var(--colorPrimary);
  z-index: -1;
}
.mco-home-hero-content-item:not(.current) .h1:after {
  left: auto;
  right: 0;
}
.mco-home-hero-content-item:not(.current):hover .h1 {
  opacity: 0.9;
}
.mco-home-hero-content-item:not(.current):hover .h1:after {
  -webkit-animation: mco_b1_animationWidthFullToNone 0.4s ease-in both;
          animation: mco_b1_animationWidthFullToNone 0.4s ease-in both;
}
.mco-home-hero-content-item:not(.current):hover .h1:before {
  -webkit-animation: mco_b1_animationWidthNoneToFull 0.4s ease-in both;
          animation: mco_b1_animationWidthNoneToFull 0.4s ease-in both;
}
.mco-home-hero-primary-image-slider-container *,
.mco-home-hero-secondary-image-slider-container *,
.mco-home-hero-preview-image-slider-container * {
  height: 100%;
}
.mco-home-hero-image-sliders {
  position: relative;
  width: 40%;
  min-height: calc(90vh - 79px);
  -o-object-fit: contain;
     object-fit: contain;
}
.mco-home-hero-primary-image-slider,
.mco-home-hero-secondary-image-slider,
.mco-home-hero-preview-image-slider {
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}
.mco-home-hero-primary-image-slider img,
.mco-home-hero-preview-image-slider img {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mco-home-hero-primary-image-slider-container {
  position: relative;
  width: 100%;
  height: calc(90vh - 79px);
  -o-object-fit: cover;
  object-fit: cover;
}
.mco-home-hero-primary-image-slider-container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  z-index: 2;
}
.mco-home-hero-secondary-image-slider-container {
  position: absolute;
  right: -1.6875rem;
  bottom: -1.6875rem;
  height: 1.6875rem;
  width: 1.6875rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  z-index: 5;
}
.mco-home-hero-secondary-image-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mco-home-hero-preview {
  position: relative;
  width: 2%;
  min-height: 65vh;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.mco-home-hero-preview-image-slider-container {
  position: static;
  width: 100%;
  height: 65vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.tease {
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
@media (min-width: 768px) {
  .mco-home-hero-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: calc(5rem + 28px);
  }
  .mco-home-hero-block.two-images {
    margin-bottom: calc(5rem + (142px / 2));
  }
  .mco-home-hero-block.two-images .mco-home-hero-secondary-image-slider-container {
    width: 8.875rem;
    height: 8.875rem;
    right: -4.4375rem;
    bottom: -4.4375rem;
  }
  .mco-home-hero-slider-next {
    display: none;
  }
  .mco-home-hero-content {
    grid-area: mco_home_hero_content;
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-column: 1;
    -ms-grid-rows: auto 1fr auto auto;
    grid-template-rows: auto 1fr auto auto;
    -ms-grid-row: auto 1fr auto auto;
        grid-template-areas: "mco_home_hero_content_current" "." "mco_home_hero_content_next" "mco_home_hero_content_item1";
    padding-right: 1rem;
  }
  .mco-home-hero-content h5 {
    grid-area: mco_home_hero_content_next;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .mco-home-hero-content .mco-home-hero-content-item {
    height: 0;
  }
  .mco-home-hero-content .mco-home-hero-content-item:not(.current) {
    padding-bottom: 0.5rem;
    cursor: pointer !important;
  }
  .mco-home-hero-content .mco-home-hero-content-item.current {
    grid-area: mco_home_hero_content_current;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    padding-top: 16vh;
    height: calc(75vh - 79px);
  }
  .mco-home-hero-content .mco-home-hero-content-item.current + .mco-home-hero-content-item {
    height: auto;
    grid-area: mco_home_hero_content_item1;
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .mco-home-hero-content .mco-home-hero-content-item.current .h1 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .mco-home-hero-content .mco-home-hero-content-item.current small.text-slug {
    margin-top: 1rem;
  }
  .mco-home-hero-content.total-slides-2.active-content-2 .mco-home-hero-content-item[data-index="1"],
  .mco-home-hero-content.total-slides-3.active-content-3 .mco-home-hero-content-item[data-index="1"],
  .mco-home-hero-content.total-slides-4.active-content-4 .mco-home-hero-content-item[data-index="1"] {
    height: auto;
    grid-area: mco_home_hero_content_item1;
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .mco-home-hero-secondary-image-slider-container {
    width: 1.75rem;
    height: 1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
  }
}
@media (min-width: 1200px) {
  #content .mco-home-hero-block,
  .mco-home-hero-block {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .mco-home-hero-block {
    margin-bottom: 8rem;
  }
  .mco-home-hero-block.two-images {
    margin-bottom: 8rem;
  }
  .mco-home-hero-block.two-images .mco-home-hero-secondary-image-slider-container {
    width: 9.9375rem;
    height: 9.9375rem;
    right: -4.96875rem;
    bottom: -4.96875rem;
  }
  .mco-home-hero-content {
    grid-template-columns: 1fr 2rem 1fr 2rem 1fr;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
        grid-template-areas: "mco_home_hero_content_current mco_home_hero_content_current mco_home_hero_content_current mco_home_hero_content_current mco_home_hero_content_current" ". . . . ." "mco_home_hero_content_next mco_home_hero_content_next mco_home_hero_content_next mco_home_hero_content_next mco_home_hero_content_next" "mco_home_hero_content_item1 . mco_home_hero_content_item2 . mco_home_hero_content_item3";
  }
  .mco-home-hero-content .mco-home-hero-content-item {
    height: auto;
  }
  .mco-home-hero-content .mco-home-hero-content-item.current {
    padding-top: 16vh;
    height: auto;
  }
  .mco-home-hero-content .mco-home-hero-content-item.current .h1 {
    font-size: 2.875rem;
    line-height: 3.75rem;
  }
  .mco-home-hero-content .mco-home-hero-content-item.current small.text-slug {
    margin-bottom: 1.5rem;
  }
  .mco-home-hero-content .mco-home-hero-content-item.current p {
    margin-top: 1.5rem;
  }
  .mco-home-hero-content.active-content-1 .mco-home-hero-content-item[data-index="2"] {
    grid-area: mco_home_hero_content_item1;
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .mco-home-hero-content.active-content-1 .mco-home-hero-content-item[data-index="3"] {
    grid-area: mco_home_hero_content_item2;
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .mco-home-hero-content.active-content-1 .mco-home-hero-content-item[data-index="4"] {
    grid-area: mco_home_hero_content_item3;
    -ms-grid-column: 3;
    -ms-grid-row: 4;
  }
  .mco-home-hero-content.active-content-2.total-slides-3 .mco-home-hero-content-item[data-index="1"] {
    grid-area: mco_home_hero_content_item2;
    -ms-grid-column: 3;
    -ms-grid-row: 4;
  }
  .mco-home-hero-content.active-content-2 .mco-home-hero-content-item[data-index="1"] {
    grid-area: mco_home_hero_content_item3;
    -ms-grid-column: 3;
    -ms-grid-row: 4;
  }
  .mco-home-hero-content.active-content-2 .mco-home-hero-content-item[data-index="3"] {
    grid-area: mco_home_hero_content_item1;
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .mco-home-hero-content.active-content-2 .mco-home-hero-content-item[data-index="4"] {
    grid-area: mco_home_hero_content_item2;
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .mco-home-hero-content.active-content-3 .mco-home-hero-content-item[data-index="1"] {
    grid-area: mco_home_hero_content_item2;
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .mco-home-hero-content.active-content-3.total-slides-3 .mco-home-hero-content-item[data-index="2"] {
    grid-area: mco_home_hero_content_item2;
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .mco-home-hero-content.active-content-3:not(.total-slides-3) .mco-home-hero-content-item[data-index="2"] {
    grid-area: mco_home_hero_content_item3;
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .mco-home-hero-content.active-content-3 .mco-home-hero-content-item[data-index="4"] {
    grid-area: mco_home_hero_content_item1;
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .mco-home-hero-content.active-content-4 .mco-home-hero-content-item[data-index="1"] {
    grid-area: mco_home_hero_content_item1;
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .mco-home-hero-content.active-content-4 .mco-home-hero-content-item[data-index="2"] {
    grid-area: mco_home_hero_content_item2;
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .mco-home-hero-content.active-content-4 .mco-home-hero-content-item[data-index="3"] {
    grid-area: mco_home_hero_content_item3;
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .mco-home-hero-secondary-image-slider-container {
    right: -2.75rem;
    bottom: -2.75rem;
    height: 2.75rem;
    width: 2.75rem;
  }
  .mco-home-hero-content h5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .mco-home-hero-content .mco-home-hero-content-item.current {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .mco-home-hero-content .mco-home-hero-content-item.current + .mco-home-hero-content-item {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .mco-home-hero-content.total-slides-2.active-content-2 .mco-home-hero-content-item[data-index="1"],
  .mco-home-hero-content.total-slides-3.active-content-3 .mco-home-hero-content-item[data-index="1"],
  .mco-home-hero-content.total-slides-4.active-content-4 .mco-home-hero-content-item[data-index="1"] {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) {
  .mco-home-hero-content h5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .mco-home-hero-content .mco-home-hero-content-item.current {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mco-home-hero-content .mco-home-hero-content-item.current + .mco-home-hero-content-item {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .mco-home-hero-content.total-slides-2.active-content-2 .mco-home-hero-content-item[data-index="1"],
  .mco-home-hero-content.total-slides-3.active-content-3 .mco-home-hero-content-item[data-index="1"],
  .mco-home-hero-content.total-slides-4.active-content-4 .mco-home-hero-content-item[data-index="1"] {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .mco-home-hero-content.active-content-1 .mco-home-hero-content-item[data-index="2"] {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .mco-home-hero-content.active-content-2 .mco-home-hero-content-item[data-index="3"] {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .mco-home-hero-content.active-content-3 .mco-home-hero-content-item[data-index="4"] {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .mco-home-hero-content.active-content-4 .mco-home-hero-content-item[data-index="1"] {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .mco-home-hero-content.active-content-1 .mco-home-hero-content-item[data-index="2"] {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .mco-home-hero-content.active-content-1 .mco-home-hero-content-item[data-index="3"] {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .mco-home-hero-content.active-content-1 .mco-home-hero-content-item[data-index="4"] {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .mco-home-hero-content.active-content-2.total-slides-3 .mco-home-hero-content-item[data-index="1"] {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .mco-home-hero-content.active-content-2 .mco-home-hero-content-item[data-index="1"] {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .mco-home-hero-content.active-content-2 .mco-home-hero-content-item[data-index="3"] {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .mco-home-hero-content.active-content-2 .mco-home-hero-content-item[data-index="4"] {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .mco-home-hero-content.active-content-3 .mco-home-hero-content-item[data-index="1"] {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .mco-home-hero-content.active-content-3.total-slides-3 .mco-home-hero-content-item[data-index="2"] {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .mco-home-hero-content.active-content-3:not(.total-slides-3) .mco-home-hero-content-item[data-index="2"] {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .mco-home-hero-content.active-content-3 .mco-home-hero-content-item[data-index="4"] {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .mco-home-hero-content.active-content-4 .mco-home-hero-content-item[data-index="1"] {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .mco-home-hero-content.active-content-4 .mco-home-hero-content-item[data-index="2"] {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .mco-home-hero-content.active-content-4 .mco-home-hero-content-item[data-index="3"] {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
}
@media (min-width: 1440px) {
  .mco-home-hero-secondary-image-slider img {
    min-width: 100%;
    -webkit-filter: saturate(104%) brightness(90%);
            filter: saturate(104%) brightness(90%);
  }
}
@media (min-width: 1920px) {
  .mco-home-hero-content {
    max-width: calc(860px + 10% + 1rem);
  }
  .mco-home-hero-content .mco-home-hero-content-item.current .h1 {
    font-size: 68px;
    line-height: 76px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .mco-home-hero-content.total-slides-4.active-content-1 .mco-home-hero-content-item[data-index="3"],
  .mco-home-hero-content.total-slides-4.active-content-1 .mco-home-hero-content-item[data-index="4"] {
    display: none;
  }
  .mco-home-hero-content.total-slides-4.active-content-2 .mco-home-hero-content-item[data-index="1"],
  .mco-home-hero-content.total-slides-4.active-content-2 .mco-home-hero-content-item[data-index="4"] {
    display: none;
  }
  .mco-home-hero-content.total-slides-4.active-content-3 .mco-home-hero-content-item[data-index="1"],
  .mco-home-hero-content.total-slides-4.active-content-3 .mco-home-hero-content-item[data-index="2"] {
    display: none;
  }
  .mco-home-hero-content.total-slides-4.active-content-4 .mco-home-hero-content-item[data-index="2"],
  .mco-home-hero-content.total-slides-4.active-content-4 .mco-home-hero-content-item[data-index="3"] {
    display: none;
  }
  .mco-home-hero-content.total-slides-3.active-content-1 .mco-home-hero-content-item[data-index="3"] {
    display: none;
  }
  .mco-home-hero-content.total-slides-3.active-content-2 .mco-home-hero-content-item[data-index="1"] {
    display: none;
  }
  .mco-home-hero-content.total-slides-3.active-content-3 .mco-home-hero-content-item[data-index="2"] {
    display: none;
  }
}
@media (max-width: 1199px) {
  .mco-home-hero-image-sliders {
    width: 50%;
  }
  .mco-home-hero-content {
    width: 48%;
    padding-left: 5.4375rem;
  }
  .mco-home-hero-content-item .h1 {
    display: inline-block;
  }
  .mco-home-hero-content-item.current {
    max-width: none;
    padding-top: 60px;
    padding-right: 0px;
  }
  .mco-home-hero-content-item.current .h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .mco-home-hero-image-sliders {
    width: calc(100% - 1.6875rem);
    min-height: auto;
  }
  .mco-home-hero-content {
    width: 100%;
    height: auto;
    padding-right: 27px;
    padding-left: 27px;
  }
  .mco-home-hero-content h5 {
    display: none;
  }
  .mco-home-hero-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mco-home-hero-content-item:not(.current) {
    display: none;
  }
  .mco-home-hero-content-item.current {
    height: auto;
    max-width: none;
    padding-top: 0px;
  }
  .mco-home-hero-content-item.current .h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .mco-home-hero-primary-image-slider-container {
    height: auto;
  }
  .mco-home-hero-preview {
    display: none;
  }
  .mco-home-hero-slider-next {
    position: absolute;
    bottom: 0;
    right: 1.6875rem;
  }
  .mco-home-hero-content-item.current {
    padding-top: 16px;
  }
  .mco-home-hero-primary-image-slider {
    height: 324px;
  }
  .mco-home-hero-primary-image-slider .tns-item {
    opacity: 1;
  }
  .mco-home-hero-primary-image-slider .tns-item:not(.tns-slide-active) {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .mco-home-hero-primary-image-slider-container {
    height: auto;
  }
}
@media (min-width: 768px) and (max-height: 480px) {
  .mco-home-hero-block {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .mco-home-hero-block .mco-home-hero-primary-image-slider-container {
    height: 100%;
  }
  .mco-home-hero-block .mco-home-hero-content {
    height: auto;
    -ms-grid-rows: auto 3rem auto auto 1fr;
    grid-template-rows: auto 3rem auto auto 1fr;
        grid-template-areas: "mco_home_hero_content_current" "." "mco_home_hero_content_next" "mco_home_hero_content_item1" ".";
  }
  .mco-home-hero-block .mco-home-hero-content .mco-home-hero-content-item {
    height: auto;
  }
  .mco-home-hero-block .mco-home-hero-content .mco-home-hero-content-item.current {
    height: auto;
    padding-top: 30px;
  }
  .mco-home-hero-block .mco-home-hero-preview {
    height: 85vh;
  }
  .mco-home-hero-block .mco-home-hero-preview .mco-home-hero-preview-image-slider-container {
    height: 100%;
  }
  .mco-home-hero-block .mco-home-hero-content &gt; h5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .mco-home-hero-block .mco-home-hero-content &gt; .mco-home-hero-content-item.current {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .mco-home-hero-block .mco-home-hero-content &gt; .mco-home-hero-content-item {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .mco-home-hero-block .mco-home-hero-content &gt; .mco-home-hero-content-item[data-index="1"],
  .mco-home-hero-block .mco-home-hero-content &gt; .mco-home-hero-content-item[data-index="1"],
  .mco-home-hero-block .mco-home-hero-content &gt; .mco-home-hero-content-item[data-index="1"] {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .mco-home-hero-block .mco-home-hero-content &gt; .mco-home-hero-content-item[data-index="2"] {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .mco-home-hero-block .mco-home-hero-content &gt; .mco-home-hero-content-item[data-index="3"] {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .mco-home-hero-block .mco-home-hero-content &gt; .mco-home-hero-content-item[data-index="4"] {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .mco-home-hero-block .mco-home-hero-content &gt; .mco-home-hero-content-item[data-index="1"] {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-height: 720px) {
  .mco-home-hero-block .mco-home-hero-content .mco-home-hero-content-item.current {
    padding-top: 40px;
  }
}
.tease {
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
@-webkit-keyframes mco_b1_animationWidthFullToNone {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes mco_b1_animationWidthFullToNone {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes mco_b1_animationWidthNoneToFull {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes mco_b1_animationWidthNoneToFull {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
</pre></body></html>