html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  scrollbar-width: auto;
  scrollbar-color: #ccc #fff;
}
* ::-webkit-scrollbar {
  width: 5px;
}
* ::-webkit-scrollbar-track {
  background: #fff;
}
* ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
  border: 3px none #ccc;
}
* ::selection, * ::-moz-selection {
  background: rgba(168, 168, 168, 0.5490196078);
  color: #fff;
}

@media (max-width: 991px) {
  #masthead:has(.sticky) {
    height: 140px;
  }
}
@media (min-width: 992px) {
  #masthead:has(.sticky) {
    height: 92px;
  }
}
@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);
  }
}
.beacon {
  position: relative;
  height: 8px;
  width: 8px;
  padding: 3px;
  border-radius: 50%;
  background: #34A853;
  margin-right: 8px;
}
.beacon::after, .beacon::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #34A853;
  display: block;
}
.beacon::before {
  animation: pulse2 2s ease 0s infinite;
}
.beacon::after {
  animation: pulse 2s ease 0s infinite;
}

body {
  font-family: "League Spartan", sans-serif;
  line-height: 1.1;
}
body p {
  font-family: "League Spartan", sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6,
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
  font-family: "League Spartan", serif;
}
body h1, body .h1 {
  font-size: 2.5rem;
}
@media (max-width: 575px) {
  body h1, body .h1 {
    font-size: 12vw;
  }
}
body h2, body .h2 {
  font-size: 2.8125rem;
}
@media (max-width: 575px) {
  body h2, body .h2 {
    font-size: 10vw;
  }
}
body h3, body .h3 {
  font-size: 2.1875rem;
}
body h4, body .h4 {
  font-size: 1.5625rem;
  font-weight: 700;
}
body h5, body .h5 {
  font-size: 1.25rem;
}
body h6, body .h6 {
  font-size: 1.0625rem;
  font-weight: 700;
}

.btn {
  font-weight: 600;
  letter-spacing: 0.72px;
  line-height: 1;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
}
.btn:hover {
  background: black;
  color: #fff;
}
.btn:hover.msg::before {
  transform: translateX(4px);
}
.btn.msg::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 21px;
  margin-right: 6px;
  background: url("/wp-content/uploads/2023/06/ico-msg.svg") center no-repeat;
  background-size: contain;
  transition: 0.3s ease all;
}
.btn.more {
  font-size: 18px;
}
.btn.more::after {
  content: "";
  height: 17px;
  width: 17px;
  background-color: currentColor;
  mask: url("/wp-content/uploads/2023/06/ico-box-plus.svg") center no-repeat;
  -webkit-mask: url("/wp-content/uploads/2023/06/ico-box-plus.svg") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  margin: -3px 0 0 8px;
}
.btn.btn_alt {
  background: #242424;
  color: #fff;
  border: none;
}
.btn.btn_alt:hover {
  background: #1B75BC;
}
@media (max-width: 479px) {
  .btn::before, .btn::after {
    content: unset !important;
  }
}

body:not(.single) #primary {
  padding: 0;
}
body:not(.single) #primary > #main > div {
  float: none;
}

