html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-optical-sizing: auto;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
* ::selection, * ::-moz-selection {
  background: rgba(168, 168, 168, 0.5490196078);
  color: #fff;
}

body {
  color: #00315f;
}

body, p {
  font-family: "Inter", sans-serif;
}

#primary {
  padding: 0;
}
#primary:has(#main > :first-child.container) {
  position: relative;
}
#primary:has(#main > :first-child.container)::before {
  content: "";
  width: 100%;
  height: 3rem;
  display: block;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Familjen Grotesk", sans-serif;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 3.125rem;
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 10.1vw;
  }
}

h2, .h2 {
  font-size: 2.8125rem;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 8.5vw;
  }
}

h3, .h3 {
  font-size: 2.3125rem;
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 7.75vw;
  }
}

h4, .h4 {
  font-size: 1.625rem;
}

h5, .h5 {
  font-size: 1.4375rem;
}

h6, .h6 {
  font-size: 1.0625rem;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 0;
    transform: scale(2.5);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
@keyframes pulse2 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.available {
  display: flex;
  align-items: center;
  width: fit-content;
}

.beacon, .available .dot {
  position: relative;
  height: 8px;
  width: 8px;
  padding: 3px;
  border-radius: 50%;
  background: #40a8fd;
  margin-right: 8px;
}
.beacon::after, .beacon::before, .available .dot::after, .available .dot::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #40a8fd;
  display: block;
}
.beacon::before, .available .dot::before {
  animation: pulse2 2s ease 0s infinite;
}
.beacon::after, .available .dot::after {
  animation: pulse 2s ease 0s infinite;
}

.secure {
  position: relative;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  font-size: 12.5px;
  font-family: "Open Sans", sans-serif;
}
.secure::before {
  height: 13px;
  width: 13px;
  background-color: currentColor;
  mask: url("../img/shield.svg") center no-repeat;
  -webkit-mask: url("../img/shield.svg") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  display: inline-block;
  margin-right: 4px;
}

.btn-text .available {
  font-size: 12.5px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
}

#masthead .header_bar {
  padding: 5px;
  line-height: 1;
  background: linear-gradient(90deg, #40a8fd 11.65%, #00315f 49.04%);
  color: #fff;
}
#masthead .header_bar a {
  color: #fff;
}
#masthead .header_bar a:hover {
  color: #edf3fb;
}
#masthead .header_bar .header-contact {
  font-size: 17px;
  font-weight: 500;
  display: flex;
  grid-column-gap: 10px;
  align-items: center;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  #masthead .header_bar {
    background: linear-gradient(90deg, #40a8fd 6.4%, #00315f 27.03%);
    padding: 4px;
    text-align: center;
  }
  #masthead .header_bar .header-contact {
    font-size: 15px;
    margin: 0 auto;
  }
}
#masthead .header-logo img {
  height: 76px;
  width: auto;
}
@media (max-width: 991px) {
  #masthead .header-logo img {
    height: 72px;
  }
}

#desktop_header {
  color: #00315f;
}
#desktop_header .container-fluid {
  padding: 8px 1rem;
  max-width: 1200px;
}
#desktop_header .container-fluid > .row {
  margin: 0 auto;
}
#desktop_header .site_branding {
  padding: 0;
}
#desktop_header .menu > li > a:hover {
  color: #40a8fd;
}
@media (min-width: 1010px) {
  #desktop_header .menu > li > a {
    font-size: 18px;
  }
}

#mobile_buttons_wrap .mobile_message {
  transition: 0.3s ease all;
}
#mobile_buttons_wrap .mobile_message a {
  color: #00315f;
}
#mobile_buttons_wrap .mobile_message:hover {
  background: #00315f;
  box-shadow: 2px 2px 0 #edf3fb;
  border-radius: 3px;
}
#mobile_buttons_wrap .mobile_message:hover a {
  color: #edf3fb;
}

.the_form_wrap .gform_wrapper .btn {
  border: none !important;
  position: relative;
  background: #40a8fd;
  color: white;
  font-size: 18px;
  width: fit-content;
  margin: 0 auto 2px !important;
  padding: 12px 1rem !important;
}
.the_form_wrap .gform_wrapper .btn::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-bottom: -1px;
  height: 16px;
  width: 17px;
  background-color: currentColor;
  mask: url("/wp-content/uploads/2025/09/arr.svg") center no-repeat;
  -webkit-mask: url("/wp-content/uploads/2025/09/arr.svg") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.the_form_wrap .gform_wrapper .btn:hover {
  background: #001f3b;
}
.the_form_wrap .gform_wrapper *::placeholder {
  color: #00315f !important;
}
.the_form_wrap .gform_wrapper .validation_message {
  padding: 10px !important;
  font-size: 13px !important;
  border-radius: 9px;
}
.the_form_wrap .gform_wrapper .ginput_container_consent {
  text-align: center;
}
.the_form_wrap .gform_wrapper .gform_footer {
  padding: 6px 0 !important;
}
.the_form_wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), .the_form_wrap .gform_wrapper textarea, .the_form_wrap .gform_wrapper select {
  box-shadow: 1px 2px 8px 0 rgba(0, 49, 95, 0.35);
  border: none;
  line-height: 1.5 !important;
}
.the_form_wrap .gform_wrapper .gform_fields {
  grid-row-gap: 8px !important;
}

#contact-overlay {
  backdrop-filter: blur(10px);
  background: rgba(0, 49, 95, 0.67);
}

.contact-form-holder {
  position: relative;
  z-index: 2;
}

