.ohvo-home-demo-toggle-section {
  overflow-x: clip;
  padding-top: 72px !important;
  padding-bottom: 28px !important;
}

.ohvo-home-demo-toggle-section .et_pb_row {
  width: min(1240px, calc(100% - 80px)) !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ohvo-home-demo-toggle-copy {
  text-align: center;
  color: #111;
  max-width: 1280px;
  margin: 0 auto;
}

.ohvo-home-demo-toggle-copy.et_pb_text_align_left,
.ohvo-home-demo-toggle-copy .et_pb_text_inner,
.ohvo-home-demo-toggle-copy .et_pb_text_inner p,
.ohvo-home-demo-toggle-copy .et_pb_text_inner h2 {
  text-align: center !important;
}

.ohvo-home-demo-toggle-copy .eyebrow {
  color: #8ead2d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.ohvo-home-demo-toggle-copy h2 {
  font-family: "SFProDisplay-Regular", "Open Sans", Arial, sans-serif;
  font-size: clamp(54px, 4.8vw, 72px);
  font-weight: 700;
  line-height: 1.06;
  margin: 0 0 22px;
}

.ohvo-home-demo-toggle-copy .copy {
  color: #666;
  font-size: 17px;
  line-height: 1.55;
  margin: 0 auto 10px;
  max-width: 1180px;
}

.ohvo-home-demo-toggle-buttons {
  width: min(1080px, calc(100% - 48px)) !important;
  max-width: 1080px !important;
  margin-top: 18px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ohvo-home-demo-toggle-buttons:after {
  content: "";
}

.ohvo-home-demo-toggle-buttons .et_pb_column,
.ohvo-home-demo-toggle-buttons-module {
  width: 100% !important;
}

.ohvo-home-demo-toggle-buttons-module .et_pb_text_inner,
.ohvo-home-demo-toggle-button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.ohvo-home-demo-toggle-button-row br {
  display: none;
}

.ohvo-home-demo-toggle-buttons-module {
  margin-bottom: 0 !important;
  width: 100%;
  text-align: center !important;
}

a.ohvo-demo-toggle-button {
  align-items: center;
  appearance: none;
  background: #fff !important;
  border: 1px solid #d7ddc0 !important;
  border-radius: 999px;
  box-shadow: none;
  color: #444 !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  flex: 0 1 clamp(248px, 28vw, 320px) !important;
  justify-content: center;
  line-height: 1.2;
  max-width: 320px !important;
  min-height: 62px;
  padding: 14px 18px !important;
  text-align: center;
  transition: .2s;
  width: clamp(248px, 28vw, 320px) !important;
  box-sizing: border-box;
  white-space: nowrap;
}

a.ohvo-demo-toggle-button:after {
  display: none;
}

a.ohvo-demo-toggle-button:hover,
a.ohvo-demo-toggle-button:focus-visible {
  border-color: #c1db40 !important;
  color: #111 !important;
  padding: 14px 18px !important;
}

a.ohvo-demo-toggle-button.is-active {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}

.ohvo-home-demo-section.ohvo-demo-is-hidden,
.ohvo-home-demo-section .ohvo-demo-is-hidden {
  position: absolute !important;
  inset: auto auto auto 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  transform: translateX(-200vw) !important;
  visibility: hidden !important;
  width: 100% !important;
  z-index: -1 !important;
}

.ohvo-home-demo-section.is-active {
  position: relative !important;
  transform: none !important;
  visibility: visible !important;
  z-index: auto !important;
}

@media (max-width: 980px) {
  .ohvo-home-demo-toggle-section {
    padding-top: 64px !important;
  }

  .ohvo-home-demo-toggle-copy h2 {
    font-size: 52px;
    margin-bottom: 20px;
  }

  .ohvo-home-demo-toggle-copy .copy {
    font-size: 17px;
    max-width: 900px;
  }

  .ohvo-home-demo-toggle-buttons {
    align-items: stretch;
  }

  .ohvo-home-demo-toggle-buttons .et_pb_column {
    max-width: none;
  }

  .ohvo-home-demo-toggle-buttons {
    max-width: 760px !important;
    width: min(760px, calc(100% - 48px)) !important;
  }
}

@media (max-width: 767px) {
  .ohvo-home-demo-toggle-copy h2 {
    font-size: 38px;
  }

  .ohvo-home-demo-toggle-copy .copy {
    font-size: 18px;
  }

  .ohvo-home-demo-toggle-buttons {
    max-width: 540px !important;
  }

  .ohvo-home-demo-toggle-buttons-module .et_pb_text_inner,
  .ohvo-home-demo-toggle-button-row {
    gap: 14px;
  }

  a.ohvo-demo-toggle-button {
    font-size: 17px;
    flex-basis: 100%;
    max-width: 100% !important;
    min-height: 74px;
    padding: 18px 22px !important;
    width: 100% !important;
    white-space: normal;
  }
}
