.page-id-17665 #content,
.page-id-17665 .page-wrapper,
.page-id-17665 .row-main,
.page-id-17665 .row-main > .col,
.page-id-17665 .row-main > .col > .col-inner {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.page-id-17665 #main {
  background: #071923;
}

.awl-catalog-portal {
  --awl-ink: #082333;
  --awl-navy: #071923;
  --awl-navy-soft: #0d2b3c;
  --awl-gold: #d7a642;
  --awl-gold-light: #f2d38b;
  --awl-sky: #9ed4f2;
  --awl-line: rgba(126, 155, 170, .23);
  --awl-shell: 1180px;
  color: #d9e6ec;
  font-family: inherit;
  overflow: clip;
}

.awl-catalog-portal *,
.awl-catalog-portal *::before,
.awl-catalog-portal *::after {
  box-sizing: border-box;
}

.awl-catalog-shell {
  width: min(var(--awl-shell), calc(100% - 64px));
  margin-inline: auto;
}

.awl-catalog-hero {
  position: relative;
  isolation: isolate;
  min-height: 640px;
  border-bottom: 1px solid rgba(215, 166, 66, .3);
  background:
    linear-gradient(rgba(98, 142, 165, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 142, 165, .07) 1px, transparent 1px),
    radial-gradient(circle at 78% 42%, rgba(41, 119, 157, .28), transparent 33%),
    radial-gradient(circle at 13% 14%, rgba(215, 166, 66, .15), transparent 29%),
    linear-gradient(122deg, #071a24 0%, #082332 58%, #0b3044 100%);
  background-size: 56px 56px, 56px 56px, auto, auto, auto;
}

.awl-catalog-hero::after {
  position: absolute;
  z-index: -1;
  right: -2vw;
  bottom: -72px;
  color: rgba(255, 255, 255, .018);
  content: "ATH ASSETS";
  font-size: clamp(120px, 19vw, 280px);
  font-weight: 900;
  letter-spacing: -.09em;
  line-height: .8;
  white-space: nowrap;
}

.awl-catalog-hero__glow {
  position: absolute;
  z-index: -1;
  top: 13%;
  right: 4%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(65, 154, 196, .14);
  filter: blur(90px);
  pointer-events: none;
}

.awl-catalog-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  min-height: 640px;
  padding-block: 76px;
}

.awl-catalog-hero__content {
  position: relative;
  z-index: 2;
}

.awl-catalog-eyebrow,
.awl-catalog-kicker {
  margin: 0 0 20px;
  color: var(--awl-gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.awl-catalog-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.awl-catalog-eyebrow > span {
  width: 8px;
  height: 8px;
  border: 2px solid var(--awl-gold);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(215, 166, 66, .12);
}

.awl-catalog-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #f6f8f8;
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .98;
}

.awl-catalog-hero h1 span {
  display: block;
  margin-top: 8px;
  color: transparent;
  background: linear-gradient(93deg, #f1cf80, #c9e8f8 66%, #86c6ea);
  -webkit-background-clip: text;
  background-clip: text;
}

.awl-catalog-lead {
  max-width: 610px;
  margin: 28px 0 32px;
  color: #aebfc8;
  font-size: 17px;
  line-height: 1.72;
}

.awl-catalog-search {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 620px;
  min-height: 66px;
  border: 1px solid rgba(170, 203, 219, .25);
  border-radius: 14px;
  background: rgba(7, 24, 33, .74);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .25);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  backdrop-filter: blur(18px);
}

.awl-catalog-search:focus-within {
  border-color: rgba(242, 211, 139, .72);
  box-shadow: 0 0 0 4px rgba(215, 166, 66, .12), 0 22px 55px rgba(0, 0, 0, .28);
  transform: translateY(-1px);
}

.awl-catalog-search > svg {
  flex: 0 0 22px;
  width: 22px;
  margin-left: 20px;
  fill: none;
  stroke: #83a8bc;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.awl-catalog-search input {
  flex: 1 1 auto;
  min-width: 0;
  height: 64px;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  color: #f7fafb;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 15px;
}

.awl-catalog-search input::placeholder {
  color: #7f9aaa;
  opacity: 1;
}

.awl-catalog-search > button {
  display: none;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin: 0 8px 0 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #b8c8d0;
  background: rgba(255, 255, 255, .07);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.awl-catalog-portal.has-search .awl-catalog-search > button {
  display: block;
}

.awl-catalog-search kbd {
  margin-right: 14px;
  padding: 5px 9px;
  border: 1px solid rgba(181, 204, 215, .22);
  border-radius: 7px;
  color: #8da5b1;
  background: rgba(255, 255, 255, .045);
  box-shadow: none;
  font: 600 12px/1 inherit;
}

.awl-catalog-portal.has-search .awl-catalog-search kbd {
  display: none;
}

.awl-catalog-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 24px;
  color: #8fa6b2;
  font-size: 12px;
  font-weight: 600;
}

.awl-catalog-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.awl-catalog-trust i {
  color: var(--awl-gold-light);
  font-style: normal;
}

.awl-catalog-showcase {
  position: relative;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(180, 207, 220, .2);
  border-radius: 24px;
  background: rgba(7, 25, 34, .62);
  box-shadow: 0 32px 80px rgba(0, 0, 0, .31);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
  backdrop-filter: blur(18px);
}

.awl-catalog-showcase::before {
  position: absolute;
  z-index: -1;
  inset: 34px -18px -20px 44px;
  border: 1px solid rgba(120, 178, 206, .14);
  border-radius: 24px;
  content: "";
}

.awl-catalog-showcase__header,
.awl-catalog-showcase__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 6px 18px;
}

