.antibody-header {
  background: #FFF;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
}

.antibody-header__container {
  max-width: 1185px;
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
  transition: 250ms ease-in-out height;
}

.antibody-header > .antibody-header__container {
  height: 144px;
  /* overflow: hidden; */
}

.antibody-header__row {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 185px;
  padding: 27px 0;
}

.antibody-header__logo-wrapper a {
  display: flex;
}

.antibody-header__logo {
  max-width: 250px;
  height: 90px;
  width: 100%;
  object-fit: contain;
}

.antibody-header__top-form-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.antibody-header__search-icon-wrapper {
  cursor: pointer;
}

.antibody-header__top .hs-menu-wrapper ul {
  gap: 30px;
}

.antibody-header__top .hs-menu-item a {
  color: var(--brand-quartz-gray);
  text-align: center;
  font-family: 'Mulish';
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
}

.antibody-header__divider {
  height: 48px;
  width: 1px;
  background: rgba(0, 0, 0, 0.25);
  margin: 0 33px;
}

.antibody-header__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.antibody-header__top-navigation .hs-menu-depth-1.active a {
  color: var(--brand-dark-purple);
}

.antibody-header__button {
  padding: 7px 20px;
  font-size: 16px;
}

.antibody-header__search-icon-wrapper {
  display: flex;
}

.antibody-header__bottom {
  background: var(--brand-dark-purple);
}

.antibody-header__bottom .hs-menu-item {
  display: flex;
  align-items: center;
  gap: 0px;
  background: transparent;
  justify-content: center;
  width: 100%;
  transition: 250ms ease-in-out background;
  position: relative;
}

.antibody-header__bottom .hs-menu-depth-1 {
  height: 38px;
  position: relative;
  gap: 16px;
}

.antibody-header__bottom .hs-menu-depth-1:not(.active-branch):not(:hover):not(:first-child):before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: var(--brand-teal);
  opacity: .5;
}

.hs-menu-depth-1:hover + .hs-menu-depth-1:before,
.hs-menu-depth-1.active-branch + .hs-menu-depth-1:before  {
  content: none !important;
}

.antibody-header__bottom .hs-menu-depth-1.link-static {
  position: static;
}

.antibody-header__bottom-row .hs-menu-wrapper ul {
  flex-wrap: nowrap;
}

.antibody-header__bottom-row {
  position: relative;
}

.antibody-header__bottom .hs-menu-depth-1:hover,
.antibody-header__bottom .hs-menu-depth-1:nth-child(1).active-branch {
  background: var(--brand-teal);
}

.antibody-header__bottom .hs-menu-depth-1:nth-child(2):hover,
.antibody-header__bottom .hs-menu-depth-1:nth-child(2):focus-within,
.antibody-header__bottom .hs-menu-depth-1:nth-child(2).active-branch {
  background: var(--brand-golden-yellow);
}

.antibody-header__bottom .hs-menu-depth-1.active-branch svg {
  fill: #fff !important;
}

.antibody-header__bottom .hs-menu-depth-1:nth-child(2):hover .hs-menu-item.hs-menu-depth-2 > a:hover,
.antibody-header__bottom .hs-menu-depth-1:nth-child(2):hover .hs-menu-item.hs-menu-depth-2.active > a,
.antibody-header__bottom .hs-menu-depth-1:nth-child(2):hover .hs-menu-item.hs-menu-depth-3 > a:hover,
.antibody-header__bottom .hs-menu-depth-1:nth-child(2):hover .hs-menu-item.hs-menu-depth-3.active > a {
  color: var(--brand-golden-yellow);
  transition: 250ms ease-in-out color;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: var(--brand-golden-yellow);
}

.antibody-header__bottom .hs-menu-depth-1:nth-child(3):hover,
.antibody-header__bottom .hs-menu-depth-1:nth-child(3):focus-within,
.antibody-header__bottom .hs-menu-depth-1:nth-child(3).active-branch {
  background: var(--brand-green);
}

