@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prata:wght@100;300;400;500;700&display=swap");
body.page-template-flexible-content {
  font-family: "Inter", sans-serif !important;
  background: #ffffff !important;
  line-height: 1.5 !important;
  /*
        * HEADER STYLES
        */
  /*
        * HEADER STYLES
        */
  /* SANDWICH */
  /*
        * HERO
        */
  /*
        * SIMPLE TEXT SECTION
        */
  /*
        * MOBILE MENU
        */
  /*
        * BASIC
        */
  /*
        * HELP SECTION
        */
  /*
        * IMAGE LAYOUT
        */
  /* ============================================================
           Attorneys Section
           ============================================================ */
  /* ============================================================
           Features Section (pre-footer)
           ============================================================ */
  /* ============================================================
           Resources Section
           ============================================================ */
  /* ============================================================
           Need Help Section
           ============================================================ */
  /* ============================================================
           Free Consultation Section
           ============================================================ */
  /* ============================================================
           Rated Section
           ============================================================ */
  /* ============================================================
           Simple Background Section
           ============================================================ */
  /* ============================================================
           Personal Injury Section
           ============================================================ */
  /* ============================================================
           Don't Wait Section
           ============================================================ */
  /* ============================================================
           Types of Injury Section
           ============================================================ */
  /* ============================================================
           Recovered Section
           ============================================================ */
  /* ============================================================
           Why Section
           ============================================================ */
  /* ============================================================
           Offices Section
           ============================================================ */
  /* ============================================================
          Types of Injuries Section
           ============================================================ */
  /* ============================================================
           Adaptive scale –20% @ max-width 1260px
           ============================================================ */
}
body.page-template-flexible-content .container {
  max-width: 1260px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
body.page-template-flexible-content img {
  vertical-align: middle;
  max-width: 100%;
}
body.page-template-flexible-content a {
  text-decoration: none;
}
body.page-template-flexible-content a:hover {
  text-decoration: none !important;
}
body.page-template-flexible-content a:focus {
  outline: none !important;
}
@media (min-width: 992px) {
  body.page-template-flexible-content .col-md-1, body.page-template-flexible-content .col-md-2, body.page-template-flexible-content .col-md-3, body.page-template-flexible-content .col-md-4, body.page-template-flexible-content .col-md-5, body.page-template-flexible-content .col-md-6, body.page-template-flexible-content .col-md-7, body.page-template-flexible-content .col-md-8, body.page-template-flexible-content .col-md-9, body.page-template-flexible-content .col-md-10, body.page-template-flexible-content .col-md-11, body.page-template-flexible-content .col-md-12 {
    float: none !important;
  }
}
body.page-template-flexible-content .no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .hide_mobile {
    display: none !important;
  }
}
@media (max-width: 992px) {
  body.page-template-flexible-content .hide_medium {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  body.page-template-flexible-content .hide_large {
    display: none !important;
  }
}
body.page-template-flexible-content .only_mobile {
  display: none;
}
@media screen and (max-width: 580px) {
  body.page-template-flexible-content .only_mobile {
    display: flex;
  }
}
body.page-template-flexible-content .header__button.only_mobile {
  position: absolute;
  top: 90px;
  padding: 0 12px;
  width: 100%;
}
body.page-template-flexible-content .header__button.only_mobile .primary-button svg {
  max-width: 32px;
  max-height: 32px;
}
body.page-template-flexible-content .primary-button {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0D2441;
  font-size: 16px;
  font-weight: 500;
  background: #FDB913;
  padding: 6px 6px 6px 24px;
  border-radius: 100px;
  transition: all 0.3s ease;
  width: fit-content;
  text-transform: uppercase;
}
body.page-template-flexible-content .primary-button svg {
  transition: all 0.3s ease;
}
body.page-template-flexible-content .primary-button svg path {
  transition: all 0.3s ease;
}
body.page-template-flexible-content .primary-button:hover {
  background: #ca9503;
  color: #0D2441;
}
body.page-template-flexible-content .primary-button:hover svg {
  transform: rotate(46deg);
}
body.page-template-flexible-content .primary-button:hover svg path {
  transition: all 0.3s ease;
}
body.page-template-flexible-content .primary-button.--centered-button {
  margin: 0 auto;
}
body.page-template-flexible-content .primary-button.full-width {
  width: 100%;
  justify-content: space-between;
}
body.page-template-flexible-content .call-me-button {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  color: #3C85CF;
  transition: all 0.2s ease-in-out;
  margin-bottom: 40px;
}
body.page-template-flexible-content .call-me-button span {
  font-weight: 500;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
body.page-template-flexible-content .call-me-button.--centered-button {
  align-items: center;
  justify-content: center;
}
body.page-template-flexible-content .call-me-button:hover {
  color: #FDB913;
}
body.page-template-flexible-content .call-me-button:hover span {
  color: #FDB913;
}
@media (min-width: 1100px) {
  body.page-template-flexible-content main .container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
body.page-template-flexible-content header {
  position: sticky;
  top: 15px;
  left: 0;
  right: 0;
  max-width: 1560px;
  margin: 0 auto;
  z-index: 9;
}
@media (max-width: 991px) {
  body.page-template-flexible-content header {
    top: 0;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content header {
    top: 0;
  }
}
body.page-template-flexible-content header .header_wrapper {
  position: absolute;
  background: #ffffff;
  width: calc(100% - 24px);
  border-radius: 100px;
  padding: 5px 6px 5px 20px;
  margin: 30px 12px 0;
}
body.page-template-flexible-content header .logo {
  max-width: 150px;
}
@media screen and (max-width: 1260px) and (min-width: 991px) {
  body.page-template-flexible-content header .logo {
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  body.page-template-flexible-content header .logo {
    flex-grow: 1;
    width: 100%;
    max-height: 50px;
    max-width: 100%;
  }
  body.page-template-flexible-content header .logo img {
    max-height: 36px;
  }
}
body.page-template-flexible-content header .menu {
  flex-grow: 1;
}
body.page-template-flexible-content header .menu_list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  justify-content: center;
}
@media (max-width: 1300px) {
  body.page-template-flexible-content header .menu_list {
    column-gap: 10px;
  }
}
body.page-template-flexible-content header .menu_list .menu-item {
  padding: 0px;
}
body.page-template-flexible-content header .menu_list .menu-item .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0px;
  background: #ffffff;
  min-width: 220px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  background: #ffffff;
  padding: 12px;
  border-radius: 8px;
}
body.page-template-flexible-content header .menu_list .menu-item .sub-menu .menu-item {
  padding: 6px;
  width: 100%;
}
body.page-template-flexible-content header .menu_list .menu-item .sub-menu .menu-item a {
  display: block;
  width: 100%;
  position: relative;
}
body.page-template-flexible-content header .menu_list .menu-item .sub-menu .menu-item a:hover {
  color: #0D2441 !important;
  background: transparent !important;
}
body.page-template-flexible-content header .menu_list .menu-item .sub-menu .menu-item > .sub-menu {
  left: 100%;
  top: 0;
}
body.page-template-flexible-content header .menu_list .menu-item .nav-link {
  color: #0D2441;
  font-size: 15px;
}
@media screen and (max-width: 1260px) and (min-width: 991px) {
  body.page-template-flexible-content header .menu_list .menu-item .nav-link {
    font-size: 13px;
  }
}
body.page-template-flexible-content header .menu_list .menu-item.menu-item-has-children {
  position: relative;
  padding-right: 20px;
}
body.page-template-flexible-content header .menu_list .menu-item.menu-item-has-children::after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.82812 4.43359C3.65234 4.43359 3.49609 4.375 3.37891 4.25781L0.253906 1.13281C0 0.898438 0 0.488281 0.253906 0.253906C0.488281 0 0.898438 0 1.13281 0.253906L3.82812 2.92969L6.50391 0.253906C6.73828 0 7.14844 0 7.38281 0.253906C7.63672 0.488281 7.63672 0.898438 7.38281 1.13281L4.25781 4.25781C4.14062 4.375 3.98438 4.43359 3.82812 4.43359Z' fill='%230D2441'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 8px 5px;
  position: absolute;
  content: "";
  width: 20px;
  height: 15px;
  top: 50%;
  transform: translate(0, -50%);
  transform-origin: center;
  transition: all 0.3s ease;
}
> body.page-template-flexible-content header .menu_list .menu-item.menu-item-has-children:hover:after {
  transform: translate(-3px, -50%) rotate(180deg);
}
body.page-template-flexible-content header .menu_list .menu-item > .sub-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
body.page-template-flexible-content header .menu_list .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
body.page-template-flexible-content header .menu_list .menu-item:hover > .sub-menu .menu-item:after {
  left: auto;
  right: 0;
}
body.page-template-flexible-content header .header_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1260px) and (min-width: 991px) {
  body.page-template-flexible-content header .header__button .primary-button {
    padding: 6px 6px 6px 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) and (min-width: 991px) {
  body.page-template-flexible-content header .header__button .primary-button svg {
    max-width: 28px;
    max-height: 28px;
  }
}
body.page-template-flexible-content header .header__contact a {
  display: flex;
  font-size: 18px;
  color: #0D2441;
  margin-right: 20px;
  font-weight: 600;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1460px) {
  body.page-template-flexible-content header .header__contact a {
    display: none;
  }
}
body.page-template-flexible-content .mobile__menu {
  display: flex;
  align-items: center;
  column-gap: 15px;
  background: #fdb913;
  padding: 2px 7px;
  border-radius: 50%;
}
body.page-template-flexible-content .menu-text {
  margin-left: auto;
  color: #000000;
}
body.page-template-flexible-content .sandwich {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
body.page-template-flexible-content .sandwich * {
  transition: all 0.5s cubic-bezier(0.47, 0.02, 0.03, 0.86);
}
body.page-template-flexible-content .sandwich span {
  width: 28px;
  height: 2px;
  background: #000000;
  position: absolute;
}
body.page-template-flexible-content .sandwich .sand {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 13%;
  top: 0;
}
body.page-template-flexible-content .sandwich .sand span:nth-child(1) {
  top: 12px;
  left: 0;
}
body.page-template-flexible-content .sandwich .sand span:nth-child(2) {
  top: 20px;
  left: 0;
}
body.page-template-flexible-content .sandwich .sand span:nth-child(3) {
  top: 28px;
  left: 0;
}
body.page-template-flexible-content .sandwich .closed {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 2;
  opacity: 1;
  overflow: hidden;
  transform: rotate(45deg);
  transform-origin: center;
}
body.page-template-flexible-content .sandwich .closed span:nth-child(1) {
  width: 36px;
  top: 17px;
  left: 0;
  transform: rotate(0deg) translateX(-130%);
  transition-delay: 0.3s;
}
body.page-template-flexible-content .sandwich .closed span:nth-child(2) {
  width: 36px;
  top: 17px;
  right: 0;
  transform: rotate(90deg) translateX(-130%);
  transition-delay: 0.45s;
}
body.page-template-flexible-content .sandwich:hover .sand span:nth-child(1) {
  width: 26px;
}
body.page-template-flexible-content .sandwich:hover .sand span:nth-child(2) {
  width: 26px;
  left: 10px;
}
body.page-template-flexible-content .sandwich:hover .sand span:nth-child(3) {
  width: 26px;
}
body.page-template-flexible-content .sandwich.active {
  position: relative;
}
body.page-template-flexible-content .sandwich.active .sand span:nth-child(1) {
  width: 0;
}
body.page-template-flexible-content .sandwich.active .sand span:nth-child(2) {
  width: 0;
  left: 0;
  transition-delay: 0.15s;
}
body.page-template-flexible-content .sandwich.active .sand span:nth-child(3) {
  width: 0;
  left: 0;
  transition-delay: 0.15s;
}
body.page-template-flexible-content .sandwich.active .closed span:nth-child(1) {
  width: 36px;
  transform: rotate(0deg) translateX(0);
}
body.page-template-flexible-content .sandwich.active .closed span:nth-child(2) {
  width: 36px;
  transform: rotate(90deg) translateX(0);
  transition-delay: 0.15s;
}
body.page-template-flexible-content .display-nav .sandwich {
  position: relative;
}
body.page-template-flexible-content .display-nav .sandwich .sand span:nth-child(1) {
  width: 0;
}
body.page-template-flexible-content .display-nav .sandwich .sand span:nth-child(2) {
  width: 0;
  left: 0;
  transition-delay: 0.15s;
}
body.page-template-flexible-content .display-nav .sandwich .sand span:nth-child(3) {
  width: 0;
  left: 0;
  transition-delay: 0.15s;
}
body.page-template-flexible-content .display-nav .sandwich:hover .sand span:nth-child(1) {
  width: 0;
}
body.page-template-flexible-content .display-nav .sandwich:hover .sand span:nth-child(2) {
  width: 0;
  left: 10px;
}
body.page-template-flexible-content .display-nav .sandwich .closed span:nth-child(1) {
  width: 36px;
  transform: rotate(0deg) translateX(0);
}
body.page-template-flexible-content .display-nav .sandwich .closed span:nth-child(2) {
  width: 36px;
  transform: rotate(90deg) translateX(0);
  transition-delay: 0.15s;
}
body.page-template-flexible-content .hp-hero {
  background: url(/wp-content/themes/Philbrook/images/hero_bg.png);
  background-size: cover;
  padding: 180px 0px 0px;
}
body.page-template-flexible-content .hp-hero .hp-hero__title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 30px;
  color: #ffffff;
  font-family: Prata;
  font-size: 60px;
  line-height: 75px;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .hp-hero .hp-hero__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .hp-hero .hp-hero__title {
    font-size: 30px;
    line-height: 40px;
  }
}
body.page-template-flexible-content .hp-hero__container {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius);
  overflow: hidden;
}
body.page-template-flexible-content .hp-hero__holder {
  position: relative;
  background-position: center center;
  z-index: 0;
}
body.page-template-flexible-content .hp-hero__holder > * {
  z-index: 2;
  position: relative;
}
body.page-template-flexible-content .hp-hero__text {
  width: 100%;
  max-width: 680px;
}
body.page-template-flexible-content .hp-hero__text .hp-hero__label {
  font-size: 25px;
  color: #3C85CF;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .hp-hero__text .hp-hero__label {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  body.page-template-flexible-content .hp-hero__text .hp-hero__label {
    font-size: 18px;
  }
}
body.page-template-flexible-content .hp-hero__text p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
body.page-template-flexible-content .hp-hero .primary-button {
  width: fit-content;
  margin-top: 30px;
  margin-bottom: 80px;
}
body.page-template-flexible-content .hp-hero__marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 24px 0px;
  overflow: hidden;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body.page-template-flexible-content .hp-hero__marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 38s linear infinite;
  will-change: transform;
  gap: 60px;
  min-width: 0;
}
body.page-template-flexible-content .hp-hero__marquee-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 60px;
  min-width: 0;
}
body.page-template-flexible-content .hp-hero__marquee p {
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 22px !important;
  margin-bottom: 0px;
  position: relative;
}
body.page-template-flexible-content .hp-hero__marquee p::after {
  content: "|";
  position: absolute;
  left: -30px;
}
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
body.page-template-flexible-content .hp-badges {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  gap: 55px;
  margin-bottom: 62px;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .hp-badges {
    justify-content: center;
    gap: 20px;
  }
}
body.page-template-flexible-content .hp-badges .hp-badge .hp-badge__title {
  font-size: 22px;
  font-family: "Prata";
  color: #ffffff;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .hp-badges .hp-badge .hp-badge__title {
    font-size: 18px;
  }
}
body.page-template-flexible-content .hp-badges .hp-badge .hp-badge__description {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .hp-badges .hp-badge .hp-badge__description {
    font-size: 14px;
  }
}
body.page-template-flexible-content .hp-after-hero {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body.page-template-flexible-content .hp-after-hero .underheader-title {
  font-size: 40px;
  font-weight: 1000;
  line-height: 1.2em;
}
body.page-template-flexible-content .hp-after-hero .underheader-title.--small-underheader {
  margin-top: 40px;
  font-size: 30px;
}
body.page-template-flexible-content .hp-after-hero p {
  text-align: center;
}
body.page-template-flexible-content .hp-after-hero .col-md-8 {
  margin: 0 auto;
}
body.page-template-flexible-content .--text-centered {
  text-align: center;
}
body.page-template-flexible-content .--content-centered {
  margin: 0 auto;
}
body.page-template-flexible-content .simple-text-section {
  position: relative;
  padding: 94px 0px 0px;
  overflow: hidden;
}
body.page-template-flexible-content .simple-text-section.--simple {
  padding: 106px 0px 106px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .simple-text-section.--simple {
    padding: 80px 0px 80px;
  }
}
@media (max-width: 990px) {
  body.page-template-flexible-content .simple-text-section.--simple {
    padding: 60px 0px 60px;
  }
}
@media (max-width: 560px) {
  body.page-template-flexible-content .simple-text-section.--simple {
    padding: 40px 0px 40px;
  }
}
body.page-template-flexible-content .simple-text-section .simple-text-section__container {
  max-width: 1060px;
  margin: 0 auto;
}
body.page-template-flexible-content .simple-text-section .section-label {
  font-size: 25px;
  color: #3C85CF;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .simple-text-section .section-label {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  body.page-template-flexible-content .simple-text-section .section-label {
    font-size: 18px;
  }
}
body.page-template-flexible-content .simple-text-section h2 {
  font-size: 60px;
  font-family: Prata;
  text-wrap: balance;
  max-width: 920px;
  margin: 0 auto 24px;
}
@media (max-width: 1260px) {
  body.page-template-flexible-content .simple-text-section h2 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  body.page-template-flexible-content .simple-text-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .simple-text-section h2 {
    font-size: 36px;
  }
}
@media (max-width: 560px) {
  body.page-template-flexible-content .simple-text-section h2 {
    font-size: 32px;
  }
}
body.page-template-flexible-content .simple-text-section p {
  font-size: 18px;
  color: #0D2441;
  max-width: 880px;
  margin: 0 auto 29px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .simple-text-section p {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  body.page-template-flexible-content .simple-text-section p {
    font-size: 14px;
  }
}
body.page-template-flexible-content .simple-text-section .container {
  container-type: inline-size;
}
body.page-template-flexible-content .simple-text-section .simple-text-section__bg {
  font-family: Prata;
  font-weight: 900;
  color: #f2f2f2;
  white-space: nowrap;
  line-height: 1;
  bottom: -3vw;
  position: relative;
  font-size: clamp(48px, 11cqw, 180px);
}
@media (max-width: 580px) {
  body.page-template-flexible-content .simple-text-section .simple-text-section__bg {
    font-size: clamp(38px, 11cqw, 180px);
  }
}
@media (min-width: 1920px) {
  body.page-template-flexible-content .simple-text-section .simple-text-section__bg {
    bottom: -1.8vw;
  }
}
body.page-template-flexible-content .mobile_menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 1000000;
  padding: 15px 25px;
  right: calc(-100% - 50px);
  transition: all 0.5s cubic-bezier(0.35, 0.17, 0.36, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.35, 0.17, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.35, 0.17, 0.36, 1);
  -ms-transition: all 0.5s cubic-bezier(0.35, 0.17, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.35, 0.17, 0.36, 1);
  opacity: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: scroll;
  gap: 24px;
}
body.page-template-flexible-content .mobile_menu.visible {
  right: 0;
  opacity: 1;
}
body.page-template-flexible-content .mobile_menu .mobile_menu__top_close {
  position: relative;
  width: 60px;
  height: 60px;
}
body.page-template-flexible-content .mobile_menu .mobile_menu__top_close span:nth-child(1) {
  position: absolute;
  width: 34px;
  height: 2px;
  background: #000000;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
}
body.page-template-flexible-content .mobile_menu .mobile_menu__top_close span:nth-child(2) {
  position: absolute;
  width: 34px;
  height: 2px;
  background: #000000;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -moz-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -o-transform: translate(0, -50%) rotate(-45deg);
}
body.page-template-flexible-content .mobile_menu .mobile_menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.page-template-flexible-content .mobile_menu .menu .menu_list {
  padding: 0px;
  list-style: none;
  margin-bottom: 0;
}
body.page-template-flexible-content .mobile_menu .menu .menu_list > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.page-template-flexible-content .mobile_menu .menu .menu_list > li > a {
  display: block;
  color: #010101;
  font-family: Inter;
  font-weight: 500;
  padding: 12px 0;
}
body.page-template-flexible-content .mobile_menu .menu .menu_list > li > .sub-menu {
  padding-left: 12px;
}
body.page-template-flexible-content .mobile_menu .menu .menu_list > li > .sub-menu > li > ul {
  padding-left: 20px;
}
body.page-template-flexible-content .mobile_menu .menu .menu_list > li > .sub-menu > li > ul li:before {
  background: #ffffff;
  border: 2px solid #0D2441;
}
body.page-template-flexible-content .mobile_menu .menu .menu_list li.menu-item-has-children {
  position: relative;
}
body.page-template-flexible-content .mobile_menu .menu .menu_list li.menu-item-has-children > a {
  padding-right: 36px;
}
body.page-template-flexible-content .mobile_menu .menu .menu_list li.menu-item-has-children > a::after {
  display: none;
}
body.page-template-flexible-content .mobile_menu .menu .menu_list li.menu-item-has-children.is-open > .sub-menu {
  height: auto;
  visibility: visible;
  opacity: 1;
}
body.page-template-flexible-content .mobile_menu .menu .menu_list li.menu-item-has-children.is-open > a > .sub-menu-toggle svg, body.page-template-flexible-content .mobile_menu .menu .menu_list li.menu-item-has-children.is-open > .sub-menu-toggle svg {
  transform: rotate(180deg);
}
body.page-template-flexible-content .mobile_menu .menu .menu_list .sub-menu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #0D2441;
}
body.page-template-flexible-content .mobile_menu .menu .menu_list .sub-menu-toggle svg {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
body.page-template-flexible-content .mobile_menu .menu .sub-menu {
  height: 0;
  visibility: hidden;
  opacity: 0;
  padding-left: 12px;
  transition: opacity 0.2s ease;
  background: transparent !important;
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-template-flexible-content .mobile_menu .menu .sub-menu li {
  position: relative;
}
body.page-template-flexible-content .mobile_menu .menu .sub-menu li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0D2441;
  top: 14px;
}
body.page-template-flexible-content .mobile_menu .menu .sub-menu li > a {
  display: block;
  color: #010101 !important;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  padding: 8px 0px 8px 18px;
}
body.page-template-flexible-content .mobile_menu .header__contact a {
  display: flex;
  font-size: 18px;
  color: #0D2441;
  margin-right: 20px;
  font-weight: 600;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
body.page-template-flexible-content .mobile_menu .header__contact a span {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  body.page-template-flexible-content .logo {
    flex-grow: 1;
    width: 100%;
    max-height: 50px;
  }
  body.page-template-flexible-content .header__button.hide_mobile {
    min-width: fit-content;
  }
  body.page-template-flexible-content .header__button.hide_mobile svg {
    max-width: 36px;
    max-height: 36px;
  }
}
body.page-template-flexible-content section h2 {
  font-size: 50px;
  font-family: Prata;
  text-wrap: balance;
  margin: 0 auto 18px;
  color: #0D2441;
}
@media (max-width: 990px) {
  body.page-template-flexible-content section h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content section h2 {
    font-size: 30px;
  }
}
body.page-template-flexible-content section .text-regular {
  font-size: 18px;
  color: #0D2441;
  max-width: 880px;
  margin: 0 auto;
  font-weight: 400;
}
body.page-template-flexible-content .hp-help {
  position: relative;
  background: #f2f2f2;
  padding: 110px 0px 91px;
}
body.page-template-flexible-content .hp-help .row > div {
  margin: 0 auto;
}
body.page-template-flexible-content .hp-help .text-regular {
  margin-bottom: 45px;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .hp-help .text-regular {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .hp-help .text-regular {
    margin-bottom: 20px;
  }
}
body.page-template-flexible-content .hp-help .primary-button {
  margin: 0 auto;
}
body.page-template-flexible-content .numbered-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .numbered-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.page-template-flexible-content .numbered-boxes__item {
  padding: 40px;
  position: relative;
}
body.page-template-flexible-content .numbered-boxes__item h3 {
  font-size: 23px;
  margin-bottom: 20px !important;
  font-family: Inter;
  font-weight: 600;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .numbered-boxes__item h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .numbered-boxes__item h3 {
    font-size: 18px;
  }
}
body.page-template-flexible-content .numbered-boxes__item:nth-of-type(odd) {
  background: #fff;
  bottom: 40px;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .numbered-boxes__item:nth-of-type(odd) {
    bottom: 0px;
  }
}
body.page-template-flexible-content .numbered-boxes__item:nth-of-type(even) {
  background: #0D2441;
}
body.page-template-flexible-content .numbered-boxes__item:nth-of-type(even) h3, body.page-template-flexible-content .numbered-boxes__item:nth-of-type(even) p {
  color: #fff !important;
}
body.page-template-flexible-content .numbered-boxes__number {
  background-color: #3C85CF;
  font-weight: 700;
  padding: 10px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  color: #fff !important;
}
body.page-template-flexible-content .numbered-boxes__text {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 30px;
  font-family: Inter;
  font-weight: 400;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .numbered-boxes__text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .numbered-boxes__text {
    font-size: 14px;
    line-height: 26px;
  }
}
body.page-template-flexible-content .hp-easy {
  position: relative;
  background: #f2f2f2;
}
body.page-template-flexible-content .image-layout__holder {
  --layout-size: 700px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 60px;
  position: relative;
  align-items: center;
  padding: 91px 0px 110px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 990px) {
  body.page-template-flexible-content .image-layout__holder {
    --layout-size: 250px;
    flex-direction: column;
    padding: 40px 0px;
  }
}
body.page-template-flexible-content .image-layout__holder > div:first-of-type {
  width: 600px;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .image-layout__holder > div:first-of-type {
    width: 100%;
  }
}
body.page-template-flexible-content .image-layout__holder > div:last-of-type {
  width: 570px;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .image-layout__holder > div:last-of-type {
    width: 100%;
  }
}
body.page-template-flexible-content .image-layout__img-holder.--three {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
  height: var(--layout-size);
}
body.page-template-flexible-content .image-layout__img-holder.--three img:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 3;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .image-layout__img-holder.--three img:nth-child(1) {
    top: 0px;
  }
}
body.page-template-flexible-content .image-layout__img-holder.--three img:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
body.page-template-flexible-content .image-layout__img-holder.--three img:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
body.page-template-flexible-content .image-layout__img-holder.--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  height: var(--layout-size);
}
body.page-template-flexible-content .image-layout__img-holder.--two .image-layout__img:nth-child(1) {
  margin-top: 60px;
  height: calc(100% - 60px);
}
body.page-template-flexible-content .image-layout__img-holder.--two .image-layout__img:nth-child(2) {
  margin-bottom: 60px;
  height: calc(100% - 60px);
}
@media (max-width: 990px) {
  body.page-template-flexible-content .image-layout__img-holder.--two {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
  body.page-template-flexible-content .image-layout__img-holder.--two .image-layout__img {
    height: 280px;
  }
  body.page-template-flexible-content .image-layout__img-holder.--two .image-layout__img:nth-child(2) {
    margin-top: 30px;
    height: calc(100% - 60px);
  }
}
body.page-template-flexible-content .image-layout__img-holder.--one {
  display: block;
}
body.page-template-flexible-content .image-layout__img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
body.page-template-flexible-content .image-layout__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-template-flexible-content .image-layout__text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-flexible-content .image-layout__text .primary-button {
  margin-top: auto;
  align-self: flex-start;
  margin-top: 43px;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .image-layout__text .primary-button {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .image-layout__text .primary-button {
    margin-top: 20px;
  }
}
body.page-template-flexible-content .image-layout__text__bottom {
  margin-top: 50px;
  position: absolute;
  top: calc(2 * (var(--layout-size) / 3));
  left: -100px;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .image-layout__text__bottom {
    position: static;
  }
}
body.page-template-flexible-content .image-layout__text__bottom p {
  font-size: 30px !important;
  font-weight: 700;
}
body.page-template-flexible-content .image-layout__text__bottom .checklist li {
  font-weight: 700;
  font-size: 21px;
  margin: 16px 0px !important;
  padding-left: 40px !important;
}
body.page-template-flexible-content .image-layout__text__bottom .checklist li::before {
  top: 3px !important;
}
body.page-template-flexible-content .attorneys-section {
  background: #0D2441;
  padding: 126px 0 100px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .attorneys-section {
    padding: 60px 0 40px;
  }
}
@media (max-width: 480px) {
  body.page-template-flexible-content .attorneys-section {
    padding: 40px 0 20px;
  }
}
body.page-template-flexible-content .attorneys-section__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .attorneys-section__header {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
body.page-template-flexible-content .attorneys-section__title {
  font-family: "Prata", serif;
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .attorneys-section__title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  body.page-template-flexible-content .attorneys-section__title {
    font-size: 28px;
  }
}
body.page-template-flexible-content .attorneys-section .text-regular {
  color: #ffffff;
}
body.page-template-flexible-content .attorneys-body {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 45px;
}
@media (max-width: 1100px) {
  body.page-template-flexible-content .attorneys-body {
    grid-template-columns: 380px 1fr;
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  body.page-template-flexible-content .attorneys-body {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  body.page-template-flexible-content .attorneys-body {
    margin-bottom: 20px;
  }
}
body.page-template-flexible-content .attorneys-main-card {
  background: #fff;
  padding: 36px 52px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .attorneys-main-card {
    padding: 28px 30px;
  }
}
body.page-template-flexible-content .attorneys-main-card__title {
  font-family: "Inter", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.25;
  color: #0D2441;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .attorneys-main-card__title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  body.page-template-flexible-content .attorneys-main-card__title {
    font-size: 20px;
  }
}
body.page-template-flexible-content .attorneys-main-card__subtitle {
  font-size: 16px;
  font-weight: 300;
  color: #3C85CF;
  margin: 0 0 16px;
  text-transform: capitalize;
}
body.page-template-flexible-content .attorneys-main-card__description {
  font-size: 16px;
  line-height: 1.75;
  color: #0d2541;
  margin: 0 0 24px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.page-template-flexible-content .attorneys-main-card__link {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FDB913;
  text-decoration: none;
  align-self: flex-start;
}
body.page-template-flexible-content .attorneys-main-card__link:hover {
  text-decoration: underline;
}
body.page-template-flexible-content .attorneys-slider-wrap {
  overflow: hidden;
  min-width: 0;
}
body.page-template-flexible-content .attorneys-slider {
  width: 100%;
  position: relative;
}
body.page-template-flexible-content .attorneys-slider .swiper-wrapper {
  align-items: stretch;
}
body.page-template-flexible-content .attorneys-slider .swiper-slide {
  height: auto;
}
body.page-template-flexible-content .attorneys-nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
body.page-template-flexible-content .attorneys-nav:before {
  position: absolute;
  width: 90%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
body.page-template-flexible-content .attorneys-nav .swiper-button-prev, body.page-template-flexible-content .attorneys-nav .swiper-button-next {
  position: static;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
  margin: 0;
  transform: none;
  flex-shrink: 0;
  opacity: 1 !important;
  pointer-events: auto !important;
}
body.page-template-flexible-content .attorneys-nav .swiper-button-prev::after, body.page-template-flexible-content .attorneys-nav .swiper-button-next::after {
  font-size: 13px;
  font-weight: 700;
}
body.page-template-flexible-content .attorneys-nav .swiper-button-prev:hover, body.page-template-flexible-content .attorneys-nav .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
body.page-template-flexible-content .attorneys-nav .swiper-button-prev.swiper-button-disabled, body.page-template-flexible-content .attorneys-nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.4 !important;
  cursor: default;
}
body.page-template-flexible-content .attorney-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.page-template-flexible-content .attorney-card--photo {
  text-decoration: none;
  overflow: hidden;
}
body.page-template-flexible-content .attorney-card--photo:hover .attorney-card__image img {
  transform: scale(1.04);
}
body.page-template-flexible-content .attorney-card__image {
  overflow: hidden;
  flex: 1;
}
body.page-template-flexible-content .attorney-card__image img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.3s ease;
}
body.page-template-flexible-content .attorney-card__footer {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
}
body.page-template-flexible-content .attorney-card__name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
  font-family: Inter;
}
@media (max-width: 480px) {
  body.page-template-flexible-content .attorney-card__name {
    font-size: 16px;
  }
}
body.page-template-flexible-content .attorney-card__role {
  font-size: 16px;
  font-weight: 300;
  color: #3C85CF;
  margin: 0;
  font-family: Inter;
}
@media (max-width: 480px) {
  body.page-template-flexible-content .attorney-card__role {
    font-size: 14px;
  }
}
body.page-template-flexible-content .pre-footer {
  background: #fff;
  padding: 55px 0 90px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .pre-footer {
    padding: 30px 0 50px;
  }
}
body.page-template-flexible-content .pre-footer__white {
  text-align: center;
}
body.page-template-flexible-content .pre-footer__logo {
  margin-bottom: 65px;
}
body.page-template-flexible-content .pre-footer__logo img {
  max-height: max-content;
  width: 100%;
  max-width: 290px;
  display: inline-block;
}
body.page-template-flexible-content .pre-footer__benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .pre-footer__benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 480px) {
  body.page-template-flexible-content .pre-footer__benefits {
    grid-template-columns: 1fr;
  }
}
body.page-template-flexible-content .pre-footer__benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px;
  position: relative;
}
body.page-template-flexible-content .pre-footer__benefits__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e5e5e5;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .pre-footer__benefits__item:not(:last-child)::after {
    display: none;
  }
}
body.page-template-flexible-content .pre-footer__benefits__item .icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
body.page-template-flexible-content .pre-footer__benefits__item .icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.page-template-flexible-content .pre-footer__benefits__item p {
  font-size: 18px;
  line-height: 1.5;
  color: #0D2441;
  text-align: center;
  margin: 0;
  font-weight: 500;
}
body.page-template-flexible-content .resources-section {
  background: #f8f8f6;
  padding: 132px 0 96px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .resources-section {
    padding: 60px 0 40px;
  }
}
@media (max-width: 480px) {
  body.page-template-flexible-content .resources-section {
    padding: 40px 0 20px;
  }
}
body.page-template-flexible-content .resources-section__header {
  text-align: center;
  margin-bottom: 48px;
}
body.page-template-flexible-content .resources-section__header .text-regular {
  max-width: 620px;
  margin: 0 auto;
}
body.page-template-flexible-content .resources-section__title {
  font-family: "Prata", serif;
  color: #0D2441;
  margin-bottom: 16px;
}
body.page-template-flexible-content .resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: start;
  margin-top: 100px;
}
@media (max-width: 1100px) {
  body.page-template-flexible-content .resources-grid {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .resources-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
body.page-template-flexible-content .resource-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
}
body.page-template-flexible-content .resource-card__image {
  flex-shrink: 0;
}
body.page-template-flexible-content .resource-card__image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  padding: 0 30px;
}
body.page-template-flexible-content .resource-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 65px 30px 40px;
}
body.page-template-flexible-content .resource-card__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  font-family: "Inter";
  margin-bottom: 12px;
}
body.page-template-flexible-content .resource-card__title a {
  color: #0D2441;
  text-decoration: none;
}
body.page-template-flexible-content .resource-card__title a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .resource-card__title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  body.page-template-flexible-content .resource-card__title {
    font-size: 18px;
  }
}
body.page-template-flexible-content .resource-card__excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #0d2541;
  margin-bottom: 20px;
  flex: 1;
}
@media (max-width: 480px) {
  body.page-template-flexible-content .resource-card__excerpt {
    font-size: 14px;
  }
}
body.page-template-flexible-content .resource-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #0D2441;
  text-decoration: none;
  margin-top: auto;
}
body.page-template-flexible-content .resource-card__link:hover {
  gap: 10px;
}
body.page-template-flexible-content .resource-card__link svg {
  transition: transform 0.2s;
}
body.page-template-flexible-content .resource-card__link:hover svg {
  transform: translateX(3px);
}
body.page-template-flexible-content .resource-card--dark {
  background: #0D2441;
  margin-top: -40px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .resource-card--dark {
    margin-top: 0;
    margin-bottom: 0;
  }
}
body.page-template-flexible-content .resource-card--dark .resource-card__body {
  padding: 30px;
}
body.page-template-flexible-content .resource-card--dark .resource-card__image img {
  height: 260px;
}
body.page-template-flexible-content .resource-card--dark .resource-card__title a {
  color: #fff;
}
body.page-template-flexible-content .resource-card--dark .resource-card__excerpt {
  color: rgba(255, 255, 255, 0.75);
}
body.page-template-flexible-content .resource-card--dark .resource-card__link {
  color: #fff;
}
body.page-template-flexible-content .need-help-section {
  background: #f8f8f6;
  padding: 64px 0;
}
body.page-template-flexible-content .need-help-section__inner {
  background: #0D2441;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 64px 72px;
  align-items: center;
}
@media (max-width: 900px) {
  body.page-template-flexible-content .need-help-section__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 36px;
  }
}
@media (max-width: 600px) {
  body.page-template-flexible-content .need-help-section__inner {
    padding: 40px 24px;
  }
}
body.page-template-flexible-content .need-help-section__title {
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .need-help-section__title {
    font-size: 26px;
  }
}
body.page-template-flexible-content .need-help-section__description {
  font-size: 18px;
  line-height: 1.75;
  color: #fff;
  font-weight: 300;
}
body.page-template-flexible-content .need-help-section__description p {
  margin: 0 0 16px;
}
body.page-template-flexible-content .need-help-section__description p:last-child {
  margin-bottom: 0;
}
body.page-template-flexible-content .need-help-section__right .wpcf7, body.page-template-flexible-content .need-help-section__right form {
  margin: 0;
}
body.page-template-flexible-content .need-help-section__right label {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 6px;
}
body.page-template-flexible-content .need-help-section__right .wpcf7-form-control-wrap, body.page-template-flexible-content .need-help-section__right input[type="text"], body.page-template-flexible-content .need-help-section__right input[type="email"], body.page-template-flexible-content .need-help-section__right input[type="tel"], body.page-template-flexible-content .need-help-section__right textarea {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 14px;
  font-size: 14px;
  color: #222;
  outline: none;
  box-sizing: border-box;
  display: block;
}
body.page-template-flexible-content .need-help-section__right textarea {
  resize: none;
  height: 120px;
}
body.page-template-flexible-content .need-help-section__right .wpcf7-form-control-wrap {
  padding: 0;
  background: transparent;
}
body.page-template-flexible-content .need-help-section__right .wpcf7-submit, body.page-template-flexible-content .need-help-section__right input[type="submit"] {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FDB913;
  color: #0D2441;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  padding: 14px 24px;
  cursor: pointer;
  border-radius: 100px;
  transition: background 0.2s;
}
body.page-template-flexible-content .need-help-section__right .wpcf7-submit:hover, body.page-template-flexible-content .need-help-section__right input[type="submit"]:hover {
  background: #ca9503;
}
body.page-template-flexible-content .need-help-section__right .form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
body.page-template-flexible-content .need-help-section__right .form-row {
  margin-bottom: 16px;
}
body.page-template-flexible-content .gform_wrapper .gform_body .top_label .gfield_label {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-family: Inter;
  margin-bottom: 0px;
  border: 0px;
}
body.page-template-flexible-content .gform_wrapper .gform_body .gfield--type-consent .ginput_container.ginput_container_consent {
  display: flex;
  align-items: center;
  gap: 6px;
}
body.page-template-flexible-content .gform_wrapper .gform_body .gfield--type-consent .ginput_container.ginput_container_consent input {
  padding: 0;
  margin: 0;
}
body.page-template-flexible-content .gform_wrapper .gform_body .gfield--type-consent .ginput_container.ginput_container_consent label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
body.page-template-flexible-content .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0px;
}
body.page-template-flexible-content .gform_wrapper .gform_footer input.button, body.page-template-flexible-content .gform_wrapper .gform_footer input[type=submit] {
  background: #fdb913;
  color: #0d2541;
  font-family: Inter;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px !important;
  border-radius: 100px;
  padding: 17px 65px 17px 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%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");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 48px 48px;
  transition: background 0.2s;
}
body.page-template-flexible-content .gform_wrapper .gform_footer input.button:hover, body.page-template-flexible-content .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #ca9503;
  border-radius: 100px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%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");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 48px 48px;
}
body.page-template-flexible-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px;
}
body.page-template-flexible-content .gform_wrapper li.gfield.gfield_error, body.page-template-flexible-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0px;
  border-top: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: 14px;
  line-height: 1.1;
}
body.page-template-flexible-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 6px;
  padding-top: 6px;
  color: #F4433690;
  font-family: "Inter";
  font-weight: 400;
}
body.page-template-flexible-content .gravity-theme .gfield_label {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-family: Inter;
  margin-bottom: 4px;
}
body.page-template-flexible-content .gravity-theme .gform-footer input[type=submit], body.page-template-flexible-content .gravity-theme .gform_footer input[type=submit], body.page-template-flexible-content .gravity-theme input.gform_button {
  background: #fdb913;
  color: #0d2541;
  font-family: Inter;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 700;
  border: none;
  border-radius: 100px;
  padding: 17px 65px 17px 25px;
  cursor: pointer;
  width: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%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");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 48px 48px;
  transition: background 0.2s;
  margin: 0;
}
body.page-template-flexible-content .gravity-theme .gform-footer input[type=submit]:hover, body.page-template-flexible-content .gravity-theme .gform_footer input[type=submit]:hover, body.page-template-flexible-content .gravity-theme input.gform_button:hover {
  background: #ca9503;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%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");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 48px 48px;
}
@media (max-width: 420px) {
  body.page-template-flexible-content .gravity-theme .gform-footer input[type=submit], body.page-template-flexible-content .gravity-theme .gform_footer input[type=submit], body.page-template-flexible-content .gravity-theme input.gform_button {
    padding: 10px 65px 10px 25px;
  }
}
body.page-template-flexible-content .gravity-theme .gfield.gfield_error {
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
body.page-template-flexible-content .gravity-theme .validation_message {
  color: rgba(255, 80, 80, 0.9);
  font-size: 13px;
}
body.page-template-flexible-content .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
  padding-right: 0 !important;
  margin-top: 3px;
  border: 0px !important;
}
body.page-template-flexible-content .fc-section {
  position: relative;
  background: #fff;
  padding: 110px 0 500px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body.page-template-flexible-content .fc-section {
    padding: 60px 0 300px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .fc-section {
    padding: 40px 0 200px;
  }
}
@media (max-width: 420px) {
  body.page-template-flexible-content .fc-section {
    padding: 40px 0 100px;
  }
}
body.page-template-flexible-content .fc-section__top {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  padding-bottom: 56px;
  z-index: 1;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .fc-section__top {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 32px;
  }
}
body.page-template-flexible-content .fc-section__title {
  font-family: "Prata", serif;
  color: #0D2441;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .fc-section__title {
    margin-bottom: 30px;
  }
}
body.page-template-flexible-content .fc-section__btn {
  display: inline-flex;
}
body.page-template-flexible-content .fc-section__right {
  padding-top: 8px;
}
body.page-template-flexible-content .fc-section__description p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
}
body.page-template-flexible-content .fc-section__description p:last-child {
  margin-bottom: 0;
}
body.page-template-flexible-content .fc-section__image {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 0;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 991px) {
  body.page-template-flexible-content .fc-section__image {
    top: auto;
    left: 0;
    z-index: 0;
    bottom: 0;
  }
}
body.page-template-flexible-content .fc-section__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 991px) {
  body.page-template-flexible-content .fc-section__image img {
    object-fit: contain;
    object-position: bottom;
  }
}
@media (min-width: 1720px) {
  body.page-template-flexible-content .fc-section__image img {
    object-position: bottom center;
  }
}
body.page-template-flexible-content .rated-section {
  background: #f8f8f6;
  padding: 72px 0;
}
body.page-template-flexible-content .rated-section__header {
  margin-bottom: 48px;
}
body.page-template-flexible-content .rated-section__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
}
body.page-template-flexible-content .rated-section__title {
  color: #0D2441;
  margin: 0 0 14px;
}
body.page-template-flexible-content .rated-section__description {
  max-width: 725px !important;
  margin: 0 !important;
}
body.page-template-flexible-content .rated-section__body {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: start;
  gap: 24px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .rated-section__body {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
body.page-template-flexible-content .rated-section__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}
body.page-template-flexible-content .rated-videos {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.page-template-flexible-content .rated-video {
  position: relative;
  aspect-ratio: 1.7021276596;
  overflow: hidden;
}
body.page-template-flexible-content .rated-video[data-video-id] {
  cursor: pointer;
}
body.page-template-flexible-content .rated-video__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
body.page-template-flexible-content .rated-video[data-video-id]:hover body.page-template-flexible-content .rated-video__thumb {
  transform: scale(1.04);
}
body.page-template-flexible-content .rated-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FDB913;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: transform 0.2s;
}
body.page-template-flexible-content .rated-video__play svg {
  margin-left: 0px;
  width: 40px;
  height: 40px;
}
body.page-template-flexible-content .rated-panel {
  background: #0D2441;
  padding: 40px 44px 32px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .rated-panel {
    padding: 32px 24px;
  }
}
body.page-template-flexible-content .rated-slider {
  overflow: hidden;
  width: 100%;
}
body.page-template-flexible-content .rated-slide__quote {
  font-size: 19px;
  line-height: 1.65;
  color: #fff;
  font-style: normal;
  border: none !important;
  padding: 0 !important;
  background: none !important;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .rated-slide__quote {
    font-size: 15px;
  }
}
body.page-template-flexible-content .rated-panel__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}
body.page-template-flexible-content .rated-panel__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
body.page-template-flexible-content .rated-panel__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
body.page-template-flexible-content .rated-panel__name {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2px;
}
body.page-template-flexible-content .rated-panel__cite {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 2px;
  font-weight: 500;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .rated-panel__cite {
    font-size: 15px;
  }
}
body.page-template-flexible-content .rated-panel__source {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
body.page-template-flexible-content .rated-panel__nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
body.page-template-flexible-content .rated-panel__nav .swiper-button-prev, body.page-template-flexible-content .rated-panel__nav .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
  margin: 0;
  transform: none;
  flex-shrink: 0;
  opacity: 1 !important;
  pointer-events: auto !important;
}
body.page-template-flexible-content .rated-panel__nav .swiper-button-prev::after, body.page-template-flexible-content .rated-panel__nav .swiper-button-next::after {
  font-size: 12px;
  font-weight: 700;
}
body.page-template-flexible-content .rated-panel__nav .swiper-button-prev:hover, body.page-template-flexible-content .rated-panel__nav .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.1);
}
body.page-template-flexible-content .rated-panel__nav .swiper-button-prev.swiper-button-disabled, body.page-template-flexible-content .rated-panel__nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.4 !important;
}
body.page-template-flexible-content .video-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
body.page-template-flexible-content .video-modal[aria-hidden="false"] {
  pointer-events: all;
}
body.page-template-flexible-content .video-modal[aria-hidden="true"] .video-modal__backdrop {
  opacity: 0;
}
body.page-template-flexible-content .video-modal[aria-hidden="true"] .video-modal__dialog {
  opacity: 0;
}
body.page-template-flexible-content .video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  transition: opacity 0.2s;
}
body.page-template-flexible-content .video-modal__dialog {
  position: relative;
  z-index: 1;
  width: 90vw;
  max-width: 900px;
  aspect-ratio: 1.7777777778;
  background: #000;
  transition: opacity 0.2s;
}
body.page-template-flexible-content .video-modal__dialog iframe {
  width: 100%;
  height: 100%;
  display: block;
}
body.page-template-flexible-content .video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  z-index: 2;
}
body.page-template-flexible-content .video-modal .video-modal__embed {
  height: 100%;
}
body.page-template-flexible-content .simple-bg-section {
  position: relative;
  background-color: #0D2441;
  background-size: cover;
  background-position: right center;
  padding: 48px 0;
}
body.page-template-flexible-content .simple-bg-section .container {
  position: relative;
  z-index: 1;
}
body.page-template-flexible-content .simple-bg-section__inner {
  max-width: 560px;
}
body.page-template-flexible-content .simple-bg-section__title {
  font-family: "Prata", serif;
  font-size: 35px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .simple-bg-section__title {
    font-size: 28px;
  }
}
@media (max-width: 990px) {
  body.page-template-flexible-content .simple-bg-section__title {
    font-size: 24px;
  }
}
body.page-template-flexible-content .simple-bg-section__text p {
  font-size: 20px;
  line-height: 1.7;
  color: #ffffff;
  font-family: Inter;
  font-weight: 400;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .simple-bg-section__text p {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  body.page-template-flexible-content .simple-bg-section__text p {
    font-size: 16px;
  }
}
body.page-template-flexible-content .simple-bg-section__text p span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7em;
  color: #ffffff;
  font-family: Inter;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .simple-bg-section__text p span {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  body.page-template-flexible-content .simple-bg-section__text p span {
    font-size: 12px;
  }
}
body.page-template-flexible-content .pi-section {
  background: #f8f8f6;
  padding: 72px 0;
}
body.page-template-flexible-content .pi-section__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .pi-section__header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
body.page-template-flexible-content .pi-section__description {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin: 0;
  padding-top: 8px;
}
body.page-template-flexible-content .pi-section__divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0 0 56px;
}
body.page-template-flexible-content .pi-section__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .pi-section__body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
body.page-template-flexible-content .pi-section__image {
  border-radius: 4px;
  overflow: hidden;
}
body.page-template-flexible-content .pi-section__image img {
  width: 100%;
  height: auto;
  display: block;
}
body.page-template-flexible-content .pi-content h3 {
  font-size: 30px;
  line-height: 1.3;
  color: #0D2441;
  margin: 0 0 28px;
  font-family: Prata;
  font-weight: 400;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .pi-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  body.page-template-flexible-content .pi-content h3 {
    font-size: 20px;
  }
}
body.page-template-flexible-content .pi-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
body.page-template-flexible-content .pi-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 18px;
  line-height: 1.7em;
  color: #0D2441;
  margin-bottom: 12px;
  padding-left: 0;
}
body.page-template-flexible-content .pi-content ul li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3C85CF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 4l2.5 2.5L9 1' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .pi-content ul li {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  body.page-template-flexible-content .pi-content ul li {
    font-size: 16px;
  }
}
body.page-template-flexible-content .pi-content p {
  font-size: 18px;
  line-height: 1.7em;
  color: #0D2441;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .pi-content p {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  body.page-template-flexible-content .pi-content p {
    font-size: 16px;
  }
}
body.page-template-flexible-content .pi-content p:last-child {
  margin-bottom: 0;
}
body.page-template-flexible-content .dw-section {
  position: relative;
  background: url(/wp-content/themes/Philbrook/images/dont-wait-bg.png);
  background-size: cover;
  background-position: center;
  padding: 135px 0;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .dw-section {
    padding: 60px 0;
  }
}
@media (max-width: 990px) {
  body.page-template-flexible-content .dw-section {
    padding: 80px 0;
  }
}
body.page-template-flexible-content .dw-section .container {
  position: relative;
  z-index: 1;
}
body.page-template-flexible-content .dw-section__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .dw-section__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
body.page-template-flexible-content .dw-section__title {
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  max-width: 620px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .dw-section__title {
    font-size: 28px;
  }
}
body.page-template-flexible-content .dw-section__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 14px 24px;
  background: #FDB913;
  color: #0D2441;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  transition: opacity 0.2s;
}
body.page-template-flexible-content .dw-section__btn:hover {
  background: #ca9503;
  color: #ffffff;
}
body.page-template-flexible-content .dw-section__grid {
  display: grid;
  grid-template-columns: 1fr repeat(3, calc(50% / 3));
  gap: 12px;
  align-items: stretch;
}
@media (max-width: 991px) {
  body.page-template-flexible-content .dw-section__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
body.page-template-flexible-content .dw-section__text {
  background: #fff;
  padding: 46px 55px;
}
@media (max-width: 991px) {
  body.page-template-flexible-content .dw-section__text {
    grid-column: 1 / -1;
    padding: 32px 36px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .dw-section__text {
    padding: 24px 20px;
  }
}
body.page-template-flexible-content .dw-section__text p {
  font-size: 18px;
  line-height: 1.7em;
  color: #0D2441;
  margin-bottom: 24px;
}
body.page-template-flexible-content .dw-section__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .dw-section__text p {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  body.page-template-flexible-content .dw-section__text p {
    font-size: 16px;
  }
}
body.page-template-flexible-content .dw-section__photo {
  overflow: hidden;
}
body.page-template-flexible-content .dw-section__photo img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  display: block;
}
@media (max-width: 560px) {
  body.page-template-flexible-content .dw-section__photo img {
    min-height: 200px;
  }
}
body.page-template-flexible-content .toi-section {
  background: #f8f8f6;
  padding: 80px 0;
}
body.page-template-flexible-content .toi-section__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .toi-section__header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
body.page-template-flexible-content .toi-section__title {
  font-family: "Prata", serif;
  font-size: 40px;
  line-height: 1.2;
  color: #0D2441;
  margin: 0;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .toi-section__title {
    font-size: 28px;
  }
}
body.page-template-flexible-content .toi-section__description {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0;
  padding-top: 8px;
}
body.page-template-flexible-content .toi-section__footer {
  text-align: center;
  margin-top: 56px;
}
body.page-template-flexible-content .toi-section__footer p {
  max-width: 1040px;
  margin: 0 auto 40px;
}
body.page-template-flexible-content .toi-section__footer-text {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  max-width: 680px;
  margin: 0 auto 24px;
}
body.page-template-flexible-content .toi-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .toi-tabs {
    grid-template-columns: 1fr;
  }
}
body.page-template-flexible-content .toi-tabs__list {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
body.page-template-flexible-content .toi-tab {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 388px;
  padding: 16px 20px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  color: #0D2441;
  cursor: pointer;
  transition: color 0.2s;
  border-radius: 0;
  margin: 0 auto;
  border: 0px !important;
}
body.page-template-flexible-content .toi-tab > span {
  position: relative;
  z-index: 1;
}
body.page-template-flexible-content .toi-tab:hover {
  color: #0D2441;
  background: #f2f2f2;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-color: #ffffff;
}
body.page-template-flexible-content .toi-tab:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ebebeb;
  content: "";
  z-index: -2;
  bottom: 0px;
}
body.page-template-flexible-content .toi-tab__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}
body.page-template-flexible-content .toi-tab__arrow--active {
  display: none;
}
body.page-template-flexible-content .toi-tab__arrow--inactive {
  display: flex;
}
body.page-template-flexible-content .toi-tab:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -9999px;
  right: -9999px;
  background: #f2f2f2;
  z-index: -1;
}
body.page-template-flexible-content .toi-tab.is-active {
  color: #fff;
  border-bottom-color: #0D2441;
}
body.page-template-flexible-content .toi-tab.is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -9999px;
  right: -9999px;
  background: #0D2441;
  z-index: -1;
}
body.page-template-flexible-content .toi-tab.is-active .toi-tab__arrow--inactive {
  display: none;
}
body.page-template-flexible-content .toi-tab.is-active .toi-tab__arrow--active {
  display: flex;
}
body.page-template-flexible-content .toi-tabs__panels {
  position: relative;
}
body.page-template-flexible-content .toi-panel {
  display: none;
  background: #fff;
  padding: 45px 62px 0px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
@media (max-width: 991px) {
  body.page-template-flexible-content .toi-panel {
    padding: 20px 30px 0px;
  }
}
body.page-template-flexible-content .toi-panel.is-active {
  display: block;
}
body.page-template-flexible-content .toi-panel__title {
  font-size: 26px;
  font-weight: 700;
  color: #0D2441;
  margin-bottom: 14px;
  font-family: Inter;
}
@media (max-width: 991px) {
  body.page-template-flexible-content .toi-panel__title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .toi-panel__title {
    font-size: 20px;
  }
}
body.page-template-flexible-content .toi-panel__text {
  font-size: 18px;
  line-height: 1.7em;
  color: #0D2441;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body.page-template-flexible-content .toi-panel__text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .toi-panel__text {
    font-size: 14px;
  }
}
body.page-template-flexible-content .toi-panel__text p {
  margin-bottom: 12px;
}
body.page-template-flexible-content .toi-panel__text p:last-child {
  margin-bottom: 0;
}
body.page-template-flexible-content .toi-panel__image {
  overflow: hidden;
  margin-top: 29px;
}
body.page-template-flexible-content .toi-panel__image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
body.page-template-flexible-content .hp-recovered {
  background: #fff;
  padding: 87px 0;
}
body.page-template-flexible-content .hp-recovered .row:first-child {
  text-align: center;
  margin-bottom: 48px;
}
body.page-template-flexible-content .hp-recovered h2 {
  color: #0D2441;
  margin-bottom: 15px;
}
body.page-template-flexible-content .hp-recovered .text-regular {
  max-width: 820px;
}
body.page-template-flexible-content .recovered-section__bottom-label {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #0D2441;
  max-width: 830px;
  margin: 35px auto 0 !important;
}
body.page-template-flexible-content .recovered-slider {
  position: relative;
  padding: 16px 36px 16px;
  overflow: hidden;
}
@media (max-width: 600px) {
  body.page-template-flexible-content .recovered-slider {
    padding: 16px 40px;
  }
}
body.page-template-flexible-content .recovered-slider .swiper-wrapper {
  align-items: stretch;
}
body.page-template-flexible-content .recovered-slider .swiper-slide {
  height: auto;
  transition: transform 0.3s ease;
}
@media (min-width: 1024px) {
  body.page-template-flexible-content .recovered-slider .swiper-slide {
    transform: scale(0.93);
  }
  body.page-template-flexible-content .recovered-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}
