.ft-burger-menu,
.burger-menu,
.ft-burger-menu-fake {
  display: none;
}

.ft-header--main,
.ft-header--sticky {
  display: flex;
  align-items: center;
}

.ft-header--main {
  box-shadow: 0px 3px 6px #00000029;
  background-color: #FFFFFF;
  height: 112px;
  padding: 10px;
  position: relative;
  z-index: 30;
}

.ft-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(0, 0, 0, 82%);
}

.ft-header-logo {
  margin: auto 0 auto 70px
}

.ft-header-logo a {
  display: flex;
  margin-top: 6px;
}

.ft-header-logo img {
  max-width: 235px;
  width: 100%;
}

.ft-header-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.ft-header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  font-family: "Poppins", sans-serif;
  font-size: max(13px, calc(17vw / 19.2));
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
}

.ft-header-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-depth-1 {
  margin: 0 1vw;
  position: initial !important;
}

.ft-header-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #000000;
  transition: 0.3s;
  text-decoration: none;
  padding: 0;
  max-width: initial;
  overflow: initial;
}

.ft-header--sticky .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  color: #FFFFFF;
}

.ft-header-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li:hover > a {
  color: #155dc7;
}

.ft-header .header__language-switcher--label {
  position: relative;
  cursor: pointer;
  margin: 0 1vw;
}

.ft-header .lang_switcher_class {
  width: 100%;
}

.ft-header .lang_list_class {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  font-size: max(13px, calc(17vw / 19.2));
  line-height: 1px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.5px;
  color: #155dc7;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  height: initial;
  padding-top: 35px;
  background-color: #ffffff;
  border-radius: 19px;
  border: 2px solid #155dc7;
  z-index: 1;
  transform: none;
}

.ft-header .header__language-switcher--label:hover .lang_list_class {
  display: block;
  height: initial;
}

.ft-header .lang_list_class li,
.ft-header .lang_list_class li:first-child,
.ft-header .lang_list_class li:last-child {
  padding: 5px 10px;
  border: medium none;
  background: transparent;
}

.ft-header .lang_list_class a {
  font-size: 15px;
  color: #155dc7;
  line-height: 1;
}

.ft-header .header__language-switcher--label-current {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: max(13px, calc(17vw / 19.2));
  
  position: relative;
  line-height: 1;
  color: #155dc7;
  letter-spacing: 1.5px;
  text-align: left;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 26px;
  border: 2px solid #155dc7;
  padding: 5px calc(20px + 0.55vw) 5px 16px;
  z-index: 1;
}

.ft-header .caret {
  border: .35em solid transparent;
  border-top: .5em solid;
  right: 10px;
  top: calc(50% - .175em);
  position: absolute;
}

.ft-header .hs_cos_wrapper_type_language_switcher {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.ft-header-nav li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  background: #FFF;
  padding: 0 80px;
  border-top: 1px solid #155dc7;
  max-height: 0;
  transition: max-height 500ms, padding 500ms, opacity 500ms;
}

.ft-header-nav li.hs-menu-depth-1:hover ul.hs-menu-children-wrapper {
  padding: 50px 80px 80px;
  max-height: 50vh;
  opacity: 1;
  visibility: visible;
}

.ft-header-nav li.hs-menu-depth-2 {
  display: flex;
}

.ft-header-nav ul.hs-menu-children-wrapper:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
}

.ft-header:after {
  content: '';
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #00000070;
  pointer-events: none;
  opacity: 0;
  transition: opacity 500ms;
}

.ft-header.hovered:after {
  opacity: 1;
}

.ft-header--sticky li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
  background: rgba(0, 0, 0, 82%);
  border-top: 1px solid #424242;
}

.ft-header--sticky ul.hs-menu-children-wrapper:before {
  height: 40px;
}

.ft-header--main .ft-cta-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  text-decoration: none;
}

.ft-cta {
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: color 500ms, background-color 500ms;
  text-decoration: none;
}

.ft-cta:hover {
  background-color: #FFFFFF;
  text-decoration: none;
}

.ft-header--sticky .ft-cta {
  margin: 0 1vw;
}

@media screen and (max-width: 1199px) {
  .ft-header .header__language-switcher--label-current {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 16px;
  }
}

@media (max-width: 767px) {
  .ft-burger-menu {
    display: block;
    position: fixed;
    z-index: 31;
  }
  
  .ft-burger-menu-fake {
    display: block;
    width: 36px;
  }
  
  .burger-menu {
    display: block;
    position: relative;
    width: 36px;
    z-index: 20;
  }
  
  .burger-menu span {
    display: block;
    width: 32px;
    height: 4px;
    z-index: 1;
    border-radius: 4px;
    position: relative;
    background: #1569C7;
    margin-bottom: 7px;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
  }
  
  .burger-menu span:last-child {
    transform-origin: 0% 100%;
    width: 22px;
    transition: width, 0.5s;
  }
  
  .ft-header--main.open .burger-menu span {
    z-index: 22;
    pointer-events: none;
    opacity: 1;
    transform: rotate(45deg) translate(0px, 0px);
    background: #232323;
    width: 36px;
    transition: width, 0.5s;
  }
  
  .ft-header--main.open .burger-menu span:nth-child(2) {
    z-index: 22;
    pointer-events: none;
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  
  .ft-header--main.open .burger-menu span:last-child {
    z-index: 22;
    pointer-events: none;
    opacity: 1;
    transform: rotate(-45deg) translate(0, 0px);
    width: 36px;
  }
  
  .ft-header--main,
  .ft-header--sticky {
    justify-content: space-between;
    height: 90px;
    padding: 10px 20px;
  }
  
  .ft-header-logo {
    margin: 0 auto;
  }
  
  .ft-header-logo img {
    max-width: 180px;
  }

  .ft-header-nav {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 9;
    position: fixed;
    width: calc(100% - 15vw);
    height: 100vh;
    padding: 0 10px 6rem;
    background: #FFFFFF;
    list-style-type: none;
    transform: translate(-100%, 0%);
    transform-origin: 0% 0%;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    top: 0;
    left: 0;
    overflow: auto;
  }
  
  .ft-header--main.open .ft-header-nav {
    transform: scale(1.0, 1.0);
    opacity: 1;
  }
  
  .ft-header-nav {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50%;
  }
  
  .ft-header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .ft-header-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
    font: normal normal 700 21px / 21px Poppins;
    color: #1569c7;
    letter-spacing: 0.4px;
  }
  
  .ft-header-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a {
    color: #000000;
  }
  
  .ft-header-nav li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: relative;
    display: none;
    flex-direction: column;
    max-height: initial !important;
    padding: 0 0 0 10px !important;
    gap: 10px;
    border: medium none;
    border-left: 1px solid #155dc7;
    margin: 10px 0;
  }
  
  .ft-header-nav ul.hs-menu-children-wrapper:before {
    content: none;
  }
  
  .ft-header-nav li.hs-item-has-children.open ul.hs-menu-children-wrapper {
    display: flex;
  }
}
  
.ft-header-nav .hs-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
}

.ft-header-nav .hs-item-has-children > a::after {
  content: "";
  position: relative;
  width: 24px;
  height: 12px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg>') no-repeat center center;
  pointer-events: none;
  display: inline-block;
}



/*   .ft-header-nav li.hs-item-has-children.open ul.hs-menu-children-wrapper > *:nth-child(n+7) {
    display: none;
  } */
}