.awl-catalog-showcase__header > span {
  color: #b8cad3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.awl-catalog-showcase__header strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #89c9a5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.awl-catalog-showcase__header strong i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4dd28b;
  box-shadow: 0 0 0 5px rgba(77, 210, 139, .11);
}

.awl-catalog-showcase__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: repeat(2, 145px);
  gap: 10px;
}

.awl-catalog-showcase__item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(211, 227, 235, .17);
  border-radius: 15px;
  background: linear-gradient(145deg, #f7f8f7, #dce7ec);
}

.awl-catalog-showcase__item--1 {
  grid-row: 1 / 3;
}

.awl-catalog-showcase__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .45s cubic-bezier(.2, .75, .25, 1);
}

.awl-catalog-showcase__item::after {
  position: absolute;
  inset: 45% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(5, 19, 27, .8));
}

.awl-catalog-showcase__item span {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 12px;
  left: 14px;
  overflow: hidden;
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.awl-catalog-showcase__item:hover img,
.awl-catalog-showcase__item:focus-visible img {
  transform: scale(1.055);
}

.awl-catalog-showcase__footer {
  padding: 18px 6px 7px;
  color: #8fa8b5;
  font-size: 12px;
}

.awl-catalog-showcase__footer strong {
  color: #f1d087;
}

.awl-catalog-showcase__footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f1f6f8;
  font-weight: 700;
}

.awl-catalog-showcase__footer a:hover {
  color: var(--awl-gold-light);
}

.awl-catalog-index {
  padding: 86px 0 100px;
  color: var(--awl-ink);
  background:
    radial-gradient(circle at 91% 4%, rgba(78, 149, 183, .11), transparent 25%),
    linear-gradient(rgba(9, 50, 69, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 50, 69, .035) 1px, transparent 1px),
    #f4f6f5;
  background-size: auto, 52px 52px, 52px 52px, auto;
  scroll-margin-top: 110px;
}

.awl-catalog-index__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  margin-bottom: 34px;
}

.awl-catalog-kicker {
  margin-bottom: 12px;
  color: #a97012;
}

