.taswia-services-header {
  position: fixed;
  z-index: 10000;
  top: 22px;
  left: 40px;
  right: 40px;
  display: grid;
  grid-template-columns: 180px minmax(320px, auto) 260px;
  align-items: center;
  gap: 24px;
  min-height: 68px;
  padding: 10px 12px;
  border: 1px solid rgba(18, 20, 22, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(18, 20, 22, 0.08);
  backdrop-filter: blur(16px);
  pointer-events: none;
  font-family: Geist, Inter, Arial, sans-serif;
}

#__framer-badge-container {
  display: none !important;
}

.taswia-services-header * {
  box-sizing: border-box;
}

.taswia-services-logo,
.taswia-services-nav,
.taswia-services-quote,
.taswia-services-lang,
.taswia-services-menu {
  pointer-events: auto;
}

.taswia-services-logo {
  display: inline-flex;
  align-items: center;
  width: 116px;
  height: 40px;
  text-decoration: none;
  transition: transform 220ms ease, opacity 220ms ease;
}

.taswia-services-logo:hover {
  transform: translateY(-1px);
}

.taswia-services-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.taswia-services-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 44px;
  padding: 4px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

.taswia-services-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.taswia-services-header.is-scrolled .taswia-services-nav,
.taswia-services-header.is-open .taswia-services-nav {
  border-color: rgba(18, 20, 22, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 30px rgba(18, 20, 22, 0.08);
  backdrop-filter: blur(16px);
}

.taswia-services-nav > a,
.taswia-services-nav-item > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  color: #121416;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease, color 180ms ease;
}

.taswia-header-text-mask {
  display: block;
  height: 1.18em;
  overflow: hidden;
  line-height: 1.18;
  white-space: nowrap;
}

