header{
background: var(--clr-black);
}
.website-header{
    padding-top: 16px;
    padding-bottom: 12px;
  background-color: var(--clr-yellow);
  border-radius: 32px 32px 0 0;
}

.website-header__wrapper, .website-header__nav__menu-mobile__top{
 display: grid;
 grid-template-columns: 91px auto;
 justify-content: space-between;
 align-items: center;
      z-index: 10;
    position: relative;
}
.nav__hamburger{
 background: transparent;
 border: none;
}
.nav__hamburger svg {
  width: 30px;
  height: 32px;
}

.nav__hamburger svg .nav__hamburger__bar {
  transition: all 400ms ease 0s;
  transform-origin: 8px 50%; 
  stroke-width: 1.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke: var(--clr-black);
}

@media (min-width: 1260px) {
  .nav__hamburger {
    display: none;
  }
  .website-header__wrapper{
  display: flex;
  }
}

.website-header__nav__menu-mobile {
  position: absolute;
  transition: all 400ms ease 0s;
  right: -100%;
  left: auto;
  width: 100%;
  z-index: 1;
  min-height: 844px;
  width: 0;
  overflow: hidden;
  background: var(--clr-white);
  top: 0;
  padding-bottom: 32px;
}
.website-header__nav__menu-mobile__top{
  padding-top: 24px;
  padding-bottom: 48px;
}
.website-header__nav__menu-bigscreen {
  display: none;
}
@media (min-width: 1260px) {
  .website-header__nav__menu-mobile {
    display: none;
  }
  .website-header__nav__menu-bigscreen {
    display: block;
  }
}
.website-header__nav__menu ul {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 1260px) {
  .website-header__nav__menu ul {
    flex-direction: row;
  }
}
.website-header__nav__menu ul li a {
  margin: 0;
  transition: width 400ms ease 0s;
  text-align: left;
}
.website-header__nav__menu.open-menu {
  right: 0;
  z-index: 999;
  width: 100%;
  top: -16px;
}
.website-header__nav__menu.open-menu li a {
  transition: all 400ms ease 0s;
}
@media (min-width: 1260px) {
  .website-header__nav__menu{
    justify-content: space-between;
}
  .website-header__nav__menu li a {
    width: -moz-fit-content;
    width: fit-content;
    gap: 4px;
  }
}
 
.hs_cos_wrapper_type_menu:last-of-type{
  margin-bottom: 10px;
  display: block;
}
.website-header .hs-menu-item a, .website-header_nav_menu__extralink{
  text-decoration: none;
}
.website-header_nav_menu__extralink{
  display: block;
  margin-bottom: 48px;
}
.hs-menu-wrapper .hs-menu-depth-1{
  margin-bottom: 38px;
  position: relative;
}
.hs-menu-depth-1 > a{
  display: grid;
  grid-template-columns: auto 32px;
  width: 100%;
  text-align: left;
  align-items: center;
}
.hs-menu-depth-1 .hs-menu-children-wrapper.menu-open{
  display: flex !important;
  gap: 16px;
}
.hs-menu-depth-1.hs-item-has-children > a::after{
 background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8 2.5C7.9945 6.67421 7.9611 9.08307 8 13.5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.5 9C10.4964 10.4515 9.52855 11.4579 8 13.5C6.52678 11.3385 5.52284 10.3797 3.5 9" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
}
.hs-menu-depth-1 .hs-menu-children-wrapper, .hs-menu-depth-2 .hs-menu-children-wrapper{
  display: none !important;
}
.hs-menu-depth-1 .hs-menu-children-wrapper.menu-open, .hs-menu-depth-2 .hs-menu-children-wrapper.menu-open{
  display: flex !important;
  gap: 16px;
}
.hs-menu-depth-2.hs-item-has-children > a{
  color: var(--clr-gray-soft);
}
.hs-menu-depth-2 > a:has(+ .menu-open){
  color: var(--clr-black);
}
.hs-menu-wrapper .hs-menu-children-wrapper .hs-menu-depth-2.hs-item-has-children > a{
  display: grid;
  grid-template-columns: auto 24px;
  width: 100%;
  text-align: left;
  align-items: center;
  gap: 24px;
}
.hs-menu-depth-2.hs-item-has-children > a::after{
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_559_8644)"><path d="M3.75 12C10.0113 12.0083 13.6246 12.0584 20.25 12" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5 5.25C15.6772 8.25539 17.1868 9.70718 20.25 12C17.0077 14.2098 15.5696 15.7157 13.5 18.75" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_559_8644"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
}
.hs-menu-wrapper .hs-menu-children-wrapper{
  padding: 16px;
}
.hs-menu-children-wrapper.menu-open  .hs-menu-children-wrapper__fly-inn{
    height: auto;
}
.hs-menu-children-wrapper__title{
  text-align: left;
}
.hs-menu-wrapper li .hs-menu-item{
  text-align: left;
}
.website-header .button{
  width: 100%;
  justify-content: center;
  }
   .hs-menu-item h3{
    margin-bottom: 24px;
  }
  .hs-menu-item-button-wrapper{
    padding-top: 24px;
  }
  .hs-menu-wrapper .hs-menu-children-wrapper .hs-menu-children-wrapper__button{
    display: flex;
    justify-content: center;
    width: fit-content;
    
  }
  
