/* THIS FILE IS GENERATED AUTOMATICALLY, DO NOT MODIFY IT DIRECTLY, ANY DIRECT CHANGES WILL BE LOST */
/* Last update: 2025-12-09T03:19:54+00:00 */

.wa-hp-hero {
  position: relative;
}
.wa-hp-hero-section {
  padding-block: 0 !important;
}
.wa-hp-hero-content {
  position: absolute;
  left: var(--space-xxl);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
  max-width: 50%;
}
.wa-hp-hero-content__heading {
  color: var(--white);
  font-size: calc(var(--text-xxl) * 1.5);
  font-weight: 700;
}
.wa-hp-hero-content__heading span {
  color: var(--action);
}
.wa-hp-hero-content__subheading {
  color: var(--white);
  font-size: calc(var(--text-xl));
  font-weight: 400;
}
.wa-hp-hero-slider__img {
  max-height: 55rem;
  border-radius: var(--radius-xxl);
  overflow: hidden;
}
.wa-hp-hero-slider__img:before {
  z-index: 999;
  content: "";
  position: absolute;
  border-radius: var(--radius-xxl);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(79.63deg, #003BCE 30.2%, rgba(0, 59, 206, 0) 84.7%);
}
.wa-hp-hero-slider__img ul, .wa-hp-hero-slider__img li, .wa-hp-hero-slider__img img, .wa-hp-hero-slider__img div {
  height: 55rem !important;
  width: 100% !important;
  object-position: top right;
}
.wa-hp-about-section {
  position: relative;
}
.wa-hp-about-section::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/bg-alt.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
  width: calc(100% - var(--space-s));
  max-width: 170rem;
  height: 100%;
  z-index: -1;
}
.wa-hp-about-left {
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
}
.wa-hp-about-left__heading {
  font-size: var(--text-xxl);
  font-weight: 700;
  line-height: 1.2;
}
.wa-hp-about-left__heading span {
  color: var(--primary);
}
.wa-hp-about-left__desc {
  color: var(--base-medium);
  font-weight: 600;
}
.wa-hp-about-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--space-s);
  padding: var(--space-l);
  background-color: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: 0px 0px 61px 0px #0B4EA20D;
}
.wa-hp-about-box:nth-child(1), .wa-hp-about-box:nth-child(3) {
  margin-bottom: var(--space-s);
}
.wa-hp-about-box:nth-child(2), .wa-hp-about-box:nth-child(4) {
  margin-top: var(--space-s);
}
.wa-hp-about-box__icon {
  width: 5.8rem;
  height: 5.8rem;
}
.wa-hp-about-box__heading {
  font-size: var(--text-l);
  font-weight: 700;
}
.wa-hp-about-box__desc {
  color: var(--base-medium);
  font-weight: 600;
}
.wa-products-slider-section {
  padding-right: 0;
  padding-left: calc((100vw - 1500px) /2);
  padding-bottom: var(--space-l) !important;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: var(--space-l);
}
.wa-products-slider-section .splide__arrows {
  position: absolute;
  right: calc((100vw - 1500px) /2);
  top: -10%;
}
@media (max-width: 1550px) {
  .wa-products-slider-section .splide__arrows {
    right: var(--section-padding-x);
  }
}
.wa-products-slider-section .splide__arrows .splide__arrow {
  border-radius: 100%;
  border: 1px solid var(--primary);
}
.wa-products-slider-section .splide__arrows .splide__arrow svg {
  fill: var(--primary);
}
.wa-products-slider-section .splide__arrows .splide__arrow--prev {
  left: -12rem;
}
.wa-products-slider-section .splide__arrows .splide__arrow:hover {
  background-color: var(--primary);
}
.wa-products-slider-section .splide__arrows .splide__arrow:hover svg {
  fill: var(--white);
}
.wa-products-slider-section .wa-button__outline {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1550px) {
  .wa-products-slider-section {
    padding-left: var(--section-padding-x);
  }
}
.wa-products-slider-section:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 10%;
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  right: 0;
}
.wa-button-hp {
  margin-left: auto;
  margin-right: auto;
}
.wa-hp-qinfo {
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
}
.wa-hp-qinfo-section {
  padding-top: var(--space-xxl);
}
@media (max-width: 1050px) {
  .wa-hp-about-section:after {
    background: none;
    background-size: cover;
    border-radius: var(--radius-l);
    background-color: var(--primary-light-trans-10);
  }
}
@media (max-width: 767px) {
  .wa-hp-hero-content {
    left: var(--space-xl);
    max-width: unset;
    gap: var(--space-m);
  }
  .wa-hp-hero-content__heading {
    font-size: calc(var(--text-xxl) * 1.2);
  }
  .wa-hp-hero-content__subheading {
    font-size: var(--text-l);
  }
  .wa-hp-hero-slider__img {
    max-height: 35rem;
    border-radius: var(--radius-xl);
  }
  .wa-hp-hero-slider__img:before {
    border-radius: var(--radius-xl);
  }
  .wa-hp-hero-slider__img ul, .wa-hp-hero-slider__img li, .wa-hp-hero-slider__img img, .wa-hp-hero-slider__img div {
    max-height: 35rem;
  }
  .wa-products-slider-section:after {
    width: 20%;
  }
  .wa-products-slider-section .wa-main-wrapper {
    max-width: 50%;
  }
  .wa-products-slider-section .splide__arrows {
    top: -13%;
  }
  .wa-hp-about-box:nth-child(1), .wa-hp-about-box:nth-child(3) {
    margin-bottom: 0;
  }
  .wa-hp-about-box:nth-child(2), .wa-hp-about-box:nth-child(4) {
    margin-top: 0;
  }
  .wa-hp-about-box__icon {
    height: 4.8rem;
    width: 4.8rem;
  }
}
@media (max-width: 479px) {
  .wa-hp-hero-content {
    left: var(--space-xl);
    top: 35%;
  }
}
