.cta-banner {
  overflow: hidden;
}
.cta-banner .image {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.cta-banner .image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(4, 48, 58, 0.8);
  mix-blend-mode: multiply;
}
.cta-banner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cta-banner .inner {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 390px) {
  .cta-banner .inner {
    padding-top: calc(55px + 15 * (100vw - 390px) / 1050);
    padding-bottom: calc(55px + 15 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .cta-banner .inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.cta-banner .text {
  max-width: 756px;
  transition-delay: 0.15s;
}
.cta-banner .text * {
  color: #fff;
}
.cta-banner .cta {
  padding-top: 36px;
}
@media only screen and (min-width: 390px) {
  .cta-banner .cta {
    padding-top: calc(36px + 10 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .cta-banner .cta {
    padding-top: 46px;
  }
}

/*# sourceMappingURL=block.css.map*/