.dark, .blue, .coal {
  color: #fff;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6,
.dark .h1, .dark .h2, .dark .h3, .dark .h4, .dark .h5, .dark .h6, .blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6,
.blue .h1, .blue .h2, .blue .h3, .blue .h4, .blue .h5, .blue .h6, .coal h1, .coal h2, .coal h3, .coal h4, .coal h5, .coal h6,
.coal .h1, .coal .h2, .coal .h3, .coal .h4, .coal .h5, .coal .h6 {
  color: #fff;
}
.dark a, .blue a, .coal a {
  color: #fff;
}
.dark .available, .dark .secure, .blue .available, .blue .secure, .coal .available, .coal .secure {
  color: #fff;
}

.light .available, .light .secure {
  color: #242424;
}

.dark, .darkbg {
  background-color: #242424;
}

.blue {
  background-color: #1B75BC;
}

.coal {
  background-color: #353535;
}

.graybg {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(36, 36, 36, 0.231372549);
  backdrop-filter: grayscale(100%);
  mix-blend-mode: darken;
}

.cap {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.available {
  display: flex;
  align-items: center;
  width: max-content;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.secure {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  width: max-content;
  display: inline-flex;
  align-items: center;
}
.secure::before {
  content: "";
  height: 14px;
  width: 14px;
  background-color: #fff;
  mask: url("/wp-content/uploads/2023/06/ico-secure.svg") center no-repeat;
  -webkit-mask: url("/wp-content/uploads/2023/06/ico-secure.svg") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  margin: -2px 3px 0 0;
  display: inline-block;
}

.secure-btn {
  display: flex;
  width: max-content;
  flex-direction: column;
  align-items: center;
}
.secure-btn .btn {
  margin-bottom: 0.5rem;
}
.secure-btn .secure {
  font-size: 14.5px;
}

a.phone_cta {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 45px;
  font-weight: 800;
  font-size: 36px;
  text-decoration: none;
  line-height: 1;
}
a.phone_cta::before {
  content: "";
  position: absolute;
  left: 0;
  transition: 0.3s ease all;
  height: 36px;
  width: 36px;
  background-color: #5FB7FC;
  mask: url("/wp-content/uploads/2023/06/ico-phone-blue.svg") center no-repeat;
  -webkit-mask: url("/wp-content/uploads/2023/06/ico-phone-blue.svg") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
a.phone_cta:hover {
  color: #242424 !important;
}
a.phone_cta:hover::before {
  background-color: #242424;
  transform: translateY(-4px);
}

.badge-highlight p {
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.badge-highlight p::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 6px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.badge-highlight p:first-of-type::before {
  background-image: url("/wp-content/uploads/2023/06/ico-shield-check.svg");
}
.badge-highlight p:last-of-type::before {
  background-image: url("/wp-content/uploads/2023/06/ico-star-blue.svg");
}

#breadcrumbs {
  color: #a6a6a6;
  width: 100%;
  max-width: 100%;
  padding: 1rem 0;
}
#breadcrumbs a {
  color: #a6a6a6;
}
#breadcrumbs a:hover {
  text-decoration: none;
  color: #1B75BC;
}
#breadcrumbs span {
  color: #767676;
  display: inline-block !important;
}

#desktop_header .container-fluid .row {
  justify-content: space-between;
  position: relative;
}
#desktop_header .site_branding {
  padding: 0;
  width: 15%;
  max-width: 220px;
}
#desktop_header .site_branding a {
  width: 100%;
  display: block;
  position: relative;
}
#desktop_header .site_branding img {
  max-width: 100%;
  height: auto;
  margin-bottom: -20px;
  position: absolute;
  z-index: 1;
}
#desktop_header .header_cta {
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
}
#desktop_header .header_cta .phone_cta {
  color: #1B75BC;
}
@media (max-width: 1199px) {
  #desktop_header .header_cta .phone_cta {
    padding-left: unset;
  }
  #desktop_header .header_cta .phone_cta::before {
    content: unset;
  }
}
#desktop_header .desktop_header_bottom {
  justify-content: end !important;
}
#desktop_header .desktop_header_bottom .header_message {
  display: flex;
  width: 25%;
  position: relative;
}
#desktop_header .desktop_header_bottom .header_message a {
  position: absolute;
  background: #1B75BC;
  padding: 0.5rem;
  inset: 0;
  z-index: 1;
  text-align: center;
  height: max-content;
}
#desktop_header .desktop_header_bottom .header_message a:hover {
  background: #000;
}
#desktop_header .desktop_header_bottom .header_message a img {
  height: 19px;
  width: auto;
  margin-right: 5px;
}
#desktop_header .desktop_header_bottom .header_message a span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
#desktop_header .nav_holder {
  max-width: 60%;
  display: flex;
  align-items: end;
  padding: 1rem 0;
}
#desktop_header .nav_holder nav {
  padding: 0.5rem 0;
}
#desktop_header.sticky .site_branding {
  max-width: 180px;
}
#desktop_header.sticky .nav_holder {
  padding-top: 0;
}
#desktop_header.sticky .header_cta {
  padding: 0.25rem 0.5rem;
}
#desktop_header.sticky .header_message a {
  padding: 0.25rem;
}
#desktop_header.sticky .secure {
  font-size: 15px;
}
#desktop_header .menu > li > a {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: normal;
  padding: 1rem 0.55rem;
  line-height: 1;
  border-bottom: 6px solid transparent;
}
#desktop_header .menu > li > a:hover {
  border-bottom: 6px solid #1B75BC;
}
#desktop_header .menu > li:has(*:hover) > a {
  color: rgba(255, 255, 255, 0.5019607843);
}
#desktop_header .menu .sub-menu {
  border-left: 3px solid #1B75BC;
  border-top: 0px;
  border-right: 0px;
  padding: 0;
}
#desktop_header .menu .sub-menu * {
  transition: 0.2s ease-out all;
}
#desktop_header .menu .sub-menu > li {
  padding: 0;
}
#desktop_header .menu .sub-menu > li.menu-item-has-children > a {
  overflow: hidden;
  position: relative;
}
#desktop_header .menu .sub-menu > li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  rotate: 45deg;
  background: #1B75BC;
  display: block;
  top: 0;
  transform: translate(-30px, 30px);
}
#desktop_header .menu .sub-menu > li.menu-item-has-children > a:hover::before {
  background: #fff;
}
#desktop_header .menu .sub-menu a {
  line-height: 1;
  font-size: 16px;
  display: block;
  padding: 0.5rem 0.75rem;
}
#desktop_header .menu .sub-menu a:hover {
  background: #1B75BC;
  color: #fff;
  border-color: #1B75BC;
}
#desktop_header .menu .megamenu > .sub-menu {
  width: 400px;
}

#mobile_buttons_wrap {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2509803922));
  background: #1B75BC;
}
#mobile_buttons_wrap .mobile_site_branding {
  height: unset;
  background: none;
}
#mobile_buttons_wrap .mobile_site_branding img {
  max-height: 150px;
  height: auto;
  width: auto;
  max-width: 120px;
  padding: 0;
}
#mobile_buttons_wrap .hamburger {
  scale: 1.5;
}
#mobile_buttons_wrap .hamburger .hamburger__line {
  background: #fff;
}
#mobile_buttons_wrap .header_cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.2rem;
}
#mobile_buttons_wrap .header_cta .available {
  font-size: 15px;
}
#mobile_buttons_wrap .header_cta a {
  font-size: 24px;
  color: #1B75BC;
  padding-left: 28px;
}
#mobile_buttons_wrap .header_cta a::before {
  height: 24px;
  width: 24px;
}
@media (max-width: 315px) {
  #mobile_buttons_wrap .header_cta .phone_cta {
    padding-left: 0;
  }
  #mobile_buttons_wrap .header_cta .phone_cta::before {
    content: unset;
  }
}
#mobile_buttons_wrap .mobile_navigation {
  position: relative;
  border-top: 1px solid rgba(27, 117, 188, 0.5019607843);
  padding: 0;
}
#mobile_buttons_wrap .sub-menu {
  max-height: 400px;
}
#mobile_buttons_wrap .sub-menu .sub-menu {
  margin-left: 1.2rem;
}

