/* Layout */

html:not(.hs-inline-edit) header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: top 0.3s ease-out;
  z-index: 999;
}

html:not(.hs-inline-edit) #main-content {
  padding-top: 147px;
}

@media screen and (max-width: 1080px) {
  html:not(.hs-inline-edit) #main-content {
    padding-top: 60px;
  }
}

.header__container {
  position: relative;
  z-index: 5;
}

.header__wrapper {
  display: flex;
  margin: 0 auto;
  align-items: center;
}

.header__top {
  padding: 0.75rem 0;
}

@media (max-width: 1080px) {
  .header__top {
    display: none;
  }

  .header__bottom {
    padding: 10px 0px 10px 20px;
  }
}

/* Layout - left */

.header__container--left .header__wrapper--top {
  width: 100%;
  justify-content: flex-end;
}

.header__container--left .header__wrapper--top ul[role="menu"] li {
  padding: 0 1rem;
}

.header__container--left .header__wrapper--top ul[role="menu"] li a {
  font-size: 12px;
  font-weight: var(--medium);
  text-decoration: none;
  color:#2d2d2f;
}

.header__container--left .header__wrapper--top ul[role="menu"] li a:hover {
  text-decoration: underline;
}

.header__container--left .header__language-switcher-col {
  margin-left: auto;
}

.header__container--left .header__wrapper--bottom {
  justify-content: space-between;
}

.header__container--left .header__menu-col {
  margin-left: auto;
}

.header__container--left .header__button-col {
  margin-left: 1.5rem;
}

@media (min-width: 767px) {
  .header__container--left .header__logo-col {
    flex: 1 0 0;
  }

  .header__container--left .header__menu-col {
    flex: 3 0 0;
  }
}

.header__search {
      position: absolute;
    right: 50px;
    top: 20px;
}

@media (min-width: 1080px) {
  .header__search {
 padding-left: 60px; 
    position: static;
}
}

.header__search button.search-icon {
 background: transparent;
  border: none;
  padding: 10px;
  opacity: 1;
  transition: all 0.3s ease;
}

.header__search button.search-icon:hover,
.header__search button.search-icon:focus-visible {
  opacity: 0.7;
}

/* Layout - centered */

.header__container--centered .header__button-col {
  margin-left: auto;
}

.header__container--centered .header__wrapper--bottom {
  flex-wrap: wrap;
  text-align: center;
}

.header__container--centered .header__logo-col {
  width: 100%;
  margin-bottom: 1.4rem;
}

.header__container--centered .header__menu-col {
  width: 100%;
}

@media (max-width: 767px) {
  .header__container--centered .header__wrapper--bottom {
    justify-content: space-around;
    text-align: left;
  }

  .header__container--centered .header__logo-col,
  .header__container--centered .header__menu-col {
    width: auto;
    margin-bottom: 0;
  }
}

@media (max-width: 360px) {
.header__container--search .header__logo {
  max-width: 110px;
  }
}

/* Language switcher */

.header__language-switcher {
  position: relative;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

/* Language switcher - top level menu item */

.header__language-switcher-label {
  display: flex;
}

.header__language-switcher-current-label {
  display: flex;
  margin-bottom: 5px;
  margin-left: 0.5rem;
  align-items: center;
}

.header__language-switcher-child-toggle svg {
  height: 15px;
  width: 15px;
  margin-left: 0.35rem;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  left: auto;
  display: block;
  width: 200px;
  padding: 0;
  border-style: solid;
  border-width: 1px;
  opacity: 0;
  text-align: left;
  transform: none;
  visibility: hidden;
}

.header__language-switcher-label--open .lang_list_class,
.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  padding: 0;
  border: none;
  margin: 0;
}

