.acm-cta {
  display: table;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  background-color: #ffffff;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
}
.acm-cta.background-fix {
	background-attachment: fixed;
}
.acm-cta.bottom-line {
	border-bottom: 22px solid #a9d6ce;
}
}
.acm-cta.intro-left {
  background-color: #88d3c6;
}
.acm-cta.intro-right {
  background-color: #eab09e;
}
@media (max-width: 1399px) {
  .acm-cta {
    background-size: cover;
    background-position: center center;
    
  }
}
.acm-cta .cta-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 160px;
}
@media (max-width: 1399px) {
  .acm-cta .cta-content {
    padding: 0;
  }
}
.acm-cta .cta-heading {
  font-size: 54px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.1;
  margin: 40px auto 40px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  max-width: 640px;
  position: relative;
  z-index: 10;
}
.acm-cta.style-light .cta-heading {
  color: #000000;
}
.acm-cta.intro-left .cta-heading {
  color: #55b0a0;
}
.acm-cta.intro-right .cta-heading {
  color: #de886e;
}
.acm-cta .cta-position {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: #a9d6ce;
}
.acm-cta.style-light .cta-position {
	color: #000000;
}
@media (max-width: 767px) {
  .acm-cta .cta-heading {
    font-size: 36px;
  }
}
.acm-cta .cta-intro {
	font-size: 15px;
	color: #fff;
	margin: 20px auto 20px;
}
.acm-cta.style-light .cta-intro {
	color: #000000;
}
}
@media (max-width: 767px) {
  .acm-cta .cta-intro {
    font-size: 20px;
  }
}
.ie11 .acm-cta,
.ie10 .acm-cta,
.ie9 .acm-cta,
.ie8 .acm-cta {
  position: relative;
}
.ie11 .acm-cta:before,
.ie10 .acm-cta:before,
.ie9 .acm-cta:before,
.ie8 .acm-cta:before {
  background: #2727a4;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
@supports (-ms-accelerator:true) {
  .acm-cta {
    position: relative;
  }
  .acm-cta:before {
    background: #2727a4;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}