article.hentry.front-page {
  background-image: none;
}
article.hentry.front-page > .entry-content {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.home .hero-row--inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0px;
  width: 100%;
}

@media screen and (min-width: 1160px) {
  .home .hero-row--inner {
    display: grid;
    grid-column-gap: 0;
    grid-template-columns: 1.25fr 2fr;
  }
}

.hero-row-text {
  background-blend-mode: color;
  background-color: #5F5F5F1A;
  background-image: url(/wp-content/uploads/2024/12/lines.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: clamp(25px,7vw,125px) clamp(2rem,4vw,4rem) 74px clamp(2rem,8vw,8rem);
  width: 100%;
}

.hero-row-text a:not(.hero-button) {
  border-bottom: 0;
  text-decoration: underline;
  display: inline;
}

.home .hero-row--inner .hero-button {
  width: fit-content;
  white-space: nowrap;
}

.home .button {
  border-radius: 30px;
  padding: 15px 25px;
}

.home .hero-row--inner .hero-button::after {
  content: "\f054";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 100;
  padding-left: 10px;
}

.home h1.hero-title {
  font: 700 38px / 45px "Oswald", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0px;
  text-transform: capitalize;
}

.hero-row-image {
  position: relative;
}

.hero-row-image > div:last-of-type {
  padding: 20px;
}

@media screen and (min-width: 1160px) {
  .hero-row-image > div:last-of-type {
    align-items: center;
    bottom: 0;
    color: white;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    left: 0;
    padding: 40px;
    position: absolute;
    gap: 20px;
  }
}

.front-page > div > div:nth-of-type(2) {
  padding-bottom: 0px;
}

.front-page > div > div:nth-of-type(3) {
  padding-top: 0px;
}

@media screen and (min-width: 1350px) {
  .home .link-row--text .button {
    margin-bottom: 40px;
  }
}

.hero-row-image > div:first-of-type {
  height: 100%;
}

@media screen and (min-width: 1160px) and (max-width: 1349px) {
  .home .link-row--text .button {
    margin-bottom: 60px;
  }
}

.home .link-row .link-row--title {
  margin-block: 0;
}

.home .link-row .link-row--inner h2 {
  margin-bottom: 20px;
  margin-top: 0;
}

.hero-row-image .overlay-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-row-image h2.hero-title {
  font: 700 clamp(36px,4vw,60px)/calc(1em + 6px) "Oswald",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  margin-bottom: 0px;
}

.hero-row-image p {
  margin-block: 0px;
}

.hero-row-image .hero-button {
  margin-top: 20px;
}

@media screen and (min-width: 1160px) {
  .hero-row-image .hero-button {
    color: white;
  }
}

@media screen and (min-width:1500px) {
  .hero-row-image > div:last-of-type {
    grid-template-columns: 2fr 1fr;
  }
  .hero-row-image h2.hero-title {
    grid-area: 1 / 1 / 2 / 2;
  }
  .hero-row-image p {
    grid-area: 2 / 1 / 3 / 2;
  }
  .hero-row-image .hero-button {
    grid-area: 2 / 2 / 3 / 3;
    margin-top: 0px;
  }
}

.home .product-cards-row--inner {
  background-blend-mode: color;
  background-color: #5F5F5F1A;
  background-image: url(/wp-content/uploads/2024/12/lines.webp);
  background-size: cover;
}

.home .product-cards-row {
  align-items: center;
  display: grid;
  grid-column-gap: 3em;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 25px;
  padding-right: 25px;
  padding: 4rem 0 0;
  width: 90%;
}

@media screen and (min-width:1200px) {
  .home .product-cards-row {
    grid-template-columns: 1fr 1fr;
  }
}

.product-card img {
  border-radius: 10px;
  height: 307px;
  object-fit: cover;
}

.product-card h2 {
  margin-bottom: 10px;
}

.product-card p {
  margin-top: 0px;
}

.product-card .hero-button {
  margin-bottom: 75px;
}

.product-card {
  margin: 0 auto;
  max-width: 650px;
}

.video-row {
  padding: 2rem 25px;
  background-color: #141b4d;
  background-image: url(../img/lines_featured_videos.svg);
  background-repeat: no-repeat;
  background-size: 100vw;
  background-position: center left;
  color: #c7d2dd;
}
.video-row .video-row--title,
.video-row .video-row--title > * {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1.85rem;
  font-family: "Oswald", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.video-row .video-row--blurb a {
  color: #fff;
}
.video-row .video-row--blurb a:not(.button):hover {
  color: #822bff;
}

.link-row {
  padding: 3rem 25px;
}
.link-row .link-row--title,
.link-row .link-row--title > * {
  margin-bottom: 1.5rem;
  font-size: 1.85rem;
  font-family: "Oswald", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.link-row .link-row--blurb {
  margin-bottom: 1.5rem;
}
.link-row.odd > img {
  grid-column: 2;
  grid-row: 1;
}
.link-row.odd .link-row--text {
  grid-column: 1;
  grid-row: 1;
}
.link-row .link-row--links {
  margin: 2em 0;
  padding: 1em;
  background: #fff;
  color: #141b4d;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.link-row img {
  border-radius: 5px;
  margin-bottom: 0.75rem;
}
.link-row .link-row--link {
  display: block;
  padding: 0.75em 5ch 0.75em 0;
  font-weight: 600;
  text-decoration: none;
  color: #141b4d;
  border-bottom: 1px solid #822bff;
  position: relative;
  z-index: 5;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.link-row .link-row--link:hover {
  color: #822bff;
}
.link-row .link-row--link:hover::after {
  transform: translate3d(0.5ch, 0, 0);
}
.link-row .link-row--link::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #822bff;
  position: absolute;
  right: 0.5ch;
  top: 0.75em;
  font-weight: 400;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.link-row .link-row--link:last-child {
  border-bottom: 0;
}

.hero-gallery + .link-row {
  background-image: url(../img/lines.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.card-row {
  padding: 3rem 25px;
  background-image: url(../img/cta_previews_bg.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.card-row .card-row--title {
  font-weight: 600;
  font-size: 1.12rem;
  margin-bottom: 0.5rem;
}
.card-row .card-row--blurb {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #4a507e;
}
.card-row .card-row--text {
  padding: 0.75em 1em 1.25em 1em;
}
.card-row .card-row--single {
  width: 100%;
  margin: 0 0 2rem 0;
  text-align: center;
  background: #fff;
  color: #141b4d;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.card-row .card-row--single img {
  height: 14rem;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 5px 5px 0 0;
}

@media screen and (min-width: 72.5em) {
  body .hero-gallery .hero-image::after {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    background: linear-gradient(90deg, rgba(20, 27, 77, 0.9) 15%, rgba(20, 27, 77, 0.15) 85%);
  }
  body .hero-gallery .hero-title {
    font-size: 3.333rem;
    line-height: 1.05;
    font-family: "Oswald", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
  }
  body .hero-gallery .hero-text {
    margin-top: 2.6667rem;
  }
  body .hero-gallery .hero-text--inner {
    padding-right: 50%;
    box-sizing: border-box;
  }
  body .link-row .link-row--inner {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3em;
    align-items: center;
    padding: 4rem 0;
    display: grid;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  body .link-row .link-row--title,
  body .link-row .link-row--title > * {
    font-size: 2.111rem;
    font-family: "Oswald", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
  }
  body .link-row img {
    margin: 0;
  }
  body .link-row .link-row--links.even .link-row--link:nth-last-child(2) {
    border-bottom: 0;
  }
  body .link-row.has-links .link-row--links,
  body .link-row.has-links .link-row--text {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  body .link-row .link-row--links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1em;
    grid-column: 1/span 2;
    grid-row: 2;
    margin: 0 15%;
  }
  body .card-row {
    margin-top: -2rem;
    margin-bottom: -2rem;
    padding: 8rem 0;
  }
  body .card-row .card-row--inner {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  body .card-row .card-row--inner .card-row--single {
    margin: 0 2% 0 0;
  }
  body .card-row .card-row--inner .card-row--single:last-child {
    margin-right: 0;
  }
  body .video-row {
    padding: 4rem 0;
  }
  body .video-row .video-row--inner {
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 4rem;
    display: grid;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  body .video-row .video-row--title,
  body .video-row .video-row--title > * {
    font-size: 2.111rem;
    font-family: "Oswald", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
  }
  body .video-row .video-row--videos .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  body .video-row .blrx_slider-nav {
    display: none;
  }
}

/*# sourceMappingURL=front-page.css.map */
