#home-hero-1 #left-col {
  flex-direction: column;
  align-items: center;
}
#home-hero-1 #left-col > .hero-text-area {
  position: relative;
}
#home-hero-1 #left-col > .hero-text-area svg {
  margin: 1rem 0 1rem 0;
  width: 100%;
}
#home-hero-1 #left-col > .hero-text-area > div {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  white-space: nowrap;
}
#home-hero-1 #left-col > .hero-text-area > div p {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: end;
}
#home-hero-1 #left-col > .hero-text-area > div p:last-child {
  left: 3rem;
}
#home-hero-1 #left-col > .hero-text-area > a {
  margin-top: 3rem;
}
#home-hero-1 #right-col {
  display: flex;
  padding: 0;
  position: relative;
  overflow: hidden;
  align-items: end;
  justify-content: end;
}
#home-hero-1 #right-col .outer-img-mask {
  display: inline-block;
  position: relative;
  bottom: 0;
  right: 0;
}
#home-hero-1 #right-col .outer-img-mask:after {
  content: "";
  display: block;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(230, 230, 230, 0.7) 80%, rgb(230, 230, 230) 95%, rgb(230, 230, 230) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#home-hero-1 #right-col .img-mask {
  display: inline-block;
  position: relative;
}
#home-hero-1 #right-col .img-mask:after {
  content: "";
  display: block;
  background: radial-gradient(circle at 100%, rgba(0, 0, 0, 0), rgba(230, 230, 230, 0.7) 85%, rgb(230, 230, 230) 96%, rgb(230, 230, 230) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#home-hero-1 #right-col img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 424px) {
  #home-hero-1 #left-col > .hero-text-area > div p:last-child {
    left: 1.5rem;
  }
}
@media (max-width: 392px) {
  #home-hero-1 #left-col > .hero-text-area > div {
    right: 1rem;
  }
}

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