.blog-hero--section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.blog-hero--section .top--decorator {
  position: absolute;
  width: 100%;
  height: 100%;
}
.blog-hero--section .top--decorator svg {
  z-index: 99999999;
}
.blog-hero--section .blog-hero--copy__container {
  position: absolute;
  display: flex;
  flex-shrink: 1;
  padding-top: 150px;
  padding-bottom: 150px;
  top: 0;
  max-width: var(--max-width);
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .blog-hero--section .blog-hero--copy__container {
    padding-top: 115px;
    padding-bottom: 50px;
  }
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper {
  width: 100%;
  max-width: 650px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--logo {
  width: 100%;
  max-width: 560px;
  margin-bottom: 10px;
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--logo img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content {
  font-family: "FactorA", sans-serif;
  color: var(--text-color);
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h1, .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h2, .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h3, .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h4, .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h5, .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h6 {
  font-family: "FactorA", sans-serif;
  color: var(--text-color);
  margin-bottom: 15px;
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1280px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 798px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h1 {
    font-size: 36px;
  }
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1280px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 798px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h2 {
    font-size: 28px;
  }
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1280px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 798px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h3 {
    font-size: 24px;
  }
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1280px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 798px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h4 {
    font-size: 20px;
  }
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1280px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 798px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h5 {
    font-size: 18px;
  }
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1280px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 798px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h6 {
    font-size: 16px;
  }
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 798px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content p {
    font-size: 14px;
  }
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content p:last-child {
  margin-bottom: 0;
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content p strong {
  font-weight: 700;
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content a {
  color: var(--text-color);
  text-decoration: underline;
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content a:hover {
  opacity: 0.8;
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content ul, .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content ol {
  margin-left: 20px;
  margin-bottom: 15px;
}
.blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content ul li, .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content ol li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 1280px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h1 {
    font-size: 36px;
  }
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h2 {
    font-size: 28px;
  }
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h3 {
    font-size: 24px;
  }
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper {
    padding: 0px;
    border-radius: 0px;
    background: none;
  }
}
.blog-hero--section .blog-hero--copy__container.vertically--center {
  align-items: center;
}
.blog-hero--section .blog-hero--copy__container.horizontally--left {
  justify-content: flex-start;
}
.blog-hero--section .blog-hero--copy__container.aligned--left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper {
    padding: 25px;
  }
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h1 {
    font-size: 36px;
  }
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h2 {
    font-size: 28px;
  }
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content h3 {
    font-size: 24px;
  }
  .blog-hero--section .blog-hero--copy__container .blog-hero--copy__wrapper .blog-hero--content p {
    font-size: 14px;
  }
}
.blog-hero--section .blog-hero--background__image {
  width: 100%;
  height: 800px;
  background-image: var(--desktop-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  .blog-hero--section .blog-hero--background__image {
    height: 600px;
    background-image: var(--tablet-bg);
  }
}
@media screen and (max-width: 769px) {
  .blog-hero--section .blog-hero--background__image {
    height: 500px;
    background-image: var(--mobile-bg);
  }
}

@media screen and (max-width: 768px) {
  .advantage360--page .blog-hero--section .blog-hero--copy__container {
    align-items: flex-start !important;
  }
}

/*# sourceMappingURL=blog-hero.css.map */
