.avh.avh--v2 {
  --avh-phone-icon: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMi4wMDAwMDAiIGhlaWdodD0iMjIuMDAwMDAwIiBmaWxsPSJub25lIiBjdXN0b21GcmFtZT0iIzAwMDAwMCI+Cgk8ZyBpZD0iR3JvdXAgMTA4OTMwNjEiPgoJCTxyZWN0IGlkPSJSZWN0YW5nbGUgNDUzOCIgd2lkdGg9IjExLjAwMDAwMCIgaGVpZ2h0PSIyMS4wMDAwMDAiIHg9IjAuNTAwMDAwIiB5PSIwLjUwMDAwMCIgcng9IjEuNTAwMDAwIiBzdHJva2U9InJnYig1LDI2LDQ2KSIgc3Ryb2tlLXdpZHRoPSIxIiAvPgoJCTxyZWN0IGlkPSJSZWN0YW5nbGUgNDUzOSIgd2lkdGg9IjEwLjAwMDAwMCIgaGVpZ2h0PSIxLjAwMDAwMCIgeD0iMS4wMDAwMDAiIHk9IjQuMDAwMDAwIiBmaWxsPSJyZ2IoNSwyNiw0NikiIC8+CgkJPHJlY3QgaWQ9IlJlY3RhbmdsZSA0NTQxIiB3aWR0aD0iNC4wMDAwMDAiIGhlaWdodD0iMS4wMDAwMDAiIHg9IjQuMDAwMDAwIiB5PSIyLjAwMDAwMCIgcng9IjAuNTAwMDAwIiBmaWxsPSJyZ2IoNSwyNiw0NikiIC8+CgkJPHJlY3QgaWQ9IlJlY3RhbmdsZSA0NTQwIiB3aWR0aD0iMTAuMDAwMDAwIiBoZWlnaHQ9IjEuMDAwMDAwIiB4PSIxLjAwMDAwMCIgeT0iMTcuMDAwMDAwIiBmaWxsPSJyZ2IoNSwyNiw0NikiIC8+Cgk8L2c+Cjwvc3ZnPgo=");
}

body:has(.avh.avh--v2) {
  padding-top: 104px;
}

.avh.avh--v2 {
  --avh-ink: #051a2e;
  --avh-blue: #094781;
  --avh-red: #db1e39;
  --avh-surface: #ffffff;
  --avh-muted: #e7eef2;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 20px 0;
  color: var(--avh-ink);
  font-family: "Inter ALAB", "Inter", Arial, sans-serif !important;
  font-style: normal;
  background: var(--avh-surface);
  transition: box-shadow 0.3s ease;
}

.avh.avh--v2,
.avh.avh--v2 * {
  box-sizing: border-box;
}

.avh.avh--v2 a {
  text-decoration: none;
}

.avh.avh--v2 .avh__container {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 15px;
}

.avh.avh--v2 .avh__row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.avh.avh--v2 .avh__logo {
  display: inline-block;
  flex: 0 0 auto;
  color: var(--avh-blue);
  font-family: "Bebas Neue ALAB", "Bebas Neue", "Arial Narrow", sans-serif !important;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
  order: 0 !important;
}

.avh.avh--v2 .avh__logo:hover,
.avh.avh--v2 .avh__logo:focus-visible {
  color: var(--avh-blue);
}

.avh.avh--v2 .avh__logo span {
  color: var(--avh-red);
}

.avh.avh--v2 .avh__nav {
  position: relative;
  display: block;
  margin-left: auto !important;
  order: 0 !important;
}

.avh.avh--v2 .avh__toggle-state {
  display: none !important;
}

.avh.avh--v2 .avh__menu-button {
  display: none !important;
}

.avh.avh--v2 .avh__menu {
  display: flex !important;
  align-items: center;
}

.avh.avh--v2 .avh__menu-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  background: var(--avh-muted);
  border-radius: 10px;
}

.avh.avh--v2 .avh__top-menu,
.avh.avh--v2 .avh__submenu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.avh.avh--v2 .avh__top-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.avh.avh--v2 .avh__menu-item {
  position: relative;
  margin: 0 15px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  list-style: none;
}

.avh.avh--v2 .avh__menu-link {
  display: inline-block;
  padding: 12px 0;
  color: var(--avh-ink);
  text-decoration: none;
}

.avh.avh--v2 .avh__menu-link:hover,
.avh.avh--v2 .avh__menu-link:focus-visible {
  color: var(--avh-red);
  outline: none;
}

.avh.avh--v2 .avh__submenu {
  position: absolute;
  top: 40px;
  right: 50%;
  z-index: 1000;
  display: none;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  justify-content: space-between;
  min-width: 780px;
  padding: 20px;
  margin-right: -350px;
  column-gap: 60px;
  background: #4e5963;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(5, 26, 46, 0.2);
}

.avh.avh--v2 .avh__menu-item:hover > .avh__submenu,
.avh.avh--v2 .avh__menu-item:focus-within > .avh__submenu {
  display: grid !important;
}

.avh.avh--v2 .avh__submenu-item {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  text-transform: none;
  white-space: nowrap;
  list-style: none;
}

.avh.avh--v2 .avh__submenu-link {
  padding: 0;
  color: #ffffff;
  text-decoration: none;
}

.avh.avh--v2 .avh__submenu-link:hover,
.avh.avh--v2 .avh__submenu-link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  outline: none;
}

.avh.avh--v2 .avh__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  margin-left: 130px !important;
  order: 0 !important;
}