.header__language-switcher .lang_list_class li:first-child {
  padding-top: 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.header__language-switcher .lang_list_class .lang_switcher_link {
  display: inline-flex;
  width: 100%;
  padding: 0.7rem 1rem;
}

@media (max-width: 767px) {
  .header__language-switcher .lang_list_class {
    position: static;
    display: none;
    width: 100%;
    border: none;
  }

  .header__language-switcher-label--open .lang_list_class {
    display: block;
  }

  .header__language-switcher-current-label {
    display: block;
    width: 80%;
    padding: 0.7rem 0 0.7rem 1rem;
    margin: 0;
    order: 1;
  }

  .header__language-switcher .globe_class {
    height: auto;
    width: 100%;
  }

  .header__language-switcher-label {
    display: flex;
    flex-wrap: wrap;
  }

  .hs_cos_wrapper_type_language_switcher {
    width: 100%;
  }
}

/* Language switcher - icons */

@media (max-width: 767px) {
  .header__language-switcher-child-toggle,
  .header__language-switcher-child-toggle:hover,
  .header__language-switcher-child-toggle:focus,
  .header__language-switcher-child-toggle:active {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    padding: 10px 30px;
    border: 0;
    cursor: pointer;
  }

  .header__language-switcher-child-toggle svg {
    margin-left: 0;
  }

  .header__language-switcher-child-toggle--open svg {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    transition: transform 0.4s;
  }
}

/* Logo */

.header__logo img {
  height: auto;
  max-width: 100%;
}

/* Menu */

.header__menu-container--mobile {
  display: none;
  justify-content: flex-end;
  padding-right:10px;
}

.header__menu--mobile {
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  display: none;
  width: 100%;
  height: 100vh;
  border-top: 1px solid var(--white);
  background: #08084f;
  padding-bottom: 8rem;
}

@media (max-width: 1080px) {
  .header__menu--desktop {
    display: none;
  }

  .header__menu-container--mobile {
    display: flex;
  }

  .header__menu--show {
    display: block;
    overflow: auto;
  }
}

/* Menu items */

.header__menu-item {
  position: relative;
  display: inline-flex;
}

.header__menu-link {
  font-weight: var(--semi-bold) !important;
}

/*.header__parent-item:nth-child(6),*/
.header__parent-item:nth-child(7),
.header__parent-item:nth-child(8),
.header__parent-item:nth-child(9),
.header__parent-item:nth-child(10) {
  display: none;
}

@media (max-width: 1080px) {
  .header__menu-item {
    display: block;
    width: 100%;
    text-align: left;
  }

  .header__parent-item > a {
    font-size: 22px;
  }

  .header__menu-link {
    display: block;
    width: 100%;
    padding: 1.25rem 1rem;
  }

  .header__menu-item--has-submenu .header__menu-link {
    width: 80%;
  }

  /*.header__parent-item:nth-child(6),*/
  .header__parent-item:nth-child(7),
  .header__parent-item:nth-child(8),
  .header__parent-item:nth-child(9),
  .header__parent-item:nth-child(10) {
    display: block;
    background: var(--white);
    border-bottom: 1px solid var(--text-color);
  }

  /*.header__parent-item:nth-child(6) a,*/
  .header__parent-item:nth-child(7) a,
  .header__parent-item:nth-child(8) a,
  .header__parent-item:nth-child(9) a,
  .header__parent-item:nth-child(10) a {
    color: var(--text-color) !important;
  }
}

/* Menu items - top level */

.header__menu-item--depth-1 {
  padding: 0 1rem;
}

@media (max-width: 1080px) {
  .header__menu-item--depth-1 {
    padding: 0;
  }
}

/* Menu items - submenus */

.header__menu-submenu {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: -1px;
  display: none;
  width: 200px;
  border-style: solid;
  border-width: 1px;
  text-align: left;
}

.header__menu-item--open > .header__menu-submenu {
  display: block;
}

.header__menu-item--depth-1:last-child > .header__menu-submenu {
  right: 0;
  left: auto;
}

.header__menu-submenu--level-3 {
  top: 0;
  left: 100%;
}

/* prettier-ignore */
.header__menu-item--depth-1:nth-last-child(-n + 2) .header__menu-submenu--level-3 {
  top: 0;
  right: 100%;
  left: auto;
}

.header__menu-submenu .header__menu-item {
  width: 100%;
  background-color: inherit;
}

.header__menu-submenu .header__menu-link {
  display: inline-flex;
  padding: 0.7rem 1rem;
}

.header__menu-item--depth-3 > .header__menu-link {
  margin-left: 10px;
}

.header__menu-item--depth-4 > .header__menu-link {
  margin-left: 20px;
}

.header__menu-item--depth-5 > .header__menu-link,
.header__menu-item--depth-6 > .header__menu-link,
.header__menu-item--depth-7 > .header__menu-link,
.header__menu-item--depth-8 > .header__menu-link,
.header__menu-item--depth-9 > .header__menu-link,
.header__menu-item--depth-10 > .header__menu-link {
  margin-left: 30px;
}

.header__menu-item--button {
  padding: 0.7rem 1rem;
}

/* = parent item -------------------- */
.header__parent-item {
  display: flex;
  align-items: center;
  min-height: 95px;
}

.header__parent-item.standard {
  position: relative;
}

/* = mega dropdown -------------------- */
.mega-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  max-width: 950px;
  width: 100%;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(99, 99, 199, 0.2);
  background: var(--white);
  transform: translateX(-50%);
  text-align: left;
}

