.otto-why {
  --otto-green: #60c339;
  --otto-site-green: #96bf0d;
  --otto-dark: #1d2029;
  --otto-text: #333333;
  --otto-muted: #666666;
  --otto-line: #e7e7e7;
  --otto-soft: #fafafa;
  color: var(--otto-text);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.otto-why *,
.otto-why *::before,
.otto-why *::after {
  box-sizing: border-box;
}

.otto-why-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.otto-why h1,
.otto-why h2,
.otto-why h3,
.otto-why p {
  margin: 0;
}

.otto-why h1,
.otto-why h2 {
  font-weight: 400;
  letter-spacing: 0;
}

.otto-why-hero {
  position: relative;
  min-height: 520px;
  isolation: isolate;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--otto-line);
}

.otto-why-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  /*background-image: url("img/2qd2kgov79v7sy8autiqt8l27whnu3v0.jpg");*/
  background-image: url("img/cjmb538ox1mmt9jkbxfqw4nrs4pt76gp.jpg");
  background-size: cover;
  background-position: center right;
}

.otto-why-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 27%, rgba(255,255,255,.58) 45%, rgba(255,255,255,.08) 66%, rgba(255,255,255,0) 100%),
    radial-gradient(circle at 10% 50%, rgba(255,255,255,.82) 0 16%, rgba(255,255,255,0) 44%);
}

.otto-why-hero__content {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0;
}

.otto-why-hero h1 {
  max-width: 560px;
  font-size: clamp(45px, 7vw, 95px);
  line-height: .95;
}

.otto-why-hero h1::after {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  margin: 28px 0 22px;
  background: var(--otto-green);
}

.otto-why-hero p {
  max-width: 390px;
  font-size: 18px;
  line-height: 1.55;
}

.otto-why-signature {
  display: block;
  width: min(360px, 78vw);
  height: 42px;
  margin-top: 58px;
  background: var(--otto-green);
  -webkit-mask: url("img/otto_numbers_signature_svg/otto_signature.svg") left center / contain no-repeat;
  mask: url("img/otto_numbers_signature_svg/otto_signature.svg") left center / contain no-repeat;
}

.otto-why-reasons {
  padding: 42px 0 48px;
}

.otto-why-reasons h2 {
  margin-bottom: 24px;
  font-size: clamp(31px, 4vw, 44px);
  line-height: 1.05;
}

.otto-reasons-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  column-gap: 92px;
}

.otto-reasons-grid::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 1px;
  background: linear-gradient(var(--otto-green), var(--otto-green)) center / 1px calc(100% - 18px) no-repeat;
  opacity: .8;
}

.otto-reasons-grid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 3px);
  width: 7px;
  background:
    radial-gradient(circle, var(--otto-green) 0 2px, transparent 2.5px) top center / 7px 7px no-repeat,
    radial-gradient(circle, var(--otto-green) 0 2px, transparent 2.5px) bottom center / 7px 7px no-repeat;
}

.otto-reason {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 20px;
  min-height: 86px;
  padding: 18px 0;
  border-bottom: 1px solid var(--otto-line);
}

.otto-reason:nth-child(5),
.otto-reason:nth-child(10) {
  border-bottom: 0;
}

.otto-reason__number {
  color: var(--otto-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 39px;
  line-height: 1;
  text-align: right;
}

.otto-reason h3 {
  color: var(--otto-dark);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.otto-reason p {
  margin-top: 9px;
  color: var(--otto-muted);
  font-size: 14px;
  line-height: 1.55;
}

.otto-why-offers {
  padding: 16px 0 34px;
}

.otto-why-offers h2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 42px;
  margin-bottom: 24px;
  font-size: clamp(30px, 3.7vw, 42px);
  line-height: 1.1;
  text-align: center;
}

.otto-why-offers h2::before,
.otto-why-offers h2::after {
  content: "";
  height: 1px;
  background: var(--otto-line);
}

.otto-offers-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--otto-line);
  background: linear-gradient(180deg, #fff, var(--otto-soft));
}

.otto-offer {
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 23px 14px 20px;
  text-align: center;
  border-right: 1px solid var(--otto-line);
  border-bottom: 1px solid var(--otto-line);
}

.otto-offer:nth-child(5n) {
  border-right: 0;
}

.otto-offer:nth-last-child(-n+5) {
  border-bottom: 0;
}

.otto-offer__icon,
.otto-metric__icon {
  display: block;
  flex: 0 0 auto;
  background: var(--otto-green);
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.otto-offer__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 13px;
}

.otto-offer h3 {
  color: var(--otto-text);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}

.otto-why-metrics {
  padding: 10px 0 34px;
}

.otto-metrics-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.otto-metric {
  display: grid;
  grid-template-columns: 45px minmax(0, auto);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 0 22px;
  border-right: 1px solid #d5d5d5;
}

.otto-metric:first-child {
  padding-left: 0;
}

.otto-metric:last-child {
  padding-right: 0;
  border-right: 0;
}

