/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/globals/header.scss ***!
  \***************************************************************************************************************************************************/
html {
  color: #1f1f1f;
  font-size: 16px;
  scroll-behavior: smooth;
}
html.wp-toolbar {
  font-size: 16px;
}
@media screen and (min-width: 1921px) and (max-width: minpx) {
  html.wp-toolbar {
    font-size: 0.83333vw;
  }
}

body {
  background: #fff;
}
body.stop-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.split-line {
  overflow: hidden;
}

.header-bar {
  padding: 12px 0;
  background: #1c002b;
  font-family: "Sora";
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .header-bar {
    display: none;
  }
}
.header-bar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 12px;
}
@media screen and (max-width: 1440px) {
  .header-bar__container {
    max-width: 1320px;
  }
}
@media screen and (max-width: 1280px) {
  .header-bar__container {
    padding: 0 24px;
  }
}
.header-bar__contact {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  gap: 16px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .header-bar__contact > div:last-child {
    display: none;
  }
}
.header-bar__contact p {
  margin: 0;
}
.header-bar__contact a {
  text-decoration: none;
  color: #fff;
}
.header-bar__contact a:hover {
  color: #fbac5c;
}
.header-bar__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-bar__socials a {
  display: block;
  width: 24px;
}
.header-bar__socials a img {
  width: 100%;
  height: auto;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  z-index: 50;
  overflow: hidden;
  visibility: hidden;
  transition: 0.3s ease;
}
.search-modal.active {
  visibility: visible;
}
.search-modal.active .search-modal__content {
  transform: translateY(0);
}
.search-modal__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}
.search-modal__content::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #061227;
  opacity: 0.8;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}
.search-modal form {
  max-width: 424px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.search-modal form input {
  font-size: 16px;
  border: none;
  background: #fff;
  width: 100%;
  border-radius: 0;
  height: 70px;
}
.search-modal form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  background: #fbac5c;
  border: none;
  height: 70px;
}
.search-modal form button svg {
  width: 24px;
  height: auto;
}

