.hero--banner {
  position: relative;
  display: flex;
  align-items: center;
}
.hero--banner img {
  width: 100%;
  max-width: 100%;
}
.hero--banner img.desktop {
  display: block;
}
.hero--banner img.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero--banner img.desktop {
    display: none;
  }
  .hero--banner img.mobile {
    display: block;
  }
}
.hero--banner .hero--text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: var(--max-width);
  margin: 0 auto;
  height: 100%;
}
.hero--banner .hero--text .hero--text--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero--banner .hero--text .hero--text--wrapper h1 {
  font-size: 54px;
  width: 550px;
  color: var(--text-color);
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.hero--banner .hero--text .hero--text--wrapper p {
  font-size: 16px;
  font-weight: 700;
  width: 580px;
  max-width: 100%;
  line-height: 1.5;
  color: var(--text-color);
}
.hero--banner .hero--text .hero--text--wrapper p.powered-by-daymon {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 32px;
}
.hero--banner .hero--text .hero--text--wrapper p.powered-by-daymon svg {
  position: relative;
  top: 5px;
}
@media screen and (max-width: 1280px) {
  .hero--banner .hero--text .hero--text--wrapper p.powered-by-daymon {
    font-size: 26px;
    gap: 5px;
  }
  .hero--banner .hero--text .hero--text--wrapper p.powered-by-daymon svg {
    width: 100px;
    top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .hero--banner .hero--text .hero--text--wrapper p.powered-by-daymon {
    font-size: 22px;
  }
  .hero--banner .hero--text .hero--text--wrapper p.powered-by-daymon svg {
    width: 85px;
  }
}
.hero--banner .hero--text .hero--text--wrapper p.powered-by-sas {
  display: block;
  font-size: 22px;
}
.hero--banner .hero--text .hero--text--wrapper p.powered-by-sas img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 5px;
  max-height: 30px;
  width: auto;
}
@media screen and (max-width: 1280px) {
  .hero--banner .hero--text .hero--text--wrapper p.powered-by-sas {
    font-size: 18px;
    align-items: center;
    gap: 5px;
  }
  .hero--banner .hero--text .hero--text--wrapper p.powered-by-sas img {
    width: 100px;
    top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .hero--banner .hero--text .hero--text--wrapper p.powered-by-sas {
    font-size: 18px;
  }
  .hero--banner .hero--text .hero--text--wrapper p.powered-by-sas img {
    width: 85px;
  }
}
.hero--banner .hero--text .hero--text--wrapper .cta {
  margin-top: 25px;
}
@media screen and (max-width: 1280px) {
  .hero--banner .hero--text .hero--text--wrapper {
    background: var(--sand);
    padding: 25px;
    border-radius: 12px;
    max-width: 450px;
  }
  .hero--banner .hero--text .hero--text--wrapper h1 {
    font-size: 38px;
    width: 100%;
    color: var(--green1);
  }
  .hero--banner .hero--text .hero--text--wrapper p {
    font-size: 14px;
    color: var(--green1);
  }
}
@media screen and (max-width: 768px) {
  .hero--banner .hero--text .hero--text--wrapper {
    padding: 0px;
    border-radius: 0px;
    background: none;
  }
}
.hero--banner .hero--text .top--decorator {
  display: none;
}
@media screen and (max-width: 1280px) {
  .hero--banner .hero--text {
    align-items: flex-end;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .hero--banner {
    flex-direction: column;
  }
  .hero--banner .hero--text {
    position: relative;
    background: var(--sand);
    padding-bottom: 0;
  }
  .hero--banner .hero--text .top--decorator {
    display: flex;
  }
  .hero--banner .hero--text .hero--text--wrapper {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
  }
  .hero--banner .hero--text .hero--text--wrapper h1 {
    font-size: 36px;
    width: 100%;
    margin-bottom: 0;
  }
  .hero--banner .hero--text .hero--text--wrapper p {
    font-size: 16px;
    width: 100%;
  }
}

/*# sourceMappingURL=image-banner.css.map */