.mega-dropdown > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-dropdown ul li a {
  font-size: 16px;
  text-decoration: none;
  transition: color 0.15s linear;
}

.mega-dropdown ul li a:hover,
.mega-dropdown ul li a:hover span,
.mega-dropdown ul li a:hover img {
  color: var(--secondary-purple) !important;
}

.mega-dropdown ul li a.no-link,
.mega-dropdown ul li a.no-link:hover,
.mega-dropdown ul li a.no-link:hover span,
.mega-dropdown ul li a.no-link:hover img{
    color: #000!important;
}


.mega-dropdown ul li a:hover img {
  filter: invert(47%) sepia(37%) saturate(2241%) hue-rotate(169deg)
    brightness(106%) contrast(104%);
}

.mega-dropdown ul li a span {
  display: block;
  font-size: 24px;
  font-weight: var(--semi-bold);
  text-decoration: none;
}

.mega-dropdown > ul li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-dropdown > ul li > ul li a {
  display: flex;
  align-items: center;
  margin-top: 1.05rem;
  font-weight: var(--medium);
  text-decoration: none;
}

.mega-dropdown > ul li > ul li a img {
  margin-right: 0.5rem;
}

.mega-dropdown ul li a.no-link,
.mega-dropdown ul li a.no-link span {
    cursor: default;
    text-decoration: none!important;
}

/* = standard dropdown -------------------- */
.standard-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  max-width: 280px;
  min-width: 280px;
  width: 100%;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(99, 99, 199, 0.2);
  background: var(--white);
  transform: translateX(-50%);
  text-align: left;
}

.standard-dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.standard-dropdown > ul li {
  margin-bottom: 1.25rem;
}

.standard-dropdown > ul li img {
    margin-right: 0.5rem;
}

.standard-dropdown ul li a {
  display: flex;
  font-size: 16px;
  font-weight: var(--medium);
  text-decoration: none;
  transition: color 0.15s linear;
}

.mega-dropdown ul li a.no-link {
  cursor: default;
}

.standard-dropdown > ul li:last-child {
  margin-bottom: 0;
}

.standard-dropdownul li a:hover,
.standard-dropdown ul li a:hover span {
  color: var(--secondary-purple) !important;
}

@media screen and (min-width: 1081px) {
  .header__parent-item:hover .mega-dropdown,
  .header__parent-item:hover .standard-dropdown {
    display: block;
  }
}

