:is(.gtr-header-quote, .gtr-hero-quote, .gtr-price-quote) {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: none;
  padding: 11px 19px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: var(--logo-blue, #1384c7);
  box-shadow: 0 4px 16px rgba(0, 93, 163, .36);
  color: #fff !important;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: .025em;
  text-decoration: none;
  white-space: nowrap;
  animation: gtr-quote-glow 5.5s ease-in-out infinite;
  transition: transform .2s ease, box-shadow .2s ease;
}

:is(.gtr-header-quote, .gtr-hero-quote, .gtr-price-quote)::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 45%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .36), transparent);
  transform: translateX(-160%) skewX(-18deg);
  pointer-events: none;
  animation: gtr-quote-sheen 5.5s ease-in-out infinite;
}

:is(.gtr-header-quote, .gtr-hero-quote, .gtr-price-quote):hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 117, 193, .48);
}

:is(.gtr-header-quote, .gtr-hero-quote, .gtr-price-quote):focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.header-right-side .gtr-header-quote {
  min-height: 52px;
  padding: 11px 22px;
}

.new-hero-button-wrap .gtr-hero-quote {
  min-width: 212px;
  min-height: 64px;
  padding: 1.25rem 2.375rem;
  font-size: 1.125rem;
}

.locations-list_descript .gtr-price-guide-quote {
  margin-top: 12px;
  font-size: .9rem;
  line-height: 1.5;
}

.gtr-price-guide-quote a {
  color: #1384c7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gtr-price-guide-quote a:focus-visible {
  outline: 2px solid #1384c7;
  outline-offset: 3px;
}

@media (min-width: 768px) {
  .new-hero-button-wrap > :is(.gtr-hero-quote, .button.nav.home-hero) {
    flex: 0 0 212px;
  }
}

@keyframes gtr-quote-glow {
  0%, 22%, 100% { box-shadow: 0 4px 16px rgba(0, 93, 163, .36); }
  11% { box-shadow: 0 4px 18px rgba(0, 93, 163, .48), 0 0 0 5px rgba(19, 132, 199, .2); }
}

@keyframes gtr-quote-sheen {
  0%, 5% { transform: translateX(-160%) skewX(-18deg); }
  20%, 100% { transform: translateX(290%) skewX(-18deg); }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-nav-menu-list .nav-list-item {
    margin-right: 12px;
  }
  .header-nav-menu-list .new-nav-link,
  .header-right-side .text-size-small.nav {
    font-size: 14px;
    white-space: nowrap;
  }
  .header-right-side .gtr-header-quote {
    padding: 10px 14px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .header-right-side .new-nav-right-social {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-right-side .gtr-header-quote {
    min-height: 48px;
    padding: 10px 13px;
    font-size: 14px;
  }
}

@media (max-width: 820px) {
  :is(.article-nav, .legal-nav) a:not([href="/live-quote/"]) {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .new-hero-button-wrap .gtr-hero-quote {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  :is(.gtr-header-quote, .gtr-hero-quote, .gtr-price-quote),
  :is(.gtr-header-quote, .gtr-hero-quote, .gtr-price-quote)::before {
    animation: none;
    transition: none;
  }
  :is(.gtr-header-quote, .gtr-hero-quote, .gtr-price-quote):hover {
    transform: none;
  }
}