nav.header-nav {
  box-shadow: 0px 0px 34px 0px #0000000D;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
}
.nav-logo-and-name {
	display:flex;
	gap:20px;
	width:100%;
	align-items:center;
}
.nav-company-name h2, .nav-link {
	text-decoration:none;
	width:100%;
	margin-bottom:0px;
	color: var(--Sterling-Black, #070707);
font-family: "Frank Ruhl Libre";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 26.4px */
}
.nav-container {
    max-width: 1512px;
    padding: 25px 48px;
    margin: auto;
}
@media (max-width:1350px) {
	.nav-container {
		padding:25px;
	}
}

.nav {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 45px;
}
.nav-container .container .nav-inner-wrapper {
  width: 100%;
}
.nav-container .nav-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-button-wrapper {
  display: flex;
  gap: 20px;
}
a.nav-button-secondary {
  font-size: 18px;
}
.nav ul li a {
  font-size: 18px !important;
  text-decoration: none;
}
.nav-container .hs-menu-wrapper {
    position: relative;
}
.hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2:last-child{
    padding-bottom: 0px;
}  
.hs-item-has-children {
    display: flex;
    align-items: center;
}
.hs-item-has-children > a:after {
    content: url('');
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s;
}
.header .hs-item-has-children > .hs-menu-children-wrapper {
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
}
.hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2:last-child:hover {
    text-decoration: underline;
}
.nav-mobile {
    display: none;
}
.nav-toggle {
  display: none;
  position: absolute;
  right: 1rem;
  cursor: pointer;
}
.nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  gap: 35px;
}
  ul.hs-menu-children-wrapper li {
  padding:0px;
}
.nav ul li:hover {
    text-decoration: underline;
} 
 .nav .hs-menu-depth-1 {
   --border-width: 2px;
    --bottom-distance: 1px;
    background-image: linear-gradient(var(--primary-blue),var(--primary-blue));
    background-position: 0 calc(71% - var(--bottom-distance));
    background-repeat: no-repeat;
    background-size: 0 var(--border-width);
    transition: background-size .2s;
}
ul.hs-menu-children-wrapper li {
   --border-width: 2px;
    --bottom-distance: -6px;
    background-image: linear-gradient(var(--primary-blue),var(--primary-blue));
    background-position: 0 calc(71% - var(--bottom-distance));
    background-repeat: no-repeat;
    background-size: 0 var(--border-width);
    transition: background-size .2s;
}

.nav li.hs-menu-depth-2:hover a {
	background-color:transparent!important;
}

.nav .hs-menu-depth-1:hover, ul.hs-menu-children-wrapper li:hover {
  background-size: 100% var(--border-width);
  text-decoration: none;
}
.nav .hs-menu-depth-1:hover > a, ul.hs-menu-children-wrapper li:hover > a {
    color:var(--primary-blue);
  }
.nav-container .hs-menu-children-wrapper {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 70px;
    margin-left: -30px;
    visibility: hidden;
    padding: 20px 35px;
    gap: 20px;
  }
  .hs-item-has-children:hover > .hs-menu-children-wrapper {
    visibility: visible;
  }
  
.nav-mobile .hs-menu-children-wrapper {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative ;
    top: 0;
    margin-left: 15px;
    background: transparent;
    visibility: visible;
    padding: 0px;
    box-shadow:none;
}

.nav-mobile .hs-item-has-children > a::after {
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

.nav-mobile .hs-item-has-children.active > .hs-menu-children-wrapper {
    height: auto;
    padding: 10px 0; /* Add padding as needed */
}

.nav-mobile .hs-item-has-children.active > a::after {
    transform: rotate(180deg);
}
.nav-mobile ul li a {
    color:#ffffff;
    text-decoration:none;
    padding: 15px 0;
}
.hidden {
  display: none;
}
.nav-mobile-menu-wrapper .nav-button-wrapper a{
  
  text-align:center;
  justify-content:center;
}

/**
* Mobile
*/
@media screen and (max-width: 1150px) {
	
	.header .hs-item-has-children > .hs-menu-children-wrapper {
  
    box-shadow: none;
}
  .nav-button-wrapper {
    flex-direction:column;
		padding-top:20px;
  }
	
	.nav-company-name h2, .nav-link { 
		color: #000;
font-family: "Frank Ruhl Libre";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 19.8px */
letter-spacing: -0.18px;
	}
  .nav-container {
    padding: 0px;
  }
  .nav-container .nav-inner-wrapper {
        padding: 14px ;
    }
  .nav{
    display:none;
  }
  .nav-mobile {
    display:block;
  }
  .nav-mobile ul {
    padding-left: 0px;
  }
  .nav-mobile .hs-item-has-children > .hs-menu-children-wrapper {
    margin-left: 0px;
  }
  .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-mobile{
    height: 0;
    padding:0px 30px;
    overflow: hidden;
     transition: 250ms all ease-in;
  }

  .nav-mobile li {
    display: block;
    padding: 25px 0px 0px 0px;
    min-height: 48px;
  }
  .nav-mobile li.hs-menu-item.hs-menu-depth-1 {
    border-bottom: 1px solid #fff;
  }

  li a {
    font-size: 18px;
    color:#fff;
  }

  .nav-toggle {
    display: block;
  }
  .hs-item-has-children {
  display: block;
    align-items: center;
  }
  .logo img{
    max-width:30px!important;
  }
  .nav-mobile .hs-item-has-children > a {
    padding: 20px 0;
  }
  .nav-mobile .hs-item-has-children > a:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    height: 10px;
    margin-top: -5px;
    margin-left: 5px;
    width: 18px;
    transition: all 0.2s ease-in-out;
    transform: rotate(180deg);
  }
  .nav-mobile .hs-item-has-children.active > a:after {
    transform: rotate(0deg);
  }


  .nav-mobile-menu-wrapper .hs-menu-children-wrapper .hs-menu-depth-2 {
    line-height:40px;
  }
  .open {
    height: 100%;
    padding-top:30px;
    padding-bottom:50px;
  }

  .hamburger .line {
    width: 36px;
    height: 5px;
    background-color: var(--primary-blue);
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
      border-radius: 5px;
  }

  .hamburger:hover{
    cursor: pointer;
  }

  .hamburger.is-active .line:nth-child(2){
    opacity: 0;
  }

  .hamburger.is-active .line:nth-child(1){
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
  }

  .hamburger.is-active .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }

  .nav ul {
      margin: 0px;
  }
}
@media screen and (min-width: 1151px) {
  nav .nav-container .hs-menu-children-wrapper {
      gap: 20px;
      margin-left: -35px;
      padding: 30px 30px 25px 30px;
      top: 65px;
  }
  nav .nav-container .hs-menu-children-wrapper li a {
      padding: 15px 0px;
  }
/*   .nav ul, ul.hs-menu-children-wrapper li {
      margin: 0 auto;
  } */
  ul.hs-menu-children-wrapper li a {
      border-radius: 5px;
      transition: background-color 0.2s ease-out;
  }
  .nav ul li.hs-menu-depth-1:after {
      content: '';
      background-repeat: no-repeat;
      background-position: center;
      height: 18px;
      margin-left: 5px;
      transform: rotate(90deg);
      width: 10px;
      transition: all 0.2s ease-in-out;
  }
  .nav .hs-menu-depth-1:hover:after {
      transform: rotate(180deg);
  }
  ul.hs-menu-children-wrapper li.hs-menu-depth-2:hover,
  ul.hs-menu-children-wrapper li.hs-menu-depth-2:hover a {
      text-decoration: none !important;
  }
  .hs-menu-children-wrapper {
    display: flex !important;
  }