/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
@charset "UTF-8";
* {
  font-family: "Instrument Sans", sans-serif;
  color: black;
}

html {
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  text-underline-position: under;
}

div {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
ul,
li {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 992px) {
  .custom-cursor {
    display: none !important;
  }
}

.h1,
.h1 * {
  font-size: 48px;
  line-height: 115%;
  font-weight: 600;
  letter-spacing: 9%;
}
@media (max-width: 992px) {
  .h1,
  .h1 * {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .h1,
  .h1 * {
    font-size: 32px;
  }
}

.h2,
.h2 * {
  font-size: 32px;
  line-height: 140%;
  font-weight: 600;
}
@media (max-width: 992px) {
  .h2,
  .h2 * {
    font-size: 28px;
  }
}

.h3,
.h3 * {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
}
@media (max-width: 992px) {
  .h3,
  .h3 * {
    font-size: 20px;
  }
}

p {
  font-size: 16px;
  line-height: 140%;
}

.p--big {
  font-size: 24px;
}

.container {
  max-width: 1431px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: content-box;
}
.container--wide {
  max-width: 1680px;
}
@media (max-width: 1100px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header {
  transition: all 0.5s ease;
  position: relative;
  z-index: 12;
}
.header .menu-item-home {
  display: none;
}
@media (max-width: 992px) {
  .header .menu-item-home {
    display: block;
  }
}
.header--follow {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}
.header--follow a {
  color: black !important;
}
.header--follow .header__wrapper {
  padding: 4px 0;
}
.header--follow .header__logo-img {
  filter: invert(0) !important;
  height: 62px;
}
.header--follow .header__nav ul a:hover {
  background-color: #F7F8F9;
  color: black;
  font-weight: 600;
}
@media (max-width: 992px) {
  .header .container {
    padding-left: 0;
  }
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  transition: all 0.5s ease;
}
@media (max-width: 1440px) {
  .header__wrapper {
    padding: 12px 0;
  }
}
@media (max-width: 992px) {
  .header__wrapper {
    padding: 10px 0;
  }
}
.header__logo-img {
  height: 142px;
  transition: height 0.3s ease;
  object-fit: contain;
  position: relative;
  z-index: 11;
}
@media (max-width: 1440px) {
  .header__logo-img {
    height: 135px;
  }
}
@media (max-width: 992px) {
  .header__logo-img {
    height: 67px;
  }
}
@media (max-width: 992px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  gap: 57px;
  list-style: none;
}
.header__nav ul a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 4px 8px;
  transition: all 0.3s ease;
}
.header__nav ul a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.header__nav ul .current-menu-item a {
  font-weight: 700;
  position: relative;
}
.header__nav ul .current-menu-item a::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}
.header__hamburger {
  display: none;
  width: 20px;
  height: 16px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 11;
}
.header__hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: black;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
@media (max-width: 992px) {
  .header__hamburger {
    display: flex;
  }
}
.header__hamburger.is-active span {
  background-color: white;
}
.header__hamburger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 992px) {
  .header.is-nav-open__nav {
    display: block;
  }
}
@media (max-width: 992px) {
  .header__nav ul {
    flex-direction: column;
    gap: 20px;
  }
}
.header .tile {
  background: url(/wp-content/themes/labonquite/dist/images/tile-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: -100vh;
  display: none;
  z-index: 10;
  transition: top 0.3s ease;
  justify-content: center;
  align-items: center;
  justify-content: end;
  padding-right: 40px;
}
.header .tile .current-menu-item a {
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .tile .current-menu-item a::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}
.header .tile ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.header .tile li {
  text-align: right;
}
.header .tile li:last-child {
  position: absolute;
  right: 40px;
  bottom: 50px;
}
.header .tile a {
  color: white;
  font-size: 24px;
  text-transform: uppercase;
}
.header .tile--active {
  top: 0;
}
@media (max-width: 992px) {
  .header .tile {
    display: flex;
  }
}

.is-nav-open .header__logo-img {
  filter: invert(1);
}

/* Prevent page scroll when menu/tile is active */
body.no-scroll {
  overflow: hidden;
  width: 100%;
}

.home .header {
  position: fixed;
  width: 100%;
  z-index: 12;
  top: 0;
}
.home .header * {
  color: white;
}
.home .header .header__logo-img {
  filter: invert(1);
}
.home .header .header__hamburger span {
  background-color: white;
}
.home .header--follow .header__hamburger span {
  background-color: black;
}

.footer {
  background: url(/wp-content/themes/labonquite/dist/images/footer-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 40px 0;
}
@media (max-width: 1440px) {
  .footer {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 1200px) {
  .footer {
    padding: 60px 0 40px 0;
  }
}
.footer * {
  color: white;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 79px;
}
@media (max-width: 1200px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__additional {
  max-width: 297px;
}
.footer__additional--mobile {
  display: none;
}
@media (max-width: 1440px) {
  .footer__additional {
    font-size: 16px;
    max-width: 280px;
  }
}
@media (max-width: 1200px) {
  .footer__additional {
    display: none;
  }
  .footer__additional--mobile {
    display: block;
    max-width: none;
    text-align: center;
    padding-bottom: 36px;
    font-size: 16px;
  }
}
.footer__menus {
  display: flex;
  flex-direction: column;
  gap: 109px;
}
@media (max-width: 1200px) {
  .footer__menus {
    flex-direction: row;
    gap: 120px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.247);
  }
}
.footer__nav ul {
  list-style: none;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: end;
}
@media (max-width: 1200px) {
  .footer__nav ul {
    align-items: start;
    justify-content: center;
  }
}
.footer__nav a {
  font-size: 24px;
  font-weight: 400;
  text-decoration: underline;
  padding: 4px 8px;
  transition: all 0.3s ease;
}
.footer__nav a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
@media (max-width: 1440px) {
  .footer__nav a {
    font-size: 16px;
  }
}
.footer__logo {
  max-width: 350px;
  padding-bottom: 79px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media (max-width: 1440px) {
  .footer__logo {
    max-width: 414px;
    padding-bottom: 54px;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 576px) {
  .footer__logo {
    padding-bottom: 24px;
    max-width: 264px;
  }
}
.footer__center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .footer__center {
    position: static;
    transform: none;
  }
}
.footer__some-link {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 4px 8px;
  transition: all 0.3s ease;
}
.footer__some-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
@media (max-width: 1440px) {
  .footer__copyright {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .footer__copyright {
    text-align: center;
    font-size: 14px;
  }
}
.footer__some-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(99%) sepia(94%) saturate(351%) hue-rotate(233deg) brightness(115%) contrast(100%);
}
@media (max-width: 576px) {
  .footer__some-icon {
    padding-left: 14px;
  }
}
.footer__some-name {
  text-decoration: underline;
}
@media (max-width: 1440px) {
  .footer__some-name {
    font-size: 16px;
  }
}
.footer__some {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer__some {
    justify-content: center;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .footer__some {
    flex-direction: column;
    gap: 32px;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.247);
}
@media (max-width: 1200px) {
  .footer__bottom {
    flex-direction: column;
    gap: 7px;
    align-items: center;
  }
}
.footer__created {
  font-size: 14px;
}

.button {
  background-color: black;
  padding: 16px 32px;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 23%;
  border-radius: 80px;
  display: flex;
  align-items: center;
  gap: 24px;
  width: fit-content;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button::after {
  content: "";
  width: 5px;
  height: 10px;
  background: url(/wp-content/themes/labonquite/dist/images/chevron-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.button:hover {
  background-color: #05B9CC;
  color: black;
}
.button:hover::after {
  filter: brightness(0) saturate(100%);
}
.button--white {
  color: black;
  background-color: white;
}
.button--white::after {
  filter: brightness(0) saturate(100%) invert(50%) sepia(16%) saturate(5654%) hue-rotate(151deg) brightness(99%) contrast(96%);
}
.button--white:hover {
  background-color: black;
  color: white;
}
.button--white:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(18%) saturate(2%) hue-rotate(310deg) brightness(104%) contrast(101%);
}

.age-gate {
  background-color: white;
  width: 100vw;
  min-height: 100dvh;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/wp-content/themes/labonquite/dist/images/gate-background.webp) no-repeat center center;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media (max-width: 992px) {
  .age-gate {
    overflow-y: scroll;
    overflow-x: hidden;
    background: url(/wp-content/themes/labonquite/dist/images/bg-legal-mobile.webp) no-repeat center center;
    background-size: cover;
    padding-top: 35px;
  }
}
.age-gate--hidden {
  opacity: 0;
  pointer-events: none;
}
.age-gate * {
  color: white;
}
.age-gate__container {
  border: 2px solid #98f9ff;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 160px;
  max-width: 1280px;
  background: url(/wp-content/themes/labonquite/dist/images/gate-background-inside.webp) no-repeat center center;
  background-size: cover;
  padding: 80px 114px 115px 136px;
  margin: 0 20px;
}
@media (max-width: 1440px) {
  .age-gate__container {
    padding: 80px 115px 80px 115px;
    gap: 150px;
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .age-gate__container {
    padding: 60px;
    gap: 100px;
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  .age-gate__container {
    grid-template-columns: 1fr;
    margin: 20px;
    gap: 32px;
    background: transparent;
    border: none;
    padding: 32px;
    margin: 0;
    padding-top: 0;
    text-align: center;
  }
}
.age-gate__logo {
  width: 100%;
  padding-bottom: 48px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .age-gate__logo {
    padding-bottom: 62px;
  }
}
@media (max-width: 992px) {
  .age-gate__logo {
    max-width: 432px;
    padding-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .age-gate__logo {
    max-width: 220px;
  }
}
.age-gate__title {
  padding-bottom: 24px;
  max-width: 330px;
}
.age-gate__desc {
  font-weight: 400;
  line-height: 140%;
  font-size: 16px;
}
@media (max-width: 992px) {
  .age-gate__desc {
    font-size: 14px;
  }
}
.age-gate__input-wrapper {
  position: relative;
  max-width: 360px;
}
@media (max-width: 992px) {
  .age-gate__input-wrapper {
    margin: 0 auto;
  }
}
.age-gate__input {
  padding: 23px 12px;
  text-align: center;
  font-size: 24px;
  color: transparent !important;
  caret-color: black;
  width: 100%;
  box-sizing: border-box;
}
.age-gate__input::placeholder {
  color: #A7A7A7;
}
.age-gate__input {
  outline: none;
  border: none;
  text-transform: uppercase;
  border-radius: 6px;
  border: 2px solid black;
}
.age-gate__input--error {
  border-color: #ff6b6b;
}
@media (max-width: 992px) {
  .age-gate__input {
    padding: 15px 12px;
    max-width: 360px;
    display: block;
  }
}
.age-gate__input-mirror {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 16px);
  display: none;
  align-items: center;
  height: 100%;
  justify-content: center;
  font-size: 24px;
  font-family: inherit;
  pointer-events: none;
  box-sizing: border-box;
  padding: 23px 12px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .age-gate__input-mirror {
    padding: 15px 12px;
  }
}
.age-gate__remember {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-top: 16px;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .age-gate__remember {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .age-gate__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.age-gate__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid white;
  border-radius: 4px;
  background: white;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  border-radius: 4px;
  border: 2px solid black;
  margin: 0;
}
.age-gate__checkbox:checked {
  background: white;
}
.age-gate__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 4px;
  height: 6px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.age-gate__submit {
  color: black;
  margin-bottom: 36px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .age-gate__submit {
    display: inline-block;
    margin: 0 auto 36px auto;
  }
}
.age-gate__error {
  color: #ff6b6b;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 32px;
}
.age-gate__legal {
  font-size: 16px;
  line-height: 140%;
  padding-right: 53px;
  padding-bottom: 36px;
}
@media (max-width: 992px) {
  .age-gate__legal {
    padding-right: 0;
    font-size: 14px;
  }
}
.age-gate__divider {
  background: white;
  margin: 0;
  height: 1px;
  margin-bottom: 36px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .age-gate__divider {
    display: none;
  }
}
.age-gate__copyright {
  font-size: 16px;
  line-height: 140%;
  color: white;
}
@media (max-width: 992px) {
  .age-gate__copyright {
    font-size: 14px;
  }
}
.age-gate__right {
  padding-top: 46px;
}
@media (max-width: 992px) {
  .age-gate__right {
    padding-top: 0;
  }
}

.collection {
  background-color: #f7f8f9;
  padding: 144px 0 80px 0;
}
.collection__heading {
  padding-bottom: 80px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .collection__heading {
    padding-bottom: 60px;
    text-align: center;
  }
}
.collection__wrapper {
  background: url(/wp-content/themes/labonquite/dist/images/collection.png);
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.collection__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/wp-content/themes/labonquite/dist/images/grains-2.png);
  width: 528px;
  height: 100%;
}
@media (max-width: 1440px) {
  .collection__wrapper::after {
    width: 456px;
  }
}
@media (max-width: 992px) {
  .collection__wrapper::after {
    background: url(/wp-content/themes/labonquite/dist/images/grain-mobile.png);
    background-repeat: no-repeat;
    right: 0;
    background-position: right;
    z-index: 1;
    height: 243px;
    background-size: cover;
    width: 100%;
  }
}
.collection__wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(/wp-content/themes/labonquite/dist/images/bottle-mobile.png);
  background-repeat: no-repeat;
  width: 263px;
  height: 286px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 2;
}
@media (max-width: 992px) {
  .collection__wrapper::before {
    display: block;
  }
}
.collection__bottle {
  display: none;
}
@media (max-width: 992px) {
  .collection__bottle {
    display: block;
    height: 355px;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.collection__content {
  padding: 187px 0;
  max-width: 373px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1440px) {
  .collection__content {
    padding: 144px 0;
  }
}
@media (max-width: 992px) {
  .collection__content {
    padding-bottom: 325px;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
  }
}
.collection__content * {
  color: white;
}
.collection__title {
  padding-bottom: 32px;
}
.collection__text {
  font-size: 24px;
}
@media (max-width: 992px) {
  .collection__text {
    font-size: 14px;
  }
}

.coming {
  background-color: #f7f8f9;
  padding-bottom: 160px;
}
@media (max-width: 1440px) {
  .coming {
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .coming {
    padding-bottom: 60px;
  }
}
.coming__heading {
  padding-bottom: 80px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .coming__heading {
    padding-bottom: 60px;
    text-align: center;
  }
}
.coming__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1440px) {
  .coming__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .coming__grid {
    display: none;
  }
}
.coming__slider {
  display: none;
  overflow: hidden;
}
@media (max-width: 992px) {
  .coming__slider {
    display: block;
  }
}
.coming .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 26px;
  margin: 40px 0;
}
.coming .swiper-pagination-bullet {
  margin: 0;
  width: 12px;
  height: 12px;
}
.coming .swiper-pagination-bullet-active {
  background-color: black;
}
.coming__item {
  display: flex;
  gap: 24px;
  align-items: center;
  background-color: white;
  padding: 24px;
}
@media (max-width: 576px) {
  .coming__item {
    flex-direction: column;
  }
}
.coming__image {
  object-fit: cover;
  object-position: center;
  width: 50%;
}
@media (max-width: 576px) {
  .coming__image {
    width: 100%;
    max-height: 216px;
  }
}
.coming__item-title {
  font-weight: 600;
  padding-bottom: 24px;
}

.contact .hero {
  background: url(/wp-content/themes/labonquite/dist/images/contact-hero-bg.webp);
  background-size: cover;
}
.contact .hero .container {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .contact .hero .container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .contact .hero .container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.contact .hero .container::after {
  height: 1777px;
  background: url(/wp-content/themes/labonquite/dist/images/bottle-contact.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 176px;
  top: 0;
  width: 542px;
  content: "";
  z-index: 0;
}
@media (max-width: 992px) {
  .contact .hero .container::after {
    right: -113px;
    width: 470px;
    height: 100%;
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .contact .hero .container::after {
    display: none;
  }
}
.contact .hero * {
  color: white;
  position: relative;
  z-index: 1;
}
.contact .hero__title {
  padding-bottom: 200px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .contact .hero__title {
    max-width: 600px;
    padding-bottom: 79px;
  }
}
@media (max-width: 992px) {
  .contact .hero__title {
    padding-bottom: 100px;
  }
}
.contact .hero__bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 992px) {
  .contact .hero__bottom {
    flex-direction: column;
    gap: 40px;
    align-items: start;
  }
}
.contact .hero .emails {
  display: flex;
  gap: 65px;
}
@media (max-width: 1440px) {
  .contact .hero .emails {
    flex-direction: column;
    gap: 32px;
  }
}
.contact .hero .email__label {
  padding-bottom: 13px;
}
.contact .hero .email__email {
  text-decoration: underline;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .contact .hero .email__email {
    font-size: 20px;
  }
}
.contact .hero__some {
  text-align: right;
}
@media (max-width: 992px) {
  .contact .hero__some {
    text-align: left;
  }
}
.contact .hero__some-text {
  padding-bottom: 30px;
}
.contact .hero__some-wrap {
  display: flex;
  gap: 56px;
  align-items: center;
}
.contact .hero__some-icon {
  width: 28px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(332deg) brightness(105%) contrast(100%);
  height: 28px;
}
.contact .form {
  background: url(/wp-content/themes/labonquite/dist/images/contact-bg-form.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 111px 0;
}
@media (max-width: 1440px) {
  .contact .form {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .contact .form {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .contact .form {
    padding: 40px 0;
  }
}
.contact .form .wpcf7-response-output {
  border: none;
  font-weight: 700;
}
.contact .form .wpcf7-not-valid-tip {
  font-size: 12px;
}
.contact .form__wrapper {
  text-align: center;
  padding: 100px 0;
  border-radius: 12px;
  border: 2px solid #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), url(/wp-content/themes/labonquite/dist/images/form-bg.webp) lightgray 0% 0%/154.2253136635px 154.2253136635px repeat, radial-gradient(174.18% 148.47% at 2.87% 3.21%, rgba(224, 241, 255, 0.2) 0%, rgba(110, 191, 244, 0.04) 77.08%, rgba(70, 144, 212, 0) 100%);
  background-blend-mode: normal, overlay, normal;
  backdrop-filter: blur(40px);
}
@media (max-width: 1440px) {
  .contact .form__wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  .contact .form__wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .contact .form__wrapper {
    padding: 0;
    border: none;
  }
}
.contact .form__content {
  max-width: 830px;
  padding: 0 20px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .contact .form__content {
    padding: 0;
  }
}
.contact .form__title {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 24px;
}
.contact .form__desc {
  text-align: center;
  padding-bottom: 64px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .contact .form__desc {
    padding-bottom: 32px;
  }
}
.contact .form .contact-form__item {
  text-align: left;
}
.contact .form .contact-form__item br {
  display: none;
}
.contact .form .contact-form__item label {
  display: block;
  font-size: 16px;
  padding-bottom: 6px;
}
.contact .form .contact-form__item input,
.contact .form .contact-form__item textarea {
  border-radius: 6px;
  border: 1px solid black;
  padding: 12px 16px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.contact .form .contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .contact .form .contact-form__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.contact .form .contact-form .wpcf7-acceptance {
  display: flex;
  margin-top: 12px;
}
.contact .form .contact-form .wpcf7-acceptance label {
  display: flex;
  gap: 8px;
}
.contact .form .contact-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact .form .contact-form input[type=checkbox] {
  appearance: none;
  margin: 0;
}
.contact .form .contact-form input[type=checkbox]::after {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid black;
  background-color: white;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .form .contact-form input[type=checkbox]:checked::after {
  content: "✓";
}
.contact .form .contact-form button[type=submit] {
  margin-left: auto;
}
@media (max-width: 992px) {
  .contact .form .contact-form button[type=submit] {
    margin-right: auto;
  }
}

.products .hero {
  padding: 103px 0;
  background-color: #F7F8F9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .products .hero {
    padding: 56px 0;
  }
}
@media (max-width: 768px) {
  .products .hero {
    padding: 40px 0;
  }
}
.products .hero .container {
  position: relative;
}
.products .hero * {
  position: relative;
  z-index: 1;
}
.products .hero__wrapper {
  max-width: 742px;
  margin-left: auto;
  margin-right: 130px;
}
@media (max-width: 1700px) {
  .products .hero__wrapper {
    margin-right: 50px;
  }
}
@media (max-width: 1600px) {
  .products .hero__wrapper {
    margin-right: 0px;
    max-width: 650px;
  }
}
@media (max-width: 992px) {
  .products .hero__wrapper {
    margin-left: 0;
    max-width: 500px;
  }
}
.products .hero__bottle {
  position: absolute;
  left: 285px;
  top: -39%;
  transform: translate(-50%, -50%) rotate(-25deg);
  height: 2835.169px;
  width: auto;
}
@media (max-width: 1600px) {
  .products .hero__bottle {
    height: 2635.169px;
    left: 229px;
    top: -30%;
  }
}
@media (max-width: 1440px) {
  .products .hero__bottle {
    height: 1700px;
    left: 214px;
    top: -4%;
  }
}
@media (max-width: 1300px) {
  .products .hero__bottle {
    height: 1901px;
    top: -10%;
  }
}
@media (max-width: 992px) {
  .products .hero__bottle {
    left: unset;
    right: 58px;
    transform: translate(50%, -50%) rotate(20deg);
    height: 1300px;
  }
}
@media (max-width: 768px) {
  .products .hero__bottle {
    display: none;
  }
}
.products .hero__title {
  text-transform: uppercase;
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  .products .hero__title {
    padding-bottom: 32px;
  }
}
.products .hero__desc {
  padding-bottom: 44px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .products .hero__desc {
    padding-bottom: 32px;
  }
}
.products .chars {
  padding: 142px 0;
  background: url(/wp-content/themes/labonquite/dist/images/bg-products.webp) no-repeat center;
  position: relative;
  background-size: cover !important;
}
@media (max-width: 1440px) {
  .products .chars {
    padding: 140px 0;
  }
}
@media (max-width: 992px) {
  .products .chars {
    padding: 22px 0;
  }
}
.products .chars * {
  position: relative;
  z-index: 1;
}
.products .chars__bottle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  width: auto;
  height: 1300px;
  z-index: 0;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .products .chars__bottle {
    height: 1000px;
    transform: translate(-50%, -45%);
  }
}
.products .chars__bottle--mobile {
  display: none;
}
@media (max-width: 992px) {
  .products .chars__bottle {
    display: none;
  }
  .products .chars__bottle--mobile {
    position: static;
    display: block;
    height: 274px;
    transform: none;
    margin: 0 auto;
  }
}
.products .chars__wrapper {
  display: grid;
  grid-template-columns: 205px 205px;
  row-gap: 60px;
  column-gap: 0;
  justify-content: space-between;
  justify-items: start;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1440px) {
  .products .chars__wrapper {
    row-gap: 50px;
    max-width: 1050px;
  }
}
@media (max-width: 992px) {
  .products .chars__wrapper {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }
}
.products .chars .char {
  text-align: center;
  width: 205px;
  max-width: 205px;
}
@media (max-width: 992px) {
  .products .chars .char {
    width: auto;
    max-width: none;
    display: flex;
    gap: 20px;
    align-items: center;
    text-align: left;
  }
}
.products .chars .char * {
  color: white;
}
.products .chars .char__img {
  width: 169px;
  height: 169px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 2px solid white;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .products .chars .char__img {
    width: 139px;
    height: 139px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .products .chars .char__img {
    width: 92px;
    margin: 0;
    height: 92px;
  }
}
.products .chars .char__name {
  padding-bottom: 8px;
}
.products .form {
  padding: 84px 0 72px 0;
  position: relative;
}
@media (max-width: 992px) {
  .products .form {
    padding: 40px 0;
  }
}
.products .form .wpcf7-response-output {
  border: none;
  font-weight: 700;
}
.products .form .wpcf7-not-valid-tip {
  font-size: 12px;
}
.products .form__mobile-img {
  display: none;
}
@media (max-width: 992px) {
  .products .form__mobile-img {
    display: block;
    margin: 0 auto 32px auto;
    height: 300px;
    object-fit: cover;
    object-position: center;
  }
}
.products .form .wpcf7-response-output {
  border: none;
  font-weight: 700;
}
.products .form__wrapper {
  margin-left: 29px;
}
@media (max-width: 1700px) {
  .products .form__wrapper {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .products .form__wrapper {
    max-width: none;
  }
}
.products .form__text-over {
  font-size: 20px;
  line-height: 150%;
  padding-bottom: 64px;
  text-align: center;
  color: #4C4C4C;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .products .form__text-over {
    padding-bottom: 32px;
  }
}
.products .form__title {
  padding-bottom: 16px;
  text-align: center;
}
.products .form__bottle {
  max-width: 566px;
}
@media (max-width: 1700px) {
  .products .form__bottle {
    display: none;
  }
}
@media (max-width: 992px) {
  .products .form__bottle {
    max-width: 400px;
    left: -190px;
  }
}
@media (max-width: 768px) {
  .products .form__bottle {
    display: none;
  }
}
.products .form__image {
  width: 315px;
  height: 315px;
  object-fit: contain;
  border-radius: 50%;
  margin-left: 100px;
}
@media (max-width: 1700px) {
  .products .form__image {
    margin-left: 0;
    position: absolute;
    right: 50px;
  }
}
@media (max-width: 1440px) {
  .products .form__image {
    display: none;
  }
}
.products .form__text {
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .products .form__text {
    padding-bottom: 24px;
  }
}
.products .form__text h1,
.products .form__text h2,
.products .form__text h3 {
  margin-bottom: 24px;
}
.products .form__text h1,
.products .form__text h1 * {
  font-size: 48px;
  line-height: 115%;
  font-weight: 600;
  letter-spacing: 9%;
}
@media (max-width: 992px) {
  .products .form__text h1,
  .products .form__text h1 * {
    font-size: 36px;
  }
}
.products .form__text h2,
.products .form__text h2 * {
  font-size: 32px;
  line-height: 140%;
  font-weight: 600;
}
@media (max-width: 992px) {
  .products .form__text h2,
  .products .form__text h2 * {
    font-size: 28px;
  }
}
.products .form__text h3,
.products .form__text h3 * {
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .products .form__text h3,
  .products .form__text h3 * {
    font-size: 20px;
  }
}
.products .form .rarity-form {
  max-width: 614px;
  margin: 0 auto;
}
.products .form .rarity-form__header {
  text-align: center;
  padding-bottom: 40px;
}
.products .form .rarity-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .products .form .rarity-form__row {
    gap: 9px;
    grid-template-columns: 1fr;
  }
}
.products .form .rarity-form__field label {
  font-size: 16px;
  padding-bottom: 6px;
  display: inline-block;
}
.products .form .rarity-form__field input {
  border-radius: 6px;
  border: 1px solid black;
  padding: 12px 16px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.products .form .rarity-form__consent {
  margin-top: 24px;
}
.products .form .rarity-form__consent .wpcf7-form-control-wrap {
  height: 20px;
}
.products .form .rarity-form__consent .wpcf7-list-item {
  display: flex;
  height: 20px;
}
.products .form .rarity-form__consent > p > label {
  display: flex;
  gap: 9px;
  align-items: center;
}
.products .form .rarity-form__consent > p > label br {
  display: none;
}
.products .form .rarity-form__consent input,
.products .form .rarity-form__consent span {
  margin: 0;
}
.products .form .rarity-form__consent input[type=checkbox] {
  appearance: none;
  margin: 0;
  line-height: 0;
}
.products .form .rarity-form__consent input[type=checkbox]::after {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid black;
  background-color: white;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .form .rarity-form__consent input[type=checkbox]:checked::after {
  content: "✓";
}
.products .form .rarity-form__submit {
  margin-top: 21px;
}
.products .form .rarity-form__submit p {
  display: flex;
  justify-content: center;
}

.our-story .hero {
  background: url(/wp-content/themes/labonquite/dist/images/story-bg.png);
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .our-story .hero {
    padding: 80px 0;
  }
}
.our-story .hero__wrapper {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  padding: 0 60px;
  box-sizing: content-box;
}
@media (max-width: 992px) {
  .our-story .hero__wrapper {
    padding: 0 24px;
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: none;
  }
}
.our-story .hero__title {
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 992px) {
  .our-story .hero__title {
    text-align: left;
  }
}
.our-story .hero__text {
  font-size: 24px;
  line-height: 140%;
  padding-bottom: 44px;
}
.our-story .hero * {
  color: white;
}
.our-story .about {
  padding: 145px 0 134px 0;
  position: relative;
  background-color: #fdfefe;
}
@media (max-width: 768px) {
  .our-story .about {
    padding: 56px 0;
  }
}
.our-story .about {
  overflow: hidden;
}
.our-story .about__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .our-story .about__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .our-story .about__wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.our-story .about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/labonquite/dist/images/story-drop.webp);
  background-size: cover;
  background-blend-mode: multiply;
  opacity: 0.5;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center 300px;
}
@media (max-width: 1600px) {
  .our-story .about::after {
    background-position: center 100px;
  }
}
@media (max-width: 768px) {
  .our-story .about::after {
    background-position: center -261px;
    height: 50%;
  }
}
.our-story .about__bottle {
  position: absolute;
  left: 50%;
  top: 0;
  height: 1300px;
  width: auto;
  max-width: 394px;
  z-index: 1;
  transform: translate(-50%, 0%) rotate(20.888deg);
  object-fit: contain;
}
@media (max-width: 1600px) {
  .our-story .about__bottle {
    height: 1100px;
    transform: translate(-35%, 0%) rotate(20.888deg);
  }
}
@media (max-width: 1440px) {
  .our-story .about__bottle {
    height: 900px;
    transform: translate(-39%, 26%) rotate(20.888deg);
  }
}
@media (max-width: 1360px) {
  .our-story .about__bottle {
    height: 800px;
    transform: translate(-34%, 37%) rotate(20.888deg);
  }
}
@media (max-width: 1300px) {
  .our-story .about__bottle {
    position: static;
    margin: 0 auto;
    height: 600px;
    transform: rotate(20.888deg);
  }
}
@media (max-width: 1100px) {
  .our-story .about__bottle {
    height: 700px;
  }
}
@media (max-width: 992px) {
  .our-story .about__bottle {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .our-story .about__bottle {
    position: static;
    transform: rotate(20deg);
    margin: 0 auto;
    height: 90vw;
  }
}
.our-story .about__left, .our-story .about__right {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media (max-width: 1300px) {
  .our-story .about__left, .our-story .about__right {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .our-story .about__left, .our-story .about__right {
    max-width: none;
    gap: 44px;
  }
}
.our-story .about__left *, .our-story .about__right * {
  position: relative;
  z-index: 1;
}
.our-story .about__title {
  text-transform: uppercase;
}
.our-story .about__left {
  text-align: right;
}
@media (max-width: 1300px) {
  .our-story .about__left {
    text-align: left;
  }
}
.our-story .about__btn {
  margin-left: auto;
}
.our-story .about__right {
  padding-top: 620px;
}
@media (max-width: 1300px) {
  .our-story .about__right {
    padding-top: 40px;
  }
}
.our-story .about__desc-2 {
  font-weight: 400;
}
.our-story .respo {
  background-color: #F7F8F9;
  padding: 110px 0;
}
@media (max-width: 1440px) {
  .our-story .respo {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .our-story .respo {
    padding: 0 0 40px 0;
  }
}
.our-story .respo__wrapper {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media (max-width: 1440px) {
  .our-story .respo__wrapper {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .our-story .respo__wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.our-story .respo__img-wrap {
  position: relative;
}
.our-story .respo__img-wrap::after {
  content: "";
  position: absolute;
  bottom: -75px;
  right: -52px;
  width: 280px;
  height: 280px;
  background: url(/wp-content/themes/labonquite/dist/images/coin.png);
  background-size: contain;
}
@media (max-width: 1440px) {
  .our-story .respo__img-wrap::after {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 992px) {
  .our-story .respo__img-wrap::after {
    right: -12px;
  }
}
@media (max-width: 576px) {
  .our-story .respo__img-wrap::after {
    right: 50%;
    transform: translateX(50%);
    width: 160px;
    height: 160px;
  }
}
.our-story .respo__img {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 992px) {
  .our-story .respo__img {
    max-height: 300px;
  }
}
.our-story .respo__content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1440px) {
  .our-story .respo__content {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .our-story .respo__content {
    gap: 32px;
  }
}
.our-story .respo__icon {
  max-width: 99px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .our-story .respo__icon {
    display: none;
  }
}
.our-story .respo__title {
  text-transform: uppercase;
  max-width: 688px;
}
.our-story .respo__under-title {
  max-width: 732px;
}
.our-story .respo__desc {
  max-width: 699px;
  font-weight: 400;
}
.our-story .respo__desc * {
  font-weight: 400;
}
.our-story .respo__desc strong {
  font-weight: 700;
}
.our-story .join {
  padding: 139px 0;
}
@media (max-width: 1200px) {
  .our-story .join {
    padding: 60px 0;
  }
}
.our-story .join__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 125px;
}
@media (max-width: 1200px) {
  .our-story .join__wrapper {
    flex-direction: column;
    gap: 30px;
    justify-content: start;
    align-items: start;
  }
}
.our-story .join__title {
  text-transform: uppercase;
  max-width: 467px;
  width: 100%;
  text-align: right;
}
@media (max-width: 1200px) {
  .our-story .join__title {
    text-align: left;
  }
}
.our-story .join__text {
  max-width: 697px;
  font-weight: 600;
  padding-bottom: 58px;
}
@media (max-width: 1200px) {
  .our-story .join__text {
    padding-bottom: 32px;
  }
}

.front-page .home-bg {
  background: url(/wp-content/themes/labonquite/dist/images/home-bg.webp) no-repeat center;
  background-size: cover;
  background-position: center;
}
.front-page .hero {
  background: url(/wp-content/themes/labonquite/dist/images/home-hero-bg.webp) no-repeat center;
  background-size: cover;
  background-position: center;
  position: relative;
}
.front-page .hero__grain {
  max-width: 832px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1700px) {
  .front-page .hero__grain {
    max-width: 650px;
  }
}
@media (max-width: 1300px) {
  .front-page .hero__grain {
    max-width: 550px;
  }
}
@media (max-width: 1100px) {
  .front-page .hero__grain {
    max-width: 450px;
  }
}
@media (max-width: 992px) {
  .front-page .hero__grain {
    max-width: none;
    width: 512px;
  }
}
.front-page .hero__bottle {
  position: absolute;
  left: 0;
  top: 138px;
  width: 78vw;
  max-width: 1560px;
}
@media (max-width: 1500px) {
  .front-page .hero__bottle {
    width: 70vw;
    margin-left: 80px;
  }
}
@media (max-width: 1300px) {
  .front-page .hero__bottle {
    top: 100px;
  }
}
@media (max-width: 992px) {
  .front-page .hero__bottle {
    position: static;
    width: 630px;
    margin-left: -161px;
  }
}
@media (max-width: 768px) {
  .front-page .hero__bottle {
    width: 100%;
    margin-left: -24%;
  }
}
@media (max-width: 576px) {
  .front-page .hero__bottle {
    width: 120%;
    margin-left: -29%;
  }
}
@media (max-width: 450px) {
  .front-page .hero__bottle {
    margin-left: -30%;
    width: 120%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1900px) and (min-height: 800px) {
  .front-page .hero__bottle {
    width: 85vw;
    margin-left: -4%;
  }
}
.front-page .hero__wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 300px 116px 300px 116px;
}
@media (max-width: 1800px) {
  .front-page .hero__wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 1700px) {
  .front-page .hero__wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1500px) {
  .front-page .hero__wrapper {
    padding-top: 240px;
    padding-bottom: 152px;
  }
}
@media (max-width: 1300px) {
  .front-page .hero__wrapper {
    padding-bottom: 190px;
    padding-top: 220px;
    max-height: 653px;
  }
}
@media (max-width: 1200px) {
  .front-page .hero__wrapper {
    padding-bottom: 150px;
    padding-top: 180px;
  }
}
@media (max-width: 992px) {
  .front-page .hero__wrapper {
    padding-bottom: 150px;
    padding-top: 101px;
    padding-right: 0;
    max-height: 580px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1900px) and (min-height: 800px) {
  .front-page .hero__wrapper {
    padding-bottom: 280px;
    padding-top: 280px;
  }
}
@media (max-width: 450px) {
  .front-page .hero__wrapper {
    max-height: 485px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.front-page .hero__content {
  max-width: 688px;
}
@media (max-width: 1500px) {
  .front-page .hero__content {
    max-width: 600px;
  }
}
@media (max-width: 1300px) {
  .front-page .hero__content {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .front-page .hero__content {
    max-width: none;
    overflow: hidden;
  }
}
.front-page .hero__text {
  max-width: 288px;
  margin: 0 auto;
  margin-top: -30px;
}
@media (max-width: 1500px) {
  .front-page .hero__text {
    margin-top: 0;
  }
}
.front-page .hero__title {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 24px;
  color: white;
  letter-spacing: 20%;
}
.front-page .hero__desc {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: white;
}
@media (max-width: 450px) {
  .front-page .hero__desc {
    margin-bottom: 20px;
  }
}
.front-page .hero__btn {
  margin: 0 auto;
  position: relative;
  z-index: 11;
}
.front-page .hero__btn--mobile {
  display: none;
  margin-top: -40px;
}
@media (max-width: 992px) {
  .front-page .hero__btn {
    display: none;
  }
  .front-page .hero__btn--mobile {
    display: block;
  }
}
@media (max-width: 450px) and (max-height: 750px) {
  .front-page .hero__btn {
    transform: translateY(-54px);
  }
}
.front-page .hero__image {
  max-width: 620px;
}
@media (max-width: 1500px) {
  .front-page .hero__image {
    max-width: 480px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1300px) {
  .front-page .hero__image {
    max-width: 340px;
  }
}
@media (max-width: 576px) {
  .front-page .hero__image {
    max-width: 302px;
  }
}
.front-page .about {
  padding-top: 431px;
}
@media (max-width: 1700px) {
  .front-page .about {
    padding-top: 250px;
  }
}
@media (max-width: 1300px) {
  .front-page .about {
    padding-top: 190px;
  }
}
@media (max-width: 1100px) {
  .front-page .about {
    padding-top: 140px;
  }
}
@media (max-width: 992px) {
  .front-page .about {
    padding-top: 240px;
  }
}
@media (max-width: 450px) {
  .front-page .about {
    padding-top: 65vw;
  }
}
@media (max-width: 450px) and (max-height: 750px) {
  .front-page .about {
    padding-top: 50vw;
  }
}
.front-page .about__wrapper {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.front-page .about__icon {
  max-width: 60px;
  object-fit: contain;
  margin-bottom: 26px;
}
.front-page .about__title {
  text-transform: uppercase;
  margin-bottom: 26px;
}
.front-page .about__desc {
  color: #545454;
  font-weight: 400;
  margin-bottom: 40px;
}
.front-page .about__btn {
  display: inline-block;
  margin: 0 auto;
}
.front-page .imageLeftTextRight {
  background-color: #F7F8F9;
  padding: 110px 0;
}
@media (max-width: 1440px) {
  .front-page .imageLeftTextRight {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .front-page .imageLeftTextRight {
    padding: 0 0 40px 0;
  }
}
.front-page .imageLeftTextRight__wrapper {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media (max-width: 1440px) {
  .front-page .imageLeftTextRight__wrapper {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .front-page .imageLeftTextRight__wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.front-page .imageLeftTextRight__img {
  object-fit: cover;
  object-position: center;
  max-height: 550px;
  max-width: 850px;
}
@media (max-width: 1440px) {
  .front-page .imageLeftTextRight__img {
    max-width: 550px;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .front-page .imageLeftTextRight__img {
    max-height: 300px;
    max-width: none;
  }
}
.front-page .imageLeftTextRight__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 544px;
}
@media (max-width: 1440px) {
  .front-page .imageLeftTextRight__content {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .front-page .imageLeftTextRight__content {
    gap: 32px;
  }
}
.front-page .imageLeftTextRight__icon {
  max-width: 60px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .front-page .imageLeftTextRight__icon {
    display: none;
  }
}
.front-page .imageLeftTextRight__title {
  text-transform: uppercase;
  max-width: 688px;
}
.front-page .imageLeftTextRight__under-title {
  max-width: 732px;
}
.front-page .imageLeftTextRight__desc {
  max-width: 699px;
  font-weight: 400;
}
.front-page .imageLeftTextRight__desc * {
  font-weight: 400;
}
.front-page .imageLeftTextRight__desc strong {
  font-weight: 700;
}
/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \**********************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/modules/pagination.css ***!
  \**********************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}


/*# sourceMappingURL=main.css.map*/