/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.media-background-container[data-v-bfa1e662] {
  position: relative;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 150%;
}
@media (min-width: 768px) {
.media-background-container[data-v-bfa1e662] {
    position: relative;
    height: 0;
    padding-top: 56.25%;
}
}
.media-background-container .background-media[data-v-bfa1e662] {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: auto;
}
.media-background-container .overlay-cta-container[data-v-bfa1e662] {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 18.4vw;
}
@media (min-width: 768px) {
.media-background-container .overlay-cta-container[data-v-bfa1e662] {
    bottom: 5.6vw;
}
}
.media-background-container .overlay-cta-container .block-link[data-v-bfa1e662] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .media-background-container .overlay-cta-container .block-link[data-v-bfa1e662], .-bg-section-dark .media-background-container .overlay-cta-container .block-link[data-v-bfa1e662], .-bg-page-dark .-bg-section-transparent .media-background-container .overlay-cta-container .block-link[data-v-bfa1e662] {
  color: #ffffff;
  fill: #ffffff;
}
.media-background-container .overlay-cta-container .block-link[data-v-bfa1e662] {
  display: block;
  max-width: 290px;
  line-height: 1.9;
  text-transform: uppercase;
}
.media-background-container .overlay-cta-container .block-link:hover .block-arrow[data-v-bfa1e662] {
  transform: translateX(5px);
}
.media-background-container .overlay-cta-container .block-link .block-background[data-v-bfa1e662] {
  background: #ffffff;
  border-radius: 2px;
  color: #000000;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 4px 12px 3px;
}
.media-background-container .overlay-cta-container .block-link .block-arrow[data-v-bfa1e662] {
  height: 8px;
  margin: -3px 0 0 4px;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 20px;
}
.media-background-container .overlay-cta-container .block-link[data-v-bfa1e662] {
  margin: 0px auto;
  text-align: center;
}
.media-background-container .overlay-cta-container .block-link .block-arrow[data-v-bfa1e662] {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}