.ascend-right{
  background-color: var(--il-storm-95);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpolygon fill='%23fff' points='40 40 40 20 20 40 40 40'/%3E%3Cpolygon fill='%23fff' points='20 0 0 20 0 40 40 0 20 0'/%3E%3C/svg%3E");
  background-size: 40px 40px;
  background-repeat: repeat;
}

.lines-fade{
  position: relative;
}

.lines-fade::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,rgba(244, 244, 244, 1) 87%, rgba(244, 244, 244, 0) 0%);
  z-index: 1;
}

@media (max-width: 550px) {
  .lines-fade::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,rgba(244, 244, 244, 1) 78%, rgba(244, 244, 244, 0) 0%);
    z-index: 1;
  }
  
}


.l3-page-hero p{
  padding-bottom: 16px;
}

.alignment.l3-page-hero{
  padding: 123px 0;
}

.l3-page-hero .hero__subhead{
  max-width: 550px;
}

