/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/embla-carousel/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* BASE STYLES */
.nle-carousel__embla {
  position: relative;
  margin: auto;
  --slide-height: 19rem;
  --slide-spacing: 1rem;
  --slide-size: 100%;
}
.nle-carousel__viewport {
  overflow: hidden;
}
.nle-carousel__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}
.nle-carousel__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
}
.nle-carousel__title a {
  text-decoration: none;
}
.nle-carousel__slide__number {
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  border-radius: 1.8rem;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--slide-height);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/* CONTROLS */
.nle-carousel__controls {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 1.8rem;
}
.nle-carousel__buttons {
  position: absolute;
  top: 50%;
  left: -7%;
  right: -7%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
.nle-carousel__button {
  background-color: transparent;
  display: inline-flex;
  border: 0;
  width: 3.6rem;
  height: 3.6rem;
  z-index: 10;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  color: var(--text-body);
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nle-carousel__button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.nle-carousel__button__svg {
  width: 35%;
  height: 35%;
  fill: #ff6521;
}
.nle-carousel__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
}
.nle-carousel__dot {
  border: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
}
.nle-carousel__dot--selected {
  background-color: #fff8eb;
  width: 1.4rem;
  height: 1.4rem;
}
.nle-carousel__dot:after {
  box-shadow: inset 0 0 0 0.1rem #FFF8EB;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  content: "";
}
.nle-carousel__dot--selected:after {
  box-shadow: inset 0 0 0 0.1rem #ff6521;
}
/* ACTION BUTTONS */
.nle-carousel__action {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  gap: 20px;
}
.nle-carousel__action-btn {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border: 2px solid var(--wp--preset--color--text-color);
  border-radius: 5em;
  padding: 16px 34px;
  min-width: 270px;
  text-align: center;
  color: var(--wp--preset--color--text-color);
  white-space: nowrap;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .nle-carousel__action-btn {
    font-size: 16px;
    padding: 12px 25px;
    min-width: 240px;
  }
}
.nle-carousel__action-btn:hover {
  background-color: #ff6521;
  border-color: #ff6521;
}
/* STYLE 1 */
.nle-carousel__style-1 .nle-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 63px;
}
.nle-carousel__style-1 .nle-carousel__content {
  padding: 0 10px;
  width: 501px;
  max-width: 100%;
}
.nle-carousel__style-1 .nle-carousel__title {
  font-size: 48px;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .nle-carousel__style-1 .nle-carousel__title {
    margin-top: 0;
  }
}
.nle-carousel__style-1 .nle-carousel__excerpt {
  font-size: 24px;
  font-weight: 300;
}
.nle-carousel__style-1 .nle-carousel__button__svg {
  width: 77px;
  height: 110px;
}
.nle-carousel__style-1 .nle-carousel__image a {
  display: block;
}
.nle-carousel__style-1 .nle-carousel__image img {
  border-radius: 50%;
  width: 479px;
  height: auto;
  max-width: 100%;
}
.nle-carousel__style-1 .nle-carousel__controls {
  display: block;
}
.nle-carousel__style-1 .nle-carousel__dot--selected:after {
  box-shadow: inset 0 0 0 0.1rem #FFF8EB;
}
/* -----------------------------------
   RESPONSIVE BREAKPOINTS
----------------------------------- */
/* 1200px ↓ */
@media (max-width: 1200px) {
  .nle-carousel__style-1 .nle-carousel__slide {
    gap: 40px;
  }
  .nle-carousel__action {
    width: 100%;
  }
}
/* 992px ↓ */
@media (max-width: 992px) {
  .nle-carousel__style-1 .nle-carousel__slide {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .nle-carousel__style-1 .nle-carousel__excerpt {
    font-size: 20px;
  }
  .nle-carousel__action-btn {
    font-size: 18px;
    padding: 15px 30px;
  }
  .nle-carousel__buttons {
    top: 27%;
    left: -3%;
    right: -3%;
  }
}
/* 768px ↓ */
@media (max-width: 768px) {
  .nle-carousel__style-1 .nle-carousel__title {
    font-size: 36px;
  }
  .nle-carousel__style-1 .nle-carousel__content {
    word-wrap: break-word;
    width: auto;
  }
  .nle-carousel__style-1 .nle-carousel__excerpt {
    font-size: 18px;
  }
  .nle-carousel__style-1 .nle-carousel__image img {
    width: 320px;
  }
  .nle-carousel__action {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .nle-carousel__action-btn {
    text-align: center;
  }
  .nle-carousel__button {
    width: 2.8rem;
    height: 2.8rem;
  }
  .nle-carousel__buttons {
    top: 22%;
    left: -15px;
    right: -15px;
  }
}
/* 480px ↓ */
@media (max-width: 480px) {
  .nle-carousel__container {
    width: 100%;
  }
  .nle-carousel__style-1 .nle-carousel__excerpt {
    font-size: 16px;
  }
  .nle-carousel__style-1 .nle-carousel__image,
  .nle-carousel__style-1 .nle-carousel__content-wrapper {
    width: 100%;
    margin-left: var(--slide-spacing);
  }
  .nle-carousel__style-1 .nle-carousel__image img {
    width: 100%;
  }
  .nle-carousel__action-btn {
    font-size: 16px;
    padding: 12px 25px;
    min-width: 240px;
  }
  .nle-carousel__buttons {
    display: none;
  }
}

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