/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/cells/header/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/******* Colors *******/
/******* Status Colors *******/
/******* Effect Styles Colors *******/
/******* FONT SETUP *******/
html {
  font-size: 14px;
  font-family: "Mali", Arial, sans-serif;
  scroll-behavior: smooth;
}
@media (min-width: 960px) {
  html {
    font-size: 16px;
  }
}

.header {
  color: #121212;
  top: 0;
  right: 0;
  width: 100%;
  transition: all 1s ease-in;
  z-index: 99;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 0.25rem 0;
  position: fixed;
}
@media (min-width: 1180px) {
  .header .container:not(.small):not(.medium):not(.large):not(.large-on-desk):not(.full-width):not(.large-on-mobile):not(.small-on-desk) {
    max-width: 960px;
  }
}
.header.transparent {
  background: transparent !important;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header a {
  font-size: 1rem;
  color: #224267;
  text-decoration: none;
}
.header .logo {
  width: auto;
  max-height: 60px;
}
.header__logo_text {
  font-family: "Imperial", Arial, sans-serif;
  font-size: 3rem;
  text-shadow: 2px 2px 4px black;
}
.header__container_button_mobile {
  font-size: 1.25rem;
  color: #224267;
  display: flex;
  align-items: center;
}
.header__container_button_mobile span {
  margin-bottom: 9px;
}
@media (min-width: 960px) {
  .header__container_button_mobile {
    display: none;
  }
}
.header__button_mobile {
  height: 23px;
  width: 35px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 5px;
}
.header__button_mobile span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #224267;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
.header__button_mobile span:nth-child(1) {
  top: 0px;
}
.header__button_mobile span:nth-child(2) {
  top: 8px;
}
.header__button_mobile span:nth-child(3) {
  top: 16px;
}
.header__button_mobile:hover span:nth-child(2) {
  transform: translateX(-5px);
}
.header__button_mobile.open span:nth-child(1) {
  top: 9px;
  transform: rotate(135deg);
}
.header__button_mobile.open span:nth-child(2) {
  width: 0;
  transform: translateX(-30px);
}
.header__button_mobile.open span:nth-child(3) {
  top: 9px;
  transform: rotate(-135deg);
}
@media (min-width: 960px) {
  .header__button_mobile {
    display: none;
  }
}
.header__overlay {
  position: fixed;
  top: 70px;
  right: 0;
  height: calc(100vh - 70px);
  width: 100vw;
  z-index: -1;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s linear;
}
.header__overlay.open {
  z-index: 2;
  opacity: 0.5;
  pointer-events: initial;
}
.header__menu {
  max-width: 65%;
  position: absolute;
  top: 70px;
  right: 0;
  background: #ffffff;
  width: 90vw;
  height: calc(100vh - 70px);
  z-index: 98;
  padding: 1rem;
  transform: translate(101vw);
  transition: transform 0.5s linear;
}
.header__menu.open {
  transform: translate(0);
}
.header__menu ul {
  list-style: none;
  z-index: 2;
  position: relative;
}
.header__menu ul li {
  display: block;
  color: #224267;
}
.header__menu ul li a {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  position: relative;
  font-size: 1.25rem;
  text-shadow: 1px 1px 2px black;
}
cpan .header__menu ul li a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  height: 5px;
  width: 0;
  transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header__menu ul .sub-menu {
  padding-left: 1rem;
}
.header__menu ul .sub-menu a {
  font-size: 1rem;
}
@media (min-width: 960px) {
  .header__menu {
    position: initial;
    height: initial;
    width: initial;
    transform: none;
    padding: 0;
    background: transparent;
  }
  .header__menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .header__menu ul li {
    position: relative;
  }
  .header__menu ul li a {
    padding: 1rem 0;
    margin-bottom: 0;
  }
  .header__menu ul li:has(> .sub-menu) {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }
  .header__menu ul li:has(> .sub-menu) > a {
    pointer-events: none;
  }
  .header__menu ul li:has(> .sub-menu)::after {
    background-image: url("data:image/svg+xml,%3Csvg fill=%27%2382159d%27 viewBox=%270 0 96 96%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ctitle/%3E%3Cpath d=%27M81.8457,25.3876a6.0239,6.0239,0,0,0-8.45.7676L48,56.6257l-25.396-30.47a5.999,5.999,0,1,0-9.2114,7.6879L43.3943,69.8452a5.9969,5.9969,0,0,0,9.2114,0L82.6074,33.8431A6.0076,6.0076,0,0,0,81.8457,25.3876Z%27/%3E%3C/svg%3E%0A");
    content: "";
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header__menu ul li .sub-menu {
    overflow: hidden;
    padding: 0;
    max-height: 0px;
    box-sizing: border-box;
    width: 100%;
    background: #224267;
    transition: max-height 0.3s ease-out;
    position: fixed;
    top: 72px;
    left: 0;
    justify-content: center;
    cursor: initial;
  }
  .header__menu ul li .sub-menu li a {
    padding: 1rem 0.5rem;
    color: #fff;
  }
  .header__menu ul li .sub-menu.hover {
    max-height: 200px;
    transition: max-height 0.5s ease-in;
  }
}
.header.wp-panel {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.initial-padding:not(.start-transparent) {
  margin-top: 70px;
}
@media (min-width: 960px) {
  .initial-padding:not(.start-transparent) {
    margin-top: 72px;
  }
}

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