.hs-menu-wrapper.flyouts .hs-menu-depth-1.hs-item-has-children {
  margin-right: 42px;
}
.header {
  background: transparent;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.sticky{
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
}
.pd-top{
  padding-top:100px;  
}

.header-cnt{
  display:flex;
  align-items:center;
  position:relative;
  z-index: 999;
}
.logo-cnt{
  width:155px;
}
.logo-cnt img {
  width: 100%!important;
  padding:0;
}
.menu-cnt{
  width:fit-content;
  margin:0 0 0 auto;
  box-sizing: border-box;
}
.menu-cnt ul{
  padding-right: 30px; 
  list-style-type:none;
  display:flex;
  justify-content: flex-end;
}
.menu-cnt ul li{
  padding:0;
  margin:0 20px;
  position:relative;
}
.menu-cnt ul li.hs-menu-depth-1:nth-last-child(1),
.menu-cnt ul li.hs-menu-depth-1:nth-last-child(2){
  padding-right:30px;
}
.menu-cnt ul li.hs-menu-depth-1:nth-last-child(1) a{
  color:#5FDBD3;
}
.menu-cnt ul li.hs-menu-depth-1:nth-last-child(2) a{
  color:#EE4961;
}
.menu-cnt ul li.hs-menu-depth-1:nth-last-child(1):after,
.menu-cnt ul li.hs-menu-depth-1:nth-last-child(2):after{
  position:absolute;
  content:'';
  width: 24px;
  height: 24px;
  top:50%;
  transform:translateY(-50%);
  right:0;
}
.menu-cnt ul li.hs-menu-depth-1:nth-last-child(1):after{
  background:url(https://www.gravwell.io/hubfs/rocket.svg);
}
.menu-cnt ul li.hs-menu-depth-1:nth-last-child(2):after{
  background:url(https://www.gravwell.io/hubfs/Placeholder.svg);
}
.menu-cnt ul li.hs-menu-depth-1.hs-item-has-children:after{
  position:absolute;
  content:'\203a';
  top:-7px;
  right:-20px;
  color:#fff;
  /*   display:none; */
  transition:all .4s;
  font-size: 22px;
  transform: rotate(90deg);
}
.safari .menu-cnt ul li.hs-item-has-children>a{
  position:relative;
  display:block;
  width:100%;
}
.safari .menu-cnt ul li.hs-item-has-children>a:after{
  position:absolute;
  content:'\203a';
  top:2px;
  right:0;
  color:#fff;
  transition:all .4s;
  font-size: 22px;
  transform: rotate(90deg);
}
.safari .menu-cnt ul li.hs-item-has-children:after{
  display:none;
}
ul.hs-menu-children-wrapper.show{
  display:block;
}
.menu-cnt ul li a{
  text-decoration:none;
  color: #FFF;
  font-family: Erbaum;
  display:block;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px; 
  letter-spacing: 0.108px;
  text-transform: uppercase; 
}
.menu-cnt ul li a:hover{
  color: #5fdbd3;
}
.hs-item-has-children{
  position:relative;
}
.menu-cnt ul li.active, .menu-cnt ul li.active>a{
  color: #5fdbd3;
}
.menu-cnt ul li.active li.active a{
  color: #5fdbd3;
}
.menu-cnt ul li.active li.active a.active{
  color: #5fdbd3;
}
.menu-cnt ul li.active li.active:hover a{
  color: #fff;
}
ul.hs-menu-children-wrapper{
  display:none;
  position:absolute;
  left:0; 
  z-index:11;
  background:#171B25;
  padding:10px;
  border-radius: 6px;
}
ul.hs-menu-children-wrapper li{
  margin: 0;
  min-width: max-content;
  border-radius: 6px;
}
/* ul.hs-menu-children-wrapper li:last-child {
border-radius: 0 0 6px 6px;
}
ul.hs-menu-children-wrapper li:first-child {
border-radius: 6px 6px 0 0;
} */
ul.hs-menu-children-wrapper li a{
  color:#fff;
  padding: 10px 35px;
}
ul.hs-menu-children-wrapper li:hover>a{
  color:#16CF84;
}
ul.hs-menu-children-wrapper li:hover{
  color: #16CF84!important;
  background: rgba(22, 207, 132, 0.10);
}
.nav-src-wrap{
  display: flex;
  align-items: center;
  column-gap:30px;
  width:fit-content;
  padding:0;
  box-sizing:border-box;
  position: relative;
}
.nav-src-wrap svg{
  width: 24px;
  height: 24px;
  cursor:pointer;
}


/* Search  */
.menu-search{
  position:absolute;
  width: 100%;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
  right: 0;
  min-width: 225px;
  display:none;
}
.menu-search.show{
  display: flex;
}
.hs-search-field1 {
  position: relative;
  top: 55px;
  right: -50px;
}
.hs-search-field__input1 {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar1 button svg {
  height: 10px;
}
.hs-search-field__suggestions1 {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px 3px rgba(0,0,0,.04);
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
.hs-search-field--open1 .hs-search-field__suggestions1 {
  border: 1px solid #000;
}
.hs-search-field__suggestions1 li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions1 #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions1 a,
.hs-search-field__suggestions1 #results-for {
  display: block;
  color: #516f90;
  padding: 5px 10px;
}
.hs-search-field__suggestions1 a:hover,
.hs-search-field__suggestions1 a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
.nav-src-wrap form{
  background:transparent;
}
.nav-src-wrap input{
  border-radius: 5px!important;
  background: #FFF;
  border:0!important;
  outline:0;
  padding: 12px!important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-menu-depth-2.hs-item-has-children:hover>.hs-menu-children-wrapper {
  left: 100%;
  top: -10px;
}
.