.awl-catalog-index h2 {
  margin: 0;
  color: #082333;
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.awl-catalog-index__header > div:first-child > p:last-child {
  max-width: 690px;
  margin: 16px 0 0;
  color: #637883;
  font-size: 15px;
  line-height: 1.7;
}

.awl-catalog-result {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 2px 10px;
  min-width: 145px;
  padding-left: 24px;
  border-left: 1px solid rgba(8, 35, 51, .15);
}

.awl-catalog-result strong {
  grid-row: 1 / 3;
  color: #b57a19;
  font-size: 38px;
  line-height: 1;
}

.awl-catalog-result span {
  max-width: 78px;
  color: #60737d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.awl-catalog-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  padding: 7px;
  overflow-x: auto;
  border: 1px solid rgba(9, 48, 67, .12);
  border-radius: 15px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 14px 45px rgba(21, 51, 65, .06);
  scrollbar-width: none;
}

.awl-catalog-filters::-webkit-scrollbar {
  display: none;
}

.awl-catalog-filters button {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 49px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #506672;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
}

.awl-catalog-filters button small {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  color: #69808b;
  background: #e9eef0;
  font-size: 10px;
  transition: color .2s ease, background .2s ease;
}

.awl-catalog-filters button:hover,
.awl-catalog-filters button:focus-visible {
  color: #082333;
  background: #eef2f3;
}

.awl-catalog-filters button:focus-visible {
  outline: 3px solid rgba(215, 166, 66, .28);
  outline-offset: 1px;
}

.awl-catalog-filters button.is-active {
  color: #f8fbfc;
  background: linear-gradient(135deg, #0b354b, #092534);
  box-shadow: 0 10px 24px rgba(7, 34, 48, .18);
}

.awl-catalog-filters button.is-active small {
  color: #36290d;
  background: linear-gradient(135deg, #f2d38b, #d5a13b);
}

.awl-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.awl-category-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(9, 48, 67, .13);
  border-radius: 17px;
  color: #0c2837;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 16px 42px rgba(23, 52, 65, .055);
  transition: transform .25s cubic-bezier(.2, .75, .25, 1), border-color .25s ease, box-shadow .25s ease;
}

.awl-category-card[hidden] {
  display: none !important;
}

.awl-category-card:hover,
.awl-category-card:focus-visible {
  z-index: 1;
  border-color: rgba(181, 122, 25, .45);
  color: #0c2837;
  box-shadow: 0 24px 60px rgba(12, 43, 58, .14);
  transform: translateY(-5px);
}

.awl-category-card:focus-visible {
  outline: 3px solid rgba(215, 166, 66, .35);
  outline-offset: 3px;
}

.awl-category-card__visual {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .95), transparent 42%),
    linear-gradient(145deg, #eef2f3, #e2e8ea);
}

.awl-category-card__visual::after {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(12, 56, 77, .09);
  border-radius: 50%;
  content: "";
}

.awl-category-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .42s cubic-bezier(.2, .75, .25, 1);
}

.awl-category-card:hover .awl-category-card__visual img,
.awl-category-card:focus-visible .awl-category-card__visual img {
  transform: scale(1.07);
}

.awl-category-card__type {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 6px 9px;
  border: 1px solid rgba(9, 48, 67, .1);
  border-radius: 999px;
  color: #60737d;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 6px 16px rgba(18, 48, 62, .08);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.awl-category-card__open {
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #f7fbfc;
  background: #0a2d3f;
  box-shadow: 0 8px 18px rgba(7, 31, 43, .18);
  opacity: 0;
  transform: translate(-5px, 5px);
  transition: opacity .22s ease, transform .22s ease, background .22s ease;
}

.awl-category-card__open svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.awl-category-card:hover .awl-category-card__open,
.awl-category-card:focus-visible .awl-category-card__open {
  opacity: 1;
  transform: translate(0);
}

.awl-category-card__body {
  display: flex;
  min-height: 93px;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 17px 18px 16px;
}

.awl-category-card__body strong {
  overflow: hidden;
  color: #0a2635;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.awl-category-card__body > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #74868e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.awl-category-card__body i {
  color: #b57a19;
  font-size: 15px;
  font-style: normal;
  transition: transform .2s ease;
}

.awl-category-card:hover .awl-category-card__body i {
  transform: translateX(4px);
}

.awl-catalog-empty {
  padding: 70px 24px;
  border: 1px dashed rgba(9, 48, 67, .24);
  border-radius: 18px;
  text-align: center;
  background: rgba(255, 255, 255, .56);
}

.awl-catalog-empty[hidden] {
  display: none;
}

.awl-catalog-empty > span {
  display: block;
  color: #b57a19;
  font-size: 48px;
}

.awl-catalog-empty strong {
  display: block;
  margin-top: 8px;
  color: #0a2635;
  font-size: 20px;
}

.awl-catalog-empty p {
  margin: 8px 0 20px;
  color: #71838c;
  font-size: 14px;
}