.antibody-header__bottom .hs-menu-depth-1:nth-child(3):hover .hs-menu-item.hs-menu-depth-2 > a:hover,
.antibody-header__bottom .hs-menu-depth-1:nth-child(3):hover .hs-menu-item.hs-menu-depth-2.active > a,
.antibody-header__bottom .hs-menu-depth-1:nth-child(3):hover .hs-menu-item.hs-menu-depth-3 > a:hover,
.antibody-header__bottom .hs-menu-depth-1:nth-child(3):hover .hs-menu-item.hs-menu-depth-3.active > a {
  color: var(--brand-green) !important;
  transition: 250ms ease-in-out color;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: var(--brand-green);
}

.antibody-header__bottom .hs-menu-item:nth-child(4):hover > a {
  color: #fff !important;
}

.antibody-header__bottom .hs-menu-item:hover svg {
  fill: #fff !important;
}

.antibody-header__bottom .hs-menu-depth-1:nth-child(4):hover .hs-menu-item.hs-menu-depth-2 > a:hover,
.antibody-header__bottom .hs-menu-depth-1:nth-child(4):hover .hs-menu-item.hs-menu-depth-2.active > a,
.antibody-header__bottom .hs-menu-depth-1:nth-child(4):hover .hs-menu-item.hs-menu-depth-3 > a:hover,
.antibody-header__bottom .hs-menu-depth-1:nth-child(4):hover .hs-menu-item.hs-menu-depth-3.active > a {
  color: var(--brand-dark-pink);
  transition: 250ms ease-in-out color;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: var(--brand-dark-pink);
}

.antibody-header__bottom .hs-menu-depth-1:nth-child(4):hover,
.antibody-header__bottom .hs-menu-depth-1:nth-child(4):focus-within,
.antibody-header__bottom .hs-menu-depth-1:nth-child(4).active-branch {
  background: var(--brand-dark-pink);
}

.antibody-header__bottom .hs-menu-item svg{
  fill: var(--brand-teal);
  transform: rotate(0deg);
  transition: 250ms ease-in-out transform;
}

.antibody-header__bottom .hs-menu-item:hover svg,
.antibody-header__bottom .hs-menu-item:focus-within svg{
  fill: #fff;
  transform: rotate(180deg);
}

.antibody-header__bottom .hs-menu-item:hover.hs-menu-item .hs-menu-children-wrapper,
.antibody-header__bottom .hs-menu-item:focus-within.hs-menu-item .hs-menu-children-wrapper {
  pointer-events: visible;
  opacity: 1;
  left: 0;
  top: 100%;
  transition: 250ms ease-in-out opacity;
}

.antibody-header__bottom .hs-menu-item.hs-menu-depth-1 a {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Mulish;
}

.antibody-header__bottom .hs-menu-item.hs-menu-depth-1 .ab_case {
  text-transform: capitalize;
}

.antibody-header__bottom .mega-menu .hs-menu-item.hs-menu-depth-2 a {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3px;
}

.antibody-header__bottom .mega-menu .hs-menu-item.hs-menu-depth-2 a:hover {
  color: var(--brand-teal) !important;
}

.antibody-header__bottom .mega-menu .hs-menu-item.hs-menu-depth-2 > a,
.antibody-header__bottom .hs-menu-item.hs-menu-depth-2 > a {
  padding: 10px 20px;
}

