<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cp-split-image-and-text {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cp-split-image-and-text .is-pc {
  display: block;
}

.cp-split-image-and-text .is-mo {
  display: none;
}

.cp-split-image-and-text {
  direction: rtl;
}

.cp-split-image-and-text__inner {
  width: 100%;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  will-change: transform;
}

.cp-split-image-and-text__images, .cp-split-image-and-text__names {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  contain: paint;
  position: absolute;
  inset: 0;
}

.cp-split-image-and-text__images-wrap, .cp-split-image-and-text__names-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0px;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
  -webkit-flex: 1 0 0rem;
  -ms-flex: 1 0 0rem;
  flex: 1 0 0rem;
  overflow: hidden;
  position: relative;
  width: 1px;
  width: 0.1rem;
}

.cp-split-image-and-text__images {
  z-index: 1;
}

.cp-split-image-and-text__images-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.cp-split-image-and-text__images-inner img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  image-rendering: auto;
}

.left-image .cp-split-image-and-text__images-inner {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.right-image .cp-split-image-and-text__images-inner {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.to-diagonal .cp-split-image-and-text__images-wrap {
  overflow: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-flex: unset;
  -webkit-flex: unset;
  -ms-flex: unset;
  flex: unset;
  width: auto;
}

.to-diagonal .cp-split-image-and-text__images-wrap.left-image {
  left: 0;
  right: 30%;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 180%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 180%);
}

.to-diagonal .cp-split-image-and-text__images-wrap.right-image {
  left: 30%;
  right: 0;
  clip-path: polygon(0% 100%, 100% -100%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0% 100%, 100% -100%, 100% 100%, 0 100%);
}

.cp-split-image-and-text__names {
  z-index: 2;
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.cp-split-image-and-text__names-inner {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px;
  gap: 0.8rem;
  width: -webkit-calc(100% - 4rem);
  width: calc(100% - 4rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-split-image-and-text__names-eyebrow, .cp-split-image-and-text__names-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
  text-align: center;
}

.cp-split-image-and-text__names-eyebrow {
  font-family: "genesis-text-office", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
}

.cp-split-image-and-text__names-title {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
}

.cp-split-image-and-text__overlay, .cp-split-image-and-text__overlay2 {
  inset: 0;
  position: absolute;
  z-index: 1;
  will-change: opacity;
  opacity: 0;
}

.cp-split-image-and-text__overlay {
  background-color: rgba(17, 17, 17, 0.5);
}

.cp-split-image-and-text__overlay2 {
  background-color: #111;
}

.cp-split-image-and-text__title {
  z-index: 1;
  height: 150px;
  height: 15rem;
  width: 520px;
  width: 52rem;
  position: absolute;
  top: -webkit-calc(50% - 150px / 2);
  top: calc(50% - 150px / 2);
  left: -webkit-calc(50% - 520px / 2);
  left: calc(50% - 520px / 2);
}

.cp-split-image-and-text__title-inner {
  height: auto;
  width: auto;
  z-index: 1;
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  text-align: center;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "genesis-head-office-light", sans-serif;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

.cp-split-image-and-text__disclaimer {
  z-index: 1;
  position: absolute;
  bottom: 40px;
  bottom: 4rem;
  left: 0;
  right: 0;
  padding: 0 30px;
  padding: 0 3rem;
  text-align: center;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: "genesis-text-office", sans-serif;
  line-height: 1.2;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.type-light .cp-split-image-and-text__inner {
  background-color: #fff;
}

.type-light .cp-split-image-and-text__names-eyebrow p {
  color: rgba(0, 0, 0, 0.6);
}

.type-light .cp-split-image-and-text__names-title span {
  color: #000;
}

.type-light .cp-split-image-and-text__overlay {
  background-color: rgba(255, 255, 255, 0.5);
}

.type-light .cp-split-image-and-text__overlay2 {
  background-color: #fff;
}

.type-light .cp-split-image-and-text__title-inner span {
  color: #000;
}

.type-dark .cp-split-image-and-text__inner {
  background-color: #111;
}

.type-dark .cp-split-image-and-text__names-eyebrow p {
  color: rgba(255, 255, 255, 0.6);
}

.type-dark .cp-split-image-and-text__names-title span {
  color: #fff;
}

.type-dark .cp-split-image-and-text__overlay {
  background-color: rgba(17, 17, 17, 0.5);
}

.type-dark .cp-split-image-and-text__overlay2 {
  background-color: #111;
}

.type-dark .cp-split-image-and-text__title-inner span {
  color: #fff;
}

@media (max-width: 1024px) {
  .cp-split-image-and-text .is-pc {
    display: none;
  }
  .cp-split-image-and-text .is-mo {
    display: block;
  }
  .cp-split-image-and-text__images, .cp-split-image-and-text__names {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-split-image-and-text__images-wrap, .cp-split-image-and-text__names-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    height: 50%;
    width: 100%;
  }
  .cp-split-image-and-text__names-eyebrow {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-split-image-and-text__names-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .cp-split-image-and-text__title {
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cp-split-image-and-text__title-inner {
    padding: 0 30px;
    padding: 0 3rem;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .cp-split-image-and-text__disclaimer {
    bottom: 20px;
    bottom: 2rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
</pre></body></html>