.otto-metric__icon {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
}

.otto-metric strong {
  color: var(--otto-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1;
  font-weight: 400;
}

.otto-metric p {
  margin-top: 6px;
  color: var(--otto-muted);
  font-size: 12px;
  line-height: 1.25;
}

.otto-why-cta {
  padding: 0 0 58px;
}

.otto-why-cta__panel {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 8px;
  background-image: url("img/hskig3tty5b2in1bmgx68q1nxekzsxx1.jpg");
  background-size: cover;
  background-position: center right;
  isolation: isolate;
}

.otto-why-cta__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 32%, rgba(255,255,255,.52) 51%, rgba(255,255,255,.05) 75%),
    radial-gradient(circle at 11% 50%, rgba(255,255,255,.76) 0 18%, rgba(255,255,255,0) 46%);
}

.otto-why-cta__content {
  max-width: 530px;
  padding: 36px 48px;
}

.otto-why-cta h2 {
  font-size: clamp(25px, 3.4vw, 25px);
  line-height: 1.12;
}

.otto-why-cta p {
  max-width: 470px;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.5;
}

.otto-why-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 27px;
}

.otto-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--otto-green);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.otto-button--primary {
  color: #fff;
  background: var(--otto-green);
}

.otto-button--secondary {
  color: var(--otto-text);
  background: rgba(255,255,255,.72);
}

.otto-button:hover {
  color: #fff;
  border-color: var(--otto-site-green);
  background: var(--otto-site-green);
}

@media (max-width: 1024px) {
  .otto-why-hero {
    min-height: 470px;
  }

  .otto-reasons-grid {
    column-gap: 56px;
  }

  .otto-reason {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .otto-offers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .otto-offer:nth-child(n) {
    border-right: 1px solid var(--otto-line);
    border-bottom: 1px solid var(--otto-line);
  }

  .otto-offer:nth-child(3n) {
    border-right: 0;
  }

  .otto-offer:nth-last-child(-n+1) {
    border-bottom: 0;
  }

  .otto-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 0;
  }

  .otto-metric:nth-child(2n) {
    border-right: 0;
  }

  .otto-metric:nth-child(odd) {
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .otto-why-container,
  .otto-why-hero__content {
    width: min(100% - 32px, 560px);
  }

  .otto-why-hero {
    min-height: 560px;
    align-items: flex-start;
  }

  .otto-why-hero__image {
    background-position: 64% center;
  }

  .otto-why-hero::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 42%, rgba(255,255,255,.36) 72%, rgba(255,255,255,.08) 100%),
      linear-gradient(90deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.38) 52%, rgba(255,255,255,0) 100%);
  }

  .otto-why-hero__content {
    padding-top: 52px;
  }

  .otto-why-hero p {
    font-size: 16px;
  }

  .otto-why-signature {
    margin-top: 38px;
  }

  .otto-reasons-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }

  .otto-reasons-grid::before,
  .otto-reasons-grid::after {
    display: none;
  }

  .otto-reason,
  .otto-reason:nth-child(5),
  .otto-reason:nth-child(10) {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    border-bottom: 1px solid var(--otto-line);
  }

  .otto-reason:last-child {
    border-bottom: 0;
  }

  .otto-reason__number {
    font-size: 32px;
    text-align: left;
  }

  .otto-why-offers h2 {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: left;
  }

  .otto-why-offers h2::before,
  .otto-why-offers h2::after {
    display: none;
  }

  .otto-offers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .otto-offer:nth-child(n) {
    border-right: 1px solid var(--otto-line);
    border-bottom: 1px solid var(--otto-line);
  }

  .otto-offer:nth-child(2n) {
    border-right: 0;
  }

  .otto-offer:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .otto-metrics-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .otto-metric,
  .otto-metric:first-child,
  .otto-metric:last-child {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--otto-line);
  }

  .otto-metric:last-child {
    border-bottom: 0;
  }

  .otto-why-cta__panel {
    min-height: 480px;
    background-position: 63% center;
  }

  .otto-why-cta__panel::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 42%, rgba(255,255,255,.42) 72%, rgba(255,255,255,.08) 100%),
      linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.35) 56%, rgba(255,255,255,0) 100%);
  }

  .otto-why-cta__content {
    padding: 30px 24px;
  }

  .otto-why-cta__actions {
    display: grid;
  }
}

@media (max-width: 440px) {
  .otto-why-container,
  .otto-why-hero__content {
    width: min(100% - 24px, 560px);
  }

  .otto-offers-grid {
    grid-template-columns: 1fr;
  }

  .otto-offer:nth-child(n) {
    border-right: 0;
    border-bottom: 1px solid var(--otto-line);
  }

  .otto-offer:last-child {
    border-bottom: 0;
  }

  .otto-button {
    width: 100%;
  }
}

.otto-offers-lead {
  max-width: 560px;
  margin: -6px auto 22px !important;
  color: var(--otto-muted);
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
}