.site-footer {
  border: 0;
}
.site-footer .site_info p, .site-footer .site_info a {
  font-size: 15px;
}
.site-footer > .row > div > .row {
  max-width: 750px;
  display: flex;
  align-items: center;
}
.site-footer > .row > div > .row .sm-inner {
  padding: 2rem;
}
.site-footer .dark > .row {
  margin-left: auto;
}
.site-footer .blue > .row {
  margin-right: auto;
}
.site-footer .blue {
  background: #124471;
}
@media (min-width: 1100px) {
  .site-footer .xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.site-footer .footer-phones {
  line-height: 1;
}
.site-footer .footer-phones span {
  display: block;
  font-size: 28px;
}
.site-footer .footer-phones a {
  display: block;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
.site-footer .footer-phones a:hover {
  text-decoration: none;
  color: #1B75BC;
}
.site-footer .footer-locations .location {
  position: relative;
  padding: 1rem 0 0.5rem 2rem;
  margin-bottom: 2rem;
}
.site-footer .footer-locations .location .little-map {
  position: absolute;
  opacity: 0.3;
  right: 0;
  top: 0;
  border-radius: 1000px;
  overflow: clip;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  transition: 0.2s ease-in all;
}
.site-footer .footer-locations .location:hover .little-map {
  width: 200px;
}
.site-footer .footer-locations .location::before {
  content: "";
  background: url("/wp-content/uploads/2023/06/ico-pin.svg") center no-repeat;
  background-size: contain;
  width: 22px;
  height: 28px;
  display: block;
  position: absolute;
  left: 0;
}
.site-footer .footer-locations .location span[itemprop=name] {
  position: relative;
  font-weight: 700;
  font-size: 20px;
}
.site-footer .footer-locations .location .address {
  position: relative;
  font-size: 18px;
}
.site-footer .footer-locations .location a {
  border-bottom: 1px solid transparent;
}
.site-footer .footer-locations .location a:hover {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.site-footer .footer-logo {
  text-align: center;
}
.site-footer .footer-logo .social_wrap a {
  padding: 3px;
}
.site-footer .footer-logo svg {
  fill: #fff;
  width: 39px;
  height: 39px;
  transition: 0.2s ease-in all;
}
.site-footer .footer-logo svg:hover {
  transform: rotate(-19deg) scale(0.8);
}
.site-footer .footer-menu .menu {
  padding: 0;
  margin: 0;
}
.site-footer .footer-menu .menu li {
  list-style: none;
  font-size: 26px;
}
.site-footer .footer-menu .menu li a {
  font-weight: 600;
}
.site-footer .footer-menu .menu li a:hover {
  text-decoration: none;
  color: #F5F5F5;
}
@media (max-width: 767px) {
  .site-footer > .row {
    margin: 0;
  }
  .site-footer > .row > .col-md-6 > .row {
    max-width: 100%;
    margin: auto;
  }
  .site-footer > .row > .col-md-6 > .row .sm-inner {
    padding: 2rem 0;
  }
  .site-footer .location {
    width: 250px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .location::before {
    left: unset !important;
  }
}

.footer_big_map {
  background: #353535;
  position: relative;
  height: 250px;
  transition: 0.3s ease-in all;
}
@media (min-width: 768px) {
  .footer_big_map {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .footer_big_map {
    height: 400px;
  }
}
.footer_big_map::before {
  content: "";
  pointer-events: none;
  inset: 0;
  position: absolute;
  background: #124471;
  opacity: 0.8;
  mix-blend-mode: soft-light;
}
.footer_big_map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.footer_big_map p:empty {
  display: none;
}

.award_logos .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
.award_logos .container-fluid > .row {
  align-items: center;
}
@media (max-width: 767px) {
  .award_logos {
    margin-top: 9.5rem;
  }
}

@media (max-width: 767px) {
  .badges-half {
    max-width: 600px;
    margin: -9.5rem auto 0;
  }
}
.badges-half img {
  max-width: 100%;
  height: auto;
  transition: 0.2s ease all;
}
.badges-half .badges-half-inner {
  padding: 4.5rem 0 2rem;
}
.badges-half .badges-half-inner > div {
  margin-bottom: 1.5rem;
}
.badges-half .badges-half-inner > div:nth-of-type(3n+2) {
  margin-top: -3rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 479px) {
  .badges-half .badges-half-inner {
    padding-bottom: 0;
  }
  .badges-half .badges-half-inner > div {
    padding: 4px;
  }
  .badges-half .badges-half-inner > div .badge {
    padding: 5px;
    box-shadow: 0 0 5px #1B75BC;
  }
}
.badges-half .badge {
  background-color: #fff;
  padding: 12px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px #1B75BC;
  height: 100%;
  width: 210px;
  max-width: 100%;
  transition: 0.3s ease all;
}
.badges-half .badge:hover {
  background: #1B75BC;
}
.badges-half .badge:hover img {
  scale: 1.3;
  border-radius: 10px;
}

.cta-half {
  text-align: center;
}
.cta-half h2, .cta-half .h2 {
  line-height: 1;
}
.cta-half .secure-btn {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cta-half {
    text-align: left;
  }
  .cta-half .secure-btn {
    margin: 1rem 0 1rem;
  }
}

.entry-content h3, .entry-content .h3, .entry-content a:not(.btn) {
  color: #1B75BC;
}

.process_wrap .container {
  max-width: 1600px;
}
.process_wrap .intro h2, .process_wrap .intro .h2 {
  text-align: center;
  font-size: 70px;
  line-height: 1;
}
.process_wrap .intro h2 .smh, .process_wrap .intro .h2 .smh {
  font-size: 22px;
  display: block;
}
.process_wrap .step-container {
  position: relative;
}
.process_wrap .step-container .step-line {
  position: absolute;
  height: 10px;
  width: 100%;
  background: #F5F5F5;
  top: calc(50% - 5px);
}
.process_wrap .step-container .process-carousel {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.process_wrap .step-container .p-cell {
  padding: 1rem 0;
  margin: 0 0 2rem 0;
  display: flex;
  align-items: stretch;
  height: 275px;
  position: relative;
}
.process_wrap .step-container .p-cell > div {
  height: 100%;
}
.process_wrap .step-container .p-cell .step-line {
  top: calc(50% - 5px);
  left: 0;
  mix-blend-mode: multiply;
}
.process_wrap .step-container .p-cell .p-count {
  padding: 0 0.3rem 0 3rem;
}
.process_wrap .step-container .p-cell .p-count span {
  color: #1B75BC;
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
  transition: 0.3s ease-in all;
  display: block;
}
.process_wrap .step-container .p-cell .p-block {
  border-radius: 4px;
  display: flex;
  position: relative;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2509803922));
}
.process_wrap .step-container .p-cell .p-content {
  font-family: "Poppins", sans-serif;
  background: #1B75BC;
  padding: 2rem 1.75rem 1rem 1.25rem;
  color: #fff;
  border-radius: 4px;
}
.process_wrap .step-container .p-cell .p-content .p-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 126%;
  margin-bottom: 0.7rem;
  letter-spacing: 0.03em;
}
.process_wrap .step-container .p-cell .p-content .p-desc {
  font-weight: 300;
  line-height: 1.4;
  font-size: 14.5px;
}
.process_wrap .step-container .p-cell .p-end {
  background: #F5F5F5;
  padding: 0.5rem;
  border-radius: 0 4px 4px 0;
}
.process_wrap .step-container .p-cell .p-end img {
  width: 12px;
  height: 20px;
}
.process_wrap .step-container .p-cell .p-circle {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2509803922));
  height: 40px;
  width: 40px;
  position: absolute;
  top: calc(50% - 20px);
  background: #F5F5F5;
  border-radius: 400px;
  right: 0;
}
.process_wrap .step-container .p-cell:first-of-type .step-line {
  border-radius: 8px 0 0 8px;
}
.process_wrap .step-container .p-cell:nth-of-type(even) {
  margin: 2rem 0 0rem;
}
.process_wrap .step-container .p-cell:nth-of-type(odd) {
  margin: -1rem 0 1rem;
}
.process_wrap .step-container .p-cell:hover .p-count span {
  color: #15598f;
}
.process_wrap .step-container .p-cell:hover .p-end img {
  animation: arrowSlide 1s ease-in-out infinite;
}
.process_wrap.dark .step-container .p-count span, .process_wrap.custom .step-container .p-count span {
  color: #fff;
}
.process_wrap.dark .step-container .p-cell:hover .p-count span, .process_wrap.custom .step-container .p-cell:hover .p-count span {
  color: #bababa;
}
@media (max-width: 575px) {
  .process_wrap .p-cell {
    height: auto !important;
    margin: 0 1rem !important;
  }
  .process_wrap .p-cell:last-of-type {
    display: none;
  }
  .process_wrap .p-cell:nth-last-of-type(2) img {
    visibility: hidden;
  }
  .process_wrap .p-block {
    flex-direction: column;
  }
  .process_wrap .p-block .p-end {
    border-radius: 0 0 4px 4px;
  }
  .process_wrap .p-count {
    padding-left: 1rem !important;
  }
  .process_wrap .p-count span {
    font-size: 50px !important;
  }
}

@keyframes arrowSlide {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
.speak_wrap > div > .row {
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch !important;
}
.speak_wrap .is_image {
  display: none;
}
.speak_wrap .is_image img {
  max-width: 100%;
  width: 500px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.speak_wrap .is_text {
  padding: 0;
}
.speak_wrap .is_text .speak-content {
  padding: 5rem 2rem;
  text-align: center;
  position: relative;
}
.speak_wrap .is_text .speak-content h2, .speak_wrap .is_text .speak-content .h2 {
  margin-bottom: 2rem;
}
.speak_wrap .is_text .speak-content h2 span, .speak_wrap .is_text .speak-content .h2 span {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-size: 24px;
  display: block;
}
.speak_wrap .is_text .speak-content img {
  max-width: 100%;
}
.speak_wrap .is_text .speak-content p:not(.badge-highlight p) {
  line-height: 1.8;
  font-size: 18px;
}
.speak_wrap .is_text .mobile-bg {
  position: absolute;
  inset: 0;
  opacity: 0.2;
}
.speak_wrap .is_text .speak-btns {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.speak_wrap .is_text .speak-btns .order-md-last {
  flex-basis: auto;
  margin: 1.5rem auto 1rem;
}
.speak_wrap .is_text .speak-btns .order-md-last .available {
  margin: 0 auto;
}
.speak_wrap .is_text .speak-btns .order-md-last .available span {
  font-size: 14px;
}
.speak_wrap .is_text .speak-btns .order-md-last .phone-link {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0.5rem auto 0;
}
.speak_wrap .is_text .speak-btns .order-md-last .phone-link::before {
  content: "";
  position: relative;
  margin-right: 6px;
  left: 0;
  display: inline-block;
  transition: 0.3s ease all;
  height: 36px;
  width: 36px;
  background-color: #5FB7FC;
  mask: url("/wp-content/uploads/2023/06/ico-phone-blue.svg") center no-repeat;
  -webkit-mask: url("/wp-content/uploads/2023/06/ico-phone-blue.svg") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.speak_wrap .is_text .speak-btns .order-md-last .phone-link a {
  font-weight: 800;
  font-size: 34px;
  letter-spacing: 0.03em;
}
.speak_wrap .is_text .speak-btns .order-md-last .phone-link a:hover {
  text-decoration: none;
  color: #5FB7FC;
}
@media (min-width: 768px) {
  .speak_wrap .is_image {
    display: block;
    margin-bottom: 3rem;
  }
  .speak_wrap .is_text {
    margin-left: -9%;
    margin-top: 3rem;
  }
  .speak_wrap .is_text .mobile-bg {
    display: none;
  }
  .speak_wrap .is_text .speak-content {
    max-width: 750px;
    margin: 0 auto;
  }
  .speak_wrap .is_text .speak-content p:not(.badge-highlight p) {
    line-height: 156%;
    margin-bottom: 1.5rem;
  }
  .speak_wrap .is_text .speak-content .badge-highlight {
    margin-bottom: 1.5rem;
  }
  .speak_wrap .is_text .speak-btns {
    flex-direction: row;
    justify-content: left;
  }
  .speak_wrap .is_text .speak-btns > div {
    width: max-content;
  }
  .speak_wrap .is_text .speak-btns .phone-link {
    margin: 0.5rem auto;
  }
  .speak_wrap .is_text .speak-btns .btn {
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .speak_wrap .is_text .speak-content {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .speak_wrap .blue-slit::before {
    display: none;
  }
}

.practice_area_wrap .practice_area_box {
  box-shadow: none;
  padding: 0;
  position: relative;
  height: 200px;
}
.practice_area_wrap .practice_area_box .pa-link {
  position: absolute;
  inset: 0;
}
.practice_area_wrap .practice_area_box .pa-link .pa-inner {
  width: 80%;
  margin: 0 1rem 0 auto;
  background: #F5F5F5;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  padding: 2rem;
  position: relative;
  transition: 0.3s ease-in all;
}
.practice_area_wrap .practice_area_box .pa-link .pa-inner img {
  position: absolute;
  bottom: 10px;
  right: 15px;
  transition: 0.3s ease-in all;
}
.practice_area_wrap .practice_area_box .pa-inner-vis {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.practice_area_wrap .practice_area_box .pa-inner-vis .pa-image {
  border-radius: 4px;
}
.practice_area_wrap .practice_area_box .pa-inner-vis .pa-title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  background: #1B75BC;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 4px;
  text-align: left;
  margin-left: -8.33%;
  transition: 0.3s ease-in all;
}
.practice_area_wrap .practice_area_box .pa-link:hover .pa-inner {
  width: 88%;
}
.practice_area_wrap .practice_area_box .pa-link:hover .pa-inner img {
  right: 5px;
}
.practice_area_wrap .practice_area_box .pa-link:hover .pa-title {
  background: #242424;
}
.practice_area_wrap div > div > div:nth-of-type(even) .pa-link .pa-title {
  background: #242424;
}
.practice_area_wrap div > div > div:nth-of-type(even) .pa-link:hover .pa-title {
  background: #1B75BC;
}

.why_wrap {
  padding: 2rem 0;
}
.why_wrap .container-fluid {
  max-width: 1150px;
  margin: 0 auto;
}
.why_wrap .why-pill-bg {
  background-image: url("/wp-content/uploads/2023/07/pillbg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 5%;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .why_wrap .why-pill-bg {
    display: none;
  }
}
.why_wrap .why-pill-bg.blue-slit {
  padding-left: 5%;
  display: none;
}
@media (min-width: 768px) {
  .why_wrap .why-pill-bg.blue-slit {
    display: block;
  }
}
.why_wrap .why-pill-bg.blue-slit::before {
  background: #242424;
  height: 270px;
}
.why_wrap .pill-container {
  max-width: 100%;
  height: 315px;
  align-items: center;
  margin: 0 auto;
  height: 200px;
  transition: 0.2s linear all;
}
@media (min-width: 480px) {
  .why_wrap .pill-container {
    height: 250px;
  }
}
@media (min-width: 576px) {
  .why_wrap .pill-container {
    height: 275px;
  }
}
@media (min-width: 992px) {
  .why_wrap .pill-container {
    height: 320px;
  }
}
.why_wrap .pill {
  border-radius: 200px;
  min-height: 65%;
  margin: 1%;
}
.why_wrap .pill:nth-of-type(even) {
  height: 90%;
}
.why_wrap .pill:nth-of-type(1) {
  align-self: start;
}
.why_wrap .pill:nth-of-type(3) {
  align-self: end;
}
.why_wrap .why-intro h2, .why_wrap .why-intro .h2 {
  font-size: 60px;
  line-height: 0.9;
  margin-bottom: 1rem;
  text-align: center;
}
.why_wrap .why-intro h2 span, .why_wrap .why-intro .h2 span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .why_wrap .why-intro h2, .why_wrap .why-intro .h2 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .why_wrap .why-intro h2, .why_wrap .why-intro .h2 {
    font-size: 72px;
  }
  .why_wrap .why-intro h2 span, .why_wrap .why-intro .h2 span {
    font-size: 25px;
  }
}
.why_wrap .why-intro p {
  font-size: 18px;
  line-height: 128%;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .why_wrap .why-intro p {
    max-width: 325px;
    margin-top: 1rem;
    line-height: 135%;
  }
}
@media (max-width: 767px) {
  .why_wrap .why-intro .btn {
    display: none;
  }
}
.why_wrap .why-reasons {
  margin: 2rem 0;
}
.why_wrap .why-reasons .reason-icon {
  width: 100%;
  height: 54px;
  background-color: #242424;
  margin-bottom: 0.75rem;
  transition: 0.3s ease-in all;
}
.why_wrap .why-reasons .reason-title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 0.5rem;
}
.why_wrap .why-reasons p {
  font-size: 22px;
}
.why_wrap .why-reasons .mobile-only {
  display: none;
  margin: 0.5rem auto;
}
@media (max-width: 575px) {
  .why_wrap .why-reasons {
    text-align: center;
    flex-direction: column;
  }
  .why_wrap .why-reasons .reason-icon {
    mask-position: center !important;
    -webkit-mask-position: center !important;
    background-color: #1B75BC;
  }
  .why_wrap .why-reasons .col {
    flex-basis: auto;
  }
  .why_wrap .why-reasons .mobile-only {
    display: block;
  }
}
.why_wrap .why-reasons .col:hover .reason-icon {
  background-color: #1B75BC;
  transform: translateY(-4px);
}

.why_wrap.members > .container-fluid {
  max-width: 100%;
  padding: 0 1rem;
  background: #242424;
  color: #fff;
}
.why_wrap.members .pill-container {
  width: 650px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .why_wrap.members {
    padding: 10rem 0 0 0;
  }
  .why_wrap.members > .container-fluid > .row {
    background: #1B75BC;
  }
  .why_wrap.members .pill-container {
    margin-top: -130px;
    margin-bottom: 1rem;
  }
  .why_wrap.members .why-title {
    background: #242424;
    text-align: center;
    padding: 1rem 0;
  }
  .why_wrap.members .why-title h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .why_wrap.members .why-title {
    display: flex;
    align-items: center;
  }
  .why_wrap.members .pill-container {
    margin: -3rem 0;
  }
  .why_wrap.members .container-fluid > .row {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.results_wrap .container-fluid {
  padding: 3rem 1rem;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.results_wrap .container-fluid::before {
  content: "";
  inset: 0;
  background: #fff;
  opacity: 0.85;
  position: absolute;
}
.results_wrap .container-fluid > .row {
  max-width: 1350px;
  align-items: center;
}
.results_wrap .results-row {
  align-items: stretch;
  max-width: 800px;
  margin: 0 auto;
}
.results_wrap .mobile-only {
  display: none;
}
.results_wrap .results-intro .h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 1rem;
}
.results_wrap .result_box {
  padding: 1px;
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  flex-direction: column;
  height: 202px;
}
.results_wrap .result_box * {
  transition: 0.3s ease-out all;
}
.results_wrap .result_box .blue {
  padding: 20px 10px 0px;
  flex-grow: 0;
}
.results_wrap .result_box .blue .r-amount {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
.results_wrap .result_box .blue .r-amount span {
  font-size: 53px;
  letter-spacing: normal;
  line-height: 0.8;
}
.results_wrap .result_box .blue .r-type {
  color: #242424;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.results_wrap .result_box .blue svg {
  height: 35px;
  width: 35px;
  margin-bottom: 8px;
  transition: none !important;
}
.results_wrap .result_box .dark {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 3;
}
.results_wrap .result_box .dark .r-desc {
  font-weight: 300;
  font-size: 14.5px;
  letter-spacing: 0.02em;
}
.results_wrap .result_box .dark .r-cat {
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 7px;
}
.results_wrap .result_box:hover .blue span {
  color: #0e3d63;
}
.results_wrap .result_box:hover .blue .r-type {
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  .results_wrap {
    padding: 0;
  }
  .results_wrap .results-intro .btn {
    display: none;
  }
  .results_wrap .mobile-only {
    display: block;
    width: 100%;
    flex-basis: auto;
    margin: 1rem auto 0;
  }
}
@media (min-width: 992px) {
  .results_wrap .container-fluid {
    margin: -5rem 0 -2rem;
    padding: 0;
  }
  .results_wrap .container-fluid > .row {
    margin: -2rem 0;
  }
  .results_wrap .results-intro {
    text-align: left;
  }
  .results_wrap .results-intro .h2 {
    font-size: 7vw;
    line-height: 0.8;
  }
}
@media (min-width: 1200px) {
  .results_wrap .results-intro .h2 {
    font-size: 84px;
  }
}

.results_page {
  margin: 4rem auto 3rem;
}
.results_page > .container-fluid {
  margin: -3rem auto 0;
  max-width: 1350px;
}
.results_page .res-col {
  flex: 0 0 100% !important;
  width: 100%;
  max-width: 850px;
  margin: auto;
}
.results_page .results-intro {
  margin-bottom: 1rem;
}
.results_page .results-intro .h2 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.results_page .result_box {
  height: 252px;
  max-height: 1000px;
  transition: 0.4s ease all;
}
.results_page .result_box button.rShow {
  position: relative;
  border: 0;
  height: 65px;
  width: 65px;
  border-radius: 400px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 5px auto -33px;
  z-index: 4;
  visibility: hidden;
  background: #fff;
  cursor: pointer;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2509803922));
}
.results_page .result_box button.rShow:hover {
  scale: 1.1;
}
.results_page .result_box button.rExit {
  background: #353535;
  padding: 13px 20px 10px;
  border-radius: 4px;
  color: #fff;
  display: none;
  border: 0;
  width: fit-content;
  margin: 0 auto 10px;
  cursor: pointer;
}
.results_page .result_box button.rExit:hover {
  background: #1B75BC;
}
.results_page .result_box .dark {
  padding-top: 43px;
}
.results_page .result_box .result_box_copy {
  background: #F5F5F5;
  text-transform: none;
  text-align: left;
  position: relative;
}
.results_page .result_box:has(.result_box_copy) button.rShow {
  visibility: visible;
}
.results_page .result_box:has(.showRcopy) {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  height: auto;
}
.results_page .result_box:has(.showRcopy) .result_box_copy {
  max-height: 400px;
  padding: 3rem 0 1rem;
}
.results_page .result_box:has(.showRcopy) .rb-copy-inner {
  margin: 0 1.2rem;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.results_page .result_box:has(.showRcopy) .dark {
  padding-top: 10px;
}
.results_page .result_box:has(.showRcopy) button.rExit {
  display: block;
}
.results_page .result_box .hideRcopy {
  max-height: 0;
  overflow: hidden;
}

.list-atts .col-12 {
  margin-bottom: 2rem;
}
.list-atts .col-12 > .row {
  justify-content: center;
  position: relative;
}
@media (min-width: 480px) {
  .list-atts .col-12:nth-of-type(even) .att-list-pic {
    order: 3;
    transform: translate(-1rem, 0);
  }
  .list-atts .col-12:nth-of-type(even) .staff_box {
    text-align: right;
  }
  .list-atts .col-12:nth-of-type(even) .staff_box .att-excerpt {
    margin-left: auto;
  }
}
.list-atts .att-list-pic {
  max-width: 216px;
}
.list-atts .att-list-pic .att-pic {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  position: relative;
}
.list-atts .att-list-pic .att-pic::before {
  content: "";
  background: #F5F5F5;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(1rem, 1rem);
  z-index: -1;
  transition: 0.3s ease-in all;
}
.list-atts .staff_box .h3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  transition: 0.3s ease-in all;
}
.list-atts .staff_box .att-excerpt {
  max-width: 350px;
  line-height: 1.5;
}
.list-atts .att-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: transparent;
  text-indent: -99999px;
}
.list-atts .col-12:has(.att-link:hover) .att-pic::before {
  background-color: #1B75BC;
  border-color: #114b79;
  transform: rotate(-7deg);
}
.list-atts .col-12:has(.att-link:hover) .h3 {
  color: #1B75BC;
}

.single_attorney_wrap .att-pic-col img {
  border-radius: 200px;
  transition: 0.45s ease-out all;
  position: sticky;
  top: 150px;
}
.single_attorney_wrap .att-pic-col img:hover {
  scale: 1.05;
  border-radius: 5px;
}
.single_attorney_wrap h3, .single_attorney_wrap .h3 {
  color: #1B75BC;
  text-transform: uppercase;
}
.single_attorney_wrap .att-title {
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 600;
}
.single_attorney_wrap .att-name {
  font-size: 3rem;
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .single_attorney_wrap .att-pic-col {
    height: 350px;
    text-align: center;
    margin-bottom: 2rem;
  }
  .single_attorney_wrap .att-pic-col img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 100%;
  }
  .single_attorney_wrap .att-title, .single_attorney_wrap .att-name {
    text-align: center;
  }
}

.local_wrap {
  margin: 1rem auto;
  padding: 1rem;
  max-width: 1000px;
  background: #fff;
  border-radius: 4px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1855));
}
.local_wrap .local-info-title {
  color: #1B75BC;
  font-size: 30px;
  line-height: 1;
}
.local_wrap .local-info-title::before {
  content: "";
  height: 30px;
  width: 30px;
  background: #1B75BC;
  border-radius: 4px;
  display: inline-block;
  margin-right: 8px;
}
.local_wrap .local-info-row {
  justify-content: space-between;
}
.local_wrap h2 {
  font-size: 2.5rem;
  width: 100%;
}
.local_wrap .h5 {
  color: #242424;
  font-weight: 600;
  display: block;
  width: 100%;
  margin: 1rem 0 0.5rem;
}
.local_wrap span {
  display: block;
}
.local_wrap .local-info-phone {
  font-weight: 600;
}
.local_wrap .loc-item p {
  margin-bottom: 0;
}

.blue-slit {
  position: relative;
}
.blue-slit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 367px;
  max-height: 100%;
  transform: translate(-50%, -50%);
  background: #1B75BC;
}

.cta_hero {
  position: relative;
}
.cta_hero::before {
  content: "";
  background: #171A21;
  opacity: 0.55;
  inset: 0;
  position: absolute;
}
.cta_hero .cta_copy_wrap .copy_wrap_inner {
  padding-left: 3rem;
}
.cta_hero .cta_copy_wrap img.heroRating {
  width: 110px;
  height: 18px;
  margin-bottom: 7px;
}
.cta_hero .cta_copy_wrap h1, .cta_hero .cta_copy_wrap .h1 {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
.cta_hero .cta_copy_wrap .subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.cta_hero .cta_copy_wrap .secure-btn {
  margin-top: 1rem;
}

@media (max-width: 991px) {
  .alternative_hero .alt-last {
    display: none;
  }
}
@media (min-width: 1200px) {
  .alternative_hero .alt-last {
    margin: -5rem 0;
  }
  .alternative_hero .alt-last::before {
    height: 237px;
  }
}
.alternative_hero .subtitle {
  letter-spacing: 2.5px !important;
}

.hero_reviews {
  padding: 0;
}
.hero_reviews .intro {
  display: none;
}
.hero_reviews #snippet-box {
  margin: 1rem auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .hero_reviews #snippet-box {
    margin: -2rem auto 0;
  }
}
.hero_reviews > .container {
  width: 100%;
  max-width: 950px;
}
.hero_reviews > .container > .row {
  align-items: flex-start;
}
.hero_reviews .reivew_box_outter {
  padding: 0 8px;
}
.hero_reviews .review_box {
  background: #EDEDED;
  border-radius: 3px;
  padding: 1rem;
  text-align: left;
}
.hero_reviews .review_box > .row {
  margin: 0 0 10px;
  align-items: center;
}
.hero_reviews .review_box .revStars {
  width: 114px;
  height: 24px;
}
.hero_reviews .review_box .revRating {
  font-weight: 600;
  line-height: 1;
  padding: 10px 7px 7px;
  margin-right: 5px;
  background: #242424;
  border-radius: 4px;
  color: #fff;
}
.hero_reviews .review_box .revContent {
  line-height: 1;
  max-height: 80px;
  margin-bottom: 1rem;
  overflow-y: auto;
}
.hero_reviews .review_box .revName {
  font-weight: 700;
}
.hero_reviews .flickity-button, .hero_reviews .flickity-page-dots {
  display: none;
}
.hero_reviews .reviews-carousel:not(.flickity-enabled) {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .hero_reviews .reviews-carousel {
    width: 100%;
  }
}

