/* Shared frontend/editor styles. Measurements: reference sections 65662e0 / e830fdd. */
@font-face {
  font-family: "Sequel 100 Black";
  src: url("../fonts/OGJ-Type-Design-Sequel-100-Black-85.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Bold";
  src: url("../fonts/OGJ-Type-Design-Sequel-Sans-Headline-Bold.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.cta-band,
.performance-cta,
.cta-band *,
.performance-cta * {
  box-sizing: border-box;
}
.cta-band,
.performance-cta {
  width: 100%;
  max-width: none;
  margin: 0;
  background-color: #000;
  color: #fff;
}
.cta-band {
  padding: 50px 0;
}
.cta-band__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.cta-band__heading {
  width: 64.665%;
  padding: 10px;
}
.cta-band__actions {
  width: 35%;
  padding: 10px;
}
.cta-band .cta-band__title,
.performance-cta .performance-cta__title {
  padding: 0;
  color: #fff;
  font-family: "Sequel 100 Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
}
.cta-band .cta-band__title {
  margin: 0;
  font-size: 32px;
  line-height: 1;
}
.cta-band .suppleman-cta-button,
.performance-cta .suppleman-cta-button {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 20px 40px;
  border: 0;
  border-radius: 50px;
  background: #fff;
  color: #000;
  font-family: "Sequel 100 Black", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.9px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}
.cta-band .suppleman-cta-button {
  width: 100%;
}
.cta-band .suppleman-cta-button:hover,
.performance-cta .suppleman-cta-button:hover {
  background: #fff;
  color: #000;
  transform: none;
}
.cta-band .suppleman-cta-button:focus-visible,
.performance-cta .suppleman-cta-button:focus-visible {
  outline: 3px auto #000;
}
.performance-cta {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 50px;
  background-image: var(--performance-bg-desktop, none);
  background-size: cover;
  background-position: var(--performance-position, center);
  background-repeat: no-repeat;
  text-align: center;
}
.performance-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(#000, #000);
  opacity: 0.33;
  pointer-events: none;
}
.performance-cta__inner {
  width: 768px;
  max-width: 100%;
  padding: 10px;
}
.performance-cta__actions {
  line-height: 0;
}
.performance-cta .performance-cta__title {
  margin: 0 0 10px 0;
  font-size: 40px;
  line-height: 1;
}
.performance-cta .performance-cta__text {
  margin: 0 0 14.4px;
  padding: 0;
  color: #fff;
  font-family: "Sequel Sans Bold", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  .cta-band {
    padding: 50px 20px;
  }
  .cta-band__heading {
    width: 60%;
  }
  .cta-band__actions {
    width: 40%;
  }
  .cta-band .cta-band__title {
    font-size: 24px;
  }
  .performance-cta {
    min-height: 0;
    padding: 100px 50px;
  }
  .performance-cta .performance-cta__title {
    margin-right: 0px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .cta-band {
    padding: 20px;
  }
  .cta-band__inner {
    flex-direction: column;
    text-align: center;
  }
  .cta-band__heading,
  .cta-band__actions {
    width: 100%;
  }
  .performance-cta {
    min-height: 800px;
    padding: 10px;
    background-image: var(
      --performance-bg-mobile,
      var(--performance-bg-desktop, none)
    );
    background-position: var(--performance-mobile-position, center);
  }
  .performance-cta__inner {
    padding: 0;
  }
  .performance-cta .performance-cta__title {
    margin-right: 0px;
  }
  .performance-cta .performance-cta__text {
    font-size: 18px;
  }
  .performance-cta .suppleman-cta-button {
    width: 100%;
  }
}
