.display-hidden, .goodsite-mobile-menu {
    display: none;
}
.goodsite-header-module {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999999999999;
    transition: 0.2s;
}
.goodsite-header-module-menu ul, .goodsite-header-module-menu li {
    padding: 0;
    list-style: none;
    margin: 0;
}
.goodsite-header-module-cta a {
    border: 5px solid #9DFF00;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 20px 25px;
    display: inline-block;
    border-radius: 25px;
}
@media screen and (min-width: 1000px) {
  .goodsite-header-module-menu li.hs-menu-depth-1>a {
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      font-weight: bold;
  }
  .goodsite-header-module-menu .hs-menu-flow-horizontal>ul {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
  }
  .goodsite-header-module-menu .hs-menu-flow-horizontal>ul>li {
      position: relative;
      padding: 10px 25px;
  }
  .goodsite-header-module-menu .hs-menu-flow-horizontal>ul>li:nth-child(n+2):before {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      background: #9DFF00;
      border-radius: 50px;
      left: -5px;
      top: 50%;
      transform: translateY(-50%);
  }
}
.goodsite-header-module-navigation>div {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.goodsite-header-module-inside>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.goodsite-header-module-branding img {
    height: 120px;
    width: auto;
}
.sticky .goodsite-header-module-branding img {
    height: 80px;
    width: auto;
}
.goodsite-header-module-inside {
    padding: 15px;
}
.goodsite-header-module.sticky {
    position: fixed;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}
.goodsite-header-module.sticky .branding-light {
    display: none;
}
.goodsite-header-module.sticky .branding-dark.display-hidden {
    display: block;
}
.goodsite-header-module.sticky .goodsite-header-module-cta a {
    border-color: #009f17;
    background: #009f17;
}
.goodsite-header-module.sticky li.hs-menu-depth-1>a {
    color: #0E1704;
}
.goodsite-header-module.sticky .hs-menu-flow-horizontal>ul>li:nth-child(n+2):before {
    background: #009f17;
}
.goodsite-header-module-branding>a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1200px) {
  .goodsite-header-module-menu li.hs-menu-depth-1>a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .goodsite-header-module-navigation {
      display: none;
  }
  .goodsite-mobile-menu {
      display: block;
      width: 50px;
      height: 40px;
      cursor: pointer;
      position: relative;
  }
  .goodsite-mobile-menu>div {
      position: absolute;
      height: 8px;
      width: 100%;
      background: #f4f4f4;
      top: 50%;
      border-radius: 20px;
      transform: translateY(-50%);
  }
  .goodsite-mobile-menu:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 8px;
      top: 0;
      left: 0;
      background: #f4f4f4;
      border-radius: 20px;
      transition: 0.2s;
  }
  .goodsite-mobile-menu:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 8px;
      bottom: 0;
      left: 0;
      background: #f4f4f4;
      border-radius: 20px;
      transition: 0.2s;
  }
  .sticky .goodsite-mobile-menu:before, .sticky .goodsite-mobile-menu:after, .sticky .goodsite-mobile-menu>div {
      background: #0E1704;
  }
  .goodsite-mobile-menu.active>div {
      display: none;
  }
  .goodsite-mobile-menu.active:before {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
  }
  .goodsite-mobile-menu.active:after {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
  }
  .sticky .goodsite-header-module-branding img {
      height: 60px;
  }
  .goodsite-header-module-branding img {
      height: 75px;
  }
}
@media screen and (max-width: 1100px) {
  html.mobile-active {
      overflow: hidden;
  }
  html.mobile-active .goodsite-header-module-navigation {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: calc(100vh - 90px);
      background: #f4f4f4;
      padding: 25px;
      z-index: 99999;
  }
  .goodsite-header-module-navigation>div {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 25px;
      text-align: center;
  }
  .goodsite-header-module-cta a {
      background: #009E17;
      border-color: #009E17;
  }
  html.mobile-active .goodsite-header-module-menu li>a {
      text-decoration: none;
      padding: 10px 0;
      display: inline-block;
      font-size: 20px !important;!i;!;
      font-weight: bold;
  }
}