html.home-structured-page {
  --home-closing-text: #262626;
  --home-closing-accent: #5e6e64;
  --home-closing-background: var(--dos-structural, #d8d2c8);
}

html.home-structured-page [data-home-closing-module="true"] {
  background: var(--home-closing-background) !important;
  border-bottom: 0.5px solid rgba(38, 38, 38, 0.12);
  color: var(--home-closing-text);
  overflow: hidden;
  padding: 23.0769230769vw 0 32.0512820513vw;
  position: relative;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__container {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: var(--grid-gutter, 2.5641025641vw);
  margin: 0 auto;
  padding: 0 var(--grid-outerGutter, 5.1282051282vw);
  position: relative;
  z-index: 2;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__inner {
  opacity: 0;
  visibility: hidden;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__eyebrow {
  color: var(--home-closing-accent);
  font-size: 1.8rem;
  font-weight: 350;
  grid-column: 1 / -1;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 31rem;
  text-align: center;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  grid-column: 1 / -1;
  margin: 7.8rem auto 0;
  position: relative;
  text-align: center;
  z-index: 3;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__title {
  color: var(--home-closing-text);
  font-size: clamp(3.8rem, 11vw, 5.6rem);
  font-weight: 350;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 100%;
  white-space: nowrap;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__title > div {
  color: var(--home-closing-text);
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__title .copy-lines-wrapper {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  display: grid;
  justify-items: center;
  line-height: inherit;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__title .copy-lines-wrapper .line {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: var(--home-closing-text) !important;
  display: block;
  grid-area: 1 / 1;
  line-height: inherit;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__title .home-closing__title-accent {
  color: var(--home-closing-accent);
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__title .copy-lines-wrapper .line div {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__copy {
  color: var(--home-closing-text);
  font-size: 1.6rem;
  font-weight: 350;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 2.7rem auto 0;
  max-width: min(44rem, 84vw);
  opacity: 0.66;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__copy-desktop-lines {
  display: none !important;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__link {
  margin-top: 9rem;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__images {
  display: flex;
  margin-top: 8rem;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 1;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__image-wrapper {
  opacity: 0;
  position: relative;
  visibility: hidden;
  width: 84.6153846154vw;
  will-change: transform, opacity;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__image-wrapper.left {
  left: -7.6923076923vw;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__image-wrapper.right {
  right: -7.6923076923vw;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__image-wrapper img {
  display: block;
  height: auto;
  max-width: none;
  transform: scale(1.6);
  width: 100%;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__image-wrapper.left img {
  transform-origin: right top;
}

html.home-structured-page [data-home-closing-module="true"] .home-closing__image-wrapper.right img {
  transform-origin: left top;
}

@media only screen and (max-width: 833px) {
  html.home-structured-page [data-home-closing-module="true"] {
    padding-top: calc(23.0769230769vw + 7.5rem);
  }
}

@media only screen and (min-width: 834px) {
  html.home-structured-page [data-home-closing-module="true"] {
    overflow-x: clip;
    overflow-y: visible;
    padding: 7.6388888889vw 0 12.5vw;
  }

  html.home-structured-page [data-home-closing-module="true"] .home-closing__container {
    column-gap: var(--grid-gutter, 2.3980815348vw);
    margin: 0 auto;
    padding: 0 var(--grid-outerGutter, 4.7961630695vw);
  }

  html.home-structured-page [data-home-closing-module="true"] .home-closing__eyebrow {
    font-size: 1.6rem;
    max-width: 42rem;
  }

  html.home-structured-page [data-home-closing-module="true"] .home-closing__content {
    grid-column: 2 / 5;
    margin: 4.8rem auto 0;
  }

  html.home-structured-page [data-home-closing-module="true"] .home-closing__title {
    font-size: clamp(3.36rem, 3.65vw, 6.13rem);
    line-height: 1;
  }

  html.home-structured-page [data-home-closing-module="true"] .home-closing__copy {
    font-size: 1.4rem;
    margin-top: 3.1rem;
    max-width: min(58rem, 46vw);
  }

  html.home-structured-page [data-home-closing-module="true"] .home-closing__copy-mobile-text {
    display: none !important;
  }

  html.home-structured-page [data-home-closing-module="true"] .home-closing__copy-desktop-lines {
    display: block !important;
  }

  html.home-structured-page [data-home-closing-module="true"] .home-closing__desktop-line {
    display: block;
  }

  html.home-structured-page [data-home-closing-module="true"] .home-closing__link {
    margin-top: 2.8rem;
  }

  html.home-structured-page [data-home-closing-module="true"] .home-closing__images {
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }

  html.home-structured-page [data-home-closing-module="true"] .home-closing__image-wrapper {
    width: 55.5555555556vw;
  }

  html.home-structured-page [data-home-closing-module="true"] .home-closing__image-wrapper.left {
    left: -20.8333333333vw;
  }

  html.home-structured-page [data-home-closing-module="true"] .home-closing__image-wrapper.right {
    right: -20.8333333333vw;
  }

  html.home-structured-page [data-home-closing-module="true"] .home-closing__image-wrapper img {
    transform: scale(1);
  }
}

@media only screen and (min-width: 1440px) {
  html.home-structured-page [data-home-closing-module="true"] .home-closing__eyebrow {
    font-size: 1.8rem;
  }

  html.home-structured-page [data-home-closing-module="true"] .home-closing__copy {
    font-size: 1.6rem;
    max-width: min(64rem, 44vw);
  }
}
