/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/* Brand Colors */
/* Greyscale */
/* State colors */
/* Text Colors */
.cta-button {
  width: -moz-fit-content;
  width: fit-content;
}
.cta-button a {
  display: block;
}

.cta-button--primary a {
  text-align: center;
  cursor: pointer;
  padding: 1.2rem 2rem;
  text-decoration: none;
  border: 0.1rem solid #000;
  background-color: #000;
  color: #fff;
}
.cta-button--primary a:visited {
  color: #fff;
}
.cta-button--primary:hover a {
  background-color: #000;
  border: 0.1rem solid #000;
  color: #fff;
}

.cta-button--secondary a {
  text-align: center;
  cursor: pointer;
  padding: 1.2rem 2rem;
  text-decoration: none;
  border: 0.1rem solid #000;
  background-color: transparent;
  color: #000;
}
.cta-button--secondary a:visited {
  color: #000;
}
.cta-button--secondary:hover a {
  background-color: #000;
  border: 0.1rem solid #000;
  color: #fff;
}

.variable-container .container {
  max-width: unset;
  padding: unset;
}
.variable-container .arc-layout-grid {
  grid-template-columns: minmax(8rem, 1fr) minmax(auto, calc(1440px - 16rem)) minmax(8rem, 1fr);
}
.variable-container .arc-layout-grid > * {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 1024.98px) {
  .variable-container .arc-layout-grid {
    grid-template-columns: minmax(2rem, 1fr) minmax(auto, 1440px) minmax(2rem, 1fr);
  }
}
.variable-container .arc-two-col-layout-grid {
  grid-template-columns: minmax(8rem, 1fr) minmax(auto, calc(1440px - 16rem)) minmax(8rem, 1fr);
}
.variable-container .arc-two-col-layout-grid > * {
  grid-column: 2;
  grid-row: 1;
}
.variable-container .arc-two-col-layout-grid .arc-column-one {
  width: 50%;
}
@media (max-width: 1024.98px) {
  .variable-container .arc-two-col-layout-grid .arc-column-one {
    grid-row: 1;
    transform: translateX(0);
  }
}
.variable-container .arc-two-col-layout-grid .arc-column-two {
  width: 50%;
  transform: translateX(100%);
}
@media (max-width: 1024.98px) {
  .variable-container .arc-two-col-layout-grid .arc-column-two {
    grid-row: 2;
    transform: translateX(0);
  }
}
@media (max-width: 1024.98px) {
  .variable-container .arc-two-col-layout-grid {
    grid-template-columns: minmax(2rem, 1fr) minmax(auto, 1440px) minmax(2rem, 1fr);
    grid-template-rows: auto auto;
  }
  .variable-container .arc-two-col-layout-grid .arc-column-one {
    grid-row: 1;
    width: 100%;
  }
  .variable-container .arc-two-col-layout-grid .arc-column-two {
    grid-row: 2;
    width: 100%;
  }
}

.header-one {
  z-index: 2;
  margin-bottom: 9rem;
}
@media (max-width: 1024.98px) {
  .header-one {
    margin-bottom: 0;
  }
}

.header-one__wrapper {
  position: relative;
  padding: 9.6rem 9rem;
}
@media screen and (max-width: 640.98px) {
  .header-one__wrapper {
    padding: 5.6rem 2rem;
  }
}

.header-one__background-video-wrapper {
  isolation: isolate;
}
.header-one__background-video-wrapper .header-one__poster-image {
  z-index: 1;
}
.header-one__background-video-wrapper video,
.header-one__background-video-wrapper iframe {
  z-index: -1;
}

.header-one__background-image {
  -o-object-position: center;
     object-position: center;
}

.header-one__background-video-wrapper,
.header-one__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-one__background-desktop {
  display: block;
}
@media (max-width: 640.98px) {
  .header-one__background-desktop {
    display: none;
  }
}

.header-one__background-mobile {
  display: none;
}
@media (max-width: 640.98px) {
  .header-one__background-mobile {
    display: block;
  }
}

.header-one__text-content {
  margin-bottom: 3.2rem;
  margin-top: 0;
}

.header-one__buttons-wrapper {
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 640.98px) {
  .header-one__buttons-wrapper {
    flex-direction: column;
  }
  .header-one__buttons-wrapper .cta-button {
    width: 100%;
  }
}

.header-one__content-inner-wrapper.text-right {
  text-align: end;
  align-items: flex-end;
}
.header-one__content-inner-wrapper.text-right .header-one__buttons-wrapper {
  align-items: flex-end;
}
.header-one__content-inner-wrapper.text-left {
  text-align: start;
  align-items: flex-start;
}
.header-one__content-inner-wrapper.text-left .header-one__buttons-wrapper {
  align-items: flex-start;
}
.header-one__content-inner-wrapper.text-center {
  text-align: center;
  align-items: center;
}
.header-one__content-inner-wrapper.text-center .header-one__buttons-wrapper {
  align-items: center;
}