.antibody-header__bottom .mega-menu .hs-menu-item.hs-menu-depth-3 a {
  color: #525252;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}

.antibody-header__bottom .mega-menu .hs-menu-item.hs-menu-depth-3 > a:hover,
.antibody-header__bottom .mega-menu .hs-menu-item.hs-menu-depth-4 > a:hover,
.antibody-header__bottom .mega-menu .hs-menu-item.active > a {
  color: var(--brand-teal) !important;
  transition: 250ms ease-in-out color;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: var(--brand-teal) !important;
}

.antibody-header__bottom .hs-menu-item.hs-menu-depth-2.active > a,
.antibody-header__bottom .mega-menu .hs-menu-item.active > a {
  pointer-events: none;
  cursor: default !important;
}

.antibody-header.top_hidden > .antibody-header__container {
  height: 0px;
}

.antibody-header.top_hidden {
  box-shadow: 0px 0px 12px var(--brand-purple);
}

.antibody-header__bottom .hs-menu-item.hs-menu-depth-2 a {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 20px;
}

.antibody-header__bottom .hs-menu-item .hs-menu-children-wrapper.mega-menu {
  background: linear-gradient(178deg, #e8e8e8, #ffffff);
  display: grid!important;
  grid-template-columns: repeat(2,1fr);
  opacity: 0;
  padding: 43px 22px 100px;
  pointer-events: none;
  position: absolute;
  top: 37px;
  width: 750px;
  z-index: 5;
}

.antibody-header__bottom .hs-menu-wrapper.flyouts .hs-item-has-children {
  cursor: pointer;
}

.antibody-header__bottom .hs-menu-item .hs-menu-depth-2 {
  position: relative;
}

.antibody-header__bottom .hs-menu-depth-2.hs-item-has-children{
  flex-direction: column;
  opacity: 1;
}

.antibody-header__bottom .hs-menu-item.hs-menu-depth-2 ul{
  width: 100%;
  z-index: 0;
  opacity: 1;
  height: unset;
  display: flex;
  position: static;
  flex-direction: column;
  top: 30px !important;
  left: 0 !important;
  background: transparent;
}

.antibody-header__bottom .hs-menu-item .hs-menu-depth-3 {
  max-width: 100%;
}

.antibody-header__bottom .hs-menu-item .hs-menu-depth-3.hs-item-has-children {
  flex-direction: column;
  gap: 0px;
}

.antibody-header__bottom .hs-menu-item.hs-menu-depth-3 ul {
  position: static;
  padding: 0px 10px 0 20px;
  gap: 0px;
}

.antibody-header__bottom .hs-menu-children-wrapper {
  padding: 10px 0px 0px;
  width: 100%;
  background: linear-gradient(178deg, #e8e8e8, #ffffff);
  gap: 0px;
}

.antibody-header__bottom .hs-menu-depth-1 .hs-menu-children-wrapper {
  padding: 12px 0 20px;
}

.antibody-header__bottom .hs-menu-children-wrapper .hs-menu-item {
  justify-content: start;
  align-items: start;
}

.antibody-header__bottom .hs-menu-children-wrapper a[role="menuitem"] {
  position: relative;
}

/* Search */
.search-button {
  position: relative;
  width: 50px;
  height: 50px;
  transition: all 0.2s ease-in-out;
  margin-right: 32px;
  margin-left: 0px;
  cursor: pointer;
  z-index: 1000;
}

.search-button.active {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.search-button .search-icon {
  position: absolute;
  display: block;
  top: 22%;
  left: 26.5%;
  width: 40%;
  height: 40%;
  border-radius: 50%;
  border-width: 2.8px;
  border-style: solid;
  border-color: #fff;
  transition: all 0.3s ease-in-out;
}

.search-button:before {
  content: "";
  position: absolute;
  top: 26.5%;
  right: 25.5%;
  width: 0;
  height: 3px;
  margin-top: -3px;
  background-color: var(--brand-dark-purple);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform-origin: right top;
  transform-origin: right top;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
  opacity: 0;
}

.search-button:after {
  content: "";
  position: absolute;
  bottom: 21%;
  right: 22%;
  width: 29%;
  height: 2.8px;
  margin-top: -2px;
  background-color: var(--brand-dark-purple);;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  transition: all 0.3s ease-in-out;
  border: 0px solid;
  border-radius: 0px 2px 2px 0px;
}

.search-button .search-icon,
.search-button:after,
.search-button:before {
  border-color: var(--brand-dark-purple); !important;
}

.search-button.active {
  background-color: rgba(252, 234, 232, 0.1);
}

.search-button.active:after,
.search-button.active:before {
  width: 75%;
  opacity: 1;
  border-color: var(--brand-dark-purple) !important;
  border-radius: 0px;
  border: 1px solid;
}

.search-button.active:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 22.5%;
  right: 25.5%;
}

.search-button.active .search-icon {
  opacity: 0;
}

.header__form__wrapper {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.antibody-header__form {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: #F2F1F8 !important;
  display: flex;
/*   justify-content: flex-end; */
  padding-left: 17px;
  align-items: center;
  height: 100%;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  /*     padding-left: 25px; */
  transition: 250ms opacity ease-in-out, 250ms z-index ease-in-out;
  /* overflow: hidden; */
}

.antibody-header__form.active {
  pointer-events: all;
  opacity: 1;
  z-index: 101;
}

.antibody-header__form input {
  border: none !important;
  background: transparent !important;
  font-size: 20px !important;
  font-family: Mulish;
  font-weight: 700;
  line-height: 28px;
  outline: none;
}

.antibody-header__form input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMzY4MjkgMC44NjkxNDFMMTcuNjMxNyAxNy4xMzI2IiBzdHJva2U9IiM1NjRDOTAiIHN0cm9rZS13aWR0aD0iMi4yIi8+CjxwYXRoIGQ9Ik0xLjM2ODI5IDE3LjEzMDlMMTcuNjMxNyAwLjg2NzQwNCIgc3Ryb2tlPSIjNTY0QzkwIiBzdHJva2Utd2lkdGg9IjIuMiIvPgo8L3N2Zz4K");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    right: 20px;
    cursor: pointer;
}

.antibody-header__form input::placeholder {
  color: rgba(125, 116, 181, 0.35) !important;
}

.header__form-btn {
  background: transparent !important;
  padding: 0;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.antibody-header__form.search_hidden {
  height: 0;
}

.antibody-header__search_results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: max-content;
  max-width: 540px;
  background: #F0EFF6;
  z-index: 100;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.antibody-header__search_results.visible {
  opacity: 1;
  pointer-events: all;
}

.results_intro {
  font-weight: 800;
  color: var(--brand-dark-purple);
}

.search_result__item_link,
.search_result__item_link:hover,
.search_result__item_link:focus,
.search_result__item_link:visited {
  padding: 6px 0;
  display: block;
  font-family: 'Montserrat Alternates' !important;
  font-weight: 500;
  text-decoration: underline;
}

.header_search__see-all {
    padding: 10px 0 0;
    display: block;
}
   
/* Hamburger */
.antibody-header__hamburger-icon {
  width: 35px;
  height: 27px;
  position: relative;
  display: none;
  cursor: pointer;
}

.antibody-header__hamburger-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: var(--brand-dark-purple);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.antibody-header__hamburger-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.antibody-header__hamburger-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

.antibody-header__hamburger-icon span:nth-child(1), .antibody-header__hamburger-icon span:nth-child(2) {
  top: 0px;
}

.antibody-header__hamburger-icon span:nth-child(3), .antibody-header__hamburger-icon span:nth-child(4) {
  top: 10px;
}

.antibody-header__hamburger-icon span:nth-child(5), .antibody-header__hamburger-icon span:nth-child(6) {
  top: 20px;
}

.antibody-header__hamburger-icon.open span:nth-child(1),.antibody-header__hamburger-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.antibody-header__hamburger-icon.open span:nth-child(2),.antibody-header__hamburger-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.antibody-header__hamburger-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

.antibody-header__hamburger-icon.open span:nth-child(2) {
  left: calc(50% - 4px);
  top: 7px;
}

.antibody-header__hamburger-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.antibody-header__hamburger-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.antibody-header__hamburger-icon.open span:nth-child(5) {
  left: 5px;
  top: 16px;
}

.antibody-header__hamburger-icon.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 16px;
}

/* Mobile Menu */
.antibody-header__mobile-menu {
  background: #fff;
  padding: 30px 0 50px;
  position: fixed;
  top: 0;
  padding-top: 112px;
  z-index: 10;
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
  transform: translateX(-100%);
  transition: 250ms ease-in-out transform;
}

.antibody-header__mobile-menu .antibody-header__container {
  padding: 0px;
}

.antibody-header__mobile-menu.open {
  transform: translateX(0);
}

.antibody-header__mobile-menu-bottom ul {
  flex-direction: column;
  /* gap: 10px; */
}

.antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1 {
  transition: all 0.3s ease-in-out;
  padding: 1rem;
}

.antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1 .hs-menu-children-wrapper {
  /* background: var(--brand-light-purple); */
  background: linear-gradient(180deg, #E9E9E9 0%, #FFFFFF 55.12%);
  padding-left: 80px;
  padding-left: 80px;
  padding-right: 50px;
}

.antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1 .hs-menu-children-wrapper  ul {
  background: transparent;
}

.antibody-header__mobile-menu-bottom .hs-item-has-children > a .menu-item {
  margin-bottom: 25px;
}

.antibody-header__mobile-menu-bottom ul .hs-menu-item a {
  font-weight: 700 !important;
  font-family: Mulish !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}

.antibody-header__mobile-menu-bottom ul .hs-menu-item.hs-item-has-children svg {
  fill: var(--brand-teal);
  transform: rotate(0);
  transition: 250ms ease-in-out transform;
}

.antibody-header__mobile-menu-bottom ul .hs-menu-item.hs-item-has-children.open .rotate svg {
  transform: rotate(180deg);
}

.antibody-header__mobile-menu-bottom ul .hs-menu-item.hs-item-has-children ul {
  position: static !important;
  opacity: 1;
  display: grid;
  gap: 15px !important;
  padding-left: 10px;
  max-height: 0;
  overflow: hidden;
  transition: 250ms ease-in-out max-height;
}

.antibody-header__mobile-menu-bottom ul .hs-menu-item.hs-item-has-children.open ul {
  max-height: 3000px;
}

/* .antibody-header__mobile-menu-bottom ul .hs-menu-item.hs-item-has-children .rotate svg {
transform: rotate(0);
transition: 250ms ease-in-out transform;
} */

.antibody-header__mobile-menu-top {
  margin: 30px 1rem 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
}

.antibody-header__mobile-menu-top ul {
  gap: 10px;
}

.antibody-header__mobile-menu-top ul .hs-menu-depth-1 a {
  color: var(--brand-quartz-gray);
  font-weight: 700;
}

.antibody-header__mobile-menu-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 1rem;
}

.antibody-header__mobile-menu-button {
  display: inline-block;
}

.antibody-header__mobile-menu-bottom ul .hs-menu-item a {
  margin-bottom: 10px;
  color: var(--brand-quartz-gray);
  font-weight: 600;
}

.antibody-header__mobile-menu-bottom .svg-holder {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 22px;
  z-index: 20;
}
/* 
.antibody-header__mobile-menu-bottom .hs-menu-depth-1.hs-item-has-children.open > a {
  margin-bottom: 20px;
} */

@media (max-width: 1350px) {
  .antibody-header__bottom .hs-menu-item .hs-menu-children-wrapper.mega-menu {
    grid-template-columns: repeat(2, 1fr);
    width: 900px;
    row-gap: 40px;
    height: 500px;
    overflow-y: scroll;
  }
}

@media (max-width: 1000px) {
  
  .antibody-header__search_results {
    top: 100% !important;
    border-top: solid 1.2px #fff;
    width: 100% !important;
  }
  
  .search-button.active {
    margin-left: 10px;
    margin-right: -30px;
  }
  
  .antibody-header__mobile-menu {
    padding-top: 90px;
  }

  .antibody-header__mobile-menu-bottom ul .hs-menu-item a,
  .antibody-header__mobile-menu-top ul .hs-menu-item a {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.04em;
    padding: 13px 50px 13px 80px;
    display: block;
  }

  .antibody-header__mobile-menu-bottom ul .hs-menu-item.hs-menu-depth-2 a {
    padding: 10px 0;
  }

  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1,
  .antibody-header__mobile-menu-top .hs-menu-depth-1 {
    background-color: #564C90;
    border-bottom: 1px solid #fff;
    padding: 0;
  }

  .antibody-header__mobile-menu-top {
    margin: 0;
    padding: 0;
    border: none;
  }

  .antibody-header__mobile-menu-top ul {
    flex-direction: column;
    gap: 0;
  }

  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1.hs-item-has-children.open svg {
    fill: #fff;
  }

  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1.hs-item-has-children:nth-child(1).open {
    background-color: var(--brand-teal);
  }

  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1.hs-item-has-children:nth-child(2).open {
    background-color: var(--brand-golden-yellow);
  }

  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1.hs-item-has-children:nth-child(3).open {
    background-color: var(--brand-green);
  }
  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1.hs-item-has-children:nth-child(4).open,
  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1.hs-item-has-children:last-child.open {
    background-color: var(--brand-dark-pink)
  }

  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1.hs-item-has-children:last-child .hs-menu-children-wrapper {
    margin-bottom: -1px;
  }

  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1 .hs-menu-children-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;
    flex-wrap: wrap;
    gap: 0 !important;
  }

  .antibody-header__mobile-menu-bottom .hs-menu-item.hs-menu-depth-2:first-child {
    padding-top: 22px;
  }
  .antibody-header__mobile-menu-bottom .hs-menu-item.hs-menu-depth-2:last-child {
    padding-bottom: 22px;
  }

  .antibody-header__mobile-menu-bottom .hs-menu-item.hs-menu-depth-2 {
    width: 100%;
  }

  .antibody-header__mobile-menu-bottom .hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    width: 48%;
    padding-top: 22px;
    padding-bottom: 28px;
  }

  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-2 .hs-menu-children-wrapper {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1 .hs-menu-children-wrapper a {
    color: #4A4249;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600 !important;
  }

  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-2 .hs-menu-children-wrapper a {
    font-weight: 400 !important;
    font-size: 13px;
    padding: 10px 0;
  }
  
  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-4 a {
    padding: 0.5rem 0.5rem 0.5rem 2.7rem;
  }

  .antibody-header__logo {
    max-width: 180px;
    height: 60px;
  }

  .antibody-header__button {
    padding: 11px 32px;
    margin-left: 45px;
  }

  .antibody-header__bottom,
  .antibody-header__top-navigation,
  .antibody-header__button-wrapper,
  .antibody-header__divider {
    display: none;
  }

  .antibody-header > .antibody-header__container {
    height: 90px;
  }

  .antibody-header__top-form-wrapper {
    position: static;
  }

  .header__form {
    top: 90px;
    justify-content: center;
    height: 70px;
    transition: 250ms ease-in-out height;
    background: #fff !important;
  }

  .header__form__wrapper {
    padding: 0 20px;
    height: 50px;
    background: #F2F1F8;
  }

  .antibody-header__row {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
  }

  .antibody-header__hamburger-icon {
    display: block;
  }
}

@media (max-width: 768px) {
  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-4 a,
  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1 .hs-menu-children-wrapper a {
    text-wrap: wrap;
  }
}

@media(max-width: 640px) {
  .antibody-header__mobile-menu-bottom ul .hs-menu-item a, .antibody-header__mobile-menu-top ul .hs-menu-item a {
    padding: 13px 24px;
  }

  .antibody-header__button {
    margin-left: 10px;
  }

  .antibody-header__mobile-menu-bottom .hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    padding-bottom: 0;
  }

  .antibody-header__mobile-menu-bottom .hs-menu-item.hs-menu-depth-2.hs-item-has-children:last-child {
    padding-bottom: 20px;
  }

  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1 .hs-menu-children-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .antibody-header__mobile-menu-bottom .hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    width: 100%;
  }

  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-2 .hs-menu-children-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .antibody-header__mobile-menu-bottom .hs-item-has-children.hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-4 a {
    padding: 0.5rem 1.7rem;
  }
}