.avh.avh--v2 .avh__phone {
  display: inline-block;
  padding: 11px 21px 10px;
  margin: 0 10px;
  color: var(--avh-ink);
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
  background: var(--avh-muted);
  border-radius: 10px;
}

.avh.avh--v2 .avh__phone:hover,
.avh.avh--v2 .avh__phone:focus-visible {
  color: var(--avh-red);
  outline: none;
}

.avh.avh--v2 .avh__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 40px;
  color: #ffffff;
  font-family: "Inter ALAB", "Inter", Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  background: var(--avh-red);
  border: 0;
  border-radius: 10px;
}

.avh.avh--v2 .avh__cta:hover,
.avh.avh--v2 .avh__cta:focus-visible {
  color: #ffffff;
  background: #bd1830;
  outline: none;
}

.avh.avh--v2 .avh__cta--menu,
.avh.avh--v2 .avh__phone-icon {
  display: none !important;
}

.avh.avh--v2 .avh__burger-line {
  display: none !important;
}

.avh.avh--v2 .avh__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

@supports (animation-timeline: scroll()) {
  @keyframes avh-header-shadow {
    0% {
      box-shadow: none;
    }

    100% {
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    }
  }

  .avh.avh--v2 {
    animation: avh-header-shadow linear both;
    animation-timeline: scroll(root);
    animation-range: 0 4px;
  }
}

@media (max-width: 1200px) {
  .avh.avh--v2 .avh__actions {
    margin-left: 40px !important;
  }
}

@media (max-width: 1100px) {
  .avh.avh--v2 .avh__logo {
    order: 1 !important;
  }

  .avh.avh--v2 .avh__actions {
    order: 2 !important;
    margin-left: auto !important;
  }

  .avh.avh--v2 .avh__nav {
    order: 3 !important;
    margin-left: 10px !important;
  }

  .avh.avh--v2 .avh__toggle-state {
    display: block !important;
  }

  .avh.avh--v2 .avh__menu-button {
    position: relative;
    display: block !important;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    background: var(--avh-muted);
    border-radius: 10px;
    list-style: none;
  }

  .avh.avh--v2 .avh__menu-button::-webkit-details-marker {
    display: none;
  }

  .avh.avh--v2 .avh__burger,
  .avh.avh--v2 .avh__burger::before,
  .avh.avh--v2 .avh__burger::after {
    position: absolute;
    left: 50%;
    display: block;
    width: 16px;
    height: 1px;
    margin-left: -8px;
    background: var(--avh-ink);
    border-radius: 2px;
    transition: transform 0.2s ease, background-color 0.2s ease;
  }

  .avh.avh--v2 .avh__burger {
    top: 50%;
    margin-top: -1px;
  }

  .avh.avh--v2 .avh__burger::before,
  .avh.avh--v2 .avh__burger::after {
    left: 0;
    margin-left: 0;
    content: "";
  }

  .avh.avh--v2 .avh__burger::before {
    top: -5px;
  }

  .avh.avh--v2 .avh__burger::after {
    bottom: -5px;
  }

  .avh.avh--v2 .avh__toggle-state[open] .avh__burger {
    background: transparent;
  }

  .avh.avh--v2 .avh__toggle-state[open] .avh__burger::before {
    top: 0;
    transform: rotate(45deg);
  }

  .avh.avh--v2 .avh__toggle-state[open] .avh__burger::after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .avh.avh--v2 .avh__menu {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 999;
    display: none !important;
    width: 200px;
  }

  .avh.avh--v2 .avh__toggle-state[open] + .avh__menu {
    display: block !important;
  }

  .avh.avh--v2 .avh__menu-inner {
    display: block;
  }

  .avh.avh--v2 .avh__top-menu {
    display: block;
  }

  .avh.avh--v2 .avh__menu-item {
    margin: 0 15px;
  }

  .avh.avh--v2 .avh__submenu {
    display: none !important;
  }

  .avh.avh--v2 .avh__menu-item:hover > .avh__submenu,
  .avh.avh--v2 .avh__menu-item:focus-within > .avh__submenu {
    display: none !important;
  }
}

@media (max-width: 820px) {
  body:has(.avh.avh--v2) {
    padding-top: 80px;
  }

  .avh.avh--v2 {
    padding: 20px 0;
  }

  .avh.avh--v2 .avh__phone,
  .avh.avh--v2 .avh__cta--desktop {
    display: none !important;
  }

  .avh.avh--v2 .avh__phone-icon {
    display: block !important;
    width: 40px;
    height: 40px;
    background-color: var(--avh-muted);
    background-image: var(--avh-phone-icon);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
  }

  .avh.avh--v2 .avh__menu {
    width: min(320px, calc(100vw - 30px));
    padding: 20px 0;
    background: var(--avh-muted);
    border-radius: 10px;
  }

  .avh.avh--v2 .avh__menu-inner {
    padding: 0;
  }

  .avh.avh--v2 .avh__menu-item {
    text-align: center;
  }

  .avh.avh--v2 .avh__cta--menu {
    display: flex !important;
    margin: 20px auto 0;
  }
}

@media (max-width: 420px) {
  .avh.avh--v2 .avh__logo {
    font-size: 32px !important;
  }
}

.landing-editor body,
body.landing-editor {
  padding-top: 0 !important;
}

body.landing-editor .avh.avh--v2 {
  position: relative !important;
  top: auto !important;
  left: auto;
  z-index: 1;
}

@media (max-width: 420px) {
  body.landing-editor .avh.avh--v2 .avh__logo {
    font-size: 26px !important;
  }
}
