<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.acm-hero {
  background-color: #cb6f05;
  position: relative;
}
.acm-hero .hero-bg img {
  width: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.acm-hero .container {
  position: absolute;
  top: 50%;
  left: 0;
  text-shadow: 1px 1px 1px #191919;
  right: 0;
  transform: translateY(-50%);
  color: #f9f9f9;
  text-align: center;
}
@media (min-width: 768px) {
  .acm-hero .container {
    margin-left: -375px;
    left: 50%;
    right: auto;
  }
}
@media (min-width: 992px) {
  .acm-hero .container {
    margin-left: -485px;
    left: 50%;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .acm-hero .container {
    margin-left: -585px;
    left: 50%;
    right: auto;
  }
}
.acm-hero .hero-content {
  border: 1px solid #191919;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 13px;
}
@media (min-width: 768px) {
  .acm-hero .hero-content {
    border-top: 0;
    padding: 52px 26px;
  }
}
@media (min-width: 992px) {
  .acm-hero .hero-content {
    padding-top: 78px;
    padding-bottom: 78px;
    border-top: 0;
  }
}
@media (min-width: 1200px) {
  .acm-hero .hero-content {
    padding-top: 130px;
    padding-bottom: 130px;
    border-top: 0;
    min-height: 250px;
  }
}
.acm-hero .hero-line-1 {
  font-size: 12px;
}
@media (min-width: 768px) {
  .acm-hero .hero-line-1 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .acm-hero .hero-line-1 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .acm-hero .hero-line-1 {
    font-size: 20px;
  }
}
.acm-hero .hero-line-2 {
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .acm-hero .hero-line-2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .acm-hero .hero-line-2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .acm-hero .hero-line-2 {
    font-size: 47px;
  }
}
.acm-hero .hero-icon {
  font-size: 93px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -50px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.acm-hero .hero-icon::before,
.acm-hero .hero-icon::after {
  content: "";
  height: 1px;
  background-color: #191919;
  position: absolute;
  width: calc(50% - 70px);
}
.acm-hero .hero-icon::before {
  left: 15px;
  top: 50%;
  margin-top: -1px;
}
.acm-hero .hero-icon::after {
  right: 15px;
  top: 50%;
  margin-top: -1px;
}</pre></body></html>