/* header items */
.header__bottom {
  min-height: unset; /* Override any minimum height */
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  box-sizing: border-box; /* Ensures padding is included in the total height */
  background-color: #FFFFFF !important;
}

/* form items */

  /* Light form Sky Page */
div[id^="hs_form_target_"] form {
  background-color: rgba(255,255,255,0.6) !important;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 0px !important;
}

#hs_cos_wrapper_widget_1757005959529 {
    background-color: rgba(255,255,255,0.6) !important;
    border-radius: 8px 8px 0px 0px !important; /* top-left, top-right, bottom-right, bottom-left */
}

#hs_cos_wrapper_module_1753994388100 {
    background-color: rgba(255,255,255,0.6) !important;
    border-radius: 0px 0px 8px 8px !important; /* top-left, top-right, bottom-right, bottom-left */
}
  /* End Light form Sky Page */

.hs_submit {
  margin-right: 8px !important;
}

.footer .hs-menu-wrapper a {
    color: white !important;
    font-weight: 600 !important;
}

.hs_firstname {
    margin-bottom: 0.5rem !important;
}

.hs_lastname {
    margin-bottom: 0.5rem !important;
}

.header__menu-submenu {
    background-color: rgba(255, 255, 255, 1.0) !important;
    border-color: #FFFFFF !important;
}

.header__menu-item--depth-1 {
    border-top: 0px solid #FFFFFF; */
}

nav.header__menu:nth-child(3) > ul:nth-child(1) > li:nth-child(1) {
    border-top: 0px solid #FFFFFF !important; 
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
    background-color: #FFFFFF !important;
}
  
nav.header__menu:nth-child(3) > ul:nth-child(1) {
    background-color: #FFFFFF !important;
}

.header__menu--mobile {
    background-color: #FFFFFF !important;
}