.header {
  position: fixed;
  top: 48px;
  left: 0;
  z-index: 30;
  width: 100%;
  font-family: "Sora";
  transition: 0.3s ease;
}
.header.not-top {
  top: 0;
  background: rgba(28, 0, 43, 0.7803921569);
  backdrop-filter: blur(24px);
}
.header.header-black:not(.not-top) .header__nav .primary-menu > li > a {
  color: #1c002b;
}
.header.header-black:not(.not-top) .header__logo path:not(:last-child) {
  fill: #1c002b;
}
.header.header-black:not(.not-top) .header__search path {
  fill: #1c002b;
}
@media screen and (max-width: 1180px) {
  .header {
    overflow-x: clip;
    min-height: unset;
    padding: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    top: 0;
  }
}
.header__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 12px;
}
@media screen and (max-width: 1440px) {
  .header__container {
    max-width: 1320px;
  }
}
@media screen and (max-width: 1280px) {
  .header__container {
    padding: 0 24px;
  }
}
.header__nav-top {
  display: none;
}
@media screen and (max-width: 1180px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 80%;
    background: #fff;
    border-right: 3px solid #fbac5c;
    transform: translateX(-100%);
    opacity: 0;
    transition: 0.3s ease;
    z-index: 10;
    visibility: hidden;
  }
  .header__nav::after {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(36, 35, 29, 0.768627451);
    transform: translateX(calc(100% + 3px));
    z-index: -1;
  }
  .header__nav.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .header__nav-top {
    padding: 40px 0 30px;
    background: #1c002b;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .header__nav-logo {
    max-width: 150px;
    width: 100%;
  }
  .header__nav-logo svg {
    width: 100%;
    height: auto;
  }
  .header__nav-exit {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fbac5c;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
  }
  .header__nav-exit svg {
    width: 18px;
    height: auto;
  }
  .header__nav-exit svg path {
    fill: #5f3a80;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    width: 90%;
  }
}
.header__nav .primary-menu {
  display: flex;
  list-style-type: none;
  margin: 0;
}
.header__nav .primary-menu .has-children {
  display: none;
}
@media screen and (max-width: 1180px) {
  .header__nav .primary-menu {
    flex-direction: column;
    overflow-y: auto;
    max-height: calc(100% - 200px);
    margin: 32px 0 0;
    padding: 0 20px;
  }
  .header__nav .primary-menu a {
    display: flex !important;
    align-items: center;
  }
  .header__nav .primary-menu a .has-children {
    width: 25px;
    height: 25px;
    display: inline-flex;
    margin: 0 0 0 auto;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #5f3a80;
    z-index: 1;
    border-radius: 50%;
  }
  .header__nav .primary-menu a .has-children.active svg {
    transform: rotate(90deg);
  }
  .header__nav .primary-menu a .has-children svg {
    max-width: 14px;
    height: auto;
    transition: transform 0.3s ease-in-out;
  }
  .header__nav .primary-menu a .has-children svg path {
    fill: #fff;
  }
}
.header__nav .primary-menu ul {
  list-style-type: none;
}
@media screen and (max-width: 1180px) {
  .header__nav .primary-menu ul {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: 0.3s ease-in-out;
  }
  .header__nav .primary-menu ul.active {
    max-height: 600px;
  }
}
.header__nav .primary-menu li:has(ul.active) > a {
  color: #5f3a80;
}
@media screen and (max-width: 1180px) {
  .header__nav .primary-menu > li {
    border-bottom: 1px solid rgba(223, 223, 223, 0.87);
  }
}
.header__nav .primary-menu > li.relative {
  position: relative;
}
.header__nav .primary-menu > li.relative > .sub-menu {
  flex-direction: column;
  width: auto;
  padding: 0;
  gap: 0;
  min-width: 190px;
}
@media screen and (max-width: 1180px) {
  .header__nav .primary-menu > li.relative > .sub-menu {
    min-width: unset;
  }
}
.header__nav .primary-menu > li.relative > .sub-menu li {
  width: 100%;
  padding: 0;
}
.header__nav .primary-menu > li.relative > .sub-menu li:last-child a {
  border: none;
}
@media screen and (max-width: 1180px) {
  .header__nav .primary-menu > li.relative > .sub-menu li {
    padding: 0 0 0 10px;
  }
}
.header__nav .primary-menu > li.relative > .sub-menu li a {
  white-space: nowrap;
  display: block;
  padding: 15px 20px;
}
@media screen and (max-width: 1180px) {
  .header__nav .primary-menu > li.relative > .sub-menu li a {
    padding: 12px 0 12px 18px;
  }
}
.header__nav .primary-menu > li > a {
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 33px 15px 30px;
  font-size: 1rem;
}
@media screen and (max-width: 1180px) {
  .header__nav .primary-menu > li > a {
    color: #1f1f1f;
    padding: 12px 0 12px 18px;
    font-weight: 400;
  }
}
.header__nav .primary-menu > li > .sub-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%) scaleY(0);
  transform-origin: top;
  transition: 0.3s ease-in-out;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  padding: 8px 20px;
}
@media screen and (max-width: 1180px) {
  .header__nav .primary-menu > li > .sub-menu {
    transform: none;
    position: static;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.header__nav .primary-menu > li > .sub-menu > li {
  padding: 0 0 15px;
}
@media screen and (max-width: 1180px) {
  .header__nav .primary-menu > li > .sub-menu > li {
    padding: 0 0 0 10px;
    border-top: solid #ededed 1px;
    width: 100%;
  }
}
.header__nav .primary-menu > li > .sub-menu > li > a {
  padding: 11px 15px;
  border-bottom: 1px solid rgba(223, 223, 223, 0.87);
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1180px) {
  .header__nav .primary-menu > li > .sub-menu > li > a {
    padding: 12px 0 12px 18px;
    font-weight: 400;
    border: none;
  }
}
.header__nav .primary-menu > li > .sub-menu > li ul {
  padding: 0;
}
@media screen and (max-width: 1180px) {
  .header__nav .primary-menu > li > .sub-menu > li ul li {
    padding: 0 0 0 10px;
    border-top: solid #ededed 1px;
    width: 100%;
  }
}
.header__nav .primary-menu > li > .sub-menu > li ul li a {
  padding: 3px 15px;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 1180px) {
  .header__nav .primary-menu > li > .sub-menu > li ul li a {
    font-size: 16px;
    padding: 12px 0 12px 18px;
    line-height: 1.4;
  }
}
.header__nav .primary-menu > li:hover > .sub-menu {
  transform: translateY(100%) scaleY(1);
}
@media screen and (max-width: 1180px) {
  .header__nav .primary-menu > li:hover > .sub-menu {
    transform: none;
  }
}
.header__nav .primary-menu .wpml-ls-native {
  display: inline-block;
  margin: 0 0 0 8px;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .header__wrapper {
    gap: 0;
  }
}
.header__logo {
  display: block;
  width: 150px;
}
@media screen and (max-width: 1440px) {
  .header__logo {
    width: 120px;
  }
}
@media screen and (max-width: 1180px) {
  .header__logo {
    width: 150px;
  }
}
.header__logo svg {
  width: 100%;
  height: auto;
}
.header__util {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 1280px) {
  .header__util a {
    display: none;
  }
}
.header__search {
  background: transparent;
  border: none;
  max-width: 1.5rem;
  padding: 0;
}
@media screen and (max-width: 1180px) {
  .header__search {
    display: none;
  }
}
.header__search svg {
  width: 100%;
  height: auto;
}
.header__hamburger {
  position: relative;
  z-index: 2;
  cursor: pointer;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background: #fbac5c;
  display: none;
  align-items: center;
  justify-content: center;
}
.header__hamburger svg {
  width: 24px;
  height: auto;
}
.header__hamburger svg path {
  fill: #5f3a80;
}
@media screen and (max-width: 1180px) {
  .header__hamburger {
    display: flex;
  }
}
.header a {
  text-decoration: none;
}

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