.awl-catalog-empty button,
.awl-catalog-more button {
  margin: 0;
  border: 0;
  border-radius: 11px;
  color: white;
  background: #0a2d3f;
  box-shadow: none;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

.awl-catalog-more {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.awl-catalog-more[hidden] {
  display: none;
}

.awl-catalog-more button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(9, 48, 67, .16);
  color: #0a2d3f;
  background: white;
}

.awl-catalog-more button:hover,
.awl-catalog-more button:focus-visible,
.awl-catalog-empty button:hover,
.awl-catalog-empty button:focus-visible {
  color: #fff;
  background: #b47a19;
}

.awl-catalog-more small {
  display: grid;
  place-items: center;
  min-width: 25px;
  height: 25px;
  padding-inline: 5px;
  border-radius: 50%;
  color: white;
  background: #0a2d3f;
  font-size: 9px;
}

.awl-catalog-more svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform .2s ease;
}

.awl-catalog-more button.is-expanded svg {
  transform: rotate(180deg);
}

@media (max-width: 980px) {
  .awl-catalog-shell {
    width: min(var(--awl-shell), calc(100% - 40px));
  }

  .awl-catalog-hero__layout {
    grid-template-columns: 1fr;
    gap: 52px;
    padding-block: 64px;
  }

  .awl-catalog-showcase {
    width: min(680px, 100%);
    margin-inline: auto;
    transform: none;
  }

  .awl-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .awl-catalog-shell {
    width: min(var(--awl-shell), calc(100% - 28px));
  }

  .awl-catalog-hero {
    min-height: auto;
  }

  .awl-catalog-hero__layout {
    min-height: auto;
    padding-block: 52px;
  }

  .awl-catalog-hero h1 {
    font-size: clamp(42px, 12vw, 60px);
  }

  .awl-catalog-lead {
    margin-block: 22px 26px;
    font-size: 15px;
  }

  .awl-catalog-search {
    min-height: 58px;
  }

  .awl-catalog-search input {
    height: 56px;
    font-size: 14px;
  }

  .awl-catalog-search kbd {
    display: none;
  }

  .awl-catalog-trust {
    gap: 10px 18px;
  }

  .awl-catalog-showcase__grid {
    grid-template-rows: repeat(2, 115px);
  }

  .awl-catalog-index {
    padding-block: 64px 76px;
  }

  .awl-catalog-index__header {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .awl-catalog-result {
    width: fit-content;
    padding: 0;
    border-left: 0;
  }

  .awl-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .awl-category-card__body {
    min-height: 84px;
    padding: 14px;
  }

  .awl-category-card__body strong {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .awl-catalog-showcase__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 105px;
  }

  .awl-catalog-showcase__item--1 {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .awl-catalog-showcase__footer {
    align-items: flex-start;
    gap: 10px;
  }

  .awl-category-card__type {
    top: 9px;
    left: 9px;
    padding: 5px 7px;
    font-size: 8px;
  }

  .awl-category-card__open {
    display: none;
  }
}

@media (hover: none) {
  .awl-category-card__open {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .awl-catalog-portal *,
  .awl-catalog-portal *::before,
  .awl-catalog-portal *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Premium library sub-header and mega navigation. */
.page-id-17665 #wide-nav.awl-library-subnav {
  min-height: 46px;
  border-top: 1px solid rgba(255, 255, 255, .025);
  border-bottom: 1px solid rgba(215, 166, 66, .24);
  background:
    radial-gradient(circle at 14% -150%, rgba(215, 166, 66, .18), transparent 22rem),
    linear-gradient(102deg, #061721 0%, #082533 62%, #0a3041 100%) !important;
  box-shadow:
    0 12px 34px rgba(0, 0, 0, .2),
    inset 0 1px rgba(255, 255, 255, .025);
  transition: box-shadow .24s ease, background .24s ease;
}

.page-id-17665 .header-wrapper.stuck #wide-nav.awl-library-subnav {
  box-shadow:
    0 16px 38px rgba(0, 0, 0, .34),
    inset 0 -1px rgba(215, 166, 66, .2);
}

.page-id-17665 #wide-nav.awl-library-subnav > .flex-row {
  position: relative;
  min-height: 46px;
  padding-inline: 10px;
}

.page-id-17665 #wide-nav.awl-library-subnav .header-bottom-nav {
  min-height: 46px;
  align-items: center;
}

.page-id-17665 #wide-nav.awl-library-subnav .header-bottom-nav > li {
  margin: 0 2px;
}

.page-id-17665 #wide-nav.awl-library-subnav .header-bottom-nav > li > a.nav-top-link {
  display: flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0 11px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: #c9d7dd;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .01em;
  line-height: 1;
  text-transform: none;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.page-id-17665 #wide-nav.awl-library-subnav .header-bottom-nav > li > a.nav-top-link > i:first-child {
  margin: 0;
  color: #e2bd69;
  font-size: 14px !important;
  opacity: .92;
}

