@charset "UTF-8";
/* CSS Document */
.bg-pro {
  background: rgb(160, 32, 136);
  background: linear-gradient(163deg, rgba(160, 32, 136, 1) 20%, rgba(214, 28, 91, 1) 50%, rgba(249, 118, 61, 1) 80%);
  color: #fff;
}
.ai-hero {
  position: relative;
  background-color: #00549a;
  width: 100%;
  overflow: hidden;
  padding: 120px 0;
}
.ai-hero video, .ai-hero img {
  position: absolute;
  top: 0%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-0%);
  -moz-transform: translateX(-50%) translateY(-0%);
  -webkit-transform: translateX(-50%) translateY(-0%);
  transform: translateX(-50%) translateY(-0%);
}
.ai-hero .container {
  position: relative;
  z-index: 2;
}
.ai-hero .vid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00549a;
  opacity: 0.8;
  z-index: 1;
}
.ai-hero h1 {
  font-size: 50px;
}
.ai-hero p {
  font-size: 30px;
  line-height: 1.2;
}


@media (min-width: 1100px) {
  .ai-hero h1 {
    font-size: 72px;
  }
}

.rollup-card {
  border: solid 1px #afadb2;
  font-size: 18px;
  margin-bottom: 30px;
}
.rollup-card .card-header {
  color: #fff;
  font-weight: 400;
}
.rollup-card .byline {
  font-size: 20px;
  color: #646464;
  font-weight: 500;
}
.rollup-card p {
  font-size: 18px;
}
.plain-link {
  color: #646464;
  font-weight: 500;
}
.quotebox {
  background: #fff;
  display: block;
  padding: 50px 30px;
  position: relative;

}
.quotebox blockquote {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: block;
  padding: 0 10%;
}
.quotebox blockquote p {
  line-height: 1.2;
}
.quotebox blockquote span {
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  line-height: 28px !important;
}
@media (max-width: 767px) {
  .quotebox blockquote {
    padding: 0;
  }
}
.section-title-caps {
  font-family: Proxima Nova, Helvetica, Arial, sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
