body.page-template-page-practice-area {
  overflow-x: clip;
}
body.page-template-page-practice-area h1, body.page-template-page-practice-area h2, body.page-template-page-practice-area h3, body.page-template-page-practice-area h4, body.page-template-page-practice-area h5, body.page-template-page-practice-area h6 {
  font-family: Prata, serif;
  margin-bottom: 36px;
  max-width: 650px;
}
@media (max-width: 900px) {
  body.page-template-page-practice-area h1, body.page-template-page-practice-area h2, body.page-template-page-practice-area h3, body.page-template-page-practice-area h4, body.page-template-page-practice-area h5, body.page-template-page-practice-area h6 {
    margin-bottom: 24px;
  }
}
body.page-template-page-practice-area main {
  overflow: hidden;
}
body.page-template-page-practice-area .hp-hero {
  position: relative;
}
body.page-template-page-practice-area .hp-hero .hp-hero__container {
  background-color: transparent;
}
body.page-template-page-practice-area .hp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #0d2441 50%, rgba(13, 36, 65, 0.25) 100%, transparent 78%);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 990px) {
  body.page-template-page-practice-area .hp-hero::before {
    background: linear-gradient(to right, #0d2441 65%, rgba(13, 36, 65, 0.45) 100%);
  }
}
@media (max-width: 768px) {
  body.page-template-page-practice-area .hp-hero::before {
    background: linear-gradient(to right, #0d2441 78%, rgba(13, 36, 65, 0.55) 100%);
  }
}
body.page-template-page-practice-area .hp-hero > .container {
  position: relative;
  z-index: 1;
}
body.page-template-page-practice-area .hp-hero .hp-hero__text {
  max-width: 800px;
}
body.page-template-page-practice-area .hp-hero .hp-hero__title {
  font-size: 52px;
  line-height: 52px;
}
body.page-template-page-practice-area .hp-hero p {
  font-size: 17px;
}
body.page-template-page-practice-area .hp-badge--google {
  display: flex;
  align-items: center;
  gap: 10px;
}
body.page-template-page-practice-area .hp-badge--google .hp-badge__google-icon {
  flex-shrink: 0;
}
body.page-template-page-practice-area .hp-badge--google .hp-badge__google-content {
  display: flex;
  flex-direction: column;
}
body.page-template-page-practice-area .hp-badge--google .hp-badge__google-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
body.page-template-page-practice-area .hp-badge--google .hp-badge__rating {
  font-size: 22px;
  font-family: "Prata";
  color: #FDB913;
  line-height: 1;
}
@media (max-width: 990px) {
  body.page-template-page-practice-area .hp-badge--google .hp-badge__rating {
    font-size: 18px;
  }
}
body.page-template-page-practice-area .hp-badge--google .hp-badge__stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
body.page-template-page-practice-area .list-with-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  margin: 40px 0 48px;
}
@media (max-width: 700px) {
  body.page-template-page-practice-area .list-with-image {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
}
body.page-template-page-practice-area .list-with-image__media {
  flex: 1 1 50%;
  width: 50%;
  min-width: 0;
}
@media (max-width: 700px) {
  body.page-template-page-practice-area .list-with-image__media {
    width: 100%;
  }
}
body.page-template-page-practice-area .list-with-image__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
body.page-template-page-practice-area .list-with-image__media--collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
body.page-template-page-practice-area .list-with-image__media--collage .list-with-image__img:first-child {
  grid-column: 1 / -1;
}
body.page-template-page-practice-area .list-with-image__media--collage .list-with-image__img {
  overflow: hidden;
  border-radius: 2px;
}
body.page-template-page-practice-area .list-with-image__media--collage .list-with-image__img:first-child img {
  aspect-ratio: 1.6;
}
body.page-template-page-practice-area .list-with-image__media--collage .list-with-image__img:not(:first-child) img {
  aspect-ratio: 0.9523809524;
}
body.page-template-page-practice-area .list-with-image__list {
  flex: 1 1 50%;
  width: 50%;
  min-width: 0;
}
@media (max-width: 700px) {
  body.page-template-page-practice-area .list-with-image__list {
    width: 100%;
  }
}
body.page-template-page-practice-area .list-with-image__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-template-page-practice-area .list-with-image__list li {
  position: relative;
  list-style: none;
  margin: 0 0 14px;
  padding: 0 0 0 36px;
  color: #0D2441;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}
body.page-template-page-practice-area .list-with-image__list li:last-child {
  margin-bottom: 0;
}
body.page-template-page-practice-area .list-with-image__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #3C85CF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2L6.4 11.1L12.5 4.9' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
body.page-template-page-practice-area .list-with-image__list p {
  margin: 0;
}
body.page-template-page-practice-area .pa-areas {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 24px;
  margin: 40px 0 48px;
  padding: 40px 28px;
  background: #f2f2f2;
}
@media (max-width: 900px) {
  body.page-template-page-practice-area .pa-areas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
    padding: 32px 20px;
  }
}
@media (max-width: 560px) {
  body.page-template-page-practice-area .pa-areas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
body.page-template-page-practice-area .pa-areas__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  text-align: center;
  color: #111;
  text-decoration: none;
}
body.page-template-page-practice-area .pa-areas__item:hover {
  text-decoration: none;
  color: #111;
}
body.page-template-page-practice-area .pa-areas__item:hover .pa-areas__icon {
  color: #3C85CF;
}
body.page-template-page-practice-area .pa-areas__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
}
body.page-template-page-practice-area .pa-areas__icon img, body.page-template-page-practice-area .pa-areas__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
body.page-template-page-practice-area .pa-areas__label {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #111;
  max-width: 11em;
}
body.page-template-page-practice-area .attorney-quote {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 0;
  margin: 80px 0 40px;
  padding: 0 20px 0px 0;
  min-height: 200px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(40, 70, 110, 0.95) 0%, rgba(13, 36, 65, 0.98) 55%, #0D2441 35%);
  overflow: visible;
}
@media (max-width: 900px) {
  body.page-template-page-practice-area .attorney-quote {
    flex-direction: column;
    align-items: stretch;
    padding: 0 24px 30px;
    margin-top: 120px;
    background: #0D2441;
  }
}
body.page-template-page-practice-area .attorney-quote__photo {
  position: relative;
  flex: 0 0 auto;
  width: 160px;
  margin: -80px 0 0 10px;
  align-self: flex-end;
  z-index: 2;
}
@media (max-width: 900px) {
  body.page-template-page-practice-area .attorney-quote__photo {
    width: 160px;
    margin: -90px auto 0;
    align-self: center;
  }
}
body.page-template-page-practice-area .attorney-quote__photo img {
  display: block;
  width: 100%;
  height: auto;
}
body.page-template-page-practice-area .attorney-quote__content {
  flex: 1 1 auto;
  min-width: 0;
  padding: 40px 0 28px 28px;
}
@media (max-width: 900px) {
  body.page-template-page-practice-area .attorney-quote__content {
    padding: 24px 0 18px;
    text-align: center;
  }
}
body.page-template-page-practice-area .attorney-quote__title {
  margin: 0 0 18px;
  font-family: Prata, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 900px) {
  body.page-template-page-practice-area .attorney-quote__title {
    font-size: 22px;
  }
}
body.page-template-page-practice-area .attorney-quote__text {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  max-width: 560px;
}
@media (max-width: 900px) {
  body.page-template-page-practice-area .attorney-quote__text {
    max-width: none;
  }
}
body.page-template-page-practice-area .practice-area {
  overflow: visible;
}
body.page-template-page-practice-area .practice-area .container {
  overflow: visible;
}
body.page-template-page-practice-area .practice-area__layout-breadcrumbs {
  padding: 28px 0 0;
}
body.page-template-page-practice-area .practice-area__layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: stretch;
  padding: 24px 0 80px;
  overflow: visible;
}
@media (max-width: 1100px) {
  body.page-template-page-practice-area .practice-area__layout {
    grid-template-columns: 1fr 320px;
    gap: 28px;
  }
}
@media (max-width: 900px) {
  body.page-template-page-practice-area .practice-area__layout {
    grid-template-columns: 1fr;
    padding: 20px 0 60px;
  }
}
body.page-template-page-practice-area .practice-area__content {
  min-width: 0;
  overflow: visible;
}
body.page-template-page-practice-area .practice-area__content .our-process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
  margin: 28px 0;
}
@media (max-width: 700px) {
  body.page-template-page-practice-area .practice-area__content .our-process {
    display: flex;
    flex-direction: column;
  }
}
body.page-template-page-practice-area .practice-area__content .our-process__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 700px) {
  body.page-template-page-practice-area .practice-area__content .our-process__col {
    display: contents;
  }
}
body.page-template-page-practice-area .practice-area__content .our-process__item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 28px 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(13, 36, 65, 0.08);
  box-sizing: border-box;
}
body.page-template-page-practice-area .practice-area__content .our-process__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
body.page-template-page-practice-area .practice-area__content .our-process__number {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin: 0;
  border-radius: 50%;
  background: #3C85CF;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-page-practice-area .practice-area__content .our-process__title {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #0D2441;
}
body.page-template-page-practice-area .practice-area__content .our-process__content {
  padding: 0;
}
body.page-template-page-practice-area .practice-area__content .our-process__content p {
  margin: 0 0 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #010101;
}
body.page-template-page-practice-area .practice-area__content .our-process__content p:last-child {
  margin-bottom: 0;
}
body.page-template-page-practice-area .practice-area__content .our-process--one-per-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 48px 0;
}
@media (max-width: 700px) {
  body.page-template-page-practice-area .practice-area__content .our-process--one-per-row {
    margin: 28px 0;
  }
}
body.page-template-page-practice-area .practice-area__content .our-process--one-per-row .our-process__item {
  width: 88%;
  max-width: 720px;
}
body.page-template-page-practice-area .practice-area__content .our-process--one-per-row .our-process__item:nth-child(even) {
  align-self: flex-end;
}
body.page-template-page-practice-area .practice-area__content .our-process--one-per-row .our-process__check {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #3C85CF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 700px) {
  body.page-template-page-practice-area .practice-area__content .our-process--one-per-row .our-process__item {
    width: 100%;
    max-width: none;
  }
  body.page-template-page-practice-area .practice-area__content .our-process--one-per-row .our-process__item:nth-child(even) {
    align-self: stretch;
  }
}
body.page-template-page-practice-area .practice-area__content .cutted-text {
  --cutted-bg: #f2f2f2;
  position: relative;
  width: 100%;
  margin: 48px 0 40px;
  padding: 0 0 0;
  overflow: visible;
  pointer-events: none;
  user-select: none;
  container-type: inline-size;
}
@media (max-width: 450px) {
  body.page-template-page-practice-area .practice-area__content .cutted-text {
    margin: 48px 0 20px;
  }
}
body.page-template-page-practice-area .practice-area__content .cutted-text__band {
  position: absolute;
  left: -150%;
  bottom: -85%;
  width: 400%;
  height: 100%;
  background: var(--cutted-bg);
  z-index: 0;
}
body.page-template-page-practice-area .practice-area__content .cutted-text__label {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  font-family: Prata, serif;
  font-weight: 900;
  font-size: clamp(48px, 11cqw, 180px);
  line-height: 1;
  color: var(--cutted-bg);
  text-align: center;
  white-space: nowrap;
  bottom: -0.28em;
}
@media (max-width: 580px) {
  body.page-template-page-practice-area .practice-area__content .cutted-text__label {
    font-size: clamp(38px, 11cqw, 180px);
  }
}
body.page-template-page-practice-area .practice-area__content .simple-cta {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}
body.page-template-page-practice-area .practice-area__content .grey-background {
  position: relative;
  margin: 0 0 60px;
  padding: 48px 0;
  background: #f2f2f2;
}
body.page-template-page-practice-area .practice-area__content .grey-background::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 200vw;
  background: #f2f2f2;
  z-index: 0;
  pointer-events: none;
}
body.page-template-page-practice-area .practice-area__content .grey-background > * {
  position: relative;
  z-index: 1;
}
body.page-template-page-practice-area .practice-area__content .case-results {
  --case-results-bleed: 0px;
  position: relative;
  margin: 56px 0;
  padding: 64px 0 72px;
  background: #0D2441;
}
@media (min-width: 901px) and (max-width: 1100px) {
  body.page-template-page-practice-area .practice-area__content .case-results {
    --case-results-bleed: 174px;
  }
}
@media (min-width: 1101px) {
  body.page-template-page-practice-area .practice-area__content .case-results {
    --case-results-bleed: 200px;
  }
}
body.page-template-page-practice-area .practice-area__content .case-results::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw + var(--case-results-bleed));
  width: 100vw;
  background: #0D2441;
  z-index: 0;
  pointer-events: none;
}
body.page-template-page-practice-area .practice-area__content .case-results > * {
  position: relative;
  z-index: 1;
}
body.page-template-page-practice-area .practice-area__content .case-results__title {
  max-width: 720px;
  margin: 0 auto 48px;
  color: #fff;
  text-align: center;
  font-family: Prata, serif;
}
@media (max-width: 768px) {
  body.page-template-page-practice-area .practice-area__content .case-results__title {
    margin-bottom: 32px;
  }
}
body.page-template-page-practice-area .practice-area__content .case-results__shell {
  position: relative;
  padding: 0 44px;
}
@media (max-width: 600px) {
  body.page-template-page-practice-area .practice-area__content .case-results__shell {
    padding: 0 40px;
  }
}
body.page-template-page-practice-area .practice-area__content .case-results__shell .swiper-button-prev, body.page-template-page-practice-area .practice-area__content .case-results__shell .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin: 0;
}
body.page-template-page-practice-area .practice-area__content .case-results__shell .swiper-button-prev::after, body.page-template-page-practice-area .practice-area__content .case-results__shell .swiper-button-next::after {
  font-size: 14px;
  font-weight: 700;
}
body.page-template-page-practice-area .practice-area__content .case-results__shell .swiper-button-prev:hover, body.page-template-page-practice-area .practice-area__content .case-results__shell .swiper-button-next:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
body.page-template-page-practice-area .practice-area__content .case-results__shell .swiper-button-prev {
  left: 0;
}
body.page-template-page-practice-area .practice-area__content .case-results__shell .swiper-button-next {
  right: 0;
}
body.page-template-page-practice-area .practice-area__content .case-results .recovered-slider {
  padding: 16px 0;
  overflow: hidden;
}
body.page-template-page-practice-area .practice-area__content .case-results .recovered-slider .swiper-button-prev, body.page-template-page-practice-area .practice-area__content .case-results .recovered-slider .swiper-button-next {
  display: none;
}
body.page-template-page-practice-area .practice-area__content .case-results .recovered-slider .recovered-slide__label {
  font-size: 18px;
  font-weight: 600;
  color: #3C85CF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 20px 20px 9px;
  margin: 0 !important;
  font-family: Inter;
}
body.page-template-page-practice-area .practice-area__content .case-results .recovered-slider .recovered-slide__title {
  font-size: 26px;
  font-weight: 700;
  color: #0D2441;
  padding: 0 20px 16px;
  margin: 0;
  line-height: 1.1em;
  font-family: Inter;
}
body.page-template-page-practice-area .practice-area__content .case-results .recovered-slider .recovered-slide__description {
  font-size: 14px;
  line-height: 1.7em;
  color: #0D2441;
  padding: 0 12px 20px;
  margin: 0 !important;
  flex: 1;
  text-align: center;
}
body.page-template-page-practice-area .practice-area__content .case-results .recovered-slide {
  border-color: #3C85CF;
}
body.page-template-page-practice-area .practice-area__content .team-cta {
  position: relative;
  margin: 56px 0 0;
  padding: clamp(48px, 6vh, 72px) 0 clamp(200px, 38vw, 460px);
  overflow: visible;
  background: #e8eef3;
  --team-cta-bleed: 0px;
}
@media (min-width: 901px) and (max-width: 1100px) {
  body.page-template-page-practice-area .practice-area__content .team-cta {
    --team-cta-bleed: 174px;
  }
}
@media (min-width: 1101px) {
  body.page-template-page-practice-area .practice-area__content .team-cta {
    --team-cta-bleed: 200px;
  }
}
body.page-template-page-practice-area .practice-area__content .team-cta::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw + var(--team-cta-bleed));
  width: 100vw;
  background: #e8eef3;
  z-index: 0;
  pointer-events: none;
}
body.page-template-page-practice-area .practice-area__content .team-cta__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.page-template-page-practice-area .practice-area__content .team-cta__title {
  margin: 0 0 24px;
  color: #0D2441;
  text-align: left;
}
@media (max-width: 768px) {
  body.page-template-page-practice-area .practice-area__content .team-cta__title {
    margin-bottom: 18px;
  }
}
body.page-template-page-practice-area .practice-area__content .team-cta__text {
  max-width: 840px;
  margin: 0 0 36px;
  text-align: left;
}
body.page-template-page-practice-area .practice-area__content .team-cta__text p {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(13, 36, 65, 0.78);
}
@media (max-width: 768px) {
  body.page-template-page-practice-area .practice-area__content .team-cta__text {
    margin-bottom: 28px;
  }
}
body.page-template-page-practice-area .practice-area__content .team-cta__btn {
  align-self: center;
  margin-bottom: 8px;
}
body.page-template-page-practice-area .practice-area__content .team-cta__image {
  position: absolute;
  left: calc(50% - 50vw + var(--team-cta-bleed));
  bottom: 0;
  width: 100vw;
  height: clamp(200px, 38vw, 460px);
  z-index: 1;
  line-height: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 28%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 11%);
}
body.page-template-page-practice-area .practice-area__content .team-cta__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center bottom;
}
body.page-template-page-practice-area .pa-breadcrumbs {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(13, 36, 65, 0.55);
}
body.page-template-page-practice-area .pa-breadcrumbs, body.page-template-page-practice-area .pa-breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
body.page-template-page-practice-area .pa-breadcrumbs a {
  color: #3C85CF;
  text-decoration: none;
}
body.page-template-page-practice-area .pa-breadcrumbs a:hover {
  color: #0D2441;
  text-decoration: underline;
}
body.page-template-page-practice-area .pa-breadcrumbs__sep {
  color: rgba(13, 36, 65, 0.35);
}
body.page-template-page-practice-area .pa-breadcrumbs__current, body.page-template-page-practice-area .pa-breadcrumbs .breadcrumb_last {
  color: #0D2441;
  font-weight: 500;
}
body.page-template-page-practice-area .pa-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
  position: relative;
  min-height: 100%;
}
body.page-template-page-practice-area .pa-sidebar__author {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  padding: 28px 20px;
  box-shadow: 0 8px 24px rgba(13, 36, 65, 0.08);
  transition: background-color 0.25s ease;
}
body.page-template-page-practice-area .pa-sidebar__author:hover {
  background-color: rgba(60, 133, 207, 0.1);
}
body.page-template-page-practice-area .pa-sidebar__author-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
body.page-template-page-practice-area .pa-sidebar__author-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background-image: url(/wp-content/uploads/2026/08/legally-reviewed-by-matt.jpg);
}
body.page-template-page-practice-area .pa-sidebar__author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}
body.page-template-page-practice-area .pa-sidebar__author-label {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3C85CF;
  font-family: Inter, sans-serif;
}
body.page-template-page-practice-area .pa-sidebar__author-name {
  margin: 0 0 2px;
  font-size: 21px;
  font-weight: 600;
  color: #0D2441;
  font-family: Prata, serif;
  line-height: 1.2;
}
body.page-template-page-practice-area .pa-sidebar__author-role {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(13, 36, 65, 0.55);
  font-family: Inter, sans-serif;
}
body.page-template-page-practice-area .pa-sidebar__card {
  background: #fff;
  box-shadow: 0 8px 24px rgba(13, 36, 65, 0.08);
  overflow: hidden;
}
body.page-template-page-practice-area .pa-sidebar__card.is-open .pa-sidebar__chevron {
  transform: rotate(180deg);
}
body.page-template-page-practice-area .pa-sidebar__card.is-open .pa-sidebar__card-body {
  grid-template-rows: 1fr;
}
body.page-template-page-practice-area .pa-sidebar__card-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  font-size: 18px;
  font-weight: 700;
  color: #0D2441;
  font-family: Inter, sans-serif;
}
body.page-template-page-practice-area .pa-sidebar__chevron {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(13, 36, 65, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0D2441;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
body.page-template-page-practice-area .pa-sidebar__card-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
  overflow: hidden;
}
body.page-template-page-practice-area .pa-sidebar__card-body > * {
  overflow: hidden;
  min-height: 0;
}
body.page-template-page-practice-area .pa-sidebar__toc .pa-sidebar__card-header {
  padding: 30px 20px 18px;
}
body.page-template-page-practice-area .pa-sidebar__toc-list, body.page-template-page-practice-area .pa-sidebar__areas-list {
  list-style: none;
  margin: 0;
  padding: 0 0 12px;
}
body.page-template-page-practice-area .pa-sidebar__toc-list li, body.page-template-page-practice-area .pa-sidebar__areas-list li {
  margin: 0;
}
body.page-template-page-practice-area .pa-sidebar__toc-list li a, body.page-template-page-practice-area .pa-sidebar__areas-list li a {
  display: block;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #0D2441;
  font-family: Inter, sans-serif;
  border-bottom: 1px solid rgba(13, 36, 65, 0.08);
  transition: color 0.2s;
}
body.page-template-page-practice-area .pa-sidebar__toc-list li a:hover, body.page-template-page-practice-area .pa-sidebar__areas-list li a:hover {
  color: #3C85CF;
}
body.page-template-page-practice-area .pa-sidebar__toc-list li:last-child a, body.page-template-page-practice-area .pa-sidebar__areas-list li:last-child a {
  border-bottom: none;
}
body.page-template-page-practice-area .pa-sidebar__toc-list li.is-h3 a, body.page-template-page-practice-area .pa-sidebar__areas-list li.is-h3 a {
  padding-left: 34px;
  font-weight: 400;
  font-size: 14px;
}
body.page-template-page-practice-area .pa-sidebar__toc-list li.is-current a, body.page-template-page-practice-area .pa-sidebar__areas-list li.is-current a {
  color: #3C85CF;
  font-weight: 700;
}
body.page-template-page-practice-area .pa-sidebar__areas-list li a {
  position: relative;
  padding-right: 68px;
}
body.page-template-page-practice-area .pa-sidebar__areas-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F2F2F2;
  transform: translateY(-50%);
  transition: background 0.2s;
}
body.page-template-page-practice-area .pa-sidebar__areas-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background-color: #0D2441;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: background-color 0.2s;
}
body.page-template-page-practice-area .pa-sidebar__areas-list li a:hover {
  color: #3C85CF;
}
body.page-template-page-practice-area .pa-sidebar__areas-list li a:hover::before {
  background: #FDB913;
}
body.page-template-page-practice-area .pa-sidebar__areas-list li a:hover::after {
  background-color: #0D2441;
}
body.page-template-page-practice-area .pa-sidebar__areas-list li.is-current a {
  color: #3C85CF;
}
body.page-template-page-practice-area .pa-sidebar__areas-list li.is-current a::before {
  background: #FDB913;
}
body.page-template-page-practice-area .pa-sidebar__ebook {
  background: #0D2441;
  padding: 28px 24px;
  color: #fff;
}
body.page-template-page-practice-area .pa-sidebar__ebook .primary-button:hover svg {
  transform: none;
}
body.page-template-page-practice-area .pa-sidebar__ebook-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3C85CF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
body.page-template-page-practice-area .pa-sidebar__ebook-label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3C85CF;
  font-family: Inter, sans-serif;
}
body.page-template-page-practice-area .pa-sidebar__ebook-title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  font-family: Prata, serif;
}
body.page-template-page-practice-area .pa-sidebar__ebook-desc {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  font-family: Inter, sans-serif;
}
body.page-template-page-practice-area .pa-sidebar__ebook .primary-button {
  text-align: center;
}
body.page-template-page-practice-area .pa-sidebar__form {
  background: #0D2441;
  padding: 42px 24px;
  color: #fff;
  box-sizing: border-box;
  box-shadow: rgba(255, 255, 255, 0.125) 0px 4px 40px;
}
@media (max-width: 900px) {
  body.page-template-page-practice-area .pa-sidebar__form {
    position: static;
  }
}
body.page-template-page-practice-area .pa-sidebar__form.is-fixed {
  z-index: 100;
}
body.page-template-page-practice-area .pa-sidebar__form .gform_wrapper {
  margin: 0;
}
body.page-template-page-practice-area .pa-sidebar__form .gform_wrapper .gform_submission_error.hide_summary {
  display: none;
}
body.page-template-page-practice-area .pa-sidebar__form .gform_wrapper .gform_fields {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
body.page-template-page-practice-area .pa-sidebar__form .gform_wrapper .gform_fields > li.gfield {
  list-style: none !important;
  margin: 0 0 16px;
  padding: 0;
}
body.page-template-page-practice-area .pa-sidebar__form .gform_wrapper .gfield--type-captcha, body.page-template-page-practice-area .pa-sidebar__form .gform_wrapper .gfield--type-honeypot, body.page-template-page-practice-area .pa-sidebar__form .gform_wrapper .gform_validation_container {
  display: none !important;
}
body.page-template-page-practice-area .pa-sidebar__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body.page-template-page-practice-area .pa-sidebar__form .gform_wrapper textarea, body.page-template-page-practice-area .pa-sidebar__form .gform_wrapper select, body.page-template-page-practice-area .pa-sidebar__form .gform_wrapper .ginput_container input, body.page-template-page-practice-area .pa-sidebar__form .gform_wrapper .ginput_container textarea {
  background: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  color: #0D2441 !important;
  font-family: Inter, sans-serif;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px !important;
  max-height: 200px;
}
body.page-template-page-practice-area .pa-sidebar__form .gform_wrapper textarea {
  min-height: 110px;
}
body.page-template-page-practice-area .pa-sidebar__form .gfield_label, body.page-template-page-practice-area .pa-sidebar__form .gform-field-label {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  font-family: Inter, sans-serif;
  margin-bottom: 6px !important;
  display: block;
}
body.page-template-page-practice-area .pa-sidebar__form .gform_footer, body.page-template-page-practice-area .pa-sidebar__form .gform-footer {
  margin-top: 8px;
  padding: 0 !important;
}
body.page-template-page-practice-area .pa-sidebar__form .gform_footer input[type=submit], body.page-template-page-practice-area .pa-sidebar__form .gform_footer .gform_button, body.page-template-page-practice-area .pa-sidebar__form .gform-footer input[type=submit], body.page-template-page-practice-area .pa-sidebar__form .gform-footer .gform_button {
  width: 100% !important;
  min-height: 50px;
  box-sizing: border-box;
  background-color: #FDB913 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Crect width='48' height='48' rx='24' fill='%230D2441'/%3E%3Cpath d='M31.6885 17.1815L31.6097 23.9358C31.6068 24.1891 31.4985 24.42 31.3277 24.5869C31.1355 24.7747 30.9021 24.8775 30.6488 24.8745C30.1209 24.8895 29.6828 24.4411 29.7101 23.9136L29.7409 19.4598L17.9304 31.5824C17.5461 31.9579 16.9551 31.951 16.5796 31.5666C16.2249 31.2036 16.2109 30.5913 16.5953 30.2158L28.4058 18.0932L23.9733 18.0415C23.4453 18.0564 23.0073 17.608 23.0345 17.0806C23.0196 16.5527 23.468 16.1146 23.9954 16.1418L30.7497 16.2206C31.2777 16.2056 31.7157 16.654 31.6885 17.1815Z' fill='white'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 3px center !important;
  background-size: 44px 44px !important;
  color: #0D2441 !important;
  font-family: Inter, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  border: none !important;
  border-radius: 100px !important;
  padding: 6px 54px !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  line-height: 1.2 !important;
}
body.page-template-page-practice-area .pa-sidebar__form .gform_footer input[type=submit]:hover, body.page-template-page-practice-area .pa-sidebar__form .gform_footer .gform_button:hover, body.page-template-page-practice-area .pa-sidebar__form .gform-footer input[type=submit]:hover, body.page-template-page-practice-area .pa-sidebar__form .gform-footer .gform_button:hover {
  background-color: #ca9503 !important;
  color: #0D2441 !important;
}
body.page-template-page-practice-area .pa-sidebar__form-label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3C85CF;
  font-family: Inter, sans-serif;
}
body.page-template-page-practice-area .pa-sidebar__form-title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  font-family: Prata, serif;
}
body.page-template-page-practice-area .pa-sidebar__form-placeholder {
  display: none;
}
body.page-template-page-practice-area .pa-locations {
  background: #f8f8f6;
  padding: 80px 0;
}
@media (max-width: 900px) {
  body.page-template-page-practice-area .pa-locations {
    padding: 50px 0;
  }
}
body.page-template-page-practice-area .pa-locations__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 1100px) {
  body.page-template-page-practice-area .pa-locations__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  body.page-template-page-practice-area .pa-locations__inner {
    grid-template-columns: 1fr;
  }
}
body.page-template-page-practice-area .pa-locations__accent {
  display: block;
  width: 100px;
  height: 3px;
  background: #FDB913;
  margin-bottom: 20px;
}
body.page-template-page-practice-area .pa-locations__title {
  margin: 0 0 18px;
  font-family: Prata, serif;
  font-size: 42px;
  line-height: 1.25;
  font-weight: 400;
  color: #0D2441;
}
@media (max-width: 900px) {
  body.page-template-page-practice-area .pa-locations__title {
    font-size: 32px;
  }
}
body.page-template-page-practice-area .pa-locations__description {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(13, 36, 65, 0.75);
  font-family: Inter, sans-serif;
  text-wrap: balance;
  max-width: 300px;
}
body.page-template-page-practice-area .pa-locations__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.page-template-page-practice-area .pa-locations__map {
  width: 100%;
  min-height: 420px;
  background: #e8e8e8;
  overflow: hidden;
}
@media (max-width: 1100px) {
  body.page-template-page-practice-area .pa-locations__map {
    grid-column: 1 / -1;
    min-height: 320px;
  }
}
body.page-template-page-practice-area .pa-locations__map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}
@media (max-width: 1100px) {
  body.page-template-page-practice-area .pa-locations__map iframe {
    min-height: 320px;
  }
}
body.page-template-page-practice-area .pa-location-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(13, 36, 65, 0.06);
}
body.page-template-page-practice-area .pa-location-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0D2441;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body.page-template-page-practice-area .pa-location-card__title {
  margin: 0 0 8px;
  font-family: Prata, serif;
  font-size: 22px;
  font-weight: 400;
  color: #0D2441;
  line-height: 1.3;
}
body.page-template-page-practice-area .pa-location-card__address {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(13, 36, 65, 0.75);
  font-family: Inter, sans-serif;
}
body.page-template-page-practice-area .pa-location-card__phone, body.page-template-page-practice-area .pa-location-card__fax {
  margin: 0 0 3px;
  font-size: 15px;
  color: #0D2441;
  font-family: Inter, sans-serif;
}
body.page-template-page-practice-area .pa-location-card__phone a, body.page-template-page-practice-area .pa-location-card__fax a {
  color: #0D2441;
}
body.page-template-page-practice-area .pa-location-card__phone a:hover, body.page-template-page-practice-area .pa-location-card__fax a:hover {
  color: #3C85CF;
}
body.page-template-page-practice-area .pa-location-card__directions {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #FDB913;
  font-family: Inter, sans-serif;
  text-decoration: none;
}
body.page-template-page-practice-area .pa-location-card__directions:hover {
  color: #ca9503;
}
body.page-template-page-practice-area .resources-section {
  padding: 32px 0 80px;
  background: #fff;
}
body.page-template-page-practice-area .resources-section .resource-card:not(.resource-card--dark) {
  box-shadow: 0 8px 24px rgba(13, 36, 65, 0.08);
}
body.page-template-page-practice-area .need-help-section {
  padding: 90px 0 120px;
}
@media (max-width: 900px) {
  body.page-template-page-practice-area .need-help-section {
    padding: 50px 0 80px;
  }
}
body.page-template-page-practice-area .need-help-section .gform_wrapper .gform_submission_error.hide_summary {
  display: none;
}
body.page-template-page-practice-area .need-help-section .gform_wrapper .gform_fields {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
body.page-template-page-practice-area .need-help-section .gform_wrapper .gform_fields > li.gfield {
  list-style: none !important;
  margin: 0 0 16px;
  padding: 0;
}
body.page-template-page-practice-area .need-help-section .gform_wrapper .gfield--type-captcha, body.page-template-page-practice-area .need-help-section .gform_wrapper .gfield--type-honeypot, body.page-template-page-practice-area .need-help-section .gform_wrapper .gform_validation_container {
  display: none !important;
}
body.page-template-page-practice-area .need-help-section .gform_wrapper .gfield_label, body.page-template-page-practice-area .need-help-section .gform_wrapper .gform-field-label {
  display: block;
  margin-bottom: 6px !important;
}
body.page-template-page-practice-area .need-help-section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body.page-template-page-practice-area .need-help-section .gform_wrapper textarea, body.page-template-page-practice-area .need-help-section .gform_wrapper select {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px !important;
}
body.page-template-page-practice-area .need-help-section .gform_wrapper textarea {
  min-height: 110px;
}
body.page-template-page-practice-area .pa-rated.rated-section {
  background: transparent;
  padding: 48px 0 48px;
  margin-top: 40px;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-section__header {
  margin-bottom: 28px;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-section__stars {
  gap: 2px;
  margin-bottom: 10px;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-section__stars svg {
  width: 28px;
  height: 28px;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-section__title {
  margin: 0 0 12px;
  font-family: Prata, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
}
@media (max-width: 768px) {
  body.page-template-page-practice-area .pa-rated.rated-section .rated-section__title {
    font-size: 26px;
  }
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-section__description {
  max-width: none !important;
  font-size: 15px;
  line-height: 1.65;
  color: #0D2441;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-section__body {
  grid-template-columns: 0.9fr 1.4fr;
  gap: 16px;
  align-items: stretch;
}
@media (max-width: 768px) {
  body.page-template-page-practice-area .pa-rated.rated-section .rated-section__body {
    grid-template-columns: 1fr;
  }
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-videos {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-video {
  flex: 1;
  min-height: 120px;
  aspect-ratio: auto;
  height: auto;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-video__thumb {
  aspect-ratio: 1.7777777778;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-video__play {
  width: 44px;
  height: 44px;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-video__play svg {
  width: 18px;
  height: 18px;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-panel {
  padding: 28px 24px 22px;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body.page-template-page-practice-area .pa-rated.rated-section .rated-panel {
    padding: 24px 20px;
  }
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-slider {
  flex-grow: 1;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-slide__quote {
  font-size: 16px;
  line-height: 1.6;
  -webkit-line-clamp: 8;
}
@media (max-width: 768px) {
  body.page-template-page-practice-area .pa-rated.rated-section .rated-slide__quote {
    font-size: 15px;
  }
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-panel__bottom {
  margin-top: 16px;
  padding-top: 16px;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-panel__avatar {
  width: 40px;
  height: 40px;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-panel__cite {
  font-size: 15px;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-panel__source {
  font-size: 13px;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-panel__nav .swiper-button-prev, body.page-template-page-practice-area .pa-rated.rated-section .rated-panel__nav .swiper-button-next {
  width: 36px;
  height: 36px;
  background: #A8C8F0;
  border: none;
  color: #0D2441;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-panel__nav .swiper-button-prev::after, body.page-template-page-practice-area .pa-rated.rated-section .rated-panel__nav .swiper-button-next::after {
  font-size: 11px;
  color: #0D2441;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-panel__nav .swiper-button-prev:hover, body.page-template-page-practice-area .pa-rated.rated-section .rated-panel__nav .swiper-button-next:hover {
  background: #b7d2f4;
}
body.page-template-page-practice-area .pa-rated.rated-section .rated-section__footer {
  margin-top: 32px;
}
body.page-template-page-practice-area .pa-faq {
  margin-top: 60px;
}
body.page-template-page-practice-area .pa-faq__header {
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  body.page-template-page-practice-area .pa-faq__header {
    margin-bottom: 30px;
  }
}
body.page-template-page-practice-area .pa-faq__title {
  margin: 0 0 14px;
  font-family: Prata, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
  color: #0D2441;
}
@media (max-width: 768px) {
  body.page-template-page-practice-area .pa-faq__title {
    font-size: 28px;
  }
}
body.page-template-page-practice-area .pa-faq__description {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #0D2441;
  font-family: Inter, sans-serif;
}
body.page-template-page-practice-area .pa-faq__list {
  background: #fff;
  box-shadow: 0 8px 24px rgba(13, 36, 65, 0.08);
}
body.page-template-page-practice-area .pa-faq__item {
  border-bottom: 1px solid rgba(13, 36, 65, 0.1);
}
body.page-template-page-practice-area .pa-faq__item:last-child {
  border-bottom: none;
}
body.page-template-page-practice-area .pa-faq__item.is-open .pa-faq__chevron {
  transform: rotate(90deg);
}
body.page-template-page-practice-area .pa-faq__item.is-open .pa-faq__answer {
  grid-template-rows: 1fr;
}
body.page-template-page-practice-area .pa-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0D2441;
}
@media (max-width: 768px) {
  body.page-template-page-practice-area .pa-faq__question {
    padding: 18px 20px;
    font-size: 15px;
  }
}
body.page-template-page-practice-area .pa-faq__question-text {
  flex: 1;
}
body.page-template-page-practice-area .pa-faq__chevron {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0D2441;
  transition: transform 0.3s ease;
}
body.page-template-page-practice-area .pa-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
  overflow: hidden;
}
body.page-template-page-practice-area .pa-faq__answer-inner {
  overflow: hidden;
  min-height: 0;
}
body.page-template-page-practice-area .pa-faq__answer-content {
  padding: 0 28px 22px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(13, 36, 65, 0.8);
  font-family: Inter, sans-serif;
}
@media (max-width: 768px) {
  body.page-template-page-practice-area .pa-faq__answer-content {
    padding: 0 20px 18px;
  }
}
body.page-template-page-practice-area .pa-faq__answer-content p {
  margin: 0 0 12px;
}
body.page-template-page-practice-area .pa-faq__answer-content p:last-child {
  margin-bottom: 0;
}
body.page-template-page-practice-area .pa-faq__answer-content a {
  color: #0D2441;
  text-decoration: underline;
}
body.page-template-page-practice-area .pa-faq__answer-content a:hover {
  color: #3C85CF;
}
@media only screen and (min-width: 641px) {
  body.page-template-page-practice-area .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
  }
}
body .testimonial-card {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 40px 30px;
  border-radius: 24px;
  position: relative;
  overflow: visible;
  max-width: 900px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  body .testimonial-card {
    flex-direction: column !important;
    padding: 30px;
    gap: 24px;
  }
}
body .testimonial-card--light {
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  flex-direction: row-reverse;
  color: #0D2441;
  outline: 5px solid rgba(255, 255, 255, 0.5);
  padding: 60px 180px 40px 40px;
}
@media (max-width: 768px) {
  body .testimonial-card--light {
    padding: 30px;
  }
}
body .testimonial-card--light .testimonial-card__media {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  height: 170px;
  z-index: 2;
}
@media (max-width: 768px) {
  body .testimonial-card--light .testimonial-card__media {
    position: relative;
    top: auto;
    right: auto;
    width: 170px;
    height: 170px;
    margin-top: -40px;
  }
}
body .testimonial-card--light .testimonial-card__photo {
  position: absolute;
  right: -12px;
  top: -22px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(13, 36, 65, 0.15);
}
@media (max-width: 768px) {
  body .testimonial-card--light .testimonial-card__photo {
    position: relative;
    right: auto;
    top: auto;
    width: 170px;
    height: 170px;
  }
}
body .testimonial-card--light .testimonial-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body .testimonial-card--light .testimonial-card__icon {
  position: absolute;
  padding-top: 13px;
  left: -8px;
  bottom: 2px;
  width: 42px;
  height: 42px;
  background: #fdb912;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 0;
  font-family: Georgia, serif;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(13, 36, 65, 0.12);
}
body .testimonial-card--light .testimonial-card__meta {
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
body .testimonial-card--light .testimonial-card__line {
  margin-bottom: 0;
  flex-shrink: 0;
}
body .testimonial-card--light .testimonial-card__author {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
body .testimonial-card--light .testimonial-card__title {
  text-transform: none;
  letter-spacing: 0;
}
body .testimonial-card--dark {
  background: #0D2441;
  color: #fff;
  padding: 24px;
}
body .testimonial-card--dark .testimonial-card__media {
  flex: 0 0 180px;
  position: relative;
}
@media (max-width: 768px) {
  body .testimonial-card--dark .testimonial-card__media {
    flex: 0 0 auto;
    width: 200px;
  }
}
body .testimonial-card--dark .testimonial-card__photo {
  width: 200px;
  height: 180px;
  position: relative;
  flex-shrink: 0;
}
body .testimonial-card--dark .testimonial-card__photo--desktop {
  display: block;
}
body .testimonial-card--dark .testimonial-card__photo--mobile {
  display: none;
}
@media (max-width: 768px) {
  body .testimonial-card--dark .testimonial-card__photo {
    width: 200px;
    height: 184px;
  }
  body .testimonial-card--dark .testimonial-card__photo--desktop {
    display: none;
  }
  body .testimonial-card--dark .testimonial-card__photo--mobile {
    display: block;
  }
}
body .testimonial-card--dark .testimonial-card__photo svg {
  width: 100%;
  height: 100%;
  display: block;
}
body .testimonial-card--dark .testimonial-card__photo image {
  width: 100%;
  height: 100%;
}
body .testimonial-card--dark .testimonial-card__icon {
  display: none;
}
body .testimonial-card--dark .testimonial-card__meta {
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
body .testimonial-card--dark .testimonial-card__line {
  margin-bottom: 0;
  flex-shrink: 0;
}
body .testimonial-card--dark .testimonial-card__author {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
body .testimonial-card--dark .testimonial-card__title {
  text-transform: none;
  letter-spacing: 0;
}
body .testimonial-card__content {
  flex: 1 1 auto;
}
body .testimonial-card__quote {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
  font-family: Inter, sans-serif;
}
@media (max-width: 768px) {
  body .testimonial-card__quote {
    font-size: 16px;
    text-align: center;
  }
}
body .testimonial-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 768px) {
  body .testimonial-card__meta {
    align-items: center;
    justify-content: center;
  }
}
body .testimonial-card__line {
  width: 40px;
  height: 2px;
  background: #FDB913;
  margin-bottom: 8px;
}
body .testimonial-card__name {
  font-size: 18px;
  font-weight: 700;
  font-family: Inter, sans-serif;
}
body .testimonial-card__title {
  font-size: 14px;
  font-weight: 400;
  color: #FDB913;
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
