.acf-block-preview .acf-block.title:first-child {
  position: static;
}

.acf-block-preview .acf-block.title:first-child::before {
  content: none;
}

.acf-block-preview .acf-block.title .title__container {
  max-width: 1000px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.acf-block.title {
  position: relative;
  background-color: var(--yrp--preset--color--primary);
  min-height: calc(100vh - var(--yrp--preset--header-height--mobile));
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}

.acf-block.title:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: var(--yrp--preset--header-height--mobile);
  background-color: var(--yrp--preset--color--primary);
}

.acf-block.title .title__container {
  max-width: 1750px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.acf-block.title .title__body {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--yrp--preset--header-height--mobile) - 8rem);
}

.acf-block.title .title__main {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  flex: 1;
}

.acf-block.title .title__category {
  margin-bottom: 2rem;
}

.acf-block.title .title__link {
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: #fff;
}

.acf-block.title .title__link-icon {
  display: inline-flex;
  margin-right: 1rem;
}

.acf-block.title .title__heading-container {
  position: relative;
}

.acf-block.title .title__heading {
  margin: 0;
  font-size: clamp(2.125rem, 6vw, 6rem);
}

.acf-block.title .title__title {
  display: block;
  color: #fff;
}

.acf-block.title .title__description {
  color: #fff;
}

.acf-block.title .title__media {
  position: relative;
}

.acf-block.title .title__image-container {
  position: relative;
}

.acf-block.title .title__image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2E2E2E;
  opacity: 0.3;
}

.acf-block.title .title__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.acf-block.title .title__image>img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media(max-width: 1023px) {
  .acf-block.title .title__featured {
    position: relative;
    flex: 1;
  }

  .acf-block.title .title__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .acf-block.title .title__image-container {
    width: calc(100% + 60px);
    height: calc(100% + 8rem);
  }

  .acf-block.title .title__content {
    padding-bottom: 2rem;
  }
}

@media(max-width: 767px) {
  .acf-block.title .title__image-container {
    width: calc(100% + 25px);
  }
}

@media(min-width: 768px) {
  .acf-block.title .title__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media(min-width: 1024px) {
  .acf-block.title:first-child::before {
    height: var(--yrp--preset--header-height--desktop);
  }

  .acf-block.title {
    min-height: calc(100vh - var(--yrp--preset--header-height--desktop));
    padding-top: 0;
    padding-bottom: 0;
  }

  .acf-block.title .title__body {
    min-height: calc(100vh - var(--yrp--preset--header-height--desktop));
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .acf-block.title .title__main {
    flex-direction: column;
  }

  .acf-block.title .title__main.title__main--no-parent {
    padding-top: 4rem;
  }

  .acf-block.title .title__content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 50%;
  }

  .acf-block.title .title__heading-container {
    margin-bottom: 4rem;
  }

  .acf-block.title .title__description {
    width: 83.3333%;
    margin-top: auto;
    padding-right: 2rem;
  }

  .acf-block.title .title__description *:first-child {
    margin-top: 0;
  }

  .acf-block.title .title__description *:last-child {
    margin-bottom: 0;
  }

  .acf-block.title .title__featured {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .acf-block.title .title__media {
    width: 58.3333%;
  }

  .acf-block.title .title__image-container {
    width: calc(100% + 60px);
    height: calc(100% + 8rem);
  }

  .acf-block.title .title__content.title__content--solo {
    width: 83.3333%;
  }

  .acf-block.title .title__content.title__content--solo .title__description {
    width: 50%;
    padding-right: 0;
  }
}

@media(min-width: 1750px) {
  .acf-block.title {
    min-height: calc(900px - var(--yrp--preset--header-height--desktop));
  }

  .acf-block.title .title__body {
    min-height: calc(900px - var(--yrp--preset--header-height--desktop));
  }

  .acf-block.title .title__featured {
    width: calc(1750px - 120px);
  }

  .acf-block.title .title__image-container {
    width: calc(100% + 60px + ((100vw - 1750px) / 2));
  }
}