.gp-header__container {
  width: 100% !important;
  max-width: 1440px;
  padding: 0 35px;
}
li.gp-header__menuDropdownItem ul {
  list-style: none;
  padding: 0;
  display: block;
}
li.gp-header__menuDropdownItem li a {
  background-position: left 100%;
  background: transparent;
  color: #30233d !important;
  cursor: pointer;
  font: var(--paragraph-style);
  letter-spacing: .6px;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  text-decoration: none;
  text-transform: none;
  transition: .3s;
}
.gp-header__menuDropdownItem li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
  position: relative;
}
.gp-header__menuDropdownItem li.hs-menu-item.hs-menu-depth-2:not(:last-child) {
  margin: 0 0 22px;
}

@media (min-width: 1024px) {
  .gp-header__menuDropdownItem li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    visibility: visible; 
    opacity: 1;
    transition-delay: 0s, 0s;
  }
  .gp-header__menuDropdownItem li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: .4s, 0s;
    transition-delay: 0s, .4s;

    position: absolute;
    right: -147%;
    background-color: white;
    width: max-content;
    top: 0;
    padding: 30px;
  }
  .gp-header__menuDropdownItem li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after {
    content: "";
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-986-8H614v82H-986z' fill='%23FFF' fill-opacity='.96'/%3E%3Cpath d='M13 1 7 7 1 1' stroke='%232e2c2e' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%;
    background-size: contain;
    display: inline-block;
    height: 8px;
    position: absolute;
    top: 40%;
    transition: .3s;
    width: 10px;
    transform: rotate(-90deg) translateY(-50%);
    right: -7px;
  }
}

@media (max-width:1023px) {
  .gp-header__menuDropdownItem li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul {
    padding-left: 21px;
    margin-top: 12px;
  }
  .gp-header__menuDropdownItem li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
    font-weight: bold;
  }
}

@media (max-width: 768px) {
  .gp-header__ctas.gp-header__ctas_mobile span {
    margin-left: 0;
    margin-bottom: 15px;
    padding: 0;
  }
}

