.km-imagebox1 {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: none;
  color: #737373;
  background: #f5f5f5;
}

.km-imagebox1__media {
  position: relative;
  flex: 0 0 35%;
  width: 35%;
  max-width: 35%;
  overflow: hidden;
  background: #d9d9d9;
}

.km-imagebox1__picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.km-imagebox1__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.km-imagebox1__body {
  display: flex;
  flex: 1 1 65%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 65%;
  max-width: 65%;
  padding: 120px 90px;
}

.km-imagebox1__text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  color: #737373;
  text-align: center;
}

.km-imagebox1__text > *:first-child {
  margin-top: 0;
}

.km-imagebox1__text > *:last-child {
  margin-bottom: 0;
}

.km-imagebox1__text p {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.km-imagebox1__text p + p {
  margin-top: 0.45em;
}

.km-imagebox1__cta {
  display: inline-flex;
  align-items: flex-end;
  align-self: flex-end;
  gap: 0.75rem;
  box-sizing: border-box;
  margin-top: 2.5rem;
  padding: 0.65rem 0 0 0.85rem;
  color: #737373;
  border-top: 1px solid #737373;
  border-left: 1px solid #737373;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.km-imagebox1__cta-label {
  white-space: pre-line;
}

.km-imagebox1__cta:hover,
.km-imagebox1__cta:focus-visible {
  color: #000;
}

.km-imagebox1__cta:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
}

.km-imagebox1__cta-arrow {
  display: flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: #737373;
}

.km-imagebox1__cta:hover .km-imagebox1__cta-arrow,
.km-imagebox1__cta:focus-visible .km-imagebox1__cta-arrow {
  background: #000;
}

.km-imagebox1--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: auto;
  max-width: none;
  min-height: 220px;
  padding: 2.5rem 1.25rem 0;
  background: repeating-linear-gradient(
    -45deg,
    #fff,
    #fff 8px,
    #eee 8px,
    #eee 16px
  );
}

.km-imagebox1--empty .km-imagebox1__icon {
  width: min(320px, 70%);
  height: auto;
  margin-bottom: 2.5rem;
}

.km-imagebox1__hint {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0.85rem 1.25rem;
  color: #31708f;
  background: #d9edf7;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
