/* .header {
  padding: 0 6.25%;
  box-sizing: border-box;
  height: 114px;
  display: flex;
  width: 100%;
  z-index: 10;
  align-items: center;
  margin-bottom: 88px;
  position: fixed;
  top: 0;
  backdrop-filter: blur(35px);
  background-color: #000915a6;
  max-width: 1920px; 
  height:110px;
  margin-bottom: -100px;  
  z-index: 9;
  display: flex;
  align-items: center;
}

.container-header {
  width: 100%;
  display:flex;
  justify-content: space-between;
  align-items:center;
}
ul {
  list-style: none;
}

.header-logo img {
  width: clamp(11.6875rem, 10.9375rem + 3.75vw, 15.4375rem);
  height: auto;
  border-radius: 0px !important;
}
.header-logo {

}

.header-menu {
  width:60%;
  {# margin-right: -40px; #}
}
.menu {
  width: 100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding-left:40px;
}

.menu .nav-link a {
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 95%;
  display: flex;
  align-items: center;
  text-transform: lowercase;
  height:92px;
}

.menu .nav-link a:hover {
  border-bottom: 10px solid #5691DF;
  margin-bottom: -10px;
}
.large.svelte-1ury747 {
  min-width: 209px;
  height: 64px;
}
.btn.btn-request {
  background: transparent;
  padding: 20px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #000915;
  background: linear-gradient(to right, #000915 50%, #5691DF 50%) left;
  background-size: 200%;
  transition: .5s ease-out;
  font-family: Manrope, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 90%;
  padding: 20px;
  text-align: center;
  min-width: 209px;
}

.btn.btn-request:hover {
  border: 1px solid #5691DF;
  background-position: right;
  color:#FFF;
}

.arrow {
  margin-left:18px;
  translate: none;
  rotate: none;
  scale: none;
}
.btn.btn-request:hover .arrow svg {
  translate: none;
  rotate: none;
  scale: none;
  transform: rotate(45deg);
}
button.svelte-1nnkmd3.svelte-1nnkmd3 {
  display: none;
  background: none;
  border: none;
}
@media (max-width: 1024px) {
  button.svelte-1nnkmd3.svelte-1nnkmd3 {
    display: block;
  }
  .header-menu {
    display:none;
  }
}









.mobile-nav-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width:100vw;
  height:100vh;
  background-color: white;
  z-index: 1000;
  overflow: hidden;
}

.mobile-nav-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: -webkit-fill-available;
}

.button-bar {
  display: flex;
  justify-content: end;
  padding: 20px;
}

.button-bar button {
  background: none;
  border: none;
  cursor: pointer;
}
.menu-items {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; 
}
.menu-items ul {
  list-style-type: none;
  padding: 0;
  width:77%;
}

.menu-items li {
  margin: 10px 0;
  text-decoration: none;
}

.menu-items a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  text-decoration: none;
  font-size: 2.5rem;
  font-size: clamp(2.5rem,2.25rem + 1.25vw,3.75rem);
  color:#122349;
}
.menu-items a:hover {
  color:#12234980;
}
.menu-items a.blue-btn {
  color: #fff;
  font-family: Manrope, sans-serif;
  text-decoration: none;
  background: none;
  border: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 90%;
  padding: 20px;
  text-align: center;
  background-color: #5691DF!important;
  margin-top:20px;
}

.nav-footer {
  margin-top: 20px;
  font-size: 14px;
  color: gray;
  width: 250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.menu-icon {
  display: none;
  cursor: pointer;
}
.btn-careers-nav {
  font-size: 16px;
  display: inline;
  text-decoration: none;
  color: #122349;
}
.copyright-nav {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 165%;
  margin: 0 0 30px;
  display:inline;
  opacity:0.8;
}
.dots.bg-navbar {
  position:absolute;
  border-radius:15px;
}
/* Show menu icon on mobile */
@media (max-width: 768px) {
  .menu-icon {
    display: block;
  }
}

/* Hide the desktop menu items */
@media (min-width: 769px) {
  .nav-bar {
    justify-content: space-between;
  }

  .menu-icon {
    display: none;
  }
} */