.overlay_form {
  background: white;
  border: 3px solid #00315f;
  border-radius: 16px;
  color: #00315f;
  text-align: center;
  position: relative;
  padding: 4rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
  z-index: 1;
}
.overlay_form .overlay_logo_holder {
  top: -5rem;
  width: 256px;
  max-width: 90%;
  height: 5rem;
  position: absolute;
  display: flex;
  justify-content: center;
}
.overlay_form .overlay_logo_holder a {
  position: absolute;
  width: 100%;
  aspect-ratio: 179/112;
  top: 0;
  border-radius: 400% 400% 0 0;
  border: 3px solid #00315f;
  background: white;
  filter: drop-shadow(7px 2px 0 #00315f);
  clip-path: polygon(0 0, 100% 0, 108% calc(5rem + 0.5px), 0 calc(5rem + 0.5px));
}
.overlay_form .overlay_logo_holder img {
  position: absolute;
  top: 1rem;
  width: 179px;
  height: auto;
  max-width: 85%;
  padding: 0;
  pointer-events: none;
}
.overlay_form .form_copies {
  font-size: 14px;
}
.overlay_form .form_copies .row {
  justify-content: center;
  grid-column-gap: 8px;
}
.overlay_form .form_copies a {
  color: #00315f;
}
.overlay_form .form_copies a:hover {
  font-weight: 700;
}
.overlay_form .form_copies h2 {
  line-height: 0.8;
  margin: -2px auto 1rem;
}

.widget:has(.the_form_wrap) {
  padding: 0;
  background: #edf3fb;
  color: #00315f;
}
.widget:has(.the_form_wrap)::after {
  content: "";
  height: 10px;
  width: 100%;
  display: block;
  background: linear-gradient(90deg, #40a8fd 12%, #00315f 50%);
}
.widget:has(.the_form_wrap) .ginput_container_consent {
  font-size: 13px;
}

.the_form_wrap {
  text-align: center;
}
.the_form_wrap .form_top {
  padding: 10px;
}
.the_form_wrap .form_top h2 {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 0;
}
.the_form_wrap .available {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.the_form_wrap .form_info {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
.the_form_wrap .form_info a {
  font-size: 30px;
  font-weight: 700;
}
.the_form_wrap .form_info a:hover {
  text-decoration: none;
  scale: 1.05;
}
.the_form_wrap .gform_wrapper {
  padding: 0 13px 13px;
}

.widget .widget-title {
  background: #00315f;
  color: white;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
  padding: 10px 10px 20px;
  position: relative;
}
.widget .widget-title::after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  width: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(90deg, #40a8fd 12%, #00315f 50%);
}
.widget ul.menu {
  padding: 1rem;
}
.widget ul.menu li {
  padding: 0;
  margin-bottom: 8px;
}
.widget ul.menu a {
  background: white;
  display: block;
  width: 100%;
  padding: 10px 14px;
  box-shadow: 0 3px 3px 0 rgba(0, 49, 95, 0.3019607843);
}
.widget ul.menu a:hover {
  background: rgba(64, 168, 253, 0.5);
  color: #001f3b;
  font-weight: 600;
  text-decoration: none;
}

@media (min-width: 992px) {
  .sb-inner {
    position: sticky;
    top: 100px;
  }
}

.footer_form {
  position: relative;
  padding: 3rem 1rem;
  color: #fff;
  background-color: #00315f;
  overflow: hidden;
}
.footer_form .row {
  margin: 0 auto;
  max-width: 1000px;
}
.footer_form .footer_form_image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
}
.footer_form .footer_form_image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(356deg, rgba(0, 0, 0, 0) 43.38%, rgba(0, 0, 0, 0.5) 60.26%);
}
@media (max-width: 575px) {
  .footer_form .footer_form_image {
    width: 100%;
  }
  .footer_form .footer_form_image::before {
    background: rgba(0, 49, 95, 0.8);
  }
}
.footer_form .footer_polygon {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: #00315f;
  clip-path: polygon(60% 0, 40% 100%, 100% 100%, 100% 0);
}
@media (max-width: 575px) {
  .footer_form .footer_polygon {
    display: none;
  }
}

.site-footer {
  padding: 0;
  margin: 0;
  background: none;
  text-align: center;
}
.site-footer .footer_map {
  position: relative;
  height: 200px;
}
.site-footer .footer_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.site-footer .footer_map p {
  margin: 0;
  padding: 0;
}
.site-footer .footer_main {
  background: linear-gradient(272deg, #00315f 58.86%, #40a8fd 95.64%);
  padding: 2rem 1rem;
  font-size: 14px;
}
.site-footer .footer_main .row {
  max-width: 1200px;
  margin: 0 auto;
}
.site-footer .footer_main .row .col {
  margin-bottom: 1rem;
}
.site-footer .footer_main .row .footer-location {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .site-footer .footer_main .row .col {
    flex-grow: 0.5;
  }
  .site-footer .footer_main .row .areasServerd-col {
    max-width: 300px;
    flex-basis: auto;
  }
  .site-footer .footer_main .row .footer-logo {
    max-width: fit-content;
  }
}
.site-footer .footer-logo {
  margin-bottom: 1.25rem;
}
.site-footer .footer-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .site_info {
  color: white;
  background: linear-gradient(272deg, #40a8fd 11.65%, #00315f 49.04%);
  padding: 1rem;
}
.site-footer .site_info .disclaimer {
  max-width: 1100px;
  margin: 0 auto 1rem;
  font-family: "Open Sans", sans-serif;
}
.site-footer .widget_spacing {
  background: #00315f;
  background: #363636;
  background: #08223a;
  height: 5rem;
}
.site-footer .footer-location .locname,
.site-footer .footer-location .fl-location-image {
  display: none;
}
.site-footer .footer-areas {
  font-size: 14px;
}
.site-footer .social_media_list {
  padding: 0;
}
.site-footer .social_media_list .social_wrap {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .social_media_list li {
  margin-bottom: 0.5rem;
}
.site-footer .social_media_list svg {
  transition: 0.3s ease all;
}
.site-footer .social_media_list svg:hover {
  fill: #40a8fd;
  rotate: 360deg;
}
.site-footer .fh4 {
  margin-bottom: 0.75rem;
}
.site-footer .locname {
  font-size: 18px;
}

.location_block_wrap {
  background: #edf3fb;
}
.location_block_wrap iframe {
  height: 100%;
  min-height: 300px;
  border: 2px solid #00315f !important;
  box-shadow: 2px 2px 0 #00315f;
  border-radius: 14px;
}
@media (max-width: 991px) {
  .location_block_wrap iframe {
    margin: 1.5rem auto;
  }
}
.location_block_wrap .location_box {
  box-shadow: none;
}
.location_block_wrap .location_box .h3 {
  background: #00315f;
  color: #fff;
  padding: 10px;
  font-size: 2rem;
}
.location_block_wrap .location_box p {
  padding: 10px;
  margin: 0 auto;
}
.location_block_wrap .location_box:last-of-type {
  margin-bottom: 0;
}
.location_block_wrap .local_wrap {
  background: #fff;
}
.location_block_wrap .local_wrap h4 {
  background: #00315f;
  color: white;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
}
.location_block_wrap .local_wrap .local-info-row {
  padding: 1rem;
}
.location_block_wrap .local_wrap a {
  color: #00315f;
}

.quick_location_wrap {
  max-width: 700px;
  margin: 2rem auto;
}
.quick_location_wrap .info-col {
  max-width: fit-content;
}
.quick_location_wrap .info-col .ac_list {
  font-weight: 700;
}
.quick_location_wrap .info-col .att_address::before {
  height: 100%;
}
.quick_location_wrap .info-col .ql_address {
  padding-left: 40px;
  font-size: 15px;
}
.quick_location_wrap .map-col {
  max-height: 100%;
  min-height: 150px;
}
.quick_location_wrap .map-col iframe {
  height: 100%;
  border-radius: 7px;
  border: 1px solid #00315f;
  box-shadow: 3px 3px 0 #00315f;
}
.quick_location_wrap .map-col p {
  margin: 0 auto;
}
@media (max-width: 479px) {
  .quick_location_wrap {
    background: #edf3fb;
    padding: 10px;
  }
  .quick_location_wrap h2 {
    text-align: center;
  }
  .quick_location_wrap .col {
    flex-basis: auto;
    margin: auto;
  }
}

.blog_wrap .box-col {
  margin-bottom: 1.5rem;
}
.blog_wrap .blog_box {
  background: #edf3fb;
  margin: 0 auto;
  height: 100%;
  border: 1px solid #00315f;
  color: #00315f;
  position: relative;
}
.blog_wrap .blog_box .blog_box_copy {
  padding: 1.25rem;
  margin-bottom: 25px;
}
.blog_wrap .blog_box .blog_box_copy p {
  font-size: 15px;
}
.blog_wrap .blog_box .blogLink {
  display: block;
  margin-left: auto;
  color: #00315f;
  font-weight: 600;
  width: fit-content;
  position: absolute;
  bottom: 25px;
  right: 1.25rem;
}
.blog_wrap .blog_box .blogLink svg {
  display: inline-block;
  width: 17px;
  height: auto;
  transition: 0.3s ease all;
}
.blog_wrap .blog_box .blogLink svg path {
  fill: #40a8fd;
}
.blog_wrap .blog_box .blogLink:hover {
  text-decoration: none;
}
.blog_wrap .blog_box .blogLink:hover svg {
  margin-left: 0.3rem;
  scale: 1.1;
}

.cta_hero {
  overflow: hidden;
}
.cta_hero .overlay_form {
  margin: 1rem auto;
  border: none;
  border-radius: none;
  padding: 0;
  background: 0;
  width: 400px;
  max-width: 100%;
  color: white;
}
.cta_hero .hero_overlay {
  background: #00315f;
  opacity: 90%;
}
.cta_hero .hero_overlay::before, .cta_hero .hero_overlay::after {
  content: "";
  position: absolute;
  bottom: -322px;
  aspect-ratio: 590/644;
  width: 590px;
  opacity: 0.6;
  background: radial-gradient(50% 50% at 50% 50%, #40A8FD 0%, rgba(64, 168, 253, 0) 100%);
}
.cta_hero .hero_overlay::before {
  left: 0;
  transform: translatex(-50%);
}
.cta_hero .hero_overlay::after {
  right: 0;
  transform: translatex(50%);
}
.cta_hero .cta_copy_wrap {
  display: flex;
  flex-direction: column;
}
.cta_hero .cta_copy_wrap .btn-text {
  margin-top: 1rem;
}
.cta_hero .cta_copy_wrap .subcopy {
  font-size: 15px;
}
.cta_hero.standard_hero:not(:has(.xtra-col)) {
  text-align: center;
}
.cta_hero.standard_hero:not(:has(.xtra-col)) .row {
  justify-content: center;
}
.cta_hero.standard_hero:not(:has(.xtra-col)) .cta_copy_wrap {
  align-items: center;
}
@media (min-width: 992px) {
  .cta_hero.standard_hero:not(:has(.xtra-col)) .copy-col {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.cta_hero.standard_hero:has(.xtra-col) .row {
  align-items: center;
}
.cta_hero.contact-hero .hero_overlay {
  scale: -1;
}
.cta_hero.contact-hero .gform_wrapper .btn {
  min-width: 180px;
}
.cta_hero.contact-hero .btn-text {
  display: none;
}
@media (max-width: 991px) {
  .cta_hero.contact-hero .cta_copy_wrap {
    width: 400%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cta_hero .overlay_form {
  margin: 0 auto;
}
.cta_hero .the_form_wrap .gform_wrapper {
  padding: 0 13px 0 13px;
}
.cta_hero .the_form_wrap .gform_wrapper .ginput_container_consent {
  font-size: 14px;
}
.cta_hero.alternative_hero {
  background: #00315f;
}
.cta_hero.alternative_hero .container-fluid {
  max-width: 1100px;
}
.cta_hero.alternative_hero .alt_hero_bg {
  position: absolute;
  inset: 0;
}
.cta_hero.alternative_hero .alt_hero_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00315f;
  opacity: 0.4;
}
.cta_hero.alternative_hero .alt_hero_bg::after {
  content: "";
  position: absolute;
  opacity: 0.5;
  background: #40a8fd;
  inset: 0;
  clip-path: polygon(72% 0, 70% 0, 50% 100%, 52% 100%);
}
.cta_hero.alternative_hero .hero_overlay {
  clip-path: polygon(0 0, 70% 0, 50% 100%, 0 100%);
  opacity: 80%;
}
.cta_hero.alternative_hero .hero_overlay::before {
  bottom: unset;
  top: -322px;
}
.cta_hero.alternative_hero .cta_copy_wrap .subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.cta_hero.alternative_hero .cta_copy_wrap .heroh1 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta_hero.alternative_hero .cta_copy_wrap {
    padding-right: 20%;
  }
}
@media (max-width: 767px) {
  .cta_hero.alternative_hero .cta_copy_wrap {
    text-align: center;
    align-items: center;
  }
}
.cta_hero.alternative_hero.reg_alt_hero .hero_overlay {
  background: #edf3fb;
  opacity: 1;
}
.cta_hero.alternative_hero.reg_alt_hero .hero_overlay::before, .cta_hero.alternative_hero.reg_alt_hero .hero_overlay::after {
  content: none;
}
.cta_hero.alternative_hero.reg_alt_hero .cta_copy_wrap {
  color: #00315f;
}
.cta_hero.alternative_hero.reg_alt_hero .alt_hero_bg::after {
  content: none;
}
@media (min-width: 768px) {
  .cta_hero.alternative_hero.reg_alt_hero .alt_hero_bg {
    width: 30%;
    right: 0;
    left: unset;
  }
}
@media (min-width: 992px) {
  .cta_hero.alternative_hero.reg_alt_hero .alt_hero_bg {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cta_hero.alternative_hero .alt_hero_bg::after {
    clip-path: polygon(92% 0, 90% 0, 70% 100%, 72% 100%);
  }
  .cta_hero.alternative_hero .hero_overlay {
    clip-path: polygon(0 0, 90% 0, 70% 100%, 0 100%);
  }
}
@media (max-width: 767px) {
  .cta_hero.alternative_hero .alt_hero_bg {
    inset: unset;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 300px;
  }
  .cta_hero.alternative_hero .alt_hero_bg::after {
    content: none;
  }
  .cta_hero.alternative_hero .xtra-col {
    min-height: 250px;
  }
  .cta_hero.alternative_hero:has(.xtra-col) .hero_overlay {
    opacity: 1;
    clip-path: polygon(0 0, 0 calc(100% - 300px), 50% calc(100% - 250px), 100% calc(100% - 300px), 100% 0%);
  }
  .cta_hero.alternative_hero:has(.xtra-col) .hero_overlay::after {
    bottom: unset;
    top: -322px;
  }
  .cta_hero.alternative_hero:not(:has(.xtra-col)) .hero_overlay {
    clip-path: none;
  }
  .cta_hero.alternative_hero:not(:has(.xtra-col)) .hero_overlay::after {
    bottom: unset;
    top: -322px;
  }
}
.cta_hero .video-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.cta_hero .video-col a {
  cursor: pointer;
}
.cta_hero .video-col svg {
  transition: 0.3s ease all;
  filter: drop-shadow(1px 1px 4px rgba(0, 31, 59, 0.2));
}
.cta_hero .video-col svg:hover {
  rotate: 240deg;
  scale: 1.1;
}
@media (min-width: 992px) {
  .cta_hero .video-col {
    padding-left: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta_hero .video-col {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .cta_hero .video-col {
    padding-top: 2rem;
  }
}

.results_wrap {
  overflow: clip;
}
.results_wrap.results_bar {
  background: #edf3fb;
  color: #00315f;
  padding: 0 !important;
  position: relative;
}
.results_wrap.results_bar .intro {
  display: none;
}
.results_wrap.results_bar .result_slide {
  padding: 0 20px;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.results_wrap.results_bar .result_slide .r-amount {
  font-size: 35px;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.3s ease all;
}
.results_wrap.results_bar .result_slide .r-cat {
  line-height: 1.2;
  white-space: nowrap;
  font-size: 16px;
}
.results_wrap.results_bar .result_slide a {
  color: currentColor;
}
.results_wrap.results_bar .result_slide a:hover {
  text-decoration: none;
}
.results_wrap.results_bar .result_slide a:hover .r-amount {
  scale: 1.15;
}
.results_wrap.results_bar .result_slide.all_results {
  fish: gravy;
}
.results_wrap.results_bar .result_slider {
  padding: 10px 0 12px;
  z-index: 1;
}
.results_wrap.results_bar .result_slider:not(.flickity-enabled) {
  display: flex;
}
.results_wrap.results_bar::before, .results_wrap.results_bar::after {
  content: "";
  position: absolute;
  bottom: -322px;
  aspect-ratio: 590/644;
  width: 590px;
  opacity: 0.6;
  background: radial-gradient(50% 50% at 50% 50%, #40A8FD 0%, rgba(64, 168, 253, 0) 100%);
}
.results_wrap.results_bar::before {
  left: 0;
  transform: translatex(-50%);
}
.results_wrap.results_bar::after {
  right: 0;
  transform: translatex(50%);
}
.results_wrap .intro {
  max-width: 760px;
  margin: 0 auto 2rem;
  text-align: center;
}
.results_wrap .results_holder {
  max-width: 1232px;
  padding: 0 1rem;
  margin: 0 auto;
}
.results_wrap .main_results_slider:not(.flickity-enabled) {
  display: flex;
  max-height: 200px;
}
.results_wrap .result-col {
  width: 100%;
  display: flex;
  padding: 10px;
  margin: 0;
}
@media (min-width: 576px) {
  .results_wrap .result-col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .results_wrap .result-col {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .results_wrap .result-col {
    width: 25%;
  }
}
.results_wrap .results_box {
  margin: 0 auto;
  width: 100%;
  height: 300px;
  border: 2px solid #00315f;
  padding: 7px 10px 10px;
  line-height: 1;
  background: #edf3fb;
  color: #00315f;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.results_wrap .results_box * {
  scrollbar-width: thin;
  scrollbar-color: #9cc3f7 transparent;
}
.results_wrap .results_box .ramount {
  font-weight: 700;
  font-size: 33px;
}
.results_wrap .results_box .rtype {
  font-size: 16px;
  margin: -4px auto 5px;
  text-transform: uppercase;
}
.results_wrap .results_box .rnames {
  font-size: 15px;
  line-height: 1.1;
  padding: 8px;
  border-radius: 4px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #c8e3fc;
  font-weight: 600;
  margin-bottom: 9px;
  font-family: "Open Sans", sans-serif;
}
.results_wrap .results_box .result_text {
  height: 140px;
  overflow-y: auto;
  padding-right: 4px;
  line-height: 1.15;
  font-size: 15px;
  margin-bottom: 9px;
}
.results_wrap .results_box .result_text p {
  font-size: 14.5px;
}
.results_wrap .results_box .result_text p:last-of-type {
  margin-bottom: 0;
}
.results_wrap .results_box .rdate {
  font-weight: 600;
  justify-self: end;
  font-size: 15px;
}
.results_wrap .rpage {
  max-width: 1232px;
  padding: 0 1rem;
}
.results_wrap .rpage .result-col {
  margin-bottom: 1.5rem;
}
.results_wrap .rpage .results_box {
  height: unset;
  transition: 0.3s ease all;
}
.results_wrap .rpage .results_box .result_text {
  height: unset;
  flex-grow: 2;
  text-align: left;
}
.results_wrap .rpage .results_box .rnames {
  transition: 0.3s ease all;
}
.results_wrap .rpage .results_box:hover {
  background: #00315f;
  color: #Fff;
}
.results_wrap .rpage .results_box:hover .rnames {
  background: #40a8fd;
}

.reg_alt_hero + .results_bar {
  background: #00315f;
  color: #fff;
}

.review_wrap .intro {
  max-width: 700px;
  margin: 0 auto;
}
.review_wrap .reviews_carousel:not(.flickity-enabled) {
  display: flex;
  height: 310px;
  overflow: hidden;
}
.review_wrap .reviews_carousel .review_box {
  min-height: 300px;
}
.review_wrap .reviews_carousel .dot {
  background: #00315f;
  width: 1rem;
  height: 1rem;
  opacity: 1;
}
.review_wrap .reviews_carousel .dot.is-selected {
  background: #40a8fd;
}
.review_wrap .review-col {
  margin: 0 auto 1.25rem;
  max-width: 100%;
  padding: 0 0.55rem;
  width: 300px;
}
.review_wrap .review_box {
  width: 100%;
  border: 1px solid #00315f;
  background: #edf3fb;
  padding: 1rem;
  text-align: left;
  position: relative;
  box-shadow: 0 0 0 #00315f;
  transition: 0.3s ease all;
}
.review_wrap .review_box * {
  scrollbar-width: thin;
  scrollbar-color: #9cc3f7 transparent;
}
.review_wrap .review_box .stars img {
  max-width: 170px;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem;
  transition: 0.3s ease all;
}
.review_wrap .review_box .the_review {
  font-size: 13.5px;
  max-height: 165px;
  overflow-y: auto;
  margin-bottom: 1rem;
  padding-right: 4px;
}
.review_wrap .review_box .the_review p:last-of-type {
  margin-bottom: 0;
}
.review_wrap .review_box .review_info {
  position: absolute;
  bottom: 1rem;
}
.review_wrap .review_box .review_name {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}
.review_wrap .review_box .review_name img {
  height: 26px;
  width: auto;
  margin-right: 10px;
}
.review_wrap .review_box .review_firm {
  font-size: small;
}
.review_wrap .review-col.is-selected .review_box,
.review_wrap .review_box:hover {
  box-shadow: 3px 3px 0 #00315f;
}
.review_wrap .review-col.is-selected .review_box .stars img,
.review_wrap .review_box:hover .stars img {
  opacity: 0.5;
  scale: 1.1;
}
.review_wrap .more-reviews .review_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 0;
}
.review_wrap .more-reviews .review_info {
  text-align: center;
  position: initial;
}
.review_wrap .more-reviews img {
  display: block;
  margin: 0 auto 0.5rem;
  width: 64px;
  height: 64px;
}
.review_wrap .more-reviews .btn {
  margin: 0.5rem auto 0;
  width: fit-content;
  max-width: 100%;
  display: block;
}
.review_wrap .more-reviews .btn:hover {
  background: #00315f;
  color: #fff;
}
.review_wrap #review_page_list .reviews_list_row {
  max-width: 1350px;
  margin: 0 auto;
  justify-content: center;
}
.review_wrap #review_page_list .review-col {
  width: 100%;
  max-width: fit-content;
  margin-bottom: 1.5rem;
  margin: 0 0 1.5rem;
}
.review_wrap #review_page_list .review_box {
  width: 300px;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.review_wrap #review_page_list .review_box .review_info {
  position: initial;
  bottom: unset;
  width: fit-content;
  max-width: 100%;
}

.personal_care {
  background: #edf3fb;
  padding: 3rem 1rem;
}
.personal_care .split_container {
  background: white;
  padding: 3rem 1.5rem 0;
  margin: 0 auto;
  max-width: 1000px;
  border-radius: 22px;
  border: 1px solid;
  box-shadow: 5px 5px 0 #00315f;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .personal_care .split_container {
    padding: 2rem 0 0;
  }
}
.personal_care .split_container::before {
  content: "";
  height: 180%;
  aspect-ratio: 1/1;
  bottom: 0;
  right: 0;
  position: absolute;
  border-radius: 1000px;
  opacity: 0.6;
  background: radial-gradient(#40a8fd, transparent 69%);
  transform: translate(50%, 50%);
}
@media (max-width: 575px) {
  .personal_care .split_container::before {
    height: 500px;
  }
}
.personal_care .content-col {
  text-align: left;
  padding-bottom: 1rem;
}
.personal_care .content-col h2 {
  font-size: 38px;
  text-align: left;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .personal_care .content-col h2 {
    white-space: nowrap;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .personal_care .content-col h2 {
    width: 100%;
    font-size: 5.65vw;
  }
}
@media (min-width: 768px) {
  .personal_care .content-col p:first-of-type {
    width: 120%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .personal_care .content-col p:first-of-type {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.personal_care .content-col h3 {
  font-size: 22px;
}
.personal_care .content-col ul {
  padding: 0;
  margin: 0;
}
.personal_care .content-col li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .personal_care .content-col li {
    flex-direction: column;
  }
}
.personal_care .content-col li div {
  position: relative;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal_care .content-col li div::before {
  content: "";
  background: #edf3fb;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: absolute;
  transition: 0.3s ease all;
}
.personal_care .content-col li div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  display: block;
}
.personal_care .content-col li div:hover::before {
  scale: 1.3;
}
@media (max-width: 915px) {
  .personal_care .content-col li {
    margin-bottom: 0.7rem;
  }
  .personal_care .content-col li div {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .personal_care * {
    text-align: center;
  }
  .personal_care h2 {
    text-align: center !important;
  }
  .personal_care ul li {
    margin-bottom: 0.5rem;
  }
}
.personal_care .img-col {
  position: relative;
}
@media (min-width: 576px) and (max-width: 767px) {
  .personal_care .img-col {
    position: absolute;
    min-height: 300px;
    bottom: 0;
    right: 1rem;
  }
}
.personal_care .img-col img {
  max-width: 100%;
  max-height: 105%;
  width: 432px;
  height: auto;
  bottom: 0;
  right: 0;
  position: absolute;
  object-fit: contain;
}
@media (min-width: 576px) and (max-width: 767px) {
  .personal_care .img-col img {
    max-width: 32%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .personal_care .img-col img {
    position: relative;
    max-height: 300px;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.practice_area_wrap {
  padding: 2rem 1rem;
  position: relative;
}
.practice_area_wrap::before {
  content: "";
  position: absolute;
  background: #edf3fb;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
}
@media (max-width: 991px) {
  .practice_area_wrap::before {
    height: 40%;
  }
}
.practice_area_wrap .container {
  max-width: 1030px;
  margin: 0 auto;
  position: relative;
}
.practice_area_wrap .intro {
  margin-bottom: 1.5rem;
}
.practice_area_wrap .intro h2 {
  text-align: inherit;
}
.practice_area_wrap .intro .btn {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .practice_area_wrap .intro {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  .practice_area_wrap .intro h2 {
    max-width: 50%;
  }
  .practice_area_wrap .intro .intro-copy {
    max-width: 50%;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .practice_area_wrap .intro h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .practice_area_wrap .intro {
    text-align: center;
    width: 550px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .practice_area_wrap .intro .btn-text {
    margin: 0 auto;
  }
}
.practice_area_wrap .pa-col {
  margin-bottom: 1rem;
}
.practice_area_wrap .pa_box {
  position: relative;
  background: #00315f;
  color: #fff;
  width: 100%;
}
.practice_area_wrap .pa_box * {
  scrollbar-width: thin;
  scrollbar-color: #40a8fd transparent;
}
.practice_area_wrap .pa_box .pa_pic {
  padding-bottom: 2rem;
}
.practice_area_wrap .pa_box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.practice_area_wrap .pa_box .pa_info {
  border-top: 6px solid #40a8fd;
  background: #00315f;
  padding: 12px;
  position: absolute;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
}
.practice_area_wrap .pa_box a {
  color: white;
  display: flex;
  flex-direction: column;
}
.practice_area_wrap .pa_box a:hover {
  text-decoration: none;
}
.practice_area_wrap .pa_box h3 {
  font-size: 30px;
  line-height: 0.9;
  font-weight: 600;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
.practice_area_wrap .pa_box .pa_desc {
  font-size: 14px;
  max-height: 0px;
  transition: 0.3s ease all;
  padding-right: 4px;
  overflow: hidden;
}
.practice_area_wrap .pa_box .pa_more {
  font-size: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-top: 6px;
  width: fit-content;
}
.practice_area_wrap .pa_box .pa_more svg {
  margin-left: 4px;
}
.practice_area_wrap .pa_box .pa_more svg path {
  fill: #40a8fd;
}
.practice_area_wrap .pa_box:hover .pa_desc {
  max-height: 160px;
  overflow-y: auto;
}

.testimony_wrap {
  position: relative;
  overflow: hidden;
  background: #edf3fb;
}
.testimony_wrap .testimony_main_h2 {
  width: 0px;
  height: 0px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.testimony_wrap .testimony_bg {
  position: absolute;
  left: 33%;
  top: 0;
  bottom: 0;
  right: 0;
  transition: background-image 0.5s ease-in-out;
}
.testimony_wrap .testimony_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(178deg, rgba(0, 0, 0, 0) 1.52%, rgba(0, 0, 0, 0.43) 80.91%);
}
.testimony_wrap .testimony_polygon {
  position: absolute;
  top: -1px;
  left: 0;
  bottom: -1px;
  right: 46%;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  background: linear-gradient(90deg, #edf3fb 62%, rgba(237, 243, 251, 0.62));
}
.testimony_wrap .container-fluid {
  max-width: 1030px;
  position: relative;
}
.testimony_wrap .content-col {
  padding: 3rem 1rem;
}
.testimony_wrap .content-col #testimony_case {
  font-size: 24px;
  margin-bottom: 1.5rem;
}
.testimony_wrap .content-col #testimony_quote {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .testimony_wrap .content-col {
    min-height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.testimony_wrap #testimony_dots {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.testimony_wrap #testimony_dots .test_dot {
  background: #00315f;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  margin-right: 8px;
  display: inline-block;
  transition: 0.3s ease all;
}
.testimony_wrap #testimony_dots .test_dot:last-of-type {
  margin-right: unset;
}
.testimony_wrap #testimony_dots .test_dot.active, .testimony_wrap #testimony_dots .test_dot:hover {
  background: #40a8fd !important;
  scale: 1.2;
}
.testimony_wrap #testimony_play {
  width: 100%;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: end;
}
.testimony_wrap #testimony_play img {
  max-width: 100%;
  width: 200px;
  height: 150px;
  filter: grayscale(1);
}
.testimony_wrap #testimony_play a.open-modal {
  color: white;
  font-weight: 600;
  font-size: 24px;
  cursor: pointer;
}
.testimony_wrap #testimony_play a.open-modal svg {
  width: 60px;
  height: 60px;
  transition: 0.3s ease all;
}
.testimony_wrap #testimony_play a.open-modal:hover svg {
  scale: 1.1;
  rotate: 360deg;
}
@media (max-width: 767px) {
  .testimony_wrap .content-col {
    background: #edf3fb;
    text-align: center;
    position: relative;
  }
  .testimony_wrap .play-col {
    padding: 0;
  }
  .testimony_wrap .play-col #testimony_play {
    aspect-ratio: 16/9;
  }
  .testimony_wrap .play-col #testimony_play::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(178deg, rgba(0, 0, 0, 0) 1.52%, rgba(0, 0, 0, 0.43) 80.91%);
  }
  .testimony_wrap .play-col #testimony_play img#testimony_mobile_pic {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .testimony_wrap .play-col #testimony_play a.open-modal {
    position: relative;
    font-size: 20px;
    padding: 0 1rem 1rem 0;
    z-index: 1;
  }
  .testimony_wrap .play-col #testimony_play a.open-modal svg {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 768px) {
  .testimony_wrap #testimony_bg {
    inset: unset;
    right: 0;
    bottom: 0;
    left: 33%;
    top: 0;
  }
  .testimony_wrap #testimony_play {
    height: 100%;
    padding: 0 1rem 2rem;
  }
  .testimony_wrap #testimony_play #testimony_mobile_pic {
    display: none;
  }
}

.award_logos {
  background: #edf3fb;
}
.award_logos .container {
  max-width: 1200px;
}
.award_logos .intro {
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
}
.award_logos .intro:empty {
  display: none;
}
.award_logos .intro h2 {
  font-size: 32px;
}
@media (min-width: 900px) {
  .award_logos .intro h2 {
    font-size: 34px;
    max-width: 50%;
  }
}
@media (min-width: 1060px) {
  .award_logos .intro h2 {
    font-size: 40px;
  }
}
.award_logos .intro .btn-text {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .award_logos .intro {
    display: flex;
    gap: 2rem;
  }
}
.award_logos .awards-carousel {
  width: calc(100% - 60px);
}
.award_logos .flickity-slider {
  display: flex;
  align-items: center;
}
.award_logos .flickity-button-icon {
  fill: #00315f;
}
.award_logos .award_cell {
  padding: 3px 7px;
}

.about_badge_images {
  position: relative;
  padding: 0 1.5rem 2rem;
}
.about_badge_images::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 156px;
  max-height: 50%;
  background: #edf3fb;
}
.about_badge_images img {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.cta_bar_wrap {
  position: relative;
  overflow: hidden;
}
.cta_bar_wrap::before, .cta_bar_wrap::after {
  content: "";
  position: absolute;
  bottom: -244px;
  width: 572px;
  height: 488px;
  opacity: 0.54;
  background: radial-gradient(50% 50% at 50% 50%, #40a8fd 0%, rgba(64, 168, 253, 0) 100%);
}
.cta_bar_wrap::before {
  left: 0;
  transform: translatex(-50%);
}
.cta_bar_wrap::after {
  right: 0;
  transform: translatex(50%);
}
.cta_bar_wrap .row {
  position: relative;
  z-index: 1;
}
.cta_bar_wrap .btn-col {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cta_bar_wrap .btn-col {
    justify-content: start;
    gap: 2rem;
  }
}
@media (min-width: 576px) {
  .cta_bar_wrap {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cta_bar_wrap {
    text-align: unset;
  }
}
@media (min-width: 992px) {
  .cta_bar_wrap .container {
    display: flex;
    gap: 3rem;
  }
  .cta_bar_wrap .top-row {
    min-width: 50%;
  }
  .cta_bar_wrap .bottom-row {
    margin-top: auto;
    margin-bottom: auto;
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .cta_bar_wrap .copy-col {
    font-size: 17px;
  }
  .cta_bar_wrap .btn {
    font-size: 20px;
    padding: 10px 1.6rem;
  }
}
@media (max-width: 575px) {
  .cta_bar_wrap h2 {
    margin-bottom: 1rem;
    font-size: 43px;
    line-height: 1;
    text-align: center;
  }
  .cta_bar_wrap .copy-col {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .cta_bar_wrap h2 {
    font-size: 33px;
  }
  .cta_bar_wrap .btn-col {
    gap: 0;
    column-gap: 0.5rem;
  }
}

.staff_wrap .team_grid .container {
  max-width: 1076px;
  padding: 0 2rem;
}
.staff_wrap .team_grid .container > .row {
  margin: 0 auto;
}
.staff_wrap .team_grid .intro {
  max-width: 750px;
  margin: 0 auto 1rem;
  text-align: center;
}
.staff_wrap .team_grid .team-col {
  margin-bottom: 1.5rem;
  padding: 1rem 1rem 0;
}
.staff_wrap .team_grid .team_box {
  position: relative;
  width: 100%;
  aspect-ratio: 480/492;
  border-bottom: 1rem solid #40a8fd;
  box-shadow: 0 0 0 white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: white;
  line-height: 1;
  transition: 0.3s ease all;
}
.staff_wrap .team_grid .team_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff_wrap .team_grid .team_box .team-link {
  position: absolute;
  inset: 0;
  text-indent: -9999px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.63) 75.74%);
}
.staff_wrap .team_grid .team_box .team_info {
  position: relative;
  margin-bottom: 1rem;
  pointer-events: none;
  padding: 0 10px;
}
.staff_wrap .team_grid .team_box .team_info h3 {
  font-size: 28px;
  transition: 0.3s ease all;
}
.staff_wrap .team_grid .team_box:hover {
  border-radius: 10px;
  overflow: hidden;
}
.staff_wrap .team_grid .team_box:hover h3 {
  scale: 1.07;
}
.staff_wrap:has(.team_slider_wrap) {
  padding: 1rem 2rem 3rem;
  position: relative;
}
.staff_wrap:has(.team_slider_wrap)::before {
  content: "";
  background: #edf3fb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 250px;
}
@media (max-width: 575px) {
  .staff_wrap:has(.team_slider_wrap) {
    padding: 1rem;
  }
}
.staff_wrap .team_slider_wrap {
  position: relative;
  margin: 0 auto;
  padding: 2rem;
  background: white;
  max-width: 1340px;
  border-radius: 22px;
  border: 3px solid #00315f;
  box-shadow: 5px 5px 0 #00315f;
  overflow: hidden;
}
.staff_wrap .team_slider_wrap::before, .staff_wrap .team_slider_wrap::after {
  content: "";
  height: 180%;
  aspect-ratio: 1/1;
  bottom: 50%;
  left: 0;
  position: absolute;
  border-radius: 1000px;
  opacity: 0.6;
  background: radial-gradient(#40a8fd, transparent 69%);
  transform: translate(-50%, 50%);
}
.staff_wrap .team_slider_wrap::after {
  left: 100%;
  transform: translate(-50%, 50%);
}
.staff_wrap .team_slider_wrap .hh {
  height: 50px;
}
@media (min-width: 768px) {
  .staff_wrap .team_slider_wrap::after {
    content: none;
  }
  .staff_wrap .team_slider_wrap .hh {
    text-indent: -9999px;
    height: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .staff_wrap .team_slider_wrap {
    padding: 1rem 2rem;
  }
  .staff_wrap .team_slider_wrap::before, .staff_wrap .team_slider_wrap::after {
    height: 125%;
    transform: translate(-50%, 0%);
  }
}
@media (max-width: 575px) {
  .staff_wrap .team_slider_wrap {
    padding: 1rem;
  }
}
.staff_wrap .team_slider {
  position: relative;
  z-index: 1;
}
.staff_wrap .staff_slider:not(.flickity-enabled) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.staff_wrap .staff_slider:not(.flickity-enabled) .staff_slide {
  min-width: 100%;
}
.staff_wrap .flickity-slider {
  display: flex;
  align-items: center;
}
.staff_wrap .staff_slide {
  width: 100%;
  display: flex;
  align-items: center;
}
.staff_wrap .staff_slide .row {
  justify-content: space-around;
}
.staff_wrap .staff_slide .img-col {
  display: flex;
  align-items: center;
}
.staff_wrap .staff_slide .img-col .staff-img {
  width: 100%;
}
.staff_wrap .staff_slide .img-col img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1000px;
  max-width: 350px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top center;
  margin: 0 auto;
}
.staff_wrap .staff_slide .content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.staff_wrap .staff_slide .content-col .h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .staff_wrap .staff_slide .content-col .h2 {
    display: none;
  }
}
.staff_wrap .staff_slide .content-col .staff-link {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 6px;
  width: fit-content;
  color: #00315f;
}
.staff_wrap .staff_slide .content-col .staff-link svg {
  margin-left: 4px;
  width: 17px;
  height: auto;
}
.staff_wrap .staff_slide .content-col .staff-link:hover {
  letter-spacing: 0.03em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .staff_wrap .staff_slide .img-col {
    margin-bottom: 1rem;
  }
  .staff_wrap .staff_slide .img-col img {
    max-width: 275px;
  }
  .staff_wrap .staff_slide .content-col {
    text-align: center;
  }
  .staff_wrap .staff_slide .content-col .h2 {
    display: none;
  }
  .staff_wrap .staff_slide .content-col .staff-link {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .staff_wrap {
    padding: 1rem;
  }
  .staff_wrap h2 {
    font-size: 9vw;
    margin-bottom: 1rem;
  }
  .staff_wrap .flickity-slider {
    align-items: start;
  }
  .staff_wrap .content-col .staff-h3 {
    font-size: 2rem;
    line-height: 1;
  }
  .staff_wrap .content-col .staff-intro {
    font-size: 14.5px;
  }
}

.toggle_wrap {
  position: relative;
}
.toggle_wrap .container {
  max-width: 1200px;
  padding: 0 2rem;
  display: flex;
}
@media (max-width: 767px) {
  .toggle_wrap .container {
    flex-direction: column;
  }
}
.toggle_wrap .intro {
  height: fit-content;
  margin-bottom: 1.5rem;
  position: sticky;
  top: 130px;
}
.toggle_wrap .intro .btn-text {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .toggle_wrap .intro {
    text-align: center;
    position: relative;
    top: unset;
  }
  .toggle_wrap .intro .btn-text {
    margin: 1rem auto auto;
  }
}
@media (min-width: 768px) {
  .toggle_wrap .intro {
    min-width: 40%;
    max-width: 40%;
  }
  .toggle_wrap .intro h2 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .toggle_wrap .toggle_holder {
    padding-left: 2rem;
  }
}
.toggle_wrap .accordion_heading {
  padding: 1rem 40px 1rem 1rem;
  background: #edf3fb;
  border: 3px solid #00315f;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #00315f;
}
.toggle_wrap .accordion_heading::after {
  background: url("/wp-content/uploads/2025/09/d_arrow.svg") center no-repeat;
  width: 23px;
  height: 28px;
  top: 13px;
  transition: 0.3s ease all;
}
.toggle_wrap .accordion_copy {
  background: #fbf8f8;
  color: #00315f;
}
.toggle_wrap .accordion_copy > div {
  padding: 1.5rem;
}
.toggle_wrap .accordion_copy ul, .toggle_wrap .accordion_copy ol {
  padding: 0 0 0 1.5rem;
  margin-bottom: 0.5rem;
}
.toggle_wrap .accordion_copy ul li, .toggle_wrap .accordion_copy ol li {
  list-style: initial;
  padding: unset;
}
.toggle_wrap .accordion_copy p:last-of-type {
  margin-bottom: 0;
}

.posts_wrap {
  background: #edf3fb;
  padding: 3rem 0;
  overflow: hidden;
}
.posts_wrap .container-fluid {
  max-width: 1350px;
}
.posts_wrap .intro {
  max-width: 750px;
  text-align: center;
  margin: 0 auto 1.5rem;
}
.posts_wrap .post-col {
  padding-bottom: 1.5rem;
  display: flex;
  min-height: 100%;
}
.posts_wrap .posts_slider {
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.posts_wrap .posts_slider:not(.flickity-enabled) {
  display: flex;
  max-height: 300px;
  overflow: clip;
}
.posts_wrap .posts_slider .previous {
  left: -40px;
}
.posts_wrap .posts_slider .next {
  right: -40px;
}
.posts_wrap .posts_slider button svg {
  fill: #00315f;
  transform: scale(1.6, 2);
}
.posts_wrap .post_box {
  border: 2px solid #00315f;
  padding: 1rem;
  background: #fff;
  color: #00315f;
  transition: 0.3s ease all;
}
.posts_wrap .post_box .post_box_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.posts_wrap .post_box a {
  color: #00315f;
}
.posts_wrap .post_box .post_title_link h3, .posts_wrap .post_box .post_title_link .h4, .posts_wrap .post_box .post_title_link .h3, .posts_wrap .post_box .post_title_link h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  height: 89px;
  margin-bottom: 0;
}
.posts_wrap .post_box .post_link {
  font-weight: 700;
  font-size: 18px;
  font-family: "Familjen Grotesk", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.posts_wrap .post_box .post_link::after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 17px;
  background-color: #40a8fd;
  mask: url("/wp-content/uploads/2025/09/arr.svg") center no-repeat;
  -webkit-mask: url("/wp-content/uploads/2025/09/arr.svg") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: 0.3s ease all;
  margin-left: 4px;
}
.posts_wrap .post_box .excerpt {
  margin-bottom: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.posts_wrap .post-col.is-selected .post_box,
.posts_wrap .post_box:hover {
  box-shadow: 4px 4px 0 #00315f;
}
.posts_wrap .post-col.is-selected .post_box .post_title_link,
.posts_wrap .post_box:hover .post_title_link {
  text-decoration: none;
}
.posts_wrap .post-col.is-selected .post_box .post_link,
.posts_wrap .post_box:hover .post_link {
  text-decoration: none;
}
.posts_wrap .post-col.is-selected .post_box .post_link::after,
.posts_wrap .post_box:hover .post_link::after {
  margin-left: 8px;
}

.news_wrap {
  padding: 3rem 0;
}
.news_wrap .container-fluid {
  max-width: 1300px;
}
.news_wrap .news_wrap_row .news-col {
  margin-bottom: 1.5rem;
}
.news_wrap .news_box {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background: #fbfbfb;
  box-shadow: 3px 3px 0 #edf3fb;
}
.news_wrap .news_box h3 {
  font-size: 28px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  line-height: 1.1;
  padding: 8px 0;
}
.news_wrap .news_box p {
  text-align: justify;
}
.news_wrap .news_box .btn {
  background: #00315f;
  border-radius: 8px;
  border: 1px solid;
}
.news_wrap .news_box .btn:hover {
  background: none;
}

.faqs_wrap {
  padding: 3rem 0;
}
.faqs_wrap .container-fluid {
  max-width: 1300px;
}

.single_team_wrap {
  position: relative;
  overflow: hidden;
}
.single_team_wrap .attorney_picture img {
  max-width: 100%;
  height: auto;
}
.single_team_wrap > .container-fluid {
  max-width: 1140px;
  padding: 4rem 1.5rem;
  margin: 0 auto;
  overflow: hidden;
}
.single_team_wrap > .container-fluid::after {
  content: "";
  clear: both;
}
@media (min-width: 768px) {
  .single_team_wrap > .container-fluid .a-col {
    float: left;
    width: 40%;
    clear: left;
  }
  .single_team_wrap > .container-fluid .b-col {
    float: right;
    width: 55%;
  }
  .single_team_wrap > .container-fluid .accordion {
    clear: left;
  }
}
@media (max-width: 767px) {
  .single_team_wrap > .container-fluid .btn-text {
    margin: 0 auto;
  }
}
.single_team_wrap .attorney_picture {
  margin: 0 auto 1.5rem;
}
.single_team_wrap .attorney_picture img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .single_team_wrap .attorney_picture {
    max-width: 400px;
  }
  .single_team_wrap .attorney_picture img {
    box-shadow: 3px 3px 0 #00315f;
  }
}
.single_team_wrap .attorney_title {
  margin-bottom: 2rem;
}
.single_team_wrap .attorney_title h1 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .single_team_wrap .attorney_title {
    text-align: center;
  }
}
.single_team_wrap .att_blue {
  width: 100vw;
  background: linear-gradient(#edf3fb 75%, transparent);
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  height: 224px;
}
.single_team_wrap .attorney_bio {
  margin-bottom: 2rem;
}
.single_team_wrap .a-box {
  padding: 1rem;
  background: #edf3fb;
  border: 2px solid #00315f;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.single_team_wrap .a-box::before {
  content: "";
  width: 74px;
  height: 63px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background: url("/wp-content/uploads/2025/09/bottom_radial.svg") bottom left no-repeat;
}
.single_team_wrap .a-box h2 {
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  font-size: 21px;
  padding: 0 30px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
  cursor: help;
}
.single_team_wrap .a-box h2::after {
  content: "";
  background: unset;
  height: 28px;
  width: 23px;
  background-color: #00315f;
  mask: url("/wp-content/uploads/2025/09/d_arrow.svg") center no-repeat;
  -webkit-mask: url("/wp-content/uploads/2025/09/d_arrow.svg") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translatey(-50%);
  transition: 0.3s ease all;
}
.single_team_wrap .a-box.open h2::after {
  transform: translatey(-50%) rotate(-180deg);
}
.single_team_wrap .a-box.open .abox_copy {
  margin-top: 1rem;
}
.single_team_wrap .a-box.attorney_contact h2::after {
  content: none;
}
.single_team_wrap .a-box .abox_copy {
  margin: 0;
  padding: 0;
  transition: 0.3s ease all;
}
.single_team_wrap .a-box .abox_copy ul, .single_team_wrap .a-box .abox_copy ol {
  margin-left: 1rem;
  padding: 0;
  font-size: 15px;
}
.single_team_wrap .a-box .abox_copy ul li, .single_team_wrap .a-box .abox_copy ol li {
  margin-left: 0.5rem;
  padding-bottom: 4px;
}
.single_team_wrap .a-box .abox_copy ul li > ul, .single_team_wrap .a-box .abox_copy ol li > ul {
  padding-top: 6px;
}
.single_team_wrap .attorney_contact::before {
  right: -2px;
  bottom: -2px;
  left: unset;
  height: 110%;
  width: 75%;
  transform: scale(-1, 1);
  background-size: contain;
}

.ac_list {
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
  margin: 0.5rem 0;
}
.ac_list a {
  color: currentColor;
}
.ac_list:first-of-type {
  margin-top: 1rem;
}
.ac_list::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 35px;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2025/09/mail.svg");
}
.ac_list.att_phone::before {
  background-image: url("/wp-content/uploads/2025/09/call_log.svg");
}
.ac_list.att_fax::before {
  background-image: url("/wp-content/uploads/2025/09/fax.svg");
}
.ac_list.att_address::before {
  background-image: url("/wp-content/uploads/2025/08/pin.svg");
  height: 35px;
}

.cpage.location_box .ac_list_holder {
  text-align: left;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 1rem;
  line-height: 1;
}
.cpage.location_box .ac_list_holder .ac_list {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  color: #00315f;
}
.cpage.location_box .ac_list_holder .ac_list::before {
  background-position: center left;
}

.local_info_wrap {
  margin-bottom: 0;
}

article h3, .entry-content h3 {
  color: #065198;
}
article .home-accordion h3, .entry-content .home-accordion h3 {
  padding-left: 10px;
  border-left: 3px solid currentColor;
}

.quick-block {
  background: #001f3b;
  box-shadow: 3px 3px 0 #065198;
}

.videos_block_wrap {
  text-align: center;
  padding: 3rem 1rem;
}
.videos_block_wrap .container-fluid .row {
  justify-content: center;
  row-gap: 1rem;
}
.videos_block_wrap .intro {
  margin: 0 auto 2rem;
}
.videos_block_wrap .video-preview-block .video-thumbnail {
  box-shadow: 3px 3px 0 #40a8fd;
  transition: 0.3s ease all;
}
.videos_block_wrap .video-preview-block .video-thumbnail:hover {
  box-shadow: 2px 2px 0 #00315f;
}
.videos_block_wrap .video-preview-block .captitle a {
  color: #00315f;
  font-weight: 500;
  font-size: 15px;
}

.process_wrap {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.process_wrap .intro {
  margin: 0 auto 2rem;
  text-align: center;
}
.process_wrap .process_holder {
  position: relative;
}
.process_wrap .process_holder::before, .process_wrap .process_holder::after {
  content: "";
  height: 150%;
  aspect-ratio: 1/1;
  bottom: 75%;
  left: 0;
  position: absolute;
  border-radius: 1000px;
  opacity: 0.45;
  background: radial-gradient(#40a8fd, transparent 69%);
  transform: translate(-55%, 50%);
  z-index: -1;
}
.process_wrap .process_holder::after {
  left: unset;
  right: 0;
  transform: translate(55%, 50%);
}
.process_wrap .process_slider::after {
  content: "flickity";
  display: none;
}
@media (min-width: 992px) {
  .process_wrap .process_slider::after {
    content: "";
  }
}
.process_wrap .process_slider:not(.flickity-enabled) {
  display: flex;
}
.process_wrap .step-col {
  text-align: center;
}
.process_wrap .step-col .step-holder {
  border-radius: 1rem;
  border: 1px solid rgba(0, 49, 95, 0.2392156863);
  background: rgba(255, 255, 255, 0.6);
  padding: 14px 10px 10px;
  transition: 0.3s ease all;
}
.process_wrap .step-col .step-holder:hover {
  background: #00315f;
  color: white;
}
.process_wrap .step-col .step-holder:hover .step-icon {
  box-shadow: 0 0 10px #001f3b;
  padding: 12px;
}
.process_wrap .step-col .step-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background: #edf3fb;
  border-radius: 1000px;
  padding: 8px;
  margin: 0 auto 1rem;
  box-shadow: 0 0 8px 10px white;
  transition: 0.3s ease all;
}
.process_wrap .step-col .step-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.process_wrap .step-col .step-icon::before {
  content: "";
  width: 100vw;
  height: 2px;
  background: #00315f;
  position: absolute;
  top: calc(50% - 1.5px);
  z-index: -1;
}
.process_wrap .step-col .step-title {
  font-size: 1.3rem;
}
.process_wrap .step-col .step-content {
  font-size: 15px;
}