body > header:first-of-type,
body > .header-background, body.elementor-editor-active > [data-elementor-type=header] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.2s ease-out;
}
body.admin-bar > header:first-of-type,
body.admin-bar > .header-background {
  top: 32px;
}

body > .header-background {
  pointer-events: none;
  z-index: 9998;
  height: 115px;
  background-color: var(--e-global-color-primary);
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  body > .header-background {
    height: 84px;
  }
}

.li-widgets--theme-header {
  display: flex;
  padding: 10px 100px;
}
@media (max-width: 1200px) {
  .li-widgets--theme-header {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (max-width: 767px) {
  .li-widgets--theme-header {
    padding: 10px 30px !important;
  }
}
.li-widgets--theme-header .header--logo {
  display: block;
  overflow: hidden;
  width: 240px;
}
.li-widgets--theme-header .header--logo svg * {
  fill: var(--e-global-color-05c940c);
}
@media (max-width: 767px) {
  .li-widgets--theme-header .header--logo {
    width: 160px;
  }
}
.li-widgets--theme-header .header--nav {
  margin-top: auto;
  margin-bottom: 25px;
  margin-left: auto;
  transition: 0.3s ease;
}
.li-widgets--theme-header .header--nav .main-nav {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding-left: 0;
}
.li-widgets--theme-header .header--nav .main-nav:hover:before {
  opacity: 0.8;
  visibility: visible;
  pointer-events: none;
}
.li-widgets--theme-header .header--nav .main-nav:hover .sub-menu {
  display: block;
}
.li-widgets--theme-header .header--nav .main-nav:before {
  content: "";
  display: block;
  height: 300px;
  width: 100vw;
  background-color: var(--e-global-color-f931161);
  background-clip: padding-box;
  position: absolute;
  top: 80px;
  right: 0;
  border-top: 35px transparent solid;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.li-widgets--theme-header .header--nav .main-nav a {
  color: var(--e-global-color-05c940c);
  text-decoration: none;
  position: relative;
  font-size: 17px;
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .li-widgets--theme-header .header--nav .main-nav a {
    font-size: 15px;
  }
}
.li-widgets--theme-header .header--nav .main-nav a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -4px;
  background-color: var(--e-global-color-05c940c);
}
.li-widgets--theme-header .header--nav .main-nav li.current-menu-item > a:after, .li-widgets--theme-header .header--nav .main-nav li.current-menu-ancestor > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -4px;
  background-color: var(--e-global-color-05c940c);
}
.li-widgets--theme-header .header--nav .main-nav > li {
  position: relative;
}
.li-widgets--theme-header .header--nav .main-nav > li:not(:first-child) {
  margin-left: 54px;
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .li-widgets--theme-header .header--nav .main-nav > li:not(:first-child) {
    margin-left: 35px;
  }
}
.li-widgets--theme-header .header--nav .main-nav .sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% - 1px);
  list-style: none;
  padding: 61px 5px 25px;
}
.li-widgets--theme-header .header--nav .main-nav .sub-menu:before {
  position: absolute;
  content: "";
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}
.li-widgets--theme-header .header--nav .main-nav .sub-menu > li {
  display: block;
  text-align: center;
  font-size: 90%;
}
.li-widgets--theme-header .header--nav .main-nav .sub-menu > li > a {
  display: inline-block;
  line-height: 1.1;
  margin: 0 auto 15px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .li-widgets--theme-header .header--nav {
    display: none;
  }
}
.li-widgets--theme-header .header--mobile-nav {
  display: flex;
  justify-content: flex-end;
  flex-grow: 2;
}
@media (min-width: 1025px) {
  .li-widgets--theme-header .header--mobile-nav {
    display: none;
  }
}
.li-widgets--theme-header .header--mobile-nav > #mobile-nav {
  width: 50px;
  display: block;
  margin: auto 0;
}
.li-widgets--theme-header .header--mobile-nav > #mobile-nav svg {
  width: 40px;
}
.li-widgets--theme-header .header--mobile-nav > #mobile-nav svg > * {
  fill: var(--e-global-color-05c940c);
}
@media (max-width: 767px) {
  .li-widgets--theme-header .header--mobile-nav > #mobile-nav {
    width: 40px;
  }
}
.li-widgets--theme-header .header--actions {
  position: absolute;
  top: 10px;
  right: 100px;
}
@media (max-width: 1024px) {
  .li-widgets--theme-header .header--actions {
    display: none;
  }
}

body.scrolled > .header-background {
  height: 59px;
  opacity: 0.8;
  mix-blend-mode: initial;
  box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  body.scrolled > .header-background {
    height: 48px;
  }
}
body.scrolled .li-widgets--theme-header {
  padding: 15px 100px;
}
body.scrolled .li-widgets--theme-header .header--logo svg {
  margin-top: -20%;
  margin-bottom: -7%;
}
@media (max-width: 767px) {
  body.scrolled .li-widgets--theme-header .header--logo svg {
    margin-top: -15%;
  }
}
body.scrolled .li-widgets--theme-header .header--logo .maybe-hide {
  display: none;
}
body.scrolled .li-widgets--theme-header .header--nav {
  margin-bottom: auto;
}
body.scrolled .li-widgets--theme-header .header--nav .main-nav:before {
  top: 39px;
  border-top-width: 20px;
}
body.scrolled .li-widgets--theme-header .header--nav .main-nav .sub-menu {
  top: calc(100% - 1px);
}
body.scrolled .li-widgets--theme-header .header--nav .main-nav .sub-menu:before {
  top: 18px;
}
body.scrolled .li-widgets--theme-header .header--actions {
  display: none;
}
