*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.font-primary {
  font-family: var(--font-primary);
  font-optical-sizing: auto;
  font-style: normal;
}

.font-secondary {
  font-family: var(--font-secondary);
  font-optical-sizing: auto;
  font-style: normal;
}

.wac-container {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}


@media (min-width: 540px) {
  .wac-container {
    max-width: 720px;
  }
}

@media (min-width: 768px) {
  .wac-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .wac-container {
    max-width: 960px;
  }
}

@media (min-width: 1420px) {
  .wac-container {
    max-width: 1420px;
  }
}

.wac-homebanner {
  min-height: 25.375rem;
  overflow: hidden;
}



.wac-homebanner .relative {
  position: relative;
}

.wac-homebanner figure {
  margin-bottom: 0;
}

.wac-homebanner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 60%;
}

.wac-homebanner .wacBannerSwiper {
  width: 100%;
  height: 100%;

}

.wac-homebanner .wacBannerSwiper .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .1);
  width: 100%;
  height: 100%;
  z-index: 9;
}

.wac-homebanner .wacBannerSwiper .wac-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

/* @media (min-width: 992px) {
  .wac-homebanner .wacBannerSwiper .wac-container {
    display: block;
  }
} */
.wac-homebanner .wacBannerSwiper .swiper-button-prev,
.wac-homebanner .wacBannerSwiper .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: #fff 1px solid;
  color: #fff !important;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: flex;
  background: rgba(255, 255, 255, .1);
}


@media (hover: hover) {

  .wac-homebanner .wacBannerSwiper .swiper-button-prev:hover,
  .wac-homebanner .wacBannerSwiper .swiper-button-next:hover {
    background: rgba(255, 255, 255, 1);
  }

  .wac-homebanner .wacBannerSwiper .swiper-button-prev:hover svg path,
  .wac-homebanner .wacBannerSwiper .swiper-button-next:hover svg path {
    fill: black;
  }
}

.wac-homebanner .wacBannerSwiper .swiper-button-prev::after,
.wac-homebanner .wacBannerSwiper .swiper-button-next::after {
  display: none;
}

.wac-homebanner .wacBannerSwiper .swiper-button-prev {
  left: auto !important;
  right: 56px;
}

.wac-homebanner .wacBannerSwiper .swiper-button-prev::before {
  -webkit-transform: translate(-49%, -50%);
  transform: translate(-49%, -50%);
}

.wac-homebanner .wacBannerSwiper .swiper-button-next {
  right: 15px;
}

.wac-homebanner .wacBannerSwiper .swiper-button-next::before {
  -webkit-transform: translate(-54%, -50%);
  transform: translate(-54%, -50%);
}

.wac-homebanner .wacBannerSwiper .swiper-slide figure,
.wac-homebanner .wacBannerSwiper .swiper-slide .video_wrapper {
  position: relative;
}

.wac-homebanner .wacBannerSwiper .swiper-slide figure::before,
.wac-homebanner .wacBannerSwiper .swiper-slide .video_wrapper::before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: calc(550 / 400 * 100%);
}

.wac-homebanner .wacBannerSwiper .swiper-slide figure img,
.wac-homebanner .wacBannerSwiper .swiper-slide .video_wrapper video {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
  top: 0;
}



/* Mute Button  */
.mute-toggle {
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 15;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 50%;
  padding: 8px;
  transition: 0.3s all ease-in-out;

  @media (max-width: 767.98px) {
    bottom: 12px;
    left: 18px;
    right: unset;
  }

  &:hover {
    background-color: #F6F6F6;
  }

  @media (min-width: 1200px) {
    opacity: 0;
  }

  img {
    width: 28px;
    height: 28px;
  }

  &.is-muted {
    .mute {
      display: block;
    }

    .unmute {
      display: none;
    }
  }

  &.is-unmuted {
    .mute {
      display: none;
    }

    .unmute {
      display: block;
    }
  }
}

@media (min-width: 1200px) {

  .wac-homebanner .wacBannerSwiper .swiper-slide figure::before,
  .wac-homebanner .wacBannerSwiper .swiper-slide .video_wrapper::before {
    /* padding-top: calc(1080 / 1920 * 100%); */
    padding-top: calc(930 / 1920 * 100%);
  }

  .wac-homebanner .wacBannerSwiper:hover .mute-toggle {
    opacity: 1;
  }
}



.wac-homebanner .wacBannerSwiper .desktop-img {
  display: none;
}

@media (min-width: 768px) {
  .wac-homebanner .wacBannerSwiper .desktop-img {
    display: block;
  }
}

.wac-homebanner .wacBannerSwiper .mob-img {
  display: block;
  -o-object-position: top;
  object-position: top;
}