.review_archive_copy {
  max-height: 194px;
  overflow-y: auto;
}

.toggle_wrap > .container-fluid {
  max-width: 1350px;
}
.toggle_wrap h2 {
  color: #1B75BC;
  margin-bottom: 1rem;
}
.toggle_wrap .intro-copy {
  margin-bottom: 2rem;
  max-width: 600px;
}

section.widget:has(.hsForm) {
  background: none;
  padding: 0;
}

.hsForm {
  margin: 1rem;
}
.hsForm .formTop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0.5rem 0.5rem;
  border-radius: 4px 4px 0 0;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2509803922));
}
.hsForm .formTop .available {
  margin: 0 auto 0.25rem;
  font-weight: 300;
  font-size: 1rem;
}
.hsForm .formTop a {
  font-size: 32px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hsForm .formTop a::before {
  content: "";
  margin: -5px 5px 0 0;
  height: 30px;
  width: 30px;
  background-color: #5FB7FC;
  mask: url("/wp-content/uploads/2023/06/ico-phone-blue.svg") center no-repeat;
  -webkit-mask: url("/wp-content/uploads/2023/06/ico-phone-blue.svg") center no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: 0.3s ease-in all;
}
.hsForm .formTop a:hover {
  text-decoration: none;
  color: #F5F5F5;
}
.hsForm .formTop a:hover::before {
  background-color: #F5F5F5;
  scale: 1.1;
}
.hsForm .formTop.light a {
  color: #242424;
}
.hsForm .formTop.light a::before {
  background-color: #1B75BC;
}
.hsForm .gform_wrapper {
  background: #1B75BC;
  color: #fff;
  padding: 0 1rem 1rem;
  border-radius: 0 0 4px 4px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2509803922));
}
.hsForm .gform_wrapper .gform_title {
  background: #F5F5F5;
  color: #1B75BC;
  font-weight: 700;
  font-size: 37px;
  border-radius: 4px;
  margin: 0 -2.5rem 0.5rem;
  text-align: center;
  line-height: 1;
  padding: 0.5rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2509803922));
}
.hsForm .gform_wrapper .gform_description {
  text-align: center;
  font-size: 17px;
}
.hsForm .gform_wrapper input[type], .hsForm .gform_wrapper textarea {
  border-radius: 10px;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
  font-size: 17px !important;
  transition: 0.1s linear all;
}
.hsForm .gform_wrapper input[type]:focus-visible, .hsForm .gform_wrapper textarea:focus-visible {
  outline: 2px solid #114b79;
  border: 1px solid #000;
}
.hsForm .gform_wrapper input[type]:focus-visible::placeholder, .hsForm .gform_wrapper textarea:focus-visible::placeholder {
  color: #1B75BC;
}
.hsForm .gform_wrapper .gform_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0.75rem auto 0.5rem !important;
  padding: 0 !important;
}
.hsForm .gform_wrapper .secure {
  font-size: 14px;
}
.hsForm .gform_wrapper .btn:hover {
  background: #0e3d63;
}
@media (max-width: 991px) {
  .hsForm {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .hsForm .gform_title {
    margin: 0 -1.5rem 0.5rem !important;
  }
}

#contact-overlay {
  background: rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(4px);
}
#contact-overlay .close {
  background: #F5F5F5;
  padding: 1rem;
  border: 1px solid #1B75BC;
  outline: 1px solid #242424;
  border-radius: 100px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2509803922));
}
#contact-overlay .close::before, #contact-overlay .close::after {
  background-color: #242424;
  height: 19px;
  top: 7px;
  border-radius: 3px;
}
#contact-overlay .close:hover {
  rotate: -180deg;
}