/* @media (min-width: 768px) */
@media screen and (max-width: 1260px) and (min-width: 768px){
  .hs-menu-depth-1 .hs-menu-children-wrapper.menu-open{
    gap: 0;
  }
  .hs-menu-depth-1 .hs-menu-children-wrapper.menu-open .hs-menu-item a{
    padding-bottom: 16px;
  }
  .hs-menu-children-wrapper:has(.hs-menu-depth-2.hs-item-has-children){
    position: relative;

  }
  .hs-menu-depth-2.hs-item-has-children{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    /* position: relative; */
  }
  .hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: 0;
    transition: left 800ms ease 0s, opacity 1200ms ease 0s;
    top: 0;
    gap: 16px;
    padding-left: 72px;
    opacity: 0;
  }

  .hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper.menu-open{
  opacity: 1;
    padding-top: 80px;
    left: 50%;
  }
  .hs-menu-depth-2 a{
    background: var(--clr-white);
    z-index: 1;
  }
  .hs-menu-item.hs-menu-depth-3{
    display: block !important:
  }
   .hs-menu-depth-2 .hs-menu-children-wrapper {
    display: block !important;
  }
  .hs-menu-item-button-wrapper{
    background: var(--clr-white);
    z-index: 1;
    width: fit-content;
  }
}
@media (max-width: 1260px){
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
  position: static;
  }
}
@media (min-width: 1260px){
  .website-header{
  padding-bottom: 4px;
  }
    .hs_cos_wrapper_type_menu, .hs_cos_wrapper_type_menu:last-of-type, .hs-menu-wrapper .hs-menu-depth-1{
    margin-bottom: 0;
  }
  .website-header_nav_menu__extralink{
  margin-bottom: 0;
  }
  .website-header__nav{
  overflow: visible;
    flex-grow: 1;

  }
  .website-header__wrapper{
    grid-template-columns: auto auto;
    gap: 16px;
}
.website-header__logo{
  width: 114px;
  padding-bottom: 8px;
}
.website-header__logo img{
  display: block;
}
.hs-menu-depth-1.hs-item-has-children:hover > .hs-menu-children-wrapper, .hs-menu-depth-1.hs-item-has-children  .hs-menu-children-wrapper:hover{
  display: flex !important;
}
  .hs-menu-depth-1 > .hs-menu-children-wrapper .hs-menu-item{
  padding-bottom: 8px;
  }
  .hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper{
    width: 0;
    overflow: hidden;
    padding: 0;
    left: 50%;
    transition: height 800ms ease 0s;
    top: 0;
    gap: 8px;
    opacity: 0;
    height: 0;
/*     display: flex !important; */
        padding-top: 16px;
    padding-left: 16px;
  }
  .hs-menu-depth-2.hs-item-has-children > .hs-menu-children-wrapper:hover .hs-menu-item{
    /* display: block !important; */
  }
  
  .hs-menu-depth-2.hs-item-has-children:hover > a{
    color: var(--clr-black);
  }
  .hs-menu-depth-2.hs-item-has-children:hover > .hs-menu-children-wrapper{
  height: 100%;
    width: 100%;
    opacity: 1;
    display: flex !important;
  }
  .website-header__nav__menu-bigscreen .hs-menu-children-wrapper:has(.hs-menu-depth-2.hs-item-has-children){
    position: absolute;
  }
   .website-header__nav__menu-bigscreen, .website-header__nav__menu-bigscreen__wrapper{
    display: flex;
    align-items: center;
    gap: 16px;
}

.hs-menu-wrapper > ul{
    flex-wrap: nowrap;
  gap: 16px;
  
}
.website-header__cta{
  display: flex;
  gap: 16px;  
  align-items: center;

  }
.website-header__cta .cta_button{
  padding: 6px 24px;
  text-wrap: nowrap;
}
  .website-header__cta .cta_button, .website-header_nav_menu__extralink, .website-header__nav__menu-bigscreen__wrapper >p{
    width: fit-content;
        font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.25px;
  }
  .website-header__nav__menu-bigscreen__wrapper >p{
  padding-bottom: 8px;
  }
  .hs-menu-depth-1 > a {
    grid-template-columns: auto auto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.25px;
  }
  .hs-menu-depth-1.hs-item-has-children > a::after{
    width: 16px;
    height: 16px;
  }
  .hs-menu-depth-1 > .hs-menu-children-wrapper .hs-menu-depth-2{
  display: block !important;
}
.hs-menu-children-wrapper{
  background: var(--clr-white);
  z-index: 9999;
}
  .hs-menu-depth-1 > .hs-menu-children-wrapper{
    border-radius: 32px;
    width: max-content;
    right: 0;
    top: 100%;
}

.hs-menu-wrapper .hs-menu-children-wrapper{
  padding: 40px 40px 30px 40px;
}
}
.hs-menu-item h3{
  margin-bottom: 32px;
}
}
@media (min-width: 1200px){
.website-header__nav__menu-bigscreen{
/*   gap: 100px; */
}
.hs-menu-children-wrapper .hs-menu-item-button-wrapper{
    padding-top: 0;
    margin-top: 32px;
}

  .hs-menu-children-wrapper:has(.hs-menu-depth-2.hs-item-has-children){
    position: relative;

  }
  .hs-menu-depth-2.hs-item-has-children{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    /* position: relative; */
  }
  .hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper {
 
  position: absolute;
  left: calc(100% - 40px);
  transition: width 800ms ease, opacity 1200ms ease; 
 
  flex-wrap: nowrap;
  gap: 8px;
  height: 100%;
  justify-content: flex-start;
  border-radius: 0 32px 32px 0;
  padding-top: 118px;
  display: flex !important;
  opacity: 1;
}
  .hs-menu-depth-2.hs-item-has-children > .hs-menu-children-wrapper{
    gap: 0;
  }

  .hs-menu-depth-2 a{
    background: var(--clr-white);
    z-index: 1;
  }
  .hs-menu-item.hs-menu-depth-3{
  margin-left: 60px;
  }
  .hs-menu-item.hs-menu-depth-3 a{

    width: max-content;
    display: block;

  }
   .hs-menu-depth-2 .hs-menu-children-wrapper {
    display: block !important;
  }
  .hs-menu-item-button-wrapper{
    background: var(--clr-white);
    z-index: 1;
    width: fit-content;
  }
  .website-header__nav__menu-bigscreen .hs-menu-children-wrapper:has(.hs-menu-depth-2.hs-item-has-children > .hs-menu-children-wrapper.menu-open){
    border-radius: 32px 0 0 32px;
}
}
@media (min-width: 1400px){
.website-header__wrapper{
  gap: 48px;
}
  .website-header__nav__menu{
    justify-content: space-between;
}
.website-header__nav__menu-bigscreen__wrapper{
    gap: 32px;
}
.hs-menu-wrapper > ul{
  gap: 32px
}
.hs-menu-depth-2.hs-item-has-children:hover > .hs-menu-children-wrapper,
.hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper:hover {
  width: 462px;
}
  .hs-menu-item.hs-menu-depth-2{
    
    min-width: 366px;

  }
  .hs-menu-item.hs-menu-depth-3{
    min-width: 402px;
}

}