@media (min-width: 768px) {
  .wac-homebanner .wacBannerSwiper .mob-img {
    display: none;
  }
}

.wac-homebanner .wacBannerSwiper .text-wrapper-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.wac-homebanner .wacBannerSwiper .text-wrapper {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 4.375rem;
  max-width: 46.25rem;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  position: relative;
  z-index: 9;
}

@media (min-width: 992px) {
  .wac-homebanner .wacBannerSwiper .text-wrapper {
    margin-top: 25vh;
  }

  .wac-homebanner .wacBannerSwiper .swiper-button-prev,
  .wac-homebanner .wacBannerSwiper .swiper-button-next {
    width: 50px;
    height: 50px;
  }

}

.wac-homebanner .wacBannerSwiper .main-ttl {
  line-height: 1.1;
  margin-bottom: 1.25rem;
  font-weight: 400;
  font-size: 28px;
  color: white;
}

@media (min-width: 768px) {
  .wac-homebanner .wacBannerSwiper .main-ttl {
    font-size: 2.75rem;
  }
}

@media (min-width: 1420px) {
  .wac-homebanner .wacBannerSwiper .main-ttl {
    font-size: 5rem;
    line-height: 5.625rem;
    margin-bottom: 2rem;
  }
}

.wac-homebanner .wacBannerSwiper .desc {
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 28px;
  font-size: 18px;
}

@media (min-width: 992px) {
  .wac-homebanner .wacBannerSwiper .desc {
    font-size: 1.25rem;
    max-width: 87%;
  }
}

.wac-homebanner .wacBannerSwiper .btn.banner-btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1;
  color: #067d3f;
  padding: .75rem 2rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  will-change: transform;
}

@media (hover: hover) {
  .wac-homebanner .wacBannerSwiper .btn.banner-btn:hover {
    --clr: #fff;
    background: transparent;
    border-color: var(--clr);
    color: var(--clr);
  }

  .wac-homebanner .wacBannerSwiper .btn.banner-btn:active {
    --clr: #fff;
    background: transparent;
    border-color: var(--clr);
    color: var(--clr);
  }
}

.wac-homebanner .wacBannerSwiper .pagination {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 1.125rem;
}

@media (min-width: 992px) {
  .wac-homebanner .wacBannerSwiper .pagination {
    bottom: 2.5rem;
  }
}

.wac-homebanner .wacBannerSwiper .pagination .swiper-pagination {
  position: static;
  text-align: center;
  margin-left: -5px;
}

.wac-homebanner .wacBannerSwiper .pagination .swiper-pagination-bullet {
  width: .75rem !important;
  height: .75rem !important;
  background: rgb(132, 132, 132);
  margin: 0 5px;
  opacity: .7;
}

.swiper-pagination-bullet-active {
  background: white !important;
  opacity: 1 !important;
}

.wac-homebanner .wacBannerSwiper .main-ttl,
.wac-homebanner .wacBannerSwiper .desc,
.wac-homebanner .wacBannerSwiper .btn-wrapper {
  opacity: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: translateY(20px) scaleY(1.1);
  transform: translateY(20px) scaleY(1.1);
}

.wac-homebanner .wacBannerSwiper .text-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wac-homebanner .wacBannerSwiper .swiper-slide-active .text-wrapper {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.wac-homebanner .wacBannerSwiper .swiper-slide-active .main-ttl,
.wac-homebanner .wacBannerSwiper .swiper-slide-active .desc,
.wac-homebanner .wacBannerSwiper .swiper-slide-active .btn-wrapper {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: translateY(0px) scaleY(1);
  transform: translateY(0px) scaleY(1);
}

.wac-homebanner .react_button {
  --color-primary: #153772;
}

.wac-homebanner .react_button::after {
  display: none;
}

.wac-homebanner .react_button:hover {
  color: #153772;
  background-color: #ffffff;
  border-color: #153772;
}

.wac-homebanner .react_button:hover i {
  color: #153772;
}

.wac-homebanner .react_button::after,
.wac-homebanner .rt_slider_btn::after,
.wac-homebanner .load::after {
  --color-secondary: #FFFFFF;
}


.banner-arrows {
  position: absolute;
  bottom: 65px;
  left: 0px;
  width: 100%;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;

}
@media (max-width: 768px) {
  .banner-arrows {
    left: auto;   /* remove left */
    right: 0;     /* align to right */
    width: 30%;   /* set width */
  }
}
.banner-arrows .wac-container {
  position: relative;
}


@media (min-width: 1000px) {
  .banner-arrows {
    bottom: 100px;

  }

  .wac-homebanner .wacBannerSwiper .swiper-button-next {
    right: 15px;
  }

  .wac-homebanner .wacBannerSwiper .swiper-button-prev {
    right: 80px;
  }


}