@media (min-width: 901px) and (max-width: 1100px) {
  .lp-hero__image[src*="lf-hero"] {
    right: 78px;
    bottom: 96px;
    width: clamp(320px, 28vw, 425px);
  }

}

@media (min-width: 1101px) {
  .janus-page--lf .lp-hero {
    position: relative;
    overflow: hidden;
  }

  .janus-page--lf .lp-hero__inner {
    position: relative;
  }

  .janus-page--lf .lp-hero__image[src*="lf-hero"] {
    position: absolute;
    width: 460px;
    max-width: 150%;
    right: 50px;
    bottom: 70px;
    margin: 0;
    transform: none;
  }

}

@media (min-width: 1101px) {
  .janus-page--lf .lf-content__lead {
    max-width: 940px;
    margin: 0 0 40px 38px;
    color: #000;
    font-size: 21px;
    line-height: 1.42;
    font-weight: 500;
  }

  .janus-page--lf .lf-content__divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 28px;
    color: #00b0f6;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .janus-page--lf .lf-content__divider::before, .janus-page--lf .lf-content__divider::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #00b0f6;
  }

  .janus-page--lf .lf-content__divider span {
    white-space: nowrap;
  }

  .janus-page--lf .lf-service-image {
    display: block;
    width: 430px;
    max-width: 300%;
    margin: 0 auto 24px;
    transform: translateY(-40px);
  }

  .janus-page--lf .lf-content__divider--financial {
    margin-top: 0;
  }

}

@media (min-width: 1101px) {
  .janus-page--lf .lf-service-image {
    grid-column: 2 / 4;
    grid-row: 3;
    display: block;
    width: 560px;
    max-width: 100%;
    justify-self: center;
    align-self: start;
    margin: 0;
    position: static;
    transform: none;
  }
}

@media (min-width: 1101px) {
  .janus-page--lf .lp-approach .lp-approach-card__icon {
    border: 0 !important;
    border-radius: 0 !important;
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .janus-page--lf .lp-approach .lp-approach-card__icon img {
    display: block;
    width: 58px;
    height: 58px;
    object-fit: contain;
  }

}

@media (min-width: 1101px) {
  .janus-page--lf .retail-case__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
  }

  .janus-page--lf .retail-case__dots button {
    appearance: none;
    -webkit-appearance: none;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    color: #00b0f6;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
  }

  .janus-page--lf .retail-case__dots span {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(0, 176, 246, 0.18);
  }

  .janus-page--lf .retail-case__dots span.is-active {
    background: #00b0f6;
  }

}

.janus-page--lf .lf-content__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 34px 0 28px;
  color: #00b0f6;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.janus-page--lf .lf-content__divider::before,
.janus-page--lf .lf-content__divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #00b0f6;
}

.janus-page--lf .lf-content__divider span {
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .janus-page--lf .lp-why .lp-split {
    gap: 24px;
  }

  .janus-page--lf .lp-why .lp-rich-text {
    margin-bottom: 0;
  }

  .janus-page--lf .lp-why .lp-split__image {
    width: min(420px, 100%);
    margin-top: -20px;
  }
}

@media (min-width: 1101px) {
  .janus-page--lf .lp-why .lp-split {
    grid-template-columns: minmax(0, 1fr) 430px;
    column-gap: 48px;
    row-gap: 24px;
    align-items: start;
  }

  .janus-page--lf .lp-why .lp-split > div {
    display: contents;
  }

  .janus-page--lf .lp-why .lp-title {
    grid-column: 1 / -1;
    max-width: 100%;
    margin: 0;
  }

  .janus-page--lf .lp-why .lp-rich-text {
    grid-column: 1;
    max-width: 760px;
    margin: 0 0 0 34px;
  }

  .janus-page--lf .lp-why .lp-split__image {
    grid-column: 2;
    grid-row: 2;
    width: 430px;
    max-width: 100%;
    margin: 0;
    align-self: start;
    transform: none;
  }
}