/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.107.2/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.15_webpack@5.107.2/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@16.0.8_sass@1.100.0_webpack@5.107.2/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/header/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mesa-header {
  --mesa-header-height: 100px;
  --mesa-header-accent: #ba9dc4;
  --mesa-header-border: #9b71a9;
  position: relative;
  font-family: "Inter", sans-serif;
  margin: 0;
}
.mesa-header__spacer {
  height: var(--mesa-header-height);
}
body.admin-bar .mesa-header .mesa-header__spacer {
  height: calc(var(--mesa-header-height));
}
body.admin-bar .mesa-header .mesa-header__nav-mobile {
  height: calc(90vh - 46px);
}
.mesa-header__bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--mesa-header-height);
  background-color: #000000;
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  transition: box-shadow 0.3s ease;
}
.mesa-header.is-scrolled .mesa-header__bar {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}
body.admin-bar .mesa-header .mesa-header__bar {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .mesa-header .mesa-header__bar {
    top: 46px;
  }
}
.mesa-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  height: 100%;
  max-width: 1280px;
  margin-inline: auto;
  box-sizing: border-box;
}
.mesa-header__logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}
.mesa-header__logo svg {
  height: 34px;
  width: auto;
  display: block;
}
.mesa-header__toggle {
  display: none !important;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: #cbd5e1;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M19 16C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H5C4.44772 18 4 17.5523 4 17C4 16.4477 4.44772 16 5 16H19ZM19 11C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H19ZM19 6C19.5523 6 20 6.44772 20 7C20 7.55228 19.5523 8 19 8H5C4.44772 8 4 7.55228 4 7C4 6.44772 4.44772 6 5 6H19Z%27 fill=%27%23CBD5E1%27/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M19 16C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H5C4.44772 18 4 17.5523 4 17C4 16.4477 4.44772 16 5 16H19ZM19 11C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H19ZM19 6C19.5523 6 20 6.44772 20 7C20 7.55228 19.5523 8 19 8H5C4.44772 8 4 7.55228 4 7C4 6.44772 4.44772 6 5 6H19Z%27 fill=%27%23CBD5E1%27/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.mesa-header__toggle, .mesa-header__toggle:hover, .mesa-header__toggle:focus, .mesa-header__toggle:focus-visible, .mesa-header__toggle:active {
  background-color: #cbd5e1 !important;
  box-shadow: none !important;
  border: 0 !important;
}
.mesa-header__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}
.mesa-header__nav-mobile {
  display: none;
}
.mesa-header__menu {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mesa-header__menu .menu-item {
  position: relative;
}
.mesa-header__menu > .menu-item > a {
  display: flex;
  align-items: center;
  padding: 8px;
  color: #cbd5e1;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.mesa-header__menu > .menu-item > a:hover, .mesa-header__menu > .menu-item > a:focus-visible {
  color: #ffffff;
}
.mesa-header__menu > .menu-item-has-children > a {
  gap: 6px;
  cursor: default;
  pointer-events: none;
}
.mesa-header__menu > .menu-item-has-children > a::after {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M7.41 8.29504L12 12.875L16.59 8.29504L18 9.70504L12 15.705L6 9.70504L7.41 8.29504Z%27 fill=%27%23CBD5E1%27/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M7.41 8.29504L12 12.875L16.59 8.29504L18 9.70504L12 15.705L6 9.70504L7.41 8.29504Z%27 fill=%27%23CBD5E1%27/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
}
.mesa-header__menu > .menu-item-has-children:hover > a,
.mesa-header__menu > .menu-item-has-children:focus-within > a {
  color: var(--mesa-header-accent);
}
.mesa-header__menu > .menu-item-has-children:hover > a::after,
.mesa-header__menu > .menu-item-has-children:focus-within > a::after {
  transform: rotate(180deg);
}
.mesa-header__menu > .menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  max-width: 327px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background-color: #000000;
  border-radius: 8px;
  box-shadow: 0 10px 10px rgba(105, 43, 126, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 20;
}
.mesa-header__menu > .menu-item-has-children:hover > .sub-menu,
.mesa-header__menu > .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.mesa-header__menu .sub-menu .sub-menu {
  position: static;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
  max-width: none;
  list-style: none;
  transform: none;
  transition: none;
  z-index: auto;
}
.mesa-header__menu .sub-menu,
.mesa-header__menu .sub-menu .menu-item {
  list-style: none;
  list-style-image: none;
}
.mesa-header__menu .sub-menu .menu-item > a:not([href=""]):not([href="#"]) {
  display: block;
  padding: 8px 16px;
  color: #cbd5e1;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.mesa-header__menu .sub-menu .menu-item > a:not([href=""]):not([href="#"]):hover, .mesa-header__menu .sub-menu .menu-item > a:not([href=""]):not([href="#"]):focus-visible {
  background-color: #2c1235;
  color: #ffffff;
}
.mesa-header__menu .sub-menu .menu-item > a[href=""],
.mesa-header__menu .sub-menu .menu-item > a[href="#"] {
  display: block;
  padding: 8px 16px;
  color: #ffffff;
  font-feature-settings: "case" on;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.mesa-header__menu > .menu-item-has-children > .sub-menu > .menu-item-has-children + .menu-item > a {
  position: relative;
  margin-top: 8px;
  padding-top: 16px;
}
.mesa-header__menu > .menu-item-has-children > .sub-menu > .menu-item-has-children + .menu-item > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
}
.mesa-header__menu .sub-menu .menu-item.has-tag-new > a,
.mesa-header__menu .sub-menu .menu-item.has-tag-next-up > a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.mesa-header .mesa-header__tag {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 40px;
  font-family: "Inter", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
}
.mesa-header .mesa-header__tag--new {
  border: 1px solid #875598;
  background: #d1bdd7;
  color: #875598;
}
.mesa-header .mesa-header__tag--next-up {
  border: 1px solid #11755d;
  background: #baf2e4;
  color: #11755d;
}
.mesa-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}
.mesa-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border: 2px solid var(--mesa-header-border);
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease, filter 0.25s ease;
}
.mesa-header__btn--primary {
  background-image: linear-gradient(-48.25deg, #875598 0%, #3a1845 99.967%);
  box-shadow: inset 0 -10px 20px rgba(178, 85, 222, 0.2);
}
.mesa-header__btn--primary:hover, .mesa-header__btn--primary:focus-visible {
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(180deg, #4b1f59 0%, #9b71a9 100%);
}
.mesa-header__btn--secondary {
  background-color: transparent;
}
.mesa-header__btn--secondary:hover, .mesa-header__btn--secondary:focus-visible {
  color: #fff !important;
  background: linear-gradient(180deg, #4b1f59 0%, #9b71a9 100%);
  border-radius: 4px;
  box-shadow: 0 -10px 20px 0 rgba(178, 85, 222, 0.2) inset;
}
@media (max-width: 1100px) {
  .mesa-header__inner {
    padding-inline: 24px;
    gap: 16px;
  }
  .mesa-header__menu {
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .mesa-header__toggle {
    display: flex !important;
  }
  .mesa-header__actions {
    display: none !important;
  }
  .mesa-header__nav {
    display: none !important;
  }
  .mesa-header__nav-mobile {
    display: block !important;
    position: fixed !important;
    top: var(--mesa-header-height) !important;
    left: 0 !important;
    right: 0 !important;
    height: 90vh;
    overflow-y: auto !important;
    background-color: #000000 !important;
    padding: 8px 24px 32px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 999;
  }
  .mesa-header.is-menu-open .mesa-header__nav-mobile {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .mesa-header__menu-mobile {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mesa-header__menu-mobile > .menu-item > a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    color: #cbd5e1;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
  }
  .mesa-header__menu-mobile > .menu-item > a:hover, .mesa-header__menu-mobile > .menu-item > a:focus-visible {
    color: #ffffff;
  }
  .mesa-header__menu-mobile > .menu-item > details {
    border: 0;
  }
  .mesa-header__menu-mobile > .menu-item > details > summary {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    color: #cbd5e1;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    list-style: none;
  }
  .mesa-header__menu-mobile > .menu-item > details > summary > a {
    color: #cbd5e1;
  }
  .mesa-header__menu-mobile > .menu-item > details > summary::-webkit-details-marker {
    display: none;
  }
  .mesa-header__menu-mobile > .menu-item > details > summary::marker {
    content: "";
  }
  .mesa-header__menu-mobile > .menu-item > details > summary::after {
    content: "";
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    background-color: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M7.41 8.29504L12 12.875L16.59 8.29504L18 9.70504L12 15.705L6 9.70504L7.41 8.29504Z%27 fill=%27%23CBD5E1%27/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M7.41 8.29504L12 12.875L16.59 8.29504L18 9.70504L12 15.705L6 9.70504L7.41 8.29504Z%27 fill=%27%23CBD5E1%27/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    transform: rotate(0deg);
    transition: transform 0.25s ease;
  }
  .mesa-header__menu-mobile > .menu-item > details[open] > summary, .mesa-header__menu-mobile > .menu-item > details[open] > summary > a {
    color: var(--mesa-header-accent);
  }
  .mesa-header__menu-mobile > .menu-item > details[open] > summary::after, .mesa-header__menu-mobile > .menu-item > details[open] > summary > a::after {
    transform: rotate(180deg);
  }
  .mesa-header__menu-mobile details .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 8px;
  }
  .mesa-header__menu-mobile details .menu-item {
    list-style: none;
  }
  .mesa-header__menu-mobile details .menu-item > a:not([href=""]):not([href="#"]) {
    display: block;
    padding: 8px 0 8px 16px;
    color: #cbd5e1;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
  }
  .mesa-header__menu-mobile details .menu-item > a:not([href=""]):not([href="#"]):hover, .mesa-header__menu-mobile details .menu-item > a:not([href=""]):not([href="#"]):focus-visible {
    color: #ffffff;
  }
  .mesa-header__menu-mobile details .menu-item > a[href=""],
  .mesa-header__menu-mobile details .menu-item > a[href="#"] {
    display: block;
    padding: 12px 0 8px 16px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
  .mesa-header__menu-mobile details > .sub-menu > .menu-item-has-children + .menu-item > a {
    position: relative;
    margin-top: 8px;
    padding-top: 16px;
  }
  .mesa-header__menu-mobile details > .sub-menu > .menu-item-has-children + .menu-item > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.12);
  }
  .mesa-header__menu-mobile details .menu-item.has-tag-new > a,
  .mesa-header__menu-mobile details .menu-item.has-tag-next-up > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
}

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