.page-id-17665 #wide-nav.awl-library-subnav .header-bottom-nav > li > a.nav-top-link > .icon-angle-down {
  margin: 1px 0 0 -3px;
  color: #7391a1;
  font-size: 10px !important;
  transition: color .18s ease, transform .18s ease;
}

.page-id-17665 #wide-nav.awl-library-subnav .header-bottom-nav > li:hover > a.nav-top-link,
.page-id-17665 #wide-nav.awl-library-subnav .header-bottom-nav > li.current-menu-item > a.nav-top-link,
.page-id-17665 #wide-nav.awl-library-subnav .header-bottom-nav > li.current-menu-ancestor > a.nav-top-link,
.page-id-17665 #wide-nav.awl-library-subnav #menu-item-19541 > a.nav-top-link {
  border-color: rgba(221, 183, 100, .22);
  color: #f6f9fa;
  background:
    linear-gradient(135deg, rgba(215, 166, 66, .13), rgba(75, 145, 177, .1));
}

.page-id-17665 #wide-nav.awl-library-subnav .header-bottom-nav > li:hover > a.nav-top-link > .icon-angle-down {
  color: #f0d28e;
  transform: rotate(180deg);
}

.page-id-17665 #wide-nav.awl-library-subnav .header-contact {
  gap: 3px;
  min-height: 46px;
}

.page-id-17665 #wide-nav.awl-library-subnav .header-contact > li > a {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(157, 189, 204, .14);
  border-radius: 9px;
  color: #9eb5c0;
  background: rgba(255, 255, 255, .035);
}

.page-id-17665 #wide-nav.awl-library-subnav .header-contact > li > a:hover {
  border-color: rgba(222, 184, 101, .3);
  color: #f0d28e;
  background: rgba(215, 166, 66, .09);
}

.page-id-17665 #wide-nav.awl-library-subnav .nav-dropdown {
  margin-top: 7px;
  padding: 20px !important;
  overflow: hidden;
  border: 1px solid rgba(167, 195, 208, .2);
  border-radius: 0 0 18px 18px;
  color: #b9c9d0;
  background:
    radial-gradient(circle at 100% 0%, rgba(54, 127, 159, .17), transparent 20rem),
    linear-gradient(135deg, #091b24 0%, #0c2531 100%) !important;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, .46),
    inset 0 1px rgba(255, 255, 255, .035);
}

.page-id-17665 #wide-nav.awl-library-subnav .nav-dropdown::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 58px;
  height: 2px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #d4a23c, #7ab8d8);
  content: "";
}

.page-id-17665 #wide-nav.awl-library-subnav #menu-item-18004 > .nav-dropdown {
  width: min(810px, calc(100vw - 42px));
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-id-17665 #wide-nav.awl-library-subnav #menu-item-18006 > .nav-dropdown {
  width: min(610px, calc(100vw - 42px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-id-17665 #wide-nav.awl-library-subnav #menu-item-18007 > .nav-dropdown,
.page-id-17665 #wide-nav.awl-library-subnav #menu-item-19350 > .nav-dropdown {
  width: min(520px, calc(100vw - 42px));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-id-17665 #wide-nav.awl-library-subnav .header-bottom-nav > li > .nav-dropdown {
  display: grid;
  gap: 14px;
}

.page-id-17665 #wide-nav.awl-library-subnav .nav-dropdown > .nav-dropdown-col {
  min-width: 0;
  padding: 0;
  border: 0;
}

.page-id-17665 #wide-nav.awl-library-subnav .nav-dropdown > .nav-dropdown-col > a {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  padding: 0 3px 10px !important;
  border: 0;
  border-bottom: 1px solid rgba(222, 184, 101, .23);
  border-radius: 0;
  color: #e9c879 !important;
  background: transparent !important;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  line-height: 1.25;
  text-transform: uppercase;
}

.page-id-17665 #wide-nav.awl-library-subnav .nav-dropdown > .nav-dropdown-col > a i {
  color: #d8a843;
  font-size: 12px !important;
}

.page-id-17665 #wide-nav.awl-library-subnav .nav-column {
  margin: 0;
  padding: 0 !important;
  border: 0;
  background: transparent !important;
}

