/* Navigation skipper */

.header__skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  text-align: left;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}


.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button),.header__menu-item--depth-1 > .header__menu-link:not(.button) {
    color: #18181b;
  text-decoration: none;
}

.header__menu-link {
  font-size: 14px;
}


#hs_cos_wrapper_header-module-1 .button {
position: relative;
    background-color: rgb(39, 39, 42);
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: .875rem;
    padding: 4px 16px;
    border-radius: 12px;
    white-space: nowrap;
    border: 0;
  text-decoration: none;
}

#hs_cos_wrapper_header-module-1 .button2 {
      background-color: transparent;
    background-image: none;
    color: #18181b;
    padding: 4px 16px;
  font-size: .875rem;
      transition: .2s;
    font-weight: 600;
    text-align: center;
  border-radius: 12px;
  text-decoration: none;
}

.header__button-icon svg {
  fill: #18181b;
  width: 12px;
  height: 12px;
  transform: rotate(35deg);
}



#hs_cos_wrapper_header-module-1 .button:hover {

}

#hs_cos_wrapper_header-module-1 .button2:hover {
border: 1px solid 18181b;
}


.header__container--left .header__menu-col {
    margin-left: auto;
    text-align: center;
  margin-right: auto;}

.header__bottom, header.header {background: none!important;} 

.header__menu-toggle svg {
fill: #18181b;
}


@media screen and (max-width: 600px) {
  .hidden-phone, .header__menu--desktop {}
  .header__menu-container--mobile {}
  .header__menu-toggle--close {display: none;}
  #hs_cos_wrapper_header-module-1 .button2, #hs_cos_wrapper_header-module-1 .button {font-size: 13px!important; padding: 4px 8px!important;}
  .header__container--left_centered .header__button-col, .header__container--left_centered .header__button2-col {margin-left: 6px!important;}
 #hs_cos_wrapper_header-module-1 > div > div > div > div.header__logo-col > div > a > img { width: 90px!important;} 
  .header__button-icon svg {width: 8px; height: 8px; padding: 0;}
  .header__container--left_centered .header__menu-col {margin-right: 5px;}
  .header__menu-toggle--open {padding-right:10px;}
  .header__menu-item--depth-1 {border:none;}
  .header__menu.header__menu--mobile.header__menu--show {max-width: 70%; background-color:#f4f4f5; border-radius: 14px; margin-right: 20px; padding: 7px 5px 23px 5px;}
  .header__menu-item--depth-1 > .header__menu-link--active-link:not(.button),.header__menu-item--depth-1 > .header__menu-link:not(.button) {rgba(215, 217, 255, 0.8);}
}