.block-full-width-image,
[id*="block-fullwidthimage"] {
  position: relative;
  margin: 0 auto 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block-full-width-image .full-width-image-section {
  width: 930px;
  height: 300px;
  position: relative;
  overflow: hidden;
  transition: all 1s ease-out;
  margin: auto;
}

.block-full-width-image .full-width-image-section.full {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  transition: all 1s ease-out;
}

.block-full-width-image .fwi-filter {
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  display: none;
  z-index: 1;
}
.block-full-width-image .full-width-image-section .section-container {
  width: 100%;
  height: 100%;
}
.block-full-width-image .fwi-background,
.block-full-width-image .fwi-video {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.block-full-width-image .fwi-background img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}

.block-full-width-image .fwi-background {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
}
.block-full-width-image .full-width-image-section:hover .fwi-background {
  transition-property: transform;
  transform: scale(1.1);
  -moz-transform: scale(1.1) rotate(0.01deg);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
}
.block-full-width-image [id*="fwi-video-video"] {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
}
.block-full-width-image [id*="fwi-video-video"] > video {
  height: 100%;
  object-fit: cover;
}
.block-full-width-image [id*="fwi-video-video"] .vjs-poster {
  background-size: cover;
  background-position: center;
}
.block-full-width-image [id*="fwi-video-video"] .vjs-big-play-button,
.block-full-width-image [id*="fwi-video-video"] .vjs-control-bar {
  display: none;
}
.block-full-width-image .fwi-content {
  position: absolute;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.block-full-width-image .fwi-content > div {
  text-align: center;
}
.block-full-width-image .full-width-image-section.full .fwi-content .fwi-title {
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 500;
}

.block-full-width-image .fwi-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.block-full-width-image .fwi-content .fwi-title {
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 500;
  color: #ffffff;
  max-width: 600px;
  margin: 0 auto;
  font-family: var(--title-font);
}

.block-full-width-image .fwi-content .fwi-text {
  color: #ffffff;
  max-width: 600px;
  margin: 20px auto 0;
  font-family: var(--title-font);
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
}

.full-width-image-section {
  transform: translateY(150px);
  opacity: 0;
}

@media (max-width: 1119px) {
  .full-width-image-section {
    transform: none;
    opacity: 1;
  }
  .full-width-image-section {
    bottom: 0;
  }
  .block-full-width-image,
  [id*="block-fullwidthimage"] {
    width: 100%;
  }
  .block-full-width-image .fwi-content .fwi-title,
  .block-full-width-image .fwi-content .fwi-link {
    max-width: 70%;
  }
  .block-full-width-image .full-width-image-section {
    width: 768px;
  }
  .block-full-width-image .fwi-content .fwi-title {
    font-size: 2rem;
    line-height: 2.625rem;
    margin: 0 auto 0 !important;
    max-width: 90%;
  }
  .block-full-width-image .fwi-content .fwi-link {
    max-width: 60%;
  }
  .block-full-width-image
    .full-width-image-section.full
    .fwi-content
    .fwi-title {
    font-size: 2rem;
    line-height: 2.625rem;
    font-weight: 500;
  }
  .block-full-width-image
    .full-width-image-section.full
    .fwi-content
    .fwi-link {
    margin: 1.5rem auto 0;
  }
  .block-full-width-image .full-width-image-section.full {
    height: 100%;
  }
  .block-full-width-image,
  [id*="block-fullwidthimage"] {
    margin-bottom: 40px;
  }
  .block-full-width-image .full-width-image-section.full {
    height: 190px;
  }
  .block-full-width-image .full-width-image-section {
    height: 162px;
  }
}

@media (min-width: 768px) and (max-width: 1119px) {
  .block-full-width-image .full-width-image-section {
    height: 33vh;
  }
}

@media (max-width: 767px) {
  .block-full-width-image .full-width-image-section {
    width: 350px;
  }

  .block-full-width-image .fwi-content .fwi-title,
  .block-full-width-image
    .full-width-image-section.full
    .fwi-content
    .fwi-title {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }

  .block-full-width-image .fwi-links {
    margin-top: 0.5rem;
  }

  .block-full-width-image
  .full-width-image-section.full
  .fwi-content
  .fwi-link {
    margin-top: 1rem;
  }

  .block-full-width-image,
  [id*="block-fullwidthimage"] {
    height: 100%;
  }

  .block-full-width-image .fwi-content .fwi-link a {
    font-weight: 500;
  }
  .fwi-content .fwi-link a {
    padding: 37px 20px 12px;
  }
  .block-full-width-image .fwi-content .fwi-text {
    max-width: 70%;
  }
  .block-full-width-image,
  [id*="block-fullwidthimage"] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .block-full-width-image .full-width-image-section {
    width: 350px;
  }
}

@media all and (min-width: 1921px) {
  .block-full-width-image .full-width-image-section {
    width: var(--grid-wide);
    height: 480px;
  }
  .block-full-width-image .full-width-image-section.full {
    height: 600px;
  }

  .block-full-width-image .fwi-content .fwi-title,
  .block-full-width-image
    .full-width-image-section.full
    .fwi-content
    .fwi-title {
    font-size: 4rem;
    line-height: 5.5rem;
    max-width: 1200px;
  }
}
@media all and (min-width: 3441px) {
  .block-full-width-image .full-width-image-section {
    width: var(--grid-4k);
    height: 720px;
  }
  .block-full-width-image,
  [id*="block-fullwidthimage"] {
    margin: 0 auto 6.75rem;
  }
  .block-full-width-image
    .full-width-image-section.full
    .fwi-content
    .fwi-title,
  .block-full-width-image .fwi-content .fwi-title {
    font-size: 6rem;
    line-height: 8.25rem;
    max-width: 1800px;
  }
  .block-full-width-image .fwi-content .fwi-link {
    max-width: 1800px;
    margin: 3rem auto 0;
  }
  .block-full-width-image .full-width-image-section.full {
    height: 900px;
  }
  .block-full-width-image
    .full-width-image-section.full
    .fwi-content
    .fwi-link {
    margin: 3rem auto 0;
  }
}