@media (max-width: 1080px) {
  .header__logo-image {
    /*width: 155px !important;
    height: 45px !important;*/
  }

  /* prettier-ignore */
  .header__menu-submenu,
  .header__menu-submenu--level-3,
  .header__menu-item--depth-1:nth-last-child(-n + 2) .header__menu-submenu--level-3 {
    position: static;
    width: 100%;
    border: none;
  }

  .header__parent-item {
    position: relative;
    display: block;
    width: 100%;
    min-height: auto;
    border-bottom: 1px solid var(--white);
  }

  .mega-dropdown,
  .standard-dropdown {
    display: none;
    position: relative;
    background: transparent;
    box-shadow: none;
    padding: 0 1rem 1rem;
  }

  .mega-dropdown {
    padding: 0 1rem 2rem;
  }

  .mega-dropdown.active,
  .standard-dropdown.active {
    display: block;
  }

  .mega-dropdown > ul {
    grid-template-columns: 1fr;
  }

  .standard-dropdown {
    width: 100%;
    max-width: 100%;
  }

  .mega-dropdown > ul > li,
  .standard-dropdown > ul > li {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--secondary-purple);
  }

  .standard-dropdown > ul > li {
    padding-bottom: 1.0rem;
  }

  .mega-dropdown > ul > li:last-child,
  .standard-dropdown > ul > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .mega-dropdown li a,
  .mega-dropdown li a span,
  .standard-dropdown li a,
  .standard-dropdown li a span {
    text-decoration: none !important;
    color: var(--white) !important;
  }

  .mega-dropdown ul li a span {
    font-size: 18px;
  }

  .mega-dropdown ul li img {
    filter: invert(100%) sepia(62%) saturate(0%) hue-rotate(164deg)
      brightness(111%) contrast(101%);
  }
}

/* Menu icons */

@media (min-width: 1081px) {
  .header__menu-submenu .header__menu-child-toggle {
    padding: 0.7rem 1rem;
    margin-left: auto;
  }
}

.header__menu-child-toggle svg {
  height: 15px;
  width: 15px;
  margin-left: 0.35rem;
}

.header__menu-toggle {
  display: none;
}

.header__menu-toggle svg {
  height: 30px;
  width: 30px;
}

.header__contact-mobile {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 55px;
  background: var(--blue);
}

.header__contact-mobile svg {
  position: relative;
  z-index: 2;
}

.header__contact-mobile::after {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background: var(--blue);
  width: 100%;
  height: calc(100% + 20px);
  z-index: 0;
}

@media (max-width: 1080px) {
  .header__menu-child-toggle,
  .header__menu-child-toggle:hover,
  .header__menu-child-toggle:focus,
  .header__menu-child-toggle:active {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    min-width: 75px;
    padding: 10px 30px;
    border: 0;
    cursor: pointer;
  }

  .header__menu-child-toggle svg {
    margin-left: 0;
  }

  .header__menu-child-toggle--open svg {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    transition: transform 0.4s;
  }

  .header__menu-toggle--show {
    display: block;
  }

  .header__menu-item--button {
    padding: 1.25rem 1rem;
    background: var(--orange);
  }

  .header__menu-item--button .header__button {
    width: 100%;
    padding: 0;
    font-size: 22px;
  }
}

@media screen and (max-width: 1080px) {
    .header__button-col {
        position: relative;
        width: 65px;
        background: #30dbc7;
    }
    
    .header__button-col::before {
        position: absolute;
        content: "";
        top: -20px;
        width: 100%;
        height: calc(100% + 38px);
        background: #00b5ff;
        z-index: 0;
    }
    
    
    .header__button-col .header__button {
        position: relative;
        border-radius: 0!important;
        font-size: 0px;
        background-image: url("https://27116888.fs1.hubspotusercontent-eu1.net/hubfs/27116888/contact-icon.svg");
        background-size: 50%;
        background-position: center center;
        background-repeat: no-repeat;
    } 
}

@media (max-width: 768px) {
    .header__button-col {
        display:none;
    }
  .header__language-switcher-current-label >span.for_mob{
    top: 8px;
    position: absolute;
    right: 50px;
    color: #fff !important;
}
  .header__language-switcher-child-toggle svg{
    fill:#fff !important;
}