.taswia-header-text-stack {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.taswia-header-text-stack span {
  display: block;
  height: 1.18em;
  line-height: 1.18;
}

.taswia-services-nav > a:hover .taswia-header-text-stack,
.taswia-services-nav > a:focus-visible .taswia-header-text-stack,
.taswia-services-nav-item > a:hover .taswia-header-text-stack,
.taswia-services-nav-item > a:focus-visible .taswia-header-text-stack,
.taswia-services-lang:hover .taswia-header-text-stack,
.taswia-services-lang:focus-visible .taswia-header-text-stack,
.taswia-services-quote:hover .taswia-header-text-stack,
.taswia-services-quote:focus-visible .taswia-header-text-stack {
  transform: translateY(-50%);
}

.taswia-header-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.taswia-services-nav > a:hover,
.taswia-services-nav > a[aria-current="page"],
.taswia-services-nav-item > a:hover,
.taswia-services-nav-item > a[aria-current="page"] {
  background: rgba(18, 20, 22, 0.06);
  transform: translateY(-1px);
}

.taswia-services-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 4;
  display: grid;
  min-width: 390px;
  gap: 2px;
  padding: 8px;
  border: 1px solid rgba(18, 20, 22, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(18, 20, 22, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.taswia-services-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.taswia-services-services-item:hover .taswia-services-dropdown,
.taswia-services-services-item:focus-within .taswia-services-dropdown,
.taswia-services-services-item.is-services-open .taswia-services-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.taswia-services-dropdown-group {
  position: static;
}

.taswia-services-dropdown-group-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 42px !important;
  gap: 18px !important;
  padding: 0 14px !important;
  border-radius: 12px !important;
  color: #121416 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-decoration: none !important;
  transform: none !important;
  white-space: nowrap !important;
}

.taswia-services-dropdown-arrow {
  flex: 0 0 auto;
  color: rgba(18, 20, 22, 0.45);
  font-size: 20px;
  line-height: 1;
  transform: translateY(-1px);
}

.taswia-services-dropdown-group-link:hover,
.taswia-services-dropdown-group-link:focus-visible,
.taswia-services-dropdown-group.is-submenu-open > .taswia-services-dropdown-group-link {
  background: rgba(26, 92, 42, 0.08) !important;
  color: #1a5c2a !important;
  outline: 0;
}

.taswia-services-dropdown-group-link:hover .taswia-services-dropdown-arrow,
.taswia-services-dropdown-group-link:focus-visible .taswia-services-dropdown-arrow,
.taswia-services-dropdown-group.is-submenu-open .taswia-services-dropdown-arrow {
  color: #1a5c2a;
}

.taswia-services-subdropdown {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  z-index: 5;
  display: grid;
  align-content: center;
  min-width: 300px;
  padding: 8px;
  border: 1px solid rgba(18, 20, 22, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(18, 20, 22, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: opacity 160ms ease, transform 160ms ease;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.taswia-services-subdropdown::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  width: 12px;
}

.taswia-services-dropdown-group:hover .taswia-services-subdropdown,
.taswia-services-dropdown-group:focus-within .taswia-services-subdropdown,
.taswia-services-dropdown-group.is-submenu-open .taswia-services-subdropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.taswia-services-dropdown-link {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  border-radius: 12px !important;
  color: #121416 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-decoration: none !important;
  transform: none !important;
  white-space: nowrap !important;
}

.taswia-services-dropdown-link:hover,
.taswia-services-dropdown-link:focus-visible {
  background: rgba(26, 92, 42, 0.08) !important;
  color: #1a5c2a !important;
  outline: 0;
}

.taswia-services-header[dir="rtl"] .taswia-services-dropdown-link {
  justify-content: flex-end !important;
  text-align: right !important;
}

.taswia-services-header[dir="rtl"] .taswia-services-dropdown-group-link {
  text-align: right !important;
}

.taswia-services-header[dir="rtl"] .taswia-services-dropdown-arrow {
  transform: translateY(-1px) rotate(180deg);
}

.taswia-services-header[dir="rtl"] .taswia-services-subdropdown {
  right: calc(100% + 10px);
  left: auto;
  transform: translate(-8px, -50%);
}

.taswia-services-header[dir="rtl"] .taswia-services-subdropdown::before {
  right: -12px;
  left: auto;
}

.taswia-services-header[dir="rtl"] .taswia-services-dropdown-group:hover .taswia-services-subdropdown,
.taswia-services-header[dir="rtl"] .taswia-services-dropdown-group:focus-within .taswia-services-subdropdown,
.taswia-services-header[dir="rtl"] .taswia-services-dropdown-group.is-submenu-open .taswia-services-subdropdown {
  transform: translate(0, -50%);
}

.taswia-services-quote {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #1a5c2a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  outline: 0;
  filter: none;
  transition: transform 180ms ease;
}

.taswia-services-quote:hover {
  transform: translateY(-1px);
  box-shadow: none;
  color: #fff;
  filter: none;
}

.taswia-services-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.taswia-services-lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(18, 20, 22, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: #121416;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  backdrop-filter: blur(12px);
  transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.taswia-services-lang:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.86);
}

.taswia-services-menu {
  justify-self: end;
  display: none;
  width: 52px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #1a5c2a;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.taswia-services-menu span,
.taswia-services-menu span::before,
.taswia-services-menu span::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.taswia-services-menu span {
  position: relative;
}

.taswia-services-menu span::before {
  position: absolute;
  transform: translateY(-7px);
}

.taswia-services-menu span::after {
  position: absolute;
  transform: translateY(7px);
}

.taswia-services-header.is-open .taswia-services-menu span {
  background: transparent;
}

.taswia-services-header.is-open .taswia-services-menu span::before {
  transform: rotate(45deg);
}

.taswia-services-header.is-open .taswia-services-menu span::after {
  transform: rotate(-45deg);
}

.framer-CEn6i .framer-kezz1-container,
.framer-kezz1-container:has(> nav[class*="framer-"]),
.framer-pSY6l .framer-18qrycy-container,
.framer-pSY6l > .framer-iv6tp6-container,
.framer-pSY6l .framer-iv6tp6-container,
.framer-pSY6l > .ssr-variant > .framer-18qrycy-container,
.framer-pSY6l > .ssr-variant > .framer-1o0y9zz-container,
.framer-pSY6l .framer-1o0y9zz-container {
  display: none !important;
}

.framer-pSY6l .framer-163ku1o > .framer-1l98os4 {
  justify-content: flex-start !important;
  padding-top: 52px !important;
}

.framer-pSY6l .framer-163ku1o .framer-uwlrv6 {
  margin-top: 0 !important;
}

.framer-pSY6l .framer-1njas6 > .framer-bx4jgz,
.framer-pSY6l .framer-50wyud > .framer-16p4jc0,
.framer-pSY6l .framer-1frcgyf > .framer-x63b9k {
  margin-top: 52px !important;
}

@media (max-width: 809.98px) {
  .framer-pSY6l .framer-163ku1o > .framer-1l98os4 {
    padding-top: 72px !important;
  }

  .framer-pSY6l .framer-1njas6 > .framer-bx4jgz,
  .framer-pSY6l .framer-50wyud > .framer-16p4jc0,
  .framer-pSY6l .framer-1frcgyf > .framer-x63b9k {
    margin-top: 72px !important;
  }

  .taswia-services-header {
    top: 14px;
    left: 20px;
    right: 20px;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .taswia-services-logo {
    position: relative;
    z-index: 1;
    grid-column: 1;
    grid-row: 1;
    width: 104px;
  }

  .taswia-services-menu {
    position: relative;
    z-index: 1;
    grid-column: 2;
    grid-row: 1;
    display: inline-flex;
  }

  .taswia-services-header.is-open {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .taswia-services-header.is-open::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 68px;
    border: 1px solid rgba(18, 20, 22, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 34px rgba(18, 20, 22, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    pointer-events: none;
  }

  .taswia-services-nav,
  .taswia-services-actions {
    position: relative;
    z-index: 1;
    grid-column: 1 / -1;
    justify-self: stretch;
    display: none;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .taswia-services-nav {
    grid-row: 2;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border-radius: 18px;
  }

  .taswia-services-nav-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .taswia-services-nav > a,
  .taswia-services-nav-item > a {
    justify-content: center;
    min-height: 44px;
  }

  .taswia-services-dropdown {
    display: none !important;
  }

  .taswia-services-quote {
    flex: 1 1 auto;
    margin-top: 0;
  }

  .taswia-services-actions {
    grid-row: 3;
    align-items: stretch;
    gap: 8px;
  }

  .taswia-services-lang {
    min-width: 92px;
  }

  .taswia-services-header.is-open .taswia-services-nav,
  .taswia-services-header.is-open .taswia-services-actions {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