.page-id-17665 #wide-nav.awl-library-subnav .nav-column > li {
  border: 0;
}

.page-id-17665 #wide-nav.awl-library-subnav .nav-column > li > a {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  margin: 2px 0;
  padding: 7px 9px !important;
  border: 0;
  border-radius: 8px;
  color: #aebfc7 !important;
  background: transparent;
  font-size: 11px;
  font-weight: 550;
  line-height: 1.35;
  transition: color .16s ease, background .16s ease, transform .16s ease;
}

.page-id-17665 #wide-nav.awl-library-subnav .nav-column > li > a i {
  width: 14px;
  color: #6e94a7;
  font-size: 11px !important;
  text-align: center;
}

.page-id-17665 #wide-nav.awl-library-subnav .nav-column > li > a:hover,
.page-id-17665 #wide-nav.awl-library-subnav .nav-column > li.current-menu-item > a {
  color: #f7fafb !important;
  background: linear-gradient(90deg, rgba(215, 166, 66, .12), rgba(87, 152, 181, .08));
  transform: translateX(3px);
}

.page-id-17665 #wide-nav.awl-library-subnav .nav-column > li > a:hover i {
  color: #e7c574;
}

.page-id-17665 #wide-nav.awl-library-subnav .nav-dropdown-has-arrow li.has-dropdown::after {
  border-bottom-color: #091b24;
}

.awl-subnav-search {
  position: absolute;
  z-index: 4;
  top: 6px;
  right: 10px;
  display: flex;
  width: 278px;
  height: 34px;
  align-items: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(166, 196, 210, .22);
  border-radius: 10px;
  background: rgba(4, 18, 25, .78);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .22);
  opacity: 0;
  pointer-events: none;
  transform: translateX(12px);
  transition: opacity .22s ease, transform .22s ease, border-color .18s ease, box-shadow .18s ease;
  backdrop-filter: blur(16px);
}

.awl-subnav-search:focus-within {
  border-color: rgba(233, 199, 122, .55);
  box-shadow: 0 0 0 3px rgba(215, 166, 66, .1), 0 10px 26px rgba(0, 0, 0, .25);
}

.awl-subnav-search__icon {
  position: relative;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  margin-left: 12px;
  border: 1.6px solid #83a6b7;
  border-radius: 50%;
}

.awl-subnav-search__icon::after {
  position: absolute;
  right: -4px;
  bottom: -2px;
  width: 6px;
  height: 1.6px;
  border-radius: 999px;
  background: #83a6b7;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}

.awl-subnav-search input {
  flex: 1 1 auto;
  min-width: 0;
  height: 32px;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 0 !important;
  color: #f4f8fa;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 11px;
}

.awl-subnav-search input::placeholder {
  color: #75909d;
  opacity: 1;
}

.awl-subnav-search button {
  display: none;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  margin: 0 3px 0 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: #a7bbc4;
  background: rgba(255, 255, 255, .055);
  box-shadow: none;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  text-transform: none;
}

.awl-subnav-search.has-value button {
  display: block;
}

.page-id-17665.awl-subnav-search-visible #wide-nav .awl-subnav-search,
.page-id-17665 #wide-nav.has-awl-search .awl-subnav-search {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.page-id-17665 #wide-nav.has-awl-search .flex-right {
  opacity: 0;
  pointer-events: none;
}

.page-id-17665 #wide-nav .flex-right {
  transition: opacity .16s ease;
}

@media (max-width: 980px) and (min-width: 850px) {
  .page-id-17665 #wide-nav.awl-library-subnav .header-bottom-nav > li > a.nav-top-link {
    padding-inline: 8px;
  }

  .page-id-17665 #wide-nav.has-awl-search #menu-item-19496 {
    display: none;
  }

  .awl-subnav-search {
    width: 245px;
  }
}

@media (max-width: 849px) {
  .page-id-17665 #wide-nav.awl-library-subnav {
    min-height: 42px;
  }

  .page-id-17665 #wide-nav.awl-library-subnav > .flex-row,
  .page-id-17665 #wide-nav.awl-library-subnav .header-bottom-nav {
    min-height: 42px;
  }

  .page-id-17665 #wide-nav.has-awl-search .show-for-medium .mobile-nav > li:not(.nav-icon) {
    opacity: 0;
    pointer-events: none;
  }

  .awl-subnav-search {
    top: 4px;
    right: 8px;
    left: 54px;
    width: auto;
  }
}
