.opex-page {
  background: #F7F7F7;
}


/* hero */

.opex-hero {
  position: relative;
  min-height: 95vh;
  background: #F7F7F7;
  color: #010A2D;
  overflow: hidden;
}

.opex-hero-bg {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  pointer-events: none;
}

.opex-hero-inner {
  position: relative;
  z-index: 2;

  max-width: 1180px;

  margin: 0 auto;

  padding: 70px 40px 100px;
}

.opex-hero h1 {
  font-size: 86px;
  line-height: 1.02;
  font-weight: 700;

  margin-bottom: 36px;
}

.opex-hero-claim {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;

  max-width: 620px;

  margin-bottom: 30px;
}

.opex-hero-sub {
  font-size: 28px;
  line-height: 1.15;

  max-width: 620px;
}


@media(max-width:900px) {

  .opex-hero {
    min-height: auto;
  }

  .opex-hero-inner {
    padding: 120px 28px 90px;
  }

  .opex-hero h1 {
    font-size: 52px;
  }

  .opex-hero-claim,
  .opex-hero-sub {
    font-size: 22px;
  }

}

/* process */

.opex-process {
  position: relative;
  min-height: 720px;
  background: #D7EEF4;
  color: #010A2D;
  overflow: visible;
}

.opex-process-bg-shape {
  position: absolute;
  left: 0;
  top: -180px;
  width: 430px;
  height: 620px;
  background: rgba(240, 42, 192, .18);
  clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%);
}

.opex-process-bg-shape::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(50px);
  background: rgba(176, 222, 237, .35);
  clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%);
  z-index: -1;
}

.opex-process-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 120px 40px 100px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 210px;
}

.opex-snapshot-inner-grid {
  display: grid;
  /* Forces columns to wrap when they hit 300px, instead of squashing forever */
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px;
  align-items: start;
}

.opex-closing-grid-text{
  position: sticky;
  z-index: 10;
}

.opex-closing-grid {
  display: grid;
  /* Forces columns to wrap when they hit 300px, instead of squashing forever */
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px;
  align-items: start;
}

.opex-process-side {
  padding-top: 15px;
}

.opex-process-side h3 {
  font-size: 28px;
  line-height: 1.08;
  margin-bottom: 24px;
}

.opex-process-side h3 span {
  color: #FEFEFE;
}

.opex-process-side .large {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 24px;
}

.opex-process-side p {
  font-size: 16px;
  line-height: 1.2;
}

.opex-process-copy {
  max-width: 620px;
}

.opex-process-copy h2 {
  font-size: 58px;
  line-height: 1.08;
  font-weight: 400;
  margin-bottom: 26px;
}

.opex-process-copy h2 strong {
  font-weight: 700;
}

.opex-process-copy p {
  font-size: 18px;
  line-height: 1.15;
  margin-bottom: 24px;
}

.opex-process-copy .bold {
  font-weight: 700;
}

/* snapshot */

.opex-snapshot {
  position: relative;
  min-height: 720px;
  background: #D7EEF4;
  color: #010A2D;
  overflow: hidden;
}

.opex-snapshot-map {
  position: absolute;
  left: -80px;
  top: 150px;
  width: 460px;
  pointer-events: none;
}

.opex-snapshot-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 120px 40px 100px;
}

.opex-snapshot-copy {
  width: 620px;
  margin-left: 360px;
}

.opex-snapshot h2 {
  font-size: 62px;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 34px;
}

.opex-snapshot .large {
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 28px;
}

.opex-snapshot p {
  font-size: 18px;
  line-height: 1.2;
}

/* ================================================= */
/* system */
/* ================================================= */

.opex-system {
  position: relative;
  min-height: 980px;
  background: #D7EEF4;
  color: #010A2D;
  overflow: visible;
}

.opex-system-inner {
  position: relative;
  z-index: 5;
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 40px 0;
  text-align: center;
}

.opex-system-kicker {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.opex-system h2 {
  font-size: 82px;
  line-height: 1.02;
  font-weight: 700;
  margin-bottom: 26px;
}

.opex-system h2 span {
  color: #F02AC0;
}

.opex-system h3 {
  font-size: 34px;
  line-height: 1.15;
  font-weight: 400;
}

/* graph darunter */

.opex-system-visual {
  position: absolute;
  right: 0;
  top: 400px;
  /* transform: translateX(-50%); */
  width: 1180px;
  z-index: 1;
  opacity: .86;
  pointer-events: none;
}

/* impact text im graph */

.opex-system-impact {
  position: absolute;
  left: 285px;
  top: 820px;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  gap: 42px;
}

.opex-system-note {
  font-size: 16px;
  line-height: 1.15;
  width: 220px;
}

.opex-system-note p {
  margin-bottom: 12px;
}

.opex-system-note strong {
  font-weight: 700;
}

.opex-system-metrics {
  position: relative;
  padding-left: 34px;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
}

.opex-system-metrics::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #F02AC0;
}

.opex-system-metrics div {
  color: #F02AC0;
}

.opex-system-metrics strong {
  color: #010A2D;
}


@media(max-width:900px) {

  .opex-system {
    min-height: auto;

    display: flex;

    flex-direction: column;

  }


  .opex-system-inner {
    order: 1;

    padding: 40px 28px 0;

    text-align: left;

  }


  .opex-system-visual {
    order: 2;

    position: static;

    display: block !important;

    width: 100%;

    max-width: 100%;

    height: auto;

    margin: 28px auto 0;

    transform: none;

    opacity: .86;

  }


  .opex-system h2 {
    font-size: 48px;

  }


  .opex-system h3 {
    font-size: 22px;

  }


  .opex-system-impact {
    position: static;

    display: flex;

    flex-direction: column;

    gap: 24px;

    margin-top: 28px;

  }


  .opex-system-note {
    width: 100%;

  }


  .opex-system-metrics {
    font-size: 22px;

    line-height: 1.45;

  }

}


/* ================================================= */
/* closing */
/* ================================================= */

.opex-closing {
  position: relative;
  min-height: max(620px, 90vmin);
  background: #D7EEF4;
  color: #010A2D;
  overflow: hidden;
  padding-top: 20vmin
}

.opex-closing-shape {
  position: absolute;
  left: -130px;
  bottom: -160px;
  width: 440px;
  opacity: .85;
  pointer-events: none;
}

.opex-closing-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 120px 40px 120px;
}

.opex-closing-copy {
  width: 360px;
  margin-left: 520px;
}

.opex-closing h2 {
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 22px;
}

.opex-closing p {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 28px;
}

.opex-closing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 42px;
  border-radius: 40px;
  background: #F02AC0;
  color: #FEFEFE;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}