.about-block h2 {
  font-weight: 800;
}
.about-block p {
  line-height: 1.5;
}
.about-block p:empty {
  display: none;
}
.about-block .secure {
  color: #242424;
}
.about-block .secure::before {
  background: #242424;
}
.about-block .blue-line {
  background: #1B75BC;
  margin: 3rem 0 1.5rem;
  height: 8px;
}
.about-block .big-pill {
  height: 100%;
  background-size: cover !important;
  border-radius: 100px;
  margin: 0 auto;
}
.about-block.our-firm .container > .row {
  justify-content: space-between;
}
.about-block.our-firm .col-md-8 {
  margin: 4rem auto;
}
@media (max-width: 767px) {
  .about-block .big-pill {
    height: 340px;
  }
  .about-block.our-firm .col-md-8 {
    margin: 2rem auto;
  }
  .about-block .secure-btn {
    margin: 0 auto;
  }
}

.vt {
  padding: 5.5rem 0 8rem;
  text-align: center;
}
.vt .intro .cap {
  font-weight: 400;
  letter-spacing: 0.08em;
}
.vt .intro .h2 {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: -5px;
}
.vt .carousel:not(.flickity-enabled) {
  display: flex;
}
.vt .dot {
  background: #F5F5F5;
}
.vt .video-thumbnail svg {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2509803922));
}
.vt .blue-slit::before {
  height: 80%;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.floating:nth-of-type(even) {
  animation-delay: 0.4s;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 9px);
  }
  100% {
    transform: translate(0, 0px);
  }
}/*# sourceMappingURL=custom.css.map */