body.page-template-flexible-content .recovered-slider .swiper-button-prev, body.page-template-flexible-content .recovered-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  color: #0D2441;
  top: 50%;
  transform: translateY(-50%);
}
body.page-template-flexible-content .recovered-slider .swiper-button-prev::after, body.page-template-flexible-content .recovered-slider .swiper-button-next::after {
  font-size: 14px;
  font-weight: 700;
}
body.page-template-flexible-content .recovered-slider .swiper-button-prev:hover, body.page-template-flexible-content .recovered-slider .swiper-button-next:hover {
  border-color: #0D2441;
}
body.page-template-flexible-content .recovered-slider .swiper-button-prev {
  left: 0;
}
body.page-template-flexible-content .recovered-slider .swiper-button-next {
  right: 0;
}
body.page-template-flexible-content .recovered-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 2px solid #3C85CF;
  overflow: hidden;
  background: #fff;
  align-items: center;
}
body.page-template-flexible-content .recovered-slide__label {
  font-size: 22px;
  font-weight: 600;
  color: #3C85CF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 40px 40px 9px;
  margin: 0 !important;
  font-family: Inter;
}
body.page-template-flexible-content .recovered-slide__title {
  font-size: 45px;
  font-weight: 700;
  color: #0D2441;
  padding: 0 40px 26px;
  margin: 0;
  line-height: 1.1em;
  font-family: Inter;
}
body.page-template-flexible-content .recovered-slide__description {
  font-size: 16px;
  line-height: 1.7em;
  color: #0D2441;
  padding: 0 40px 40px;
  margin: 0 !important;
  flex: 1;
  text-align: center;
}
body.page-template-flexible-content .recovered-slide__decorated {
  width: 100%;
  background: #3C85CF;
  color: #0D2441;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  margin: 0 !important;
}
body.page-template-flexible-content .why-section {
  background: #f8f8f6;
  padding: 124px 0;
}
body.page-template-flexible-content .why-section__header {
  text-align: center;
  margin: 0 auto 56px;
}
body.page-template-flexible-content .why-section__title {
  color: #0D2441;
  margin-bottom: 16px;
}
body.page-template-flexible-content .why-section__description {
  font-size: 18px;
  line-height: 1.7;
  color: #0D2441;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .why-section__description {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .why-section__description {
    font-size: 14px;
    line-height: 26px;
  }
}
body.page-template-flexible-content .why-section__body {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .why-section__body {
    flex-direction: column;
    gap: 32px;
  }
}
body.page-template-flexible-content .why-section__image {
  flex: 0 0 42%;
  max-width: 42%;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .why-section__image {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
body.page-template-flexible-content .why-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.page-template-flexible-content .why-section__content {
  flex: 1;
  padding-top: 8px;
}
body.page-template-flexible-content .why-section__content ul {
  padding: 0;
  list-style: none;
}
body.page-template-flexible-content .why-section__content ul li {
  margin-bottom: 30px;
}
body.page-template-flexible-content .why-section__content ul li p {
  padding-left: 36px;
}
body.page-template-flexible-content .why-section__footer {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
body.page-template-flexible-content .why-section__footer .primary-button {
  margin: 0 auto;
}
body.page-template-flexible-content .why-section__label {
  font-size: 18px;
  line-height: 1.7;
  color: #0D2441;
  margin-bottom: 33px;
}
body.page-template-flexible-content .why-content h3 {
  display: flex;
  align-items: center;
  font-family: Inter;
  gap: 12px;
  font-size: 22px;
  font-weight: 600;
  color: #0D2441;
  margin-bottom: 8px;
  margin-top: 0;
}
body.page-template-flexible-content .why-content h3::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: #3C85CF;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
body.page-template-flexible-content .why-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #0D2441;
  margin-bottom: 0;
  max-width: 520px;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .why-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .why-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
body.page-template-flexible-content .offices-section {
  background-color: #0D2441;
  padding: 115px 0;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .offices-section {
    padding: 40px 0;
  }
}
body.page-template-flexible-content .offices-section__inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 991px) {
  body.page-template-flexible-content .offices-section__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
}
body.page-template-flexible-content .offices-section__text {
  flex: 0 0 350px;
  max-width: 350px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  body.page-template-flexible-content .offices-section__text {
    flex: none;
    max-width: 100%;
    padding-top: 0;
  }
}
body.page-template-flexible-content .offices-section__title {
  color: #fff;
}
body.page-template-flexible-content .offices-section__description {
  font-size: 18px;
  line-height: 30px;
  font-family: Inter;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 991px) {
  body.page-template-flexible-content .offices-section__description {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .offices-section__description {
    font-size: 14px;
    line-height: 26px;
  }
}
body.page-template-flexible-content .offices-section__cards {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  body.page-template-flexible-content .offices-section__cards {
    grid-template-columns: 1fr;
  }
}
body.page-template-flexible-content .office-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: rgba(255, 255, 255, 0.13);
  overflow: hidden;
  padding: 26px;
  overflow: hidden;
  height: max-content;
}
body.page-template-flexible-content .office-card--offset {
  margin-top: 60px;
}
@media (max-width: 991px) {
  body.page-template-flexible-content .office-card--offset {
    margin-top: 0;
  }
}
body.page-template-flexible-content .office-card__image {
  width: 100%;
  aspect-ratio: 1.3333333333;
  overflow: hidden;
  height: 100%;
}
body.page-template-flexible-content .office-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.page-template-flexible-content .office-card__body {
  max-width: 280px;
}
body.page-template-flexible-content .office-card__title {
  font-size: 22px;
  margin-bottom: 8px;
  font-family: Inter;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-wrap: balance;
  margin-top: 19px;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .office-card__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .office-card__title {
    font-size: 18px;
    line-height: 26px;
  }
}
body.page-template-flexible-content .office-card__address {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 6px;
  line-height: 1.5;
}
body.page-template-flexible-content .office-card__phone, body.page-template-flexible-content .office-card__fax {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 4px;
}
body.page-template-flexible-content .office-card__phone strong, body.page-template-flexible-content .office-card__fax strong {
  color: #fff;
  font-weight: 600;
}
body.page-template-flexible-content .office-card__phone a, body.page-template-flexible-content .office-card__fax a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
body.page-template-flexible-content .office-card__phone a:hover, body.page-template-flexible-content .office-card__fax a:hover {
  color: #fff;
}
body.page-template-flexible-content .hp-perks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  scrollbar-width: thin;
  scrollbar-color: var(--main-color) var(--secondary-color);
}
@media (max-width: 990px) {
  body.page-template-flexible-content .hp-perks {
    margin-top: 0px;
  }
}
body.page-template-flexible-content .hp-perks__tabs {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
body.page-template-flexible-content .hp-perks__tabs::-webkit-scrollbar {
  height: 10px;
}
body.page-template-flexible-content .hp-perks__tabs::-webkit-scrollbar-track {
  background: var(--secondary-color-light);
}
body.page-template-flexible-content .hp-perks__tabs::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 999px;
}
body.page-template-flexible-content .hp-perks__tabs::-webkit-scrollbar-thumb:hover {
  background-color: var(--main-color-light);
}
@media (max-width: 990px) {
  body.page-template-flexible-content .hp-perks__tabs {
    padding-bottom: 20px;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
body.page-template-flexible-content .hp-perks__tab {
  text-align: left;
  border: none;
  cursor: pointer;
  transition: var(--trns);
  padding: 0px;
  background: transparent;
  position: relative;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .hp-perks__tab {
    width: 100%;
  }
}
body.page-template-flexible-content .hp-perks__tab:not(:last-of-type)::before {
  content: "";
  background-color: var(--main-color-light);
  position: absolute;
  bottom: 0px;
  left: 70px;
  height: 1px;
  width: calc(100% - 140px + 40px);
  transition: var(--trns);
  opacity: 1;
}
body.page-template-flexible-content .hp-perks__tab p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 15px 70px 15px 70px;
  position: relative;
  background: transparent;
  font-size: 22px !important;
  font-weight: 700;
  border-radius: 20px;
  transition: var(--trns);
}
@media (max-width: 990px) {
  body.page-template-flexible-content .hp-perks__tab p {
    width: 100%;
    padding: 15px;
    font-size: 16px !important;
  }
}
body.page-template-flexible-content .hp-perks__tab p::after {
  content: "";
  background-image: url(../../themes/hello-elementor-child/img/icon-small-chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 34px;
  height: 12px;
  width: 12px;
  transition: var(--trns);
  transform: translate(-50%, -50%);
  filter: var(--filter-main);
  z-index: 2;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .hp-perks__tab p::after {
    right: 14px;
  }
}
body.page-template-flexible-content .hp-perks__tab p::before {
  content: "";
  background: transparent;
  position: absolute;
  position: absolute;
  top: 50%;
  right: 10px;
  height: 40px;
  width: 40px;
  transition: var(--trns);
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .hp-perks__tab p::before {
    right: -10px;
  }
}
body.page-template-flexible-content .hp-perks__tab:hover, body.page-template-flexible-content .hp-perks__tab:focus, body.page-template-flexible-content .hp-perks__tab:focus-visible, body.page-template-flexible-content .hp-perks__tab:focus-within, body.page-template-flexible-content .hp-perks__tab:active, body.page-template-flexible-content .hp-perks__tab:target {
  background: transparent;
}
body.page-template-flexible-content .hp-perks__tab:hover::before {
  opacity: 0;
}
body.page-template-flexible-content .hp-perks__tab:hover p {
  background-color: var(--main-color);
  color: #fff;
  box-shadow: 0px 0px 0px 2px #fff;
}
body.page-template-flexible-content .hp-perks__tab:hover p::before {
  background-color: var(--accent-color);
}
body.page-template-flexible-content .hp-perks__tab:active:not(.is-active)::before {
  opacity: 0;
}
body.page-template-flexible-content .hp-perks__tab:active:not(.is-active) p::before {
  right: 0px;
  background-color: var(--accent-color-secondary);
}
body.page-template-flexible-content .hp-perks__tab:active:not(.is-active) p::after {
  right: 24px;
}
body.page-template-flexible-content .hp-perks__tab.is-active::before {
  opacity: 0;
}
body.page-template-flexible-content .hp-perks__tab.is-active p {
  background-color: var(--main-color);
  color: #fff;
}
body.page-template-flexible-content .hp-perks__tab.is-active p::before {
  background-color: var(--accent-color);
}
body.page-template-flexible-content .hp-perks__content {
  position: relative;
  padding-right: 20px;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .hp-perks__content {
    padding-right: 0px;
  }
}
body.page-template-flexible-content .hp-perks__panel {
  position: relative;
  display: none;
  padding: 20px;
  background: var(--light-color-2);
  border-radius: 30px;
  border: 1px solid var(--main-color-light);
}
@media (max-width: 990px) {
  body.page-template-flexible-content .hp-perks__panel {
    padding: 20px;
  }
}
body.page-template-flexible-content .hp-perks__panel h3 {
  font-size: 24px !important;
  margin-bottom: 20px !important;
}
body.page-template-flexible-content .hp-perks__panel > * {
  position: relative;
  z-index: 2;
}
body.page-template-flexible-content .hp-perks__panel.is-active {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
body.page-template-flexible-content .hp-perks__panel__icon {
  height: 80px;
  width: auto;
  object-fit: contain;
  filter: var(--filter-main);
}
@media (max-width: 768px) {
  body.page-template-flexible-content .hp-perks {
    grid-template-columns: 1fr;
  }
  body.page-template-flexible-content .hp-perks__tabs {
    flex-direction: row;
    overflow-x: auto;
  }
  body.page-template-flexible-content .hp-perks__tab {
    white-space: nowrap;
  }
}
body.page-template-flexible-content .site-footer {
  background: #0D2441;
  overflow: hidden;
}
body.page-template-flexible-content .site-footer h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 30px;
  font-family: Inter;
  font-weight: 600;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .site-footer h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
body.page-template-flexible-content .site-footer p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0px;
  font-family: Inter;
  font-weight: 300;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .site-footer p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
body.page-template-flexible-content .site-footer__inner {
  background-color: var(--main-color);
  border-radius: var(--border-radius);
  padding-top: var(--section-padding);
}
body.page-template-flexible-content .site-footer__top {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 3fr;
  gap: 2em;
  padding: 110px 0 80px;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .site-footer__top {
    grid-template-columns: 1fr;
    padding: 80px 0 50px;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .site-footer__top {
    padding: 60px 0 40px;
  }
}
body.page-template-flexible-content .site-footer__top .primary-button {
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .site-footer__top .primary-button {
    margin-bottom: 10px;
  }
}
body.page-template-flexible-content .site-footer__menu {
  margin-bottom: 0px !important;
  list-style: none;
  padding-left: 0;
}
body.page-template-flexible-content .site-footer__menu li {
  padding: 0px !important;
}
body.page-template-flexible-content .site-footer__menu li::before {
  display: none;
}
body.page-template-flexible-content .site-footer__menu li a {
  display: block;
  position: relative;
  left: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  padding-bottom: 5px;
  padding-top: 5px;
  transition: all 0.2s ease-in-out;
}
body.page-template-flexible-content .site-footer__menu li a:hover {
  color: #FDB913;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .site-footer__copyright {
    text-align: center;
  }
}
body.page-template-flexible-content .site-footer .footer-btn {
  font-size: 22px;
  color: #fff;
  font-family: var(--base-font);
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}
body.page-template-flexible-content .site-footer .footer-btn .site-master-phone-btn__number {
  position: relative;
  padding-left: 30px;
}
body.page-template-flexible-content .site-footer .footer-btn .site-master-phone-btn__number::before {
  content: "";
  background: url(/wp-content/uploads/2026/03/contact-icon-phone-full.svg) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: 0px;
  height: 30px;
  width: 30px;
  filter: var(--filter-white);
}
body.page-template-flexible-content .site-footer .footer-btn:hover {
  color: var(--accent-color);
}
body.page-template-flexible-content .site-footer .footer-btn:hover .site-master-phone-btn__number::before {
  filter: var(--filter-accent);
}
body.page-template-flexible-content .site-footer .site-footer__office {
  margin-bottom: 30px;
}
body.page-template-flexible-content .site-footer .site-footer__office .site-footer__office-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
body.page-template-flexible-content .site-footer .site-footer__office .site-footer__office-phone span, body.page-template-flexible-content .site-footer .site-footer__office .site-footer__office-fax span {
  font-weight: 600;
}
body.page-template-flexible-content .site-footer .site-footer__office .site-footer__office-phone a, body.page-template-flexible-content .site-footer .site-footer__office .site-footer__office-fax a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
body.page-template-flexible-content .site-footer .site-footer__office .site-footer__office-phone a:hover, body.page-template-flexible-content .site-footer .site-footer__office .site-footer__office-fax a:hover {
  color: #FDB913;
}
body.page-template-flexible-content .site-footer .site-footer__office .site-footer__office-map {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #3C85CF;
  transition: all 0.2s ease-in-out;
}
body.page-template-flexible-content .site-footer .site-footer__office .site-footer__office-map:hover {
  color: #FDB913;
}
body.page-template-flexible-content .site-footer__bottom {
  border-top: 1px solid #ffffff30;
  padding: 30px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .site-footer__bottom {
    flex-direction: column;
    gap: 20px;
    padding: 30px 0px 120px 0px;
  }
}
body.page-template-flexible-content .site-footer .footer-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  gap: 20px;
}
body.page-template-flexible-content .site-footer .footer-socials a {
  height: 30px;
  width: 30px;
}
body.page-template-flexible-content .site-footer .footer-socials a img {
  filter: var(--filter-white);
  transition: var(--trns);
}
body.page-template-flexible-content .site-footer .footer-socials a:hover img {
  transform: scale(0.8);
}
body.page-template-flexible-content .site-footer .footer-socials a:active img {
  transform: scale(0.7);
}
body.page-template-flexible-content .site-footer .footer-legal ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  gap: 20px;
  opacity: 0.8;
  list-style: none;
  padding: 0;
}
@media (max-width: 990px) {
  body.page-template-flexible-content .site-footer .footer-legal ul {
    flex-direction: column;
    gap: 10px;
  }
}
body.page-template-flexible-content .site-footer .footer-legal ul a {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
  font-family: Inter;
  font-weight: 300;
}
body.page-template-flexible-content .site-footer .footer-legal ul a:hover {
  color: #FDB913;
  opacity: 1;
}
@media (max-width: 1260px) {
  body.page-template-flexible-content section h2 {
    font-size: 40px;
  }
  body.page-template-flexible-content .hp-hero {
    padding: 184px 0 0;
  }
  body.page-template-flexible-content .hp-hero h2 {
    font-size: 48px;
    line-height: 60px;
  }
  body.page-template-flexible-content .simple-text-section {
    padding: 75px 0 0;
  }
  body.page-template-flexible-content .simple-text-section.--simple {
    padding: 85px 0;
  }
  body.page-template-flexible-content .hp-help {
    padding: 88px 0 73px;
  }
  body.page-template-flexible-content .hp-easy .image-layout {
    padding: 73px 0 88px;
  }
  body.page-template-flexible-content .attorneys-section {
    padding: 51px 0 64px;
  }
  body.page-template-flexible-content .attorneys-section__title {
    font-size: 32px;
  }
  body.page-template-flexible-content .attorneys-body {
    grid-template-columns: 450px 1fr;
  }
  body.page-template-flexible-content .attorneys-main-card__title {
    font-size: 22px;
  }
  body.page-template-flexible-content .pre-footer {
    padding: 44px 0 72px;
  }
  body.page-template-flexible-content .resources-section {
    padding: 106px 0 77px;
  }
  body.page-template-flexible-content .need-help-section {
    padding: 51px 0;
  }
  body.page-template-flexible-content .need-help-section__inner {
    padding: 51px 58px;
  }
  body.page-template-flexible-content .rated-section {
    padding: 58px 0;
  }
  body.page-template-flexible-content .rated-panel {
    padding: 32px 35px 26px;
  }
  body.page-template-flexible-content .simple-bg-section {
    padding: 38px 0;
  }
  body.page-template-flexible-content .simple-bg-section__title {
    font-size: 28px;
  }
  body.page-template-flexible-content .pi-section {
    padding: 58px 0;
  }
  body.page-template-flexible-content .dw-section {
    padding: 108px 0;
  }
  body.page-template-flexible-content .dw-section__title {
    font-size: 32px;
  }
  body.page-template-flexible-content .toi-section {
    padding: 64px 0;
  }
  body.page-template-flexible-content .toi-section__title {
    font-size: 32px;
  }
  body.page-template-flexible-content .hp-recovered {
    padding: 70px 0;
  }
  body.page-template-flexible-content .why-section {
    padding: 99px 0;
  }
  body.page-template-flexible-content .offices-section {
    padding: 92px 0;
  }
  body.page-template-flexible-content .site-footer .site-footer__top {
    padding: 88px 0 64px;
  }
  body.page-template-flexible-content .why-section {
    padding: 99px 0;
  }
  body.page-template-flexible-content .why-content {
    gap: 48px;
  }
  body.page-template-flexible-content .offices-section {
    padding: 92px 0;
  }
  body.page-template-flexible-content .hp-recovered {
    padding: 70px 0;
  }
  body.page-template-flexible-content .recovered-slider .swiper-slide {
    width: 320px;
  }
  body.page-template-flexible-content .pre-footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  body.page-template-flexible-content .attorneys-body {
    grid-template-columns: 1fr;
  }
  body.page-template-flexible-content .attorneys-nav:before {
    position: absolute;
    width: 70%;
  }
  body.page-template-flexible-content .need-help-section__inner {
    padding: 48px 36px;
  }
  body.page-template-flexible-content .office-card {
    display: flex;
    flex-direction: column;
  }
  body.page-template-flexible-content .office-card__image {
    width: 100%;
    aspect-ratio: 1.7777777778;
  }
}
@media (max-width: 768px) {
  body.page-template-flexible-content .rated-section__stars svg {
    max-width: 28px;
    max-height: 28px;
  }
}
@media (max-width: 420px) {
  body.page-template-flexible-content header {
    top: -15px;
  }
}
body.page-template-flexible-content .gform_wrapper .gform_heading {
  display: none;
}