.header-one.container {
  max-width: 100%;
  padding: 0;
  position: relative;
}

.header-one__wrapper {
  padding: 0;
  display: grid;
  height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 5rem;
  align-items: center;
  isolation: isolate;
}
@media (max-width: 1024.98px) {
  .header-one__wrapper {
    grid-template-rows: 1fr auto;
  }
}
.header-one__wrapper .header-one__media-wrapper {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 57rem;
}
.header-one__wrapper .header-one__background-video-wrapper {
  height: 57rem;
  display: flex;
  justify-content: center;
  background-color: #000;
  overflow: hidden;
  align-items: center;
}
.header-one__wrapper .header-one__background-video-wrapper iframe {
  max-width: unset;
  width: 100vw;
  aspect-ratio: 16/9;
  min-width: 1920px;
}
.header-one__wrapper .header-one__background-image {
  grid-row: 1;
  grid-column: 1;
  z-index: -1;
}
.header-one__wrapper .header-one__subheading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-one__wrapper .header-one__heading {
  margin-top: 0;
  font-size: 6.4rem;
  line-height: 150%;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2.4rem;
}
@media (max-width: 1024.98px) {
  .header-one__wrapper .header-one__heading {
    font-size: 3.6rem;
  }
}
.header-one__wrapper .header-one__text-content {
  color: #fff;
}
.header-one__wrapper .header-one__content-wrapper {
  grid-row: 1;
  grid-column: 1;
  z-index: 2;
}
.header-one__wrapper a {
  line-height: 150%;
}

.header-one__content-wrapper {
  max-width: 144rem;
  margin: auto;
  width: 100%;
}
.header-one__content-wrapper h1,
.header-one__content-wrapper h2,
.header-one__content-wrapper h3,
.header-one__content-wrapper h4,
.header-one__content-wrapper h5,
.header-one__content-wrapper p {
  max-width: 90rem;
}

.header-one__content-inner-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 8rem;
}
@media (max-width: 1024.98px) {
  .header-one__content-inner-wrapper {
    padding: 0 2rem;
    margin: 4.8rem auto;
    align-self: end;
  }
}

.header-one__buttons-wrapper {
  margin-top: 4.8rem;
}

.wpsl_stores-template .back-to-top__wrapper {
  bottom: 8rem;
}
@media (max-width: 1024.98px) {
  .wpsl_stores-template .back-to-top__wrapper {
    bottom: 7rem;
  }
}

.back-to-top__wrapper {
  transition: opacity 0.4s, visibility 0.4s;
  position: fixed;
  z-index: 2;
  bottom: 5rem;
  right: 2rem;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1024.98px) {
  .back-to-top__wrapper {
    bottom: 2rem;
  }
}
.back-to-top__wrapper a {
  padding: 1.6rem;
  background-color: #000;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.223);
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-to-top__wrapper a:focus-visible svg, .back-to-top__wrapper a:hover svg {
  transform: translateX(0.4rem);
}
.back-to-top__wrapper svg {
  pointer-events: none;
  transition: transform 0.2s;
  rotate: -90deg;
  width: 2.4rem;
  height: 2.4rem;
}

.scrolled .back-to-top__wrapper {
  transition: opacity 0.4s;
  opacity: 1;
  visibility: visible;
}

.header-one__nav-sticky {
  position: sticky;
  bottom: 0;
  transform: translateY(-12.5%);
  z-index: 3;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024.98px) {
  .header-one__nav-sticky {
    position: static;
    transform: translateY(0);
  }
}

.header-one__nav-wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 9.7rem;
  max-width: 1440px;
  margin-inline: 8rem;
  padding: 2.4rem 4rem;
}
@media (max-width: 1024.98px) {
  .header-one__nav-wrapper {
    margin-inline: 2rem;
    padding: 5rem 0rem;
  }
}

.header-one__nav-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  list-style: none;
  gap: 0.4rem;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024.98px) {
  .header-one__nav-list {
    grid-auto-flow: row;
    gap: 2.4rem;
  }
}

.header-one__nav-link {
  transition: box-shadow 0.2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  padding: 2.4rem 3.2rem;
  border-radius: 11.8rem;
  text-decoration: none;
}
@media (pointer: fine) {
  .header-one__nav-link:hover {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
  }
}
@media (max-width: 1024.98px) {
  .header-one__nav-link {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
  }
}

.header-one__nav-image {
  height: 100%;
  max-width: 5.6rem;
  max-height: 5.6rem;
  height: auto;
}

.header-one__nav-text {
  text-align: center;
  font-weight: 600;
}

/*# sourceMappingURL=style-index.css.map*/