.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: #808184;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Domine, sans-serif;
  color: #2f3033;
  font-size: 50px;
  line-height: 66px;
  font-weight: 400;
}

h2 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Domine, sans-serif;
  color: #2f3033;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-family: Domine, sans-serif;
  color: #2f3033;
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Domine, sans-serif;
  color: #2f3033;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Domine, sans-serif;
  color: #2f3033;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Domine, sans-serif;
  color: #2f3033;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}

p {
  margin-bottom: 18px;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #0ec0ca;
  text-decoration: underline;
}

a:hover {
  color: #04a6af;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #2f3033;
  font-weight: 700;
}

strong {
  color: #2f3033;
  font-weight: 700;
}

blockquote {
  margin-top: 65px;
  margin-bottom: 65px;
  padding: 20px 0px 20px 33px;
  border-left: 5px solid #0ec0ca;
  font-size: 24px;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  max-width: 543px;
  margin: 28px auto 30px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.text-center {
  text-align: center;
}

.bg-neutral-100 {
  background-color: #fafafa;
}

.container-1360px {
  max-width: 1199px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container-1187px {
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container-548px {
  max-width: 548px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.paragraph-large {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 36px;
}

.button-primary {
  padding: 18px 34px;
  border-radius: 4px;
  background-color: #0ec0ca;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.button-primary:hover {
  background-color: #04a6af;
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}

.button-primary.small {
  margin-top: 40px;
  padding: 14px 26px;
  background-color: #0077a8;
  font-size: 18px;
  line-height: 20px;
}

.button-primary.small:hover {
  background-color: #19133e;
}

.button-primary.small.mobile {
  background-color: #0077a8;
}

.button-primary.small {
  padding: 22px 48px;
  font-size: 20px;
  line-height: 22px;
}

.button-primary.full-width {
  display: block;
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.22);
}

.header.mobile {
  display: none;
}

.header-logo {
  width: 242px;
}

.nav-link {
  display: inline-block;
  padding: 20px 12px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #505050;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #0ec0ca;
}

.nav-link.w--current {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 4px solid #0077a8;
  color: #505050;
  font-weight: 400;
}

.nav-menu {
  left: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer {
  padding-top: 81px;
  padding-bottom: 38px;
  border-top: 1px solid #edeef1;
  background-color: #0077a8;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.1fr 1.4fr 0.8fr 1fr;
  grid-template-columns: 1.1fr 1.4fr 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo-container {
  margin-right: 32px;
}

.footer-nav {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 20px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: none;
}

.footer-nav._2-columns {
  grid-auto-flow: column;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.footer-logo {
  width: 153px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.footer-logo:hover {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.footer-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-nav-item.address {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section {
  padding-top: 52px;
  padding-bottom: 90px;
}

.section.page-hero {
  margin-top: 101px;
  padding-top: 48px;
  padding-bottom: 80px;
}

.section.page-hero.on-contact.of-contact {
  margin-top: 131px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.page-hero.videos {
  margin-top: 0px;
}

.section.sticky-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fafafa;
}

.section.bg-neutral-100.offset.beenfits-5 {
  background-color: #0077a8;
}

.section.post-hero {
  padding-top: 48px;
  padding-bottom: 90px;
}

.section.post-hero.art-09876 {
  margin-top: 132px;
}

.section.offset {
  position: relative;
  padding-bottom: 120px;
}

.section.sticky-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fafafa;
}

.section.sticky-menu.mobile-nav {
  display: none;
}

.section.about-3.mobile-services-flip {
  display: none;
}

.section.our-services {
  background-color: #0077a8;
}

.section.quotes-4 {
  padding-bottom: 0px;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #edeef1;
}

.divider.footer {
  margin-bottom: 38px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 94px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.utility-page-wrap._404 {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fafafa;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #edeef1;
  border-radius: 0px;
  background-color: #fff;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  min-height: 56px;
  margin-bottom: 0px;
  padding-right: 18px;
  padding-left: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #808184;
  font-size: 18px;
}

.input:hover {
  border-color: #0ec0ca;
}

.input:focus {
  border-color: #0ec0ca;
  color: #2f3033;
}

.input::-webkit-input-placeholder {
  color: #808184;
}

.input:-ms-input-placeholder {
  color: #808184;
}

.input::-ms-input-placeholder {
  color: #808184;
}

.input::placeholder {
  color: #808184;
}

.input.password {
  margin-top: 20px;
  margin-bottom: 18px;
}

.input.password::-webkit-input-placeholder {
  color: #3a3d46;
}

.input.password:-ms-input-placeholder {
  color: #3a3d46;
}

.input.password::-ms-input-placeholder {
  color: #3a3d46;
}

.input.password::placeholder {
  color: #3a3d46;
}

._404-title {
  margin-bottom: 20px;
  color: #0ec0ca;
  font-size: 70px;
  line-height: 72px;
  font-weight: 700;
}

.services-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 64px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 87px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-wrapper {
  text-align: center;
}

.service-wrapper:hover {
  color: #04a6af;
}

.service-link {
  color: #fff;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.cta-banner {
  background-color: #e8f6f8;
}

.cta-banner.v2 {
  position: relative;
  overflow: hidden;
  padding-top: 88px;
  padding-bottom: 96px;
}

.cta-banner.v2.height-fix {
  background-color: #0077a8;
}

.banner-grid {
  position: relative;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.banner-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.testimonial-picture {
  width: 138px;
  height: 138px;
  border-radius: 1000px;
}

.faq-dropdown {
  margin-bottom: 24px;
  padding: 36px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #edeef1;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  cursor: pointer;
}

.faq-dropdown:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.container-567px {
  max-width: 567px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-567px.banner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.latest-posts-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.post-title-content {
  position: relative;
  max-width: 612px;
  margin-top: -172px;
  margin-bottom: 15px;
  padding: 48px 56px 56px 45px;
  background-color: #fff;
}

.post-card-content {
  color: #808184;
  text-decoration: none;
}

.post-card-content:hover {
  color: #808184;
}

.post-box {
  position: relative;
  margin-top: -60px;
  margin-right: 4%;
  margin-left: 4%;
  padding: 48px 25px 41px;
  text-align: center;
}

.post-card-category {
  font-family: Domine, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.post-card-link {
  color: #0077a8;
  line-height: 20px;
  font-weight: 500;
}

.footer-nav-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #000;
}

.footer-nav-link.address {
  color: #fff;
  line-height: 28px;
}

.footer-nav-link.address:hover {
  color: #808184;
}

.footer-icon {
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-fine-print {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-fine-print.mobile {
  display: none;
}

.footer-split-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fine-print {
  margin-bottom: 0px;
  color: #fff;
}

.fine-print-link {
  color: #fff;
  text-decoration: none;
}

.fine-print-link:hover {
  color: #000;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 128px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-media-link {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.social-media-link:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.header-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  line-height: 20px;
  font-weight: 400;
}

.header-dropdown-toggle:hover {
  color: #0ec0ca;
}

.header-dropdown-toggle.w--open {
  color: #0ec0ca;
}

.mega-menu-column {
  margin-right: 32px;
}

.dropdown-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #19133e;
  font-size: 21px;
}

.dropdown-text:hover {
  color: #0077a8;
}

.mega-menu-title {
  margin-bottom: 20px;
  font-family: Domine, sans-serif;
  color: #2f3033;
  font-size: 22px;
  font-weight: 700;
}

.dropdown-icon {
  margin-top: 1px;
  margin-left: 8px;
  font-family: 'Arrows care template', sans-serif;
  font-size: 7px;
}

.mega-menu-container {
  top: 70px;
  min-width: 450px;
  padding: 40px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #edeef1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 26, 27, 0.06);
}

.mega-menu-container.w--open {
  left: -198px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 580px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mega-menu-container.second.w--open {
  height: 265px;
  min-width: 266px;
  margin-left: 108px;
}

.mega-menu-nav {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  list-style-type: none;
}

.mega-menu-nav.services-column {
  grid-auto-flow: column;
  grid-column-gap: 32px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.mega-menu-nav.services-column {
  grid-auto-flow: column;
  grid-column-gap: 32px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.mega-menu-nav-link {
  width: 133px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #808184;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.mega-menu-nav-link:hover {
  color: #87c3ec;
}

.mega-menu-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mg-0px {
  margin: 0px;
}

.header-button-wrapper {
  margin-left: 16px;
}

.brand {
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
}

.brand:hover {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.split-content.service {
  max-width: 592px;
  margin-right: 60px;
}

.split-content.service.about {
  max-width: 515px;
}

.split-content.hero {
  max-width: 50%;
}

.split-content.banner {
  position: relative;
  z-index: 1;
  width: 549px;
  max-width: 549px;
}

.split-content.contact-us {
  max-width: 573px;
  margin-top: auto;
  margin-bottom: auto;
}

.split-content.step {
  max-width: 448px;
}

.split-content.claim-hero {
  max-width: 46%;
}

.split-content.banner {
  position: relative;
  z-index: 1;
  width: 477px;
}

.split-content.claim-hero {
  max-width: 46%;
  margin-left: 15px;
}

.split-content.contact-us {
  max-width: 573px;
  margin-top: 65px;
}

.split-content.hero {
  max-width: 50%;
  margin-left: -11px;
  padding-left: 16px;
}

.subtitle {
  margin-bottom: 16px;
  font-family: Domine, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.subtitle.post {
  display: inline-block;
  color: #808184;
  text-decoration: none;
}

.subtitle.post:hover {
  color: #0ec0ca;
}

.subtitle.whiote-0 {
  color: #000;
}

.paragraph.hero {
  max-width: 399px;
  margin-bottom: 48px;
}

.paragraph.service {
  max-width: 399px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.3em;
}

.paragraph.service.about {
  max-width: 432px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.3em;
}

.paragraph.banner {
  width: 497px;
  max-width: 521px;
  margin-bottom: 40px;
}

.paragraph.contact-us {
  max-width: 512px;
  margin-bottom: 54px;
}

.paragraph.banner {
  width: 515px;
  max-width: 550px;
  margin-bottom: 40px;
}

.paragraph.hero {
  max-width: 547px;
  margin-bottom: 48px;
}

.paragraph.hero.ppp {
  color: #000;
}

.paragraph.hero.ppp.p-2 {
  color: #fff;
}

.paragraph.hero.p-adv {
  color: #fff;
}

.paragraph.hero {
  max-width: 522px;
  margin-bottom: 48px;
}

.paragraph.hero {
  width: 544px;
  max-width: 527px;
  margin-bottom: 11px;
  font-size: 16px;
  color: #fff;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-service {
  border-radius: 4px;
}

.benefits-grid {
  margin-top: 35px;
  margin-bottom: 48px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.card {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 4px;
  background-color: #fff;
}

.card.benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 54px 42px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card.post-box {
  min-height: 370px;
}

.card.contact-us {
  padding: 58px 36px 62px;
}

.benefits-icon {
  margin-right: 20px;
}

.title.banner {
  margin-top: 0px;
  margin-bottom: 20px;
}

.title.benefits {
  margin-bottom: 8px;
  font-family: Domine, sans-serif;
  color: #2f3033;
  font-size: 20px;
  line-height: 23px;
}

.title.footer {
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-width: 0px;
  font-family: Domine, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}

.title.footer.headings {
  color: #fff;
}

.title.post-card {
  margin-top: 8px;
  font-size: 19px;
  line-height: 32px;
}

.title.contact {
  color: #2f3033;
  line-height: 20px;
  font-weight: 500;
}

.title.success {
  margin-bottom: 8px;
  font-family: Domine, sans-serif;
  color: #2f3033;
  font-size: 24px;
  line-height: 23px;
}

.title.error {
  margin-top: 0px;
  color: #ff2437;
}

.title.footer {
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-width: 0px;
  font-family: Domine, sans-serif;
  color: #2f3033;
  font-size: 20px;
  line-height: 22px;
}

.title.success {
  margin-bottom: 8px;
  font-family: Domine, sans-serif;
  color: #2f3033;
  font-size: 24px;
  line-height: 23px;
}

.title.benefits {
  margin-bottom: 8px;
  font-family: Domine, sans-serif;
  color: #2f3033;
  font-size: 20px;
  line-height: 23px;
}

.title.contact {
  color: #2f3033;
  line-height: 20px;
  font-weight: 500;
}

.title.home-process {
  margin-bottom: 0px;
  color: #fff;
}

.form-grid {
  margin-bottom: 40px;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
}

.menu-sticky-sections {
  position: relative;
}

.message-wrapper {
  margin-bottom: 32px;
}

.container-664px {
  max-width: 664px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.contact-icon {
  margin-right: 22px;
}

.post-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.vertical-bar {
  padding-right: 12px;
  padding-left: 12px;
  color: #edeef1;
}

.container-879px {
  max-width: 879px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.rich-text h2 {
  margin-top: 30px;
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-top: 30px;
  margin-bottom: 24px;
}

.rich-text h4 {
  margin-top: 30px;
  margin-bottom: 18px;
}

.rich-text ul {
  margin-top: 24px;
  margin-bottom: 6px;
  padding-left: 30px;
}

.rich-text ol {
  margin-top: 17px;
  margin-bottom: 11px;
  padding-left: 30px;
}

.rich-text h5 {
  margin-top: 30px;
  margin-bottom: 14px;
}

.rich-text h6 {
  margin-top: 30px;
}

.rich-text img {
  margin-top: 59px;
}

.rich-text li {
  margin-bottom: 14px;
}

.container-1136px {
  max-width: 1136px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.zigzag-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.zigzag-grid.steps {
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 45px;
  grid-row-gap: 120px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.partners-grid {
  margin-top: 49px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.our-commitment-wrapper {
  max-width: 520px;
  margin: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.about-us-hero-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.partners-image {
  width: 96%;
}

.post-author-link {
  font-size: 18px;
  text-decoration: none;
}

.banner-bg-element {
  position: absolute;
}

.banner-bg-element._1 {
  left: -10%;
  top: -16%;
  right: auto;
  bottom: auto;
}

.banner-bg-element._2 {
  left: auto;
  top: -14%;
  right: -35%;
  bottom: auto;
}

.banner-bg-element._3 {
  left: -18%;
  top: auto;
  right: auto;
  bottom: -24%;
}

.banner-bg-element._4 {
  left: 8%;
  top: -18%;
  right: auto;
  bottom: auto;
}

.banner-bg-element._5 {
  left: auto;
  top: auto;
  right: 12%;
  bottom: -50%;
}

.banner-bg-element._6 {
  left: auto;
  top: -29%;
  right: -12%;
  bottom: auto;
}

.banner-bg-element._7 {
  left: -11%;
  top: auto;
  right: auto;
  bottom: -9%;
}

.post-card-image-wrapper {
  overflow: hidden;
}

.error-message {
  margin-top: 30px;
  padding: 26px 20px;
  border-radius: 4px;
  background-color: #ffe9e9;
  color: #ff1616;
  line-height: 22px;
  text-align: center;
}

.offset-fix {
  position: absolute;
  left: 0%;
  top: -96px;
  right: auto;
  bottom: auto;
  height: 96px;
}

.contact-us-title {
  margin-bottom: 63px;
}

.grid-2-columns {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block {
  color: #19133e;
  font-size: 20px;
}

.text-block:hover {
  color: #0077a8;
}

.text-block-3 {
  color: #19133e;
  font-size: 20px;
}

.text-block-3:hover {
  color: #0077a8;
}

.link {
  color: #0077a8;
  font-size: 16px;
  text-decoration: none;
}

.link.w--current {
  color: #0077a8;
}

.link-2 {
  color: #0077a8;
  font-size: 16px;
  text-decoration: none;
}

.input-2 {
  min-height: 56px;
  margin-bottom: 0px;
  padding-right: 18px;
  padding-left: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #808184;
  font-size: 18px;
}

.input-2:hover {
  border-color: #0ec0ca;
}

.input-2:focus {
  border-color: #0ec0ca;
  color: #2f3033;
}

.input-2::-webkit-input-placeholder {
  color: #808184;
}

.input-2:-ms-input-placeholder {
  color: #808184;
}

.input-2::-ms-input-placeholder {
  color: #808184;
}

.input-2::placeholder {
  color: #808184;
}

.input-2.message {
  min-height: 142px;
}

.faq-dropdown-2 {
  margin-bottom: 24px;
  padding: 36px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #edeef1;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  cursor: pointer;
}

.faq-dropdown-2:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.container-1360px-2 {
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container-1360px-2.sticky-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-sticky-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  text-align: center;
}

.button-primary-2 {
  padding: 18px 34px;
  border-radius: 4px;
  background-color: #0ec0ca;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.button-primary-2:hover {
  background-color: #04a6af;
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}

.button-primary-2.large {
  padding: 22px 48px;
  font-size: 20px;
  line-height: 22px;
}

.button-primary-2.large {
  margin-top: 40px;
  padding: 22px 48px;
  background-color: #0077a8;
  font-size: 20px;
  line-height: 22px;
}

.button-primary-2.large {
  padding: 22px 48px;
  font-size: 20px;
  line-height: 22px;
}

.span-color-primary-2 {
  color: #000;
}

.span-color-primary-2.wht-solutioms {
  color: #fff;
}

.success-message-2 {
  background-color: #fff;
}

.divider-2 {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #edeef1;
}

.divider-2.mg-0px.insurance {
  margin-top: 0px;
  margin-bottom: 0px;
}

.nav-link-2 {
  display: inline-block;
  padding: 20px 12px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #2f3033;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #0ec0ca;
}

.nav-link-2.w--current {
  color: #0ec0ca;
  font-weight: 700;
}

.nav-link-2.sticky-menu {
  padding: 14px 26px;
  border-radius: 9px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #a6a7ae;
}

.nav-link-2.sticky-menu:hover {
  color: #0ec0ca;
}

.nav-link-2.sticky-menu:focus {
  border-radius: 9px;
  color: #0ec0ca;
}

.nav-link-2.sticky-menu._3 {
  margin-left: 14px;
  background-color: #8ecae6;
  color: #fff;
  font-size: 13px;
}

.nav-link-2.sticky-menu._4 {
  margin-left: 14px;
  background-color: #0077a8;
  color: #fff;
  font-size: 13px;
}

.nav-link-2.sticky-menu._5 {
  margin-left: 14px;
  background-color: #8ecae6;
  color: #fff;
  font-size: 13px;
}

.nav-link-2.sticky-menu._1 {
  background-color: #8ecae6;
  color: #fff;
  font-size: 13px;
}

.nav-link-2.sticky-menu._6 {
  margin-left: 14px;
  background-color: #0077a8;
  color: #fff;
  font-size: 13px;
}

.nav-link-2.sticky-menu._7 {
  margin-top: 14px;
  margin-left: 14px;
  background-color: #8ecae6;
  color: #fff;
  font-size: 13px;
}

.nav-link-2.sticky-menu._8 {
  margin-left: 14px;
  background-color: #0077a8;
  color: #fff;
  font-size: 13px;
}

.nav-link-2.sticky-menu._9 {
  margin-top: 10px;
  margin-left: 14px;
  background-color: #8ecae6;
  color: #fff;
  font-size: 13px;
}

.nav-link-2.sticky-menu._10 {
  margin-left: 14px;
  background-color: #0077a8;
  color: #fff;
  font-size: 13px;
}

.nav-link-2.sticky-menu._2 {
  margin-left: 14px;
  background-color: #0077a8;
  color: #fff;
  font-size: 13px;
}

.field-label-2 {
  margin-bottom: 11px;
  color: #2f3033;
  font-weight: 500;
}

.heading-4 {
  font-size: 25px;
}

.heading-6 {
  text-align: center;
}

.grid-column-left-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 440px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-wrapper {
  position: relative;
  z-index: 10;
  max-width: 1210px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-wrapper.white {
  margin-bottom: 0px;
  padding-bottom: 60px;
  background-color: #fff;
}

.grid-column-left-3 {
  position: relative;
  width: 50%;
  padding-right: 50px;
  padding-left: 20px;
}

.grid-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px none #d0d8e8;
}

.grid-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 59%;
  height: 395px;
  max-width: 340px;
  background-image: url('../images/finance-2.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.grid-4.estate {
  background-image: url('../images/esate-lu.jpg');
}

.grid-4.legacy {
  background-image: url('../images/legacy-2.jpg');
}

.grid-4.life {
  background-image: url('../images/disability.jpg');
}

.grid-4.care {
  background-image: url('../images/care-2.jpg');
}

.grid-4.needs {
  background-image: url('../images/special-needs.jpg');
}

.grid-4.national {
  background-image: url('../images/national.jpg');
}

.grid-4.portfolio {
  background-image: url('../images/portfolio.jpg');
}

.grid-4.philan {
  background-image: url('../images/charity.jpg');
}

.grid-4.premium {
  background-image: url('../images/finance-2.jpg');
}

.grid-4.assited-sale {
  background-image: url('../images/income-wealth-2.jpg');
}

.grid-4.policy-review-img {
  background-image: url('../images/poilcy-review-2.jpg');
}

.grid-4.planning-continuty {
  background-image: url('../images/planniong-2.jpg');
}

.grid-4.pre-sale {
  background-image: url('../images/income-wealth-2.jpg');
}

.grid-4.business-val {
  background-image: url('../images/poilcy-review-2.jpg');
}

.grid-4.buy-sell-img {
  background-image: url('../images/assited-sale.jpg');
}

.grid-4.exe-img {
  background-image: url('../images/portfolio.jpg');
}

.grid-4.ert-img {
  background-image: url('../images/filter.jpg');
}

.grid-4.apps4-img {
  background-image: url('../images/income-wealth-2.jpg');
}

.grid-4.img-income-1 {
  background-image: url('../images/poilcy-review-2.jpg');
}

.inner-section {
  padding-top: 60px;
}

.subtitle-2 {
  font-size: 18px;
  line-height: 1.3em;
}

.grid-3 {
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 67%;
  height: 250px;
  max-width: 350px;
  margin-top: 90px;
  background-image: url('../images/finance.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-3.estate {
  background-image: url('../images/estate-2.jpg');
}

.grid-3.legacy {
  background-image: url('../images/legacy_1.jpg');
}

.grid-3.life {
  background-image: url('../images/disabilty-2.jpg');
}

.grid-3.care {
  background-image: url('../images/care.jpg');
}

.grid-3.needs {
  background-image: url('../images/special-needs-2.jpg');
}

.grid-3.national {
  background-image: url('../images/national-2.jpg');
}

.grid-3.portfolio {
  background-image: url('../images/portfolio-2.jpg');
}

.grid-3.philan {
  background-image: url('../images/charity-2.jpg');
}

.grid-3.premium {
  background-image: url('../images/finance.jpg');
}

.grid-3.review-policy-img {
  background-image: url('../images/assited-sale-2.jpg');
}

.grid-3.plan-cont {
  background-image: url('../images/page-advisor.jpg');
}

.grid-3.pre-sale-2 {
  background-image: url('../images/assited-sale-2.jpg');
}

.grid-3.img-bus {
  background-image: url('../images/planning.jpg');
}

.grid-3.sell-img {
  background-image: url('../images/finance.jpg');
}

.grid-3.exe-img-2 {
  background-image: url('../images/policy-rfeview.jpg');
}

.grid-3.img-ert {
  background-image: url('../images/planning.jpg');
}

.grid-3.img-apps3 {
  background-image: url('../images/estate-2.jpg');
}

.grid-3.img-income-2 {
  background-image: url('../images/finance.jpg');
}

.heading-7 {
  font-size: 25px;
}

.paragraph-4 {
  font-size: 18px;
  line-height: 1.3em;
}

.paragraph-5 {
  line-height: 1.3em;
}

.header-box {
  display: block;
  width: 57%;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  text-align: center;
}

.h4-white {
  color: #fff;
}

.h4-white.no-border {
  margin-bottom: 0px;
}

.flex-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._45-percent-column {
  width: 48%;
  padding-top: 10px;
  padding-left: 40px;
}

.mini-title-white {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}

.subtitle-3 {
  font-size: 19px;
  line-height: 27.5px;
}

.mini-title {
  margin-bottom: 5px;
  color: #727f99;
  font-size: 14px;
  line-height: 23px;
}

.ceo {
  width: 79%;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.37);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 200ms ease;
  transition: transform 300ms ease, box-shadow 200ms ease, -webkit-transform 300ms ease;
}

.ceo:hover {
  box-shadow: none;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.member-image-link {
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-circle-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

.bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.button-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80px;
  height: 80px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
}

.show_skew-on_load {
  position: relative;
  z-index: 2;
}

.tooltip_hover-trigger {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.img-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.bg-color.black {
  background-color: #0d0d11;
}

.bg-color.grey {
  background-color: #121217;
}

.testimonial-wrapper-2 {
  min-height: 418px;
  margin-right: 16px;
  margin-left: 16px;
  padding-right: 32px;
  padding-bottom: 64px;
  padding-left: 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(0, #fafafa), color-stop(70%, #0077a8));
  background-image: linear-gradient(180deg, transparent 15%, #fafafa 0, #0077a8 70%);
  text-align: center;
}

.testimonial-picture-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 154px;
  height: 154px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
}

.section-3 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-3.page-hero {
  padding-top: 48px;
  padding-bottom: 80px;
}

.section-3.claim-hero {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3fdfc), color-stop(55%, #fdffff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #f3fdfc, #fdffff 55%, hsla(0, 0%, 100%, 0));
}

.section-3.claim-hero.about-page {
  height: 500px;
  margin-top: 132px;
  padding-top: 165px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0077a8), color-stop(47%, #0077a8), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #0077a8, #0077a8 47%, hsla(0, 0%, 100%, 0));
}

.section-3.claim-hero.about-page.videso.vid45 {
  padding-top: 127px;
}

.section-3.claim-hero.about-page.solutions-page._1092837 {
  padding-top: 131px;
}

.section-3.claim-hero.about-page.b-o {
  padding-top: 47px;
}

.section-3.claim-hero.about-page.families-move {
  padding-top: 148px;
}

.section-3.claim-hero.about-page.adv-serv {
  padding-top: 103px;
}

.section-3.offset {
  position: relative;
}

.section-3.home-hero {
  position: relative;
  margin-top: 101px;
  padding-top: 100px;
  padding-bottom: 182px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3fdfc), color-stop(40%, #fdffff), color-stop(72%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #f3fdfc, #fdffff 40%, hsla(0, 0%, 100%, 0) 72%);
}

.section-3.home-hero.about-us-page {
  padding-top: 139px;
}

.section-3.home-hero {
  position: relative;
  height: 500px;
  margin-top: 132px;
  padding-top: 123px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0477a8), color-stop(50%, rgba(4, 119, 168, 0.79)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #0477a8, rgba(4, 119, 168, 0.79) 50%, hsla(0, 0%, 100%, 0));
}

.about-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.member-description-2 {
  padding-top: 17px;
  padding-bottom: 16px;
  padding-left: 8%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: linear-gradient(133deg, #0077a8, #0077a8);
}

.member-description-2.members {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0077a8), to(#0077a8));
  background-image: linear-gradient(180deg, #0077a8, #0077a8);
}

.container-1360px-4 {
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.services-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 64px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 87px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.service-wrapper-2 {
  text-align: center;
}

.service-wrapper-2:hover {
  color: #04a6af;
}

.heading-8 {
  font-size: 41px;
  line-height: 48px;
}

.container-1360px-5 {
  max-width: 1340px;
  margin: auto;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.bg-hero-image-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 60%;
  height: 100%;
  background-image: url('../images/60d77cf4f380bf55a4638669_hero-image-care.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-hero-image-2.claims {
  background-image: url('../images/solutions.jpg');
}

.bg-hero-image-2.claims.about-us-9 {
  background-image: url('../images/adv.jpg');
}

.bg-hero-image-2.claims.about-us-9.about-us-11 {
  background-image: url('../images/bo.jpg');
}

.bg-hero-image-2.claims.about-us-9.about-us-11.about-us-16 {
  background-image: url('../images/FAMILY.jpg');
}

.bg-hero-image-2.claims.tax-calc {
  background-image: url('../images/calcualtor.jpg');
}

.bg-hero-image-2.claims.qt {
  background-image: url('../images/60e1f30816de16664b24e514_tax-img.jpg');
}

.bg-hero-image-2.claims.news {
  background-image: url('../images/news-2.jpg');
}

.contact-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #808184;
  text-decoration: none;
}

.contact-us-grid-2 {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-grid-2 {
  grid-column-gap: 27px;
  grid-row-gap: 48px;
}

.about-heading-6 {
  color: #fff;
}

.quotes-pages.wht {
  color: #fff;
}

.quotes-pages.wht-yu {
  color: #fff;
}

.quotes-pages.wht-art {
  color: #fff;
}

.video-pages.ltlecturews {
  color: #fff;
}

.heading-13.pvt {
  color: #fff;
}

.bold-text-15 {
  font-weight: 400;
}

.bold-text-16 {
  font-weight: 400;
}

.bold-text-17 {
  font-weight: 400;
}

.heading-22 {
  margin-bottom: 140px;
}

.heading-29 {
  font-size: 30px;
  line-height: 1.2em;
}

.body {
  font-family: 'Abcfavorit trial', sans-serif;
  color: #555;
  line-height: 1.5em;
}

.paragraph-35 {
  font-size: 17px;
}

.paragraph-36 {
  font-size: 17px;
}

.paragraph-37 {
  font-size: 17px;
}

.paragraph-45.for-buttin {
  margin-bottom: -10px;
}

.paragraph-47 {
  color: #fff;
}

.paragraph-48 {
  margin-bottom: 35px;
  color: #fff;
  font-size: 15px;
  line-height: 1.4em;
}

.heading-31 {
  color: #fff;
}

.paragraph-49 {
  color: #fff;
  font-size: 15px;
  line-height: 1.4em;
}

.heading-32 {
  color: #fff;
}

.paragraph-50 {
  color: #fff;
  font-size: 15px;
  line-height: 1.4em;
}

.heading-33 {
  color: #fff;
}

.paragraph-51 {
  color: #555;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.testimonial-slide {
  margin-right: auto;
  margin-left: auto;
}

.hero-overlay {
  display: none;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hero-overlay-2 {
  display: none;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hero-overlay-3 {
  display: none;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hero-overlay-4 {
  display: none;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.hero-overlay-5 {
  display: none;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.hero-overlay-6 {
  display: none;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.hero-overlay-7 {
  display: none;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.hero-overlay-8 {
  display: none;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.hero-overlay-9 {
  display: none;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.hero-overlay-10 {
  display: none;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.button-primary-3 {
  padding: 28px 50px;
  border-radius: 1000px;
  background-color: #ff3951;
  box-shadow: 0 8px 22px 0 rgba(255, 57, 81, 0.28);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary-3:hover {
  box-shadow: 0 15px 32px 0 rgba(255, 57, 81, 0.38);
  -webkit-transform: translate3d(0px, -6px, 0.01px);
  transform: translate3d(0px, -6px, 0.01px);
  color: #fff;
}

.list-text {
  color: #14142b;
  line-height: 1.111em;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2.list-icon {
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-right: 12px;
  border-radius: 1000px;
}

.image-2.list-icon.purple-shadow {
  box-shadow: 0 6px 24px 0 rgba(106, 53, 255, 0.18);
}

.image-2.list-icon.purple-shadow {
  box-shadow: none;
}

.home-process-slider-right-arrow {
  left: auto;
  top: auto;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  min-height: 64px;
  min-width: 64px;
  padding-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(20, 20, 43, 0.06);
  -webkit-transition: box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, background-color 350ms ease, color 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  color: #14142b;
  font-size: 25px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.home-process-slider-right-arrow:hover {
  background-color: #8ecae6;
  box-shadow: none;
  -webkit-transform: scale3d(1.1, 1.1, 1.01);
  transform: scale3d(1.1, 1.1, 1.01);
  color: #fff;
}

.container-medium-664px {
  max-width: 664px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-664px.home-process {
  text-align: center;
}

.card-3 {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.05);
}

.card-3.home-process {
  max-width: 799px;
  margin-left: auto;
  padding: 80px 64px 80px 257px;
  border-radius: 0px;
}

.card-process-features-grid-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary-4 {
  padding: 28px 50px;
  border-radius: 1000px;
  background-color: #ff3951;
  box-shadow: 0 8px 22px 0 rgba(255, 57, 81, 0.28);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary-4:hover {
  box-shadow: 0 15px 32px 0 rgba(255, 57, 81, 0.38);
  -webkit-transform: translate3d(0px, -6px, 0.01px);
  transform: translate3d(0px, -6px, 0.01px);
  color: #fff;
}

.home-process-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtitle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff3951;
  line-height: 1.111em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.subtitle-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-process-slider-mask {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-process-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.subtitle-shape {
  width: 22px;
  max-height: 2px;
  min-height: 2px;
  margin-right: 10px;
  border-radius: 1000px;
  background-color: #ff3951;
}

.subtitle-shape.hidden {
  display: none;
}

.container-default {
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-process-slider-left-arrow {
  left: 0px;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  min-height: 64px;
  min-width: 64px;
  padding-right: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(20, 20, 43, 0.06);
  -webkit-transition: box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, background-color 350ms ease, color 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  color: #14142b;
  font-size: 25px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.home-process-slider-left-arrow:hover {
  background-color: #8ecae6;
  box-shadow: 0 8px 22px 0 rgba(255, 57, 81, 0.28);
  -webkit-transform: scale3d(1.1, 1.1, 1.01);
  transform: scale3d(1.1, 1.1, 1.01);
  color: #fff;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.home-process {
  position: absolute;
  z-index: 1;
  max-width: 384px;
  border-radius: 0px;
}

.text-block-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-4.serv {
  color: #fff;
}

.heading-45 {
  margin-bottom: 40px;
  font-size: 26px;
}

.heading-46 {
  margin-bottom: 40px;
}

.heading-47 {
  margin-bottom: 40px;
}

.text-block-5 {
  font-family: 'Icons applications4life', sans-serif;
}

.text-block-6 {
  font-family: 'Icons applications4life', sans-serif;
}

.testimonial {
  margin-top: auto;
  padding: 100px 100px 60px;
  background-color: #b9c0c6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
}

.testimonial._2-2-1 {
  background-color: #f5f5f5;
}

.testimonial._2-2-1._1-2-2 {
  background-color: #b9bfc5;
}

.author-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #151c34;
  font-size: 16px;
  font-weight: 500;
}

.testimonial-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  box-shadow: 17px 88px 60px -100px rgba(79, 94, 120, 0.18), 11px 0 20px -9px rgba(79, 94, 120, 0.1);
}

.horizontal-angle {
  position: absolute;
  left: auto;
  top: 0%;
  right: -2%;
  bottom: 0%;
  z-index: 99;
  height: 101%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-quote-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #151c34;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

.testimonial-image {
  width: 100%;
  height: 100%;
  margin-right: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.horizontal-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 20px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.horizontal-fixed-height {
  min-height: 100px;
}

.testimonial-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-48 {
  color: #fff;
}

.testimonials-wrapper-t6 {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav-t6 {
  display: none;
  margin-bottom: 28px;
}

.arrow-wrapper-t6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 0 #dfdfdf;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.arrow-wrapper-t6:hover {
  box-shadow: 1px 1px 2px 0 #ddd;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.slider-t6 {
  background-color: transparent;
}

.bold-text-20 {
  color: #fff;
  font-weight: 400;
}

.bg-hero-image-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 60%;
  height: 100%;
  background-image: url('../images/hero-image.jpg');
  background-position: 30% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h-p {
  color: #fff;
  font-weight: 400;
}

.heading-49 {
  color: #fff;
  font-size: 35px;
  line-height: 1.4em;
}

.bold-text-21 {
  color: #fff;
  font-weight: 400;
}

.header-logo-2 {
  width: 242px;
  margin-right: 0px;
  margin-left: -11px;
}

.pvt2 {
  color: #fff;
}

.right-arrow-t6-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 157px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-name-t6-2 {
  margin-top: 11px;
  color: #fff;
  font-size: 15px;
  font-style: italic;
  text-align: center;
}

.mask-2 {
  height: 405px;
}

.testimonials-wrapper-2 {
  width: 90%;
  height: 454px;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 55px;
  padding-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #0477a8;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.heading-50 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-5 {
  padding-top: 40px;
  padding-bottom: 120px;
}

.quote-t6-2 {
  height: 258px;
  max-width: 700px;
  margin: -5px auto 0px;
  padding-top: 51px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
}

.quote-t6-2.t6-1-q {
  margin-top: -14px;
}

.quote-t6-2.t6-3 {
  margin-top: 36px;
}

.quote-t6-2.t6-2 {
  margin-top: 10px;
}

.left-arrow-t6-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 153px;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-name-t6-2 {
  position: relative;
  margin-top: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.user-name-t6-2.username-75 {
  margin-top: 3px;
}

.user-name-t6-2.tc-username {
  margin-top: -60px;
}

.user-name-t6-2.us-t5 {
  margin-top: 42px;
}

.slide-2 {
  height: 393px;
}

.heading-51 {
  margin-top: 22px;
  margin-bottom: 77px;
}

@media screen and (min-width: 1280px) {
  .container-1360px {
    max-width: 1200px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-primary.small {
    padding: 18px 32px;
  }

  .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-menu {
    left: 33px;
    margin-left: 0px;
  }

  .section.page-hero.contact-2 {
    margin-top: 474px;
    padding-top: 120px;
    padding-bottom: 279px;
  }

  .section.page-hero.on-contact {
    height: 770px;
  }

  .section.page-hero.on-contact.of-contact {
    margin-bottom: 131px;
  }

  .section.sticky-menu.mobile-nav {
    display: none;
  }

  .section.about-3.mobile-services-flip {
    display: none;
  }

  .mega-menu-container.w--open {
    min-width: 540px;
  }

  .split-content.hero {
    max-width: 50%;
  }

  .split-content.contact-us {
    margin-top: auto;
    margin-bottom: auto;
  }

  .split-content.claim-hero {
    margin-left: 7px;
  }

  .split-content.hero {
    max-width: 50%;
    margin-left: -11px;
  }

  .paragraph.service.about {
    max-width: 528px;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .paragraph.banner {
    width: 522px;
    max-width: 527px;
    font-size: 15px;
  }

  .paragraph.hero.ppp.p-2 {
    color: #fff;
  }

  .paragraph.hero.p-adv {
    color: #fff;
  }

  .title.benefits {
    font-size: 23px;
  }

  .our-commitment-wrapper {
    max-width: 540px;
  }

  .menu-sticky-wrapper-2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .button-primary-2.large {
    background-color: #0077a8;
  }

  .span-color-primary-2 {
    color: #000;
  }

  .nav-link-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link-2.w--current {
    font-weight: 500;
  }

  .nav-link-2.sticky-menu._4 {
    font-size: 13px;
  }

  .nav-link-2.sticky-menu._5 {
    font-size: 13px;
  }

  .nav-link-2.sticky-menu._6 {
    font-size: 13px;
  }

  .nav-link-2.sticky-menu._8 {
    margin-top: 10px;
  }

  .nav-link-2.sticky-menu._2 {
    font-size: 13px;
  }

  .menu-sticky-2 {
    font-size: 13px;
  }

  .heading-6 {
    text-align: center;
  }

  .grid-4.estate {
    background-image: url('../images/esate-lu.jpg');
  }

  .grid-4.legacy {
    background-image: url('../images/legacy-2.jpg');
  }

  .grid-4.life {
    background-image: url('../images/disability.jpg');
  }

  .grid-4.care {
    background-image: url('../images/care-2.jpg');
  }

  .grid-4.needs {
    background-image: url('../images/special-needs.jpg');
  }

  .grid-4.national {
    background-image: url('../images/national.jpg');
  }

  .grid-4.portfolio {
    background-image: url('../images/portfolio.jpg');
  }

  .grid-4.philan {
    background-image: url('../images/charity.jpg');
  }

  .grid-4.premium {
    background-image: url('../images/finance-2.jpg');
  }

  .grid-4.img-income-1 {
    background-image: url('../images/planniong-2.jpg');
  }

  .grid-3.estate {
    background-image: url('../images/estate-2.jpg');
  }

  .grid-3.legacy {
    background-image: url('../images/legacy_1.jpg');
  }

  .grid-3.life {
    background-image: url('../images/care.jpg');
  }

  .grid-3.care {
    background-image: url('../images/care.jpg');
  }

  .grid-3.needs {
    background-image: url('../images/special-needs-2.jpg');
  }

  .grid-3.national {
    background-image: url('../images/national-2.jpg');
  }

  .grid-3.portfolio {
    background-image: url('../images/portfolio-2.jpg');
  }

  .grid-3.philan {
    background-image: url('../images/charity-2.jpg');
  }

  .grid-3.premium {
    background-image: url('../images/finance.jpg');
  }

  .grid-3.img-income-2 {
    background-image: url('../images/assited-sale-2.jpg');
  }

  .testimonial-wrapper-2 {
    min-height: 418px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #fff), color-stop(0, #fafafa), color-stop(57%, #0077a8));
    background-image: linear-gradient(180deg, #fff 15%, #fafafa 0, #0077a8 57%);
  }

  .section-3.claim-hero.about-page {
    height: 486px;
    margin-top: 131px;
  }

  .section-3.claim-hero.about-page.videso.vid45 {
    margin-top: 132px;
  }

  .section-3.claim-hero.about-page.solutions-page._1092837 {
    margin-top: 132px;
  }

  .section-3.claim-hero.about-page.b-o {
    margin-top: 131px;
    padding-top: 107px;
  }

  .section-3.claim-hero.about-page.families-move {
    margin-top: 132px;
    padding-top: 126px;
  }

  .section-3.claim-hero.about-page.tx-cal {
    margin-top: 132px;
    padding-top: 155px;
  }

  .section-3.claim-hero.about-page.qtses {
    margin-top: 132px;
    padding-top: 148px;
  }

  .section-3.claim-hero.about-page.adv-serv {
    margin-top: 132px;
    margin-left: 0px;
    padding-top: 103px;
  }

  .section-3.home-hero.about-us-page {
    margin-top: 131px;
  }

  .section-3.home-hero {
    margin-top: 131px;
  }

  .member-description-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0077a8), to(#0077a8));
    background-image: linear-gradient(180deg, #0077a8, #0077a8);
  }

  .member-description-2.members {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0077a8), to(#0077a8));
    background-image: linear-gradient(180deg, #0077a8, #0077a8);
  }

  .member-description-2.members._2-8 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0077a8), to(#0077a8));
    background-image: linear-gradient(180deg, #0077a8, #0077a8);
  }

  .container-1360px-4 {
    height: 539px;
  }

  .heading-8 {
    font-size: 43px;
    line-height: 52px;
  }

  .container-1360px-5 {
    height: 539px;
  }

  .bg-hero-image-2.claims {
    background-image: url('../images/solutions.jpg');
  }

  .bg-hero-image-2.claims.about-us-9 {
    background-image: url('../images/adv.jpg');
  }

  .bg-hero-image-2.claims.tax-calc {
    background-image: url('../images/news.jpg');
  }

  .quotes-pages.wht-yu {
    color: #fff;
  }

  .bold-text-18 {
    font-weight: 400;
  }

  .hero-overlay {
    display: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/APPS.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/APPS.jpg');
    background-size: auto, cover;
  }

  .hero-overlay-2 {
    display: none;
  }

  .hero-overlay-3 {
    display: none;
  }

  .hero-overlay-4 {
    display: none;
  }

  .hero-overlay-5 {
    display: none;
  }

  .hero-overlay-6 {
    display: none;
  }

  .hero-overlay-7 {
    display: none;
  }

  .hero-overlay-9 {
    display: none;
  }

  .header-logo-2 {
    margin-left: -11px;
  }

  .heading-50 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 19px;
    line-height: 31px;
  }

  h1 {
    padding-bottom: 67px;
    font-size: 54px;
  }

  h2 {
    margin-bottom: 16px;
    color: #121212;
    line-height: 1.2em;
  }

  .mg-bottom-32px {
    color: #505050;
    font-size: 18px;
    line-height: 1.5em;
  }

  .container-1360px {
    max-width: 1360px;
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-1187px {
    max-width: 1240px;
  }

  .container-548px.text-center {
    display: block;
    margin-top: -37px;
  }

  .container-548px.text-center.services {
    max-width: 650px;
  }

  .button-primary {
    background-color: #8ecae6;
  }

  .button-primary.small {
    margin-top: 40px;
    padding: 14px 26px;
    font-size: 19px;
  }

  .button-primary.small.button {
    background-color: #0077a8;
  }

  .button-primary.small {
    background-color: #8ecae6;
    font-size: 22px;
    line-height: 24px;
  }

  .header {
    position: fixed;
    z-index: 100;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.22);
  }

  .header-logo {
    width: 330px;
    max-width: 350px;
  }

  .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link.w--current {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    border-style: none none solid;
    border-width: 1px 1px 4px;
    border-color: #000 #000 #0077a8;
    color: #0077a8;
    font-weight: 500;
  }

  .nav-link.w--current:active {
    color: #4b7588;
  }

  .nav-link.w--current:visited {
    color: #8ecae6;
  }

  .nav-menu {
    left: 57px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    background-color: #0077a8;
  }

  .footer-logo {
    max-width: 100%;
  }

  .section {
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 120px;
    box-shadow: 0 0 0 -20px rgba(0, 0, 0, 0.16);
  }

  .section.page-hero {
    margin-top: 123px;
    padding-top: 230px;
    padding-bottom: 120px;
  }

  .section.page-hero.contact-2 {
    height: 907px;
    margin-top: 0px;
  }

  .section.page-hero.on-contact {
    height: 1047px;
    margin-bottom: 0px;
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .section.page-hero.videos {
    padding-top: 88px;
  }

  .section.sticky-menu {
    position: relative;
    border-bottom: 1px solid #fafafa;
  }

  .section.bg-neutral-100.offset {
    background-color: #ebf5fb;
  }

  .section.bg-neutral-100.offset.beenfits-5 {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 120px;
    padding-bottom: 120px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #0077a8;
  }

  .section.offset {
    padding-top: 120px;
  }

  .section.offset.bo-page-size {
    padding-top: 20px;
  }

  .section.offset.fm-age {
    padding-top: 20px;
  }

  .section.sticky-menu {
    position: -webkit-sticky;
    position: sticky;
    margin-top: 107px;
    border-bottom: 1px solid #fafafa;
  }

  .section.sticky-menu.mobile-nav {
    display: none;
  }

  .section.about-3 {
    padding-bottom: 120px;
  }

  .section.about-3.mobile-services-flip {
    display: none;
  }

  ._404-title {
    color: #8ecae6;
  }

  .services-grid {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .service-link {
    color: #fff;
    font-weight: 400;
  }

  .service-link:hover {
    color: #000;
  }

  .cta-banner.v2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cta-banner.v2.height-fix {
    height: 575.53125px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 173px;
    padding-bottom: 103px;
  }

  .container-567px.banner {
    position: relative;
    max-width: 600px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .post-card-category {
    font-size: 18px;
  }

  .post-card-link {
    color: #0077a8;
  }

  .footer-nav-link {
    color: #fff;
  }

  .footer-nav-link.address {
    color: #fff;
  }

  .fine-print {
    color: #fff;
  }

  .fine-print-link {
    color: #fff;
  }

  .fine-print-link:hover {
    color: #000;
  }

  .social-media-wrapper {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .header-dropdown-toggle {
    font-family: 'Abcfavorit trial', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
  }

  .mega-menu-column {
    width: 222px;
    height: 434px;
    margin-right: 50px;
  }

  .dropdown-text {
    border-bottom: 4px none #8ecae6;
    font-size: 20px;
    text-decoration: none;
  }

  .dropdown-text.resources {
    border-bottom-style: none;
  }

  .mega-menu-title {
    width: 194px;
    font-size: 22px;
  }

  .mega-menu-container.w--open {
    width: 734px;
    height: 481px;
    min-width: 574px;
  }

  .mega-menu-container.second.w--open {
    width: 250px;
    height: 252px;
    min-width: 250px;
  }

  .mega-menu-nav.services-column {
    width: 187px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .mega-menu-nav-link {
    font-family: Domine, sans-serif;
    font-size: 13px;
  }

  .split-content.service {
    margin-bottom: 0px;
  }

  .split-content.service.about {
    margin-top: auto;
    margin-bottom: auto;
  }

  .split-content.hero {
    max-width: 50%;
  }

  .split-content.banner {
    z-index: 1;
    margin-top: -44px;
  }

  .split-content.contact-us {
    max-width: 623px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .split-content.claim-hero {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -17px;
  }

  .split-content.banner {
    margin-top: auto;
    margin-bottom: auto;
  }

  .split-content.contact-us {
    max-width: 623px;
  }

  .split-content.hero {
    max-width: 50%;
    margin-left: -29px;
    padding-top: 39px;
    padding-left: 17px;
  }

  .paragraph.hero {
    max-width: 442px;
    font-size: 18px;
  }

  .paragraph.service {
    font-size: 18px;
    line-height: 1.5em;
  }

  .paragraph.service.about {
    width: 500px;
    max-width: 500px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.5em;
  }

  .paragraph.banner {
    width: 550px;
    max-width: 550px;
    font-size: 15px;
  }

  .paragraph.contact-us {
    font-size: 18px;
    line-height: 1.5em;
  }

  .paragraph.banner {
    font-size: 18px;
    line-height: 1.5em;
  }

  .paragraph.hero {
    max-width: 442px;
    line-height: 1.5em;
  }

  .paragraph.hero {
    max-width: 522px;
  }

  .paragraph.hero {
    max-width: 522px;
    font-size: 15px;
    margin-bottom: 24px;
  }

  .about-grid {
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-service {
    margin-top: 45px;
    margin-bottom: auto;
  }

  .card.post-box {
    padding-top: 85px;
  }

  .card.contact-us {
    padding-bottom: 50px;
  }

  .benefits-content-wrapper {
    margin-top: auto;
    margin-bottom: auto;
  }

  .title.footer {
    background-color: rgba(142, 202, 230, 0);
    color: #fff;
  }

  .title.post-card {
    color: #121212;
    font-size: 22px;
  }

  .title.our-commitment {
    margin-bottom: 16px;
    color: #121212;
    font-size: 40px;
    line-height: 1.2em;
  }

  .title.success {
    text-align: center;
  }

  .menu-sticky-sections {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    margin-top: -109px;
  }

  .rich-text p {
    font-size: 18px;
    line-height: 1.5em;
  }

  .rich-text h4 {
    line-height: 1.3em;
  }

  .zigzag-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .our-commitment-wrapper {
    max-width: 560px;
    margin: auto;
  }

  .post-author-link {
    color: #8ecae6;
  }

  .contact-us-title {
    font-size: 49px;
  }

  .contact-us-title.about-level {
    padding-bottom: 0px;
  }

  .text-block {
    font-size: 20px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .link {
    color: #8ecae6;
    font-size: 16px;
    text-decoration: none;
  }

  .link:hover {
    color: #19133e;
  }

  .link-2 {
    color: #8ecae6;
    font-size: 16px;
    text-decoration: none;
  }

  .link-2:hover {
    color: #19133e;
  }

  .heading-3 {
    margin-top: 0px;
    text-align: center;
  }

  .container-1360px-2 {
    max-width: 1360px;
  }

  .menu-sticky-wrapper-2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .button-primary-2.large {
    background-color: #8ecae6;
    font-size: 22px;
    line-height: 24px;
  }

  .button-primary-2.large {
    background-color: #0077a8;
    font-size: 22px;
    line-height: 24px;
  }

  .button-primary-2.large {
    font-size: 22px;
    line-height: 24px;
  }

  .span-color-primary-2 {
    color: #000;
  }

  .nav-link-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link-2.sticky-menu {
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: 14px;
    background-color: #f19a9a;
    color: #fff;
    font-size: 15px;
  }

  .nav-link-2.sticky-menu:hover {
    color: #000;
  }

  .nav-link-2.sticky-menu.w--current:hover {
    color: #000;
  }

  .nav-link-2.sticky-menu._3 {
    background-color: #8ecae6;
  }

  .nav-link-2.sticky-menu._4 {
    background-color: #0077a8;
  }

  .nav-link-2.sticky-menu._5 {
    background-color: #8ecae6;
  }

  .nav-link-2.sticky-menu._1 {
    background-color: #8ecae6;
  }

  .nav-link-2.sticky-menu._6 {
    background-color: #0077a8;
  }

  .nav-link-2.sticky-menu._7 {
    background-color: #8ecae6;
  }

  .nav-link-2.sticky-menu._8 {
    background-color: #0077a8;
  }

  .nav-link-2.sticky-menu._9 {
    background-color: #8ecae6;
  }

  .nav-link-2.sticky-menu._10 {
    background-color: #0077a8;
    font-weight: 400;
  }

  .nav-link-2.sticky-menu._2 {
    background-color: #0077a8;
  }

  .menu-sticky-2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .heading-4 {
    margin-top: 32px;
    font-size: 26px;
  }

  .heading-6 {
    margin-bottom: 0px;
    text-align: center;
  }

  .paragraph-2 {
    font-size: 18px;
    text-align: center;
  }

  .grid-4 {
    background-image: url('../images/finance-2.jpg');
  }

  .grid-4.estate {
    background-image: url('../images/esate-lu.jpg');
  }

  .grid-4.legacy {
    background-image: url('../images/legacy-2.jpg');
  }

  .grid-4.life {
    background-image: url('../images/disability.jpg');
  }

  .grid-4.care {
    background-image: url('../images/care-2.jpg');
  }

  .grid-4.needs {
    background-image: url('../images/special-needs.jpg');
  }

  .grid-4.national {
    background-image: url('../images/national.jpg');
  }

  .grid-4.portfolio {
    background-image: url('../images/portfolio.jpg');
  }

  .grid-4.philan {
    background-image: url('../images/charity.jpg');
  }

  .grid-4.premium {
    background-image: url('../images/finance-2.jpg');
  }

  .grid-4.assited-sale {
    background-image: url('../images/assited-sale.jpg');
  }

  .grid-4.policy-review-img {
    background-image: url('../images/poilcy-review-2.jpg');
  }

  .grid-4.planning-continuty {
    background-image: url('../images/planniong-2.jpg');
  }

  .grid-4.pre-sale {
    background-image: url('../images/filter.jpg');
  }

  .grid-4.business-val {
    background-image: url('../images/poilcy-review-2.jpg');
  }

  .grid-4.buy-sell-img {
    background-image: url('../images/portfolio.jpg');
  }

  .grid-4.exe-img {
    background-image: url('../images/income-wealth-2.jpg');
  }

  .grid-4.ert-img {
    background-image: url('../images/assited-sale.jpg');
  }

  .grid-4.apps4-img {
    background-image: url('../images/filter.jpg');
  }

  .grid-4.img-income-1 {
    background-image: url('../images/income-wealth-2.jpg');
  }

  .inner-section {
    padding-top: 0px;
  }

  .subtitle-2 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .grid-3 {
    background-image: url('../images/finance.jpg');
  }

  .grid-3.estate {
    background-image: url('../images/estate-2.jpg');
  }

  .grid-3.legacy {
    background-image: url('../images/legacy_1.jpg');
  }

  .grid-3.life {
    background-image: url('../images/disabilty-2.jpg');
  }

  .grid-3.care {
    background-image: url('../images/care.jpg');
  }

  .grid-3.needs {
    background-image: url('../images/special-needs-2.jpg');
  }

  .grid-3.national {
    background-image: url('../images/national-2.jpg');
  }

  .grid-3.portfolio {
    background-image: url('../images/portfolio-2.jpg');
  }

  .grid-3.philan {
    background-image: url('../images/charity-2.jpg');
  }

  .grid-3.premium {
    background-image: url('../images/finance.jpg');
  }

  .grid-3.sale-assited {
    background-image: url('../images/assited-sale-2.jpg');
  }

  .grid-3.review-policy-img {
    background-image: url('../images/policy-rfeview.jpg');
  }

  .grid-3.plan-cont {
    background-image: url('../images/planning.jpg');
  }

  .grid-3.pre-sale-2 {
    background-image: url('../images/estate-2.jpg');
  }

  .grid-3.img-bus {
    background-image: url('../images/page-advisor.jpg');
  }

  .grid-3.exe-img-2 {
    background-image: url('../images/policy-rfeview.jpg');
  }

  .grid-3.img-ert {
    background-image: url('../images/income-wealth.jpg');
  }

  .grid-3.img-apps3 {
    background-image: url('../images/assited-sale-2.jpg');
  }

  .grid-3.img-income-2 {
    background-image: url('../images/income-wealth.jpg');
  }

  .heading-7 {
    margin-bottom: 16px;
    font-family: Domine, sans-serif;
    color: #000;
    font-size: 25px;
    line-height: 1.5em;
    font-weight: 400;
  }

  .heading-7.main {
    font-size: 25px;
  }

  .heading-7.main {
    line-height: 1.2em;
  }

  .paragraph-4 {
    width: 553px;
    font-size: 18px;
    line-height: 1.5em;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .paragraph-6 {
    font-size: 17px;
  }

  .h4-white.no-border {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 20px;
  }

  ._45-percent-column {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mini-title-white {
    font-size: 18px;
    line-height: 1.5em;
  }

  .subtitle-3 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .mini-title {
    font-size: 18px;
  }

  .show_skew-on_load {
    height: 500px;
  }

  .img-wrapper {
    height: 500px;
  }

  .bg-color.black {
    background-color: rgba(13, 13, 17, 0);
  }

  .testimonial-wrapper-2 {
    min-height: 418px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(0, #fafafa), color-stop(70%, #0077a8));
    background-image: linear-gradient(180deg, transparent 15%, #fafafa 0, #0077a8 70%);
  }

  .section-3.bg-neutral-100 {
    background-color: rgba(142, 202, 230, 0.18);
  }

  .section-3.page-hero.insurance-4 {
    margin-top: auto;
    padding-top: 120px;
    padding-bottom: 206px;
    background-color: #ebf5fb;
  }

  .section-3.claim-hero.about-page {
    height: 486px;
    margin-top: 123px;
    padding-top: 136px;
    padding-bottom: 0px;
  }

  .section-3.claim-hero.about-page.solutions-page {
    margin-top: 123px;
    padding-top: 136px;
    padding-bottom: 189px;
  }

  .section-3.claim-hero.about-page.solutions-page._1092837 {
    padding-top: 119px;
  }

  .section-3.claim-hero.about-page.b-o {
    padding-top: 108px;
  }

  .section-3.claim-hero.about-page.adv-serv {
    margin-top: 131px;
    padding-top: 97px;
  }

  .section-3.offset {
    position: static;
  }

  .section-3.home-hero {
    margin-top: 132px;
    padding-top: 55px;
  }

  .paragraph-8 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .facebook {
    float: none;
  }

  .member-description-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0077a8), to(#0077a8));
    background-image: linear-gradient(180deg, #0077a8, #0077a8);
  }

  .member-description-2.members {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0077a8), to(#0077a8));
    background-image: linear-gradient(180deg, #0077a8, #0077a8);
  }

  .member-description-2.members._2-8 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0077a8), to(#0077a8));
    background-image: linear-gradient(180deg, #0077a8, #0077a8);
  }

  .member-description-2.members._6-8 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0077a8), to(#0077a8));
    background-image: linear-gradient(180deg, #0077a8, #0077a8);
  }

  .paragraph-11 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .container-1360px-4 {
    height: 283px;
    max-width: 1360px;
  }

  .services-grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-8 {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 11px;
    color: #000;
    font-size: 40px;
    line-height: 1.2em;
  }

  .container-1360px-5 {
    max-width: 1360px;
  }

  .bg-hero-image-2.claims {
    background-image: url('../images/solutions.jpg');
  }

  .bg-hero-image-2.claims.about-us-9 {
    background-image: url('../images/adv.jpg');
  }

  .bg-hero-image-2.claims.about-us-9.new-img {
    background-image: url('../images/adv.jpg');
  }

  .bg-hero-image-2.claims.tax-calc {
    background-image: url('../images/calcualtor.jpg');
  }

  .bg-hero-image-2.claims.qt {
    background-image: url('../images/60e1f30816de16664b24e514_tax-img.jpg');
  }

  .contact-us-grid-2 {
    grid-column-gap: 80px;
  }

  .contact-grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .solutions-page {
    padding-bottom: 0px;
  }

  .about-heading-6 {
    padding-bottom: 0px;
  }

  .article-1 {
    padding-bottom: 0px;
  }

  .article-2 {
    padding-bottom: 0px;
  }

  .article-3 {
    padding-bottom: 0px;
  }

  .quotes-pages {
    padding-bottom: 0px;
  }

  .video-pages {
    padding-bottom: 0px;
  }

  .section-4 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading-13 {
    margin-bottom: 0px;
    padding-bottom: 4px;
  }

  .heading-14 {
    font-size: 20px;
    font-weight: 700;
  }

  .heading-15 {
    color: #121212;
    font-size: 20px;
    font-weight: 700;
  }

  .heading-16 {
    font-size: 20px;
  }

  .heading-17 {
    font-size: 20px;
  }

  .heading-18 {
    font-size: 20px;
  }

  .heading-20 {
    margin-bottom: 0px;
    padding-bottom: 4px;
    line-height: 1.2em;
  }

  .heading-21 {
    margin-bottom: 16px;
  }

  .bold-text-15 {
    font-weight: 400;
  }

  .bold-text-16 {
    font-weight: 400;
  }

  .bold-text-17 {
    font-weight: 400;
  }

  .national-p {
    font-size: 20px;
  }

  .bold-text-18 {
    font-family: Domine, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .paragraph-29 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .paragraph-30 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .paragraph-31 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .heading-26 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .bold-text-19 {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 400;
  }

  .body {
    font-family: 'Abcfavorit trial', sans-serif;
    color: #505050;
    font-size: 18px;
    line-height: 1.5em;
  }

  .paragraph-48 {
    margin-bottom: 42px;
    font-size: 15px;
  }

  .paragraph-49 {
    font-size: 15px;
  }

  .paragraph-50 {
    font-size: 15px;
  }

  .hero-overlay {
    display: none;
  }

  .hero-overlay-2 {
    display: none;
  }

  .hero-overlay-3 {
    display: none;
  }

  .hero-overlay-4 {
    display: none;
  }

  .hero-overlay-5 {
    display: none;
  }

  .hero-overlay-6 {
    display: none;
  }

  .hero-overlay-7 {
    display: none;
  }

  .hero-overlay-8 {
    display: none;
  }

  .hero-overlay-9 {
    display: none;
  }

  .button-primary-3 {
    margin-top: 36px;
    background-color: #8ecae6;
    box-shadow: 0 8px 22px 0 #8ecae6;
  }

  .image-2.list-icon.purple-shadow {
    box-shadow: none;
  }

  .bold-text-20 {
    font-weight: 400;
  }

  .bg-hero-image-3 {
    background-image: url('../images/hero-image.jpg');
    background-size: cover;
  }

  .heading-49 {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .bold-text-21 {
    font-weight: 400;
  }

  .header-logo-2 {
    width: 415px;
    max-width: 350px;
    margin-right: 0px;
    margin-left: -31px;
    padding-right: 129px;
  }

  .section-5 {
    position: relative;
    z-index: 1;
    padding-top: 140px;
    padding-bottom: 140px;
    box-shadow: 0 0 0 -20px rgba(0, 0, 0, 0.16);
  }

  .heading-51 {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu {
    left: 241px;
  }

  .section.page-hero.videos {
    padding-top: 119px;
  }

  .section.offset {
    padding-top: 120px;
  }

  .service-link {
    font-size: 18px;
  }

  .split-content.claim-hero {
    margin-left: -241px;
  }

  .split-content.hero {
    margin-left: -261px;
    padding-bottom: 39px;
  }

  .paragraph.hero {
    width: 592px;
    max-width: 608px;
    font-size: 15px;
    margin-bottom:21px;
  }

  .member-description-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0077a8), to(#0077a8));
    background-image: linear-gradient(180deg, #0077a8, #0077a8);
  }

  .member-description-2.members._2-8 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0077a8), to(#0077a8));
    background-image: linear-gradient(180deg, #0077a8, #0077a8);
  }

  .member-description-2.members._6-8 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0077a8), to(#0077a8));
    background-image: linear-gradient(180deg, #0077a8, #0077a8);
  }

  .bg-hero-image-2.claims.qt {
    background-image: url('../images/60e1f30816de16664b24e514_tax-img.jpg');
  }

  .heading-49 {
    width: 740px;
    font-size: 46px;
  }

  .header-logo-2 {
    margin-left: -252px;
  }
}

@media screen and (max-width: 991px) {
  .container-1360px {
    padding-right: 32px;
    padding-left: 32px;
  }

  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 24px;
    padding-left: 24px;
    border-bottom: 1px solid #fafafa;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    height: 52px;
    padding: 13px 10px 10px;
    border-radius: 1000px;
    background-color: #0077a8;
    -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
    transition: background-color 350ms ease, -webkit-transform 350ms ease;
    transition: transform 350ms ease, background-color 350ms ease;
    transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  }

  .menu-button:hover {
    background-color: #04a6af;
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
  }

  .menu-button.w--open {
    background-color: #04a6af;
  }

  .nav-menu {
    width: 768px;
    margin-left: -22px;
    border-top: 1px solid #fafafa;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 49, 39, 0.18);
  }

  .footer {
    background-color: #0077a8;
  }

  .footer-grid {
    grid-row-gap: 64px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo-container {
    margin-right: 0px;
    margin-bottom: 18px;
  }

  .footer-nav._2-columns {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .section.post-hero {
    padding-top: 32px;
    padding-bottom: 66px;
  }

  .section.sticky-menu {
    display: none;
  }

  .section.sticky-menu.mobile-nav {
    display: block;
    height: 109px;
    padding-top: 20px;
    background-color: #0477a8;
  }

  .section.about-3 {
    display: none;
  }

  .section.about-3.mobile-services-flip {
    display: block;
  }

  ._404-title {
    font-size: 60px;
    line-height: 68px;
  }

  .services-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .banner-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner-content-wrapper {
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .latest-posts-grid {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post-title-content {
    margin-top: -50px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .post-card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-fine-print {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-split-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #fafafa;
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease;
  }

  .mega-menu-column {
    padding: 20px 40px 0px;
    border-bottom: 1px solid #fafafa;
  }

  .mega-menu-column.second-column {
    padding-top: 40px;
  }

  .header-dropdown {
    display: block;
  }

  .mega-menu-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .dropdown-icon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mega-menu-container {
    position: static;
    padding: 0px;
    border-width: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .mega-menu-container.w--open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mega-menu-nav.services-column {
    grid-auto-flow: row;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mega-menu-nav.services-column {
    grid-auto-flow: row;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mega-menu-nav-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding: 20px 24px 60px;
  }

  .split-content.service {
    margin-right: 0px;
  }

  .split-content.hero {
    max-width: 754px;
    margin-bottom: 80px;
  }

  .split-content.banner {
    width: 490px;
  }

  .split-content.contact-us {
    max-width: 100%;
    margin-top: 0px;
  }

  .split-content.claim-hero {
    max-width: 572px;
    margin-bottom: 60px;
  }

  .split-content.banner {
    width: 490px;
  }

  .split-content.claim-hero {
    max-width: 572px;
    margin-bottom: 60px;
  }

  .split-content.contact-us {
    max-width: 100%;
    margin-top: 0px;
  }

  .split-content.hero {
    max-width: 754px;
    margin-bottom: 80px;
  }

  .subtitle.post {
    font-size: 20px;
  }

  .paragraph.hero {
    margin-bottom: 32px;
  }

  .paragraph.service {
    font-size: 15px;
    line-height: 1.3em;
  }

  .paragraph.service.about {
    font-size: 15px;
    line-height: 1.3em;
  }

  .paragraph.banner {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph.banner {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph.hero {
    margin-bottom: 32px;
  }

  .paragraph.hero {
    margin-bottom: 32px;
  }

  .paragraph.hero {
    margin-bottom: 32px;
  }

  .header-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .about-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .card.benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.post-box {
    min-height: 300px;
  }

  .card.contact-us {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .benefits-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .title.our-commitment {
    max-width: 480px;
  }

  .rich-text img {
    margin-top: 44px;
  }

  .rich-text blockquote {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 20px;
    line-height: 32px;
  }

  .rich-text figure {
    margin-bottom: 49px;
  }

  .zigzag-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .zigzag-grid.steps {
    grid-column-gap: 80px;
  }

  .partners-grid {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .our-commitment-wrapper {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 88px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .partners-image {
    width: 80%;
  }

  .banner-bg-element._1 {
    left: -3%;
    top: -12%;
  }

  .banner-bg-element._2 {
    right: -21%;
  }

  .banner-bg-element._3 {
    bottom: -44%;
  }

  .banner-bg-element._4 {
    left: -6%;
    top: 8%;
  }

  .banner-bg-element._5 {
    right: 1%;
  }

  .banner-bg-element._6 {
    top: -51%;
    right: -30%;
  }

  .banner-bg-element._7 {
    left: -20%;
    bottom: -39%;
  }

  .menu-burger-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-icon-top-line {
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 100px;
    background-color: #fff;
  }

  .menu-icon-middle-line {
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 100px;
    background-color: #fff;
  }

  .menu-icon-bottom-line {
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 100px;
    background-color: #fff;
  }

  .image {
    width: 100%;
    height: 530px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .container-1360px-2 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .nav-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 24px;
    padding-left: 24px;
    border-bottom: 1px solid #fafafa;
  }

  .nav-link-2.sticky-menu {
    display: inline-block;
  }

  .subtitle-2 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .heading-7 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .paragraph-4 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .paragraph-5 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .header-box {
    width: 75%;
  }

  .subtitle-3 {
    font-size: 16px;
    line-height: 27px;
  }

  .ceo {
    width: 100%;
    margin-bottom: 3%;
  }

  .img-wrapper {
    height: auto;
    min-height: 512px;
  }

  .testimonial-wrapper-2 {
    margin-right: 12px;
    margin-left: 12px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-3.claim-hero {
    padding-top: 60px;
    padding-bottom: 0px;
    background-image: none;
    background-position: 0px 0px;
  }

  .section-3.claim-hero.about-page {
    display: block;
  }

  .section-3.claim-hero.about-page.b-o {
    display: none;
  }

  .section-3.claim-hero.about-page.families-move {
    display: none;
  }

  .section-3.claim-hero.about-page.adv-serv {
    display: none;
  }

  .section-3.home-hero {
    display: none;
    padding-top: 80px;
    padding-bottom: 0px;
    background-image: none;
    background-position: 0px 0px;
  }

  .section-3.home-hero {
    display: none;
    padding-top: 80px;
    padding-bottom: 0px;
    background-image: none;
    background-position: 0px 0px;
  }

  .about-left-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .member-description-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0077a8), to(#0077a8));
    background-image: linear-gradient(180deg, #0077a8, #0077a8);
  }

  .member-description-2.members {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0%;
  }

  .paragraph-11 {
    font-size: 16px;
    line-height: 27px;
  }

  .container-1360px-4 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .services-grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-1360px-5 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .bg-hero-image-2 {
    position: static;
    width: 100%;
    height: 500px;
  }

  .bg-hero-image-2.claims {
    background-image: url('../images/solutions-2.jpg');
  }

  .bg-hero-image-2.claims.about-us-9 {
    display: block;
  }

  .bg-hero-image-2.claims.tax-calc {
    background-image: url('../images/calcualtor.jpg');
  }

  .contact-us-grid-2 {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .national-p {
    font-size: 25px;
    line-height: 1.2em;
  }

  .heading-29 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .hero-overlay {
    display: block;
    height: 450px;
    margin-top: 121px;
    background-image: url('../images/APPS.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/APPS.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }

  .hero-overlay-2 {
    display: block;
    height: 49vh;
    max-height: 771px;
    margin-top: 152px;
    padding-top: 100px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.7)), to(rgba(4, 119, 168, 0.7))), url('../images/family-2.jpg');
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.7), rgba(4, 119, 168, 0.7)), url('../images/family-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .heading-36 {
    color: #fff;
  }

  .hero-overlay-3 {
    display: block;
    height: 47vh;
    max-height: 720px;
    margin-top: 151px;
    padding-top: 113px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.7)), to(rgba(4, 119, 168, 0.7))), url('../images/page-advisor.jpg');
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.7), rgba(4, 119, 168, 0.7)), url('../images/page-advisor.jpg');
    background-size: auto, cover;
  }

  .heading-37 {
    color: #fff;
  }

  .hero-overlay-4 {
    display: block;
    height: 47vh;
    margin-top: 151px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.7)), to(rgba(4, 119, 168, 0.7))), url('../images/page-owners.jpg');
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.7), rgba(4, 119, 168, 0.7)), url('../images/page-owners.jpg');
    background-size: auto, cover;
  }

  .heading-38 {
    color: #fff;
  }

  .hero-overlay-7 {
    display: none;
  }

  .hero-overlay-10 {
    display: none;
  }

  .button-primary-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-2.home-process {
    width: 100%;
  }

  .card-3.home-process {
    margin-right: auto;
    padding-top: 270px;
    padding-bottom: 64px;
    padding-left: 64px;
  }

  .button-primary-4 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .home-process-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subtitle-wrapper {
    margin-bottom: 13px;
  }

  .home-process-slider {
    margin-bottom: 0px;
  }

  .container-default {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-wrapper.home-process {
    position: static;
    width: 100%;
    max-width: 440px;
    margin-right: auto;
    margin-bottom: -220px;
    margin-left: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-radius: 40px;
  }

  .horizontal-angle {
    display: none;
  }

  .testimonial-image {
    position: relative;
  }

  .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .horizontal-content-block {
    padding-right: 40px;
    padding-left: 25px;
  }

  .paragraph-59 {
    width: 682px;
    margin-right: auto;
    margin-left: auto;
  }

  .bg-hero-image-3 {
    position: static;
    width: 100%;
    height: 500px;
  }

  .text-block-7 {
    color: #fff;
  }

  .icon {
    color: #fff;
  }

  .text-block-8 {
    color: #fff;
  }

  .icon-2 {
    color: #fff;
  }

  .right-arrow-t6-2 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .testimonials-wrapper-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .section-5 {
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .quote-t6-2 {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 15px;
    line-height: 1.4em;
  }

  .quote-t6-2.t6-1-q {
    font-size: 13px;
  }

  .left-arrow-t6-2 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .fam-txt {
    color: #fff;
  }

  .iconfam {
    color: #fff;
  }

  .paragraph-60 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph-61 {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 45px;
  }

  h2 {
    font-size: 33px;
    line-height: 44px;
  }

  blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 30px;
  }

  figcaption {
    margin-top: 10px;
  }

  .container-1360px {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-1187px {
    padding-right: 24px;
    padding-left: 24px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .button-primary.small {
    padding-right: 38px;
    padding-left: 38px;
  }

  .header {
    z-index: 2000;
    display: none;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header.mobile {
    display: block;
  }

  .nav-link {
    width: 569px;
  }

  .menu-button {
    background-color: #0077a8;
  }

  .footer {
    background-color: #0077a8;
  }

  .footer-grid {
    grid-row-gap: 64px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-logo-container {
    margin-bottom: 0px;
  }

  .footer-nav._2-columns {
    grid-auto-flow: row;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .section.page-hero {
    display: none;
    padding-top: 40px;
  }

  .section.page-hero.contact-2 {
    display: block;
  }

  .section.page-hero.on-contact {
    display: block;
  }

  .section.page-hero.videos {
    display: block;
  }

  .section.sticky-menu {
    position: static;
    height: 100%;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .section.post-hero {
    padding-top: 40px;
  }

  .section.sticky-menu {
    position: static;
    display: none;
    height: 100%;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .section.sticky-menu.mobile-nav {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    background-color: #0077a8;
  }

  .section.about-3 {
    display: none;
  }

  .section.about-3.mobile-services-flip {
    display: block;
  }

  .utility-page-wrap {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .utility-page-wrap._404 {
    padding-top: 97px;
    padding-bottom: 97px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  .input {
    min-height: 62px;
  }

  ._404-title {
    font-size: 46px;
    line-height: 58px;
  }

  .services-grid {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-banner.v2 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .banner-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .faq-dropdown {
    padding: 30px 20px;
  }

  .container-567px.banner {
    max-width: 556px;
  }

  .post-title-content {
    margin-top: -38px;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .footer-fine-print {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-fine-print.mobile {
    display: block;
  }

  .footer-split-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fine-print {
    margin-top: 16px;
  }

  .header-dropdown-toggle {
    width: 520px;
  }

  .mega-menu-column {
    margin-right: 24px;
  }

  .header-dropdown {
    width: 370px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .mega-menu-container.w--open {
    min-width: 100%;
  }

  .footer-fine-print-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .split-content.service {
    max-width: 100%;
  }

  .split-content.hero {
    max-width: 550px;
  }

  .split-content.banner {
    width: auto;
    max-width: 477px;
  }

  .split-content.step {
    max-width: 100%;
    margin-bottom: 80px;
  }

  .split-content.step.last {
    margin-bottom: 0px;
  }

  .split-content.claim-hero {
    max-width: 600px;
  }

  .split-content.banner {
    width: auto;
    max-width: 477px;
  }

  .split-content.claim-hero {
    max-width: 600px;
  }

  .split-content.hero {
    max-width: 550px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph.service {
    margin-bottom: 25px;
  }

  .header-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .about-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-service {
    width: 100%;
    max-width: 600px;
  }

  .benefits-grid {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.benefits {
    padding: 40px 32px;
  }

  .card.contact-us {
    width: 100%;
    max-width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }

  .title.footer {
    margin-bottom: 24px;
  }

  .title.our-commitment {
    max-width: 100%;
  }

  .title.footer {
    margin-bottom: 24px;
  }

  .title.home-process {
    max-width: 525px;
    margin-right: auto;
    margin-left: auto;
  }

  .form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .vertical-bar {
    padding-right: 2px;
    padding-left: 2px;
  }

  .rich-text h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text h4 {
    margin-top: 20px;
  }

  .rich-text ul {
    margin-top: 20px;
    margin-bottom: 32px;
    padding-left: 34px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 32px;
    padding-left: 34px;
  }

  .rich-text h5 {
    margin-top: 20px;
  }

  .rich-text h6 {
    margin-top: 20px;
  }

  .rich-text img {
    margin-top: 40px;
  }

  .rich-text blockquote {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 18px;
    line-height: 30px;
  }

  .rich-text li {
    margin-bottom: 5px;
  }

  .zigzag-grid.steps {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .partners-grid {
    margin-top: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .our-commitment-wrapper {
    margin-bottom: 64px;
  }

  .partners-image.logo-1 {
    width: 73%;
  }

  .banner-bg-element._1 {
    left: -15%;
    top: -22%;
  }

  .banner-bg-element._2 {
    top: -14%;
    width: 299px;
  }

  .banner-bg-element._3 {
    bottom: -25%;
    width: 299px;
  }

  .banner-bg-element._4 {
    top: -37px;
    width: 36%;
  }

  .banner-bg-element._5 {
    bottom: auto;
    width: 49%;
  }

  .banner-bg-element._6 {
    top: -184px;
    right: -30%;
    width: 60%;
  }

  .banner-bg-element._7 {
    bottom: -161px;
    width: 58%;
  }

  .image {
    height: 430px;
  }

  .step-image {
    width: 56%;
    margin-bottom: 32px;
  }

  .heading-3 {
    text-align: center;
  }

  .input-2 {
    min-height: 62px;
  }

  .faq-dropdown-2 {
    padding: 30px 20px;
  }

  .container-1360px-2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .menu-sticky-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .button-primary-2.large {
    padding-right: 38px;
    padding-left: 38px;
  }

  .button-primary-2.large {
    padding-right: 38px;
    padding-left: 38px;
  }

  .button-primary-2.large {
    padding-right: 38px;
    padding-left: 38px;
  }

  .divider-2.mg-0px.insurance {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .nav-link-2.sticky-menu {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-sticky-2 {
    width: 376px;
    margin-bottom: 20px;
  }

  .grid-column-left-2 {
    width: 100%;
  }

  .grid-column-left-3 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .subtitle-2 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .heading-7 {
    font-size: 20px;
  }

  .paragraph-4 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .paragraph-5 {
    font-size: 15px;
    line-height: 1.3em;
  }

  ._45-percent-column {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
  }

  .subtitle-3 {
    font-size: 16px;
    line-height: 27px;
  }

  .ceo {
    width: 50%;
  }

  .button-circle {
    width: 48px;
    height: 48px;
    padding: 4px;
  }

  .img-wrapper {
    min-height: 320px;
  }

  .testimonial-wrapper-2 {
    height: 401px;
    min-height: 401px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3.page-hero {
    padding-top: 40px;
  }

  .section-3.claim-hero {
    padding-top: 40px;
  }

  .section-3.claim-hero.about-page {
    display: none;
  }

  .section-3.claim-hero.about-page.videso {
    display: block;
  }

  .section-3.home-hero {
    display: none;
    padding-top: 40px;
  }

  .section-3.home-hero {
    display: none;
    padding-top: 40px;
  }

  .about-left-2 {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-11 {
    font-size: 16px;
    line-height: 27px;
  }

  .container-1360px-4 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .services-grid-2 {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-1360px-5 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .bg-hero-image-2 {
    height: 400px;
  }

  .bg-hero-image-2.claims.about-us-9 {
    display: none;
  }

  .bg-hero-image-2.claims.tax-calc {
    background-image: url('../images/calcualtor.jpg');
  }

  .contact-us-grid-2 {
    grid-row-gap: 56px;
  }

  .contact-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bold-text-19 {
    font-weight: 400;
  }

  .paragraph-52 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .paragraph-53 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .paragraph-54 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .hero-overlay {
    display: block;
    height: 300px;
    margin-top: 140px;
    padding: 40px 20px;
    background-image: url('../images/APPS.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/APPS.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }

  .heading-35 {
    margin-top: 8px;
  }

  .hero-overlay-2 {
    display: block;
    height: 344px;
    margin-top: 139px;
    padding: 83px 20px 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.7)), to(rgba(4, 119, 168, 0.7))), url('../images/family-page.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.7), rgba(4, 119, 168, 0.7)), url('../images/family-page.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 50% 50%, 0px 0px, 50% 50%;
    background-size: auto, cover, auto, auto;
  }

  .centered-container-2 {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-36 {
    color: #fff;
  }

  .hero-overlay-3 {
    display: block;
    height: 247px;
    margin-top: 140px;
    padding: 40px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.7)), to(rgba(4, 119, 168, 0.7))), url('../images/page-advisor.jpg');
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.7), rgba(4, 119, 168, 0.7)), url('../images/page-advisor.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .heading-37 {
    color: #fff;
  }

  .hero-overlay-4 {
    display: block;
    height: 262px;
    margin-top: 139px;
    padding: 40px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.7)), to(rgba(4, 119, 168, 0.7))), url('../images/page-owners.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.7), rgba(4, 119, 168, 0.7)), url('../images/page-owners.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 50% 50%, 0px 0px, 50% 50%;
    background-size: auto, cover, auto, auto;
  }

  .heading-38 {
    color: #fff;
  }

  .hero-overlay-5 {
    display: block;
    height: 249px;
    padding: 40px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/business-meeting.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/business-meeting.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, cover, auto;
  }

  .heading-39 {
    color: #fff;
  }

  .hero-overlay-6 {
    padding: 40px 20px;
  }

  .hero-overlay-7 {
    padding: 40px 20px;
  }

  .hero-overlay-8 {
    padding: 40px 20px;
  }

  .hero-overlay-9 {
    padding: 40px 20px;
  }

  .hero-overlay-10 {
    display: none;
    padding: 40px 20px;
  }

  .image-2.home-process {
    width: 100%;
    max-width: 100%;
  }

  .card-3 {
    border-radius: 35px;
  }

  .card-3.home-process {
    width: 100%;
    max-width: 99%;
    padding: 260px 53px 53px;
    border-radius: 30px;
    text-align: center;
  }

  .subtitle-wrapper {
    margin-bottom: 10px;
  }

  .image-wrapper.home-process {
    border-radius: 30px;
  }

  .heading-45 {
    text-align: center;
  }

  .testimonial {
    padding-right: 50px;
    padding-left: 50px;
  }

  .testimonial-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .horizontal-angle {
    display: none;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .paragraph-59 {
    width: 395px;
  }

  .slider-t6 {
    height: auto;
  }

  .bg-hero-image-3 {
    height: 400px;
  }

  .text-block-7 {
    color: #fff;
  }

  .icon {
    color: #fff;
  }

  .text-block-8 {
    color: #fff;
  }

  .icon-2 {
    color: #fff;
  }

  .testimonials-wrapper-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .section-5 {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .quote-t6-2.t6-1-q {
    font-size: 11px;
  }

  .fam-txt {
    color: #fff;
  }

  .iconfam {
    color: #fff;
  }

  .link-block.w--current {
    color: #000;
    text-decoration: none;
  }

  .link-block-2 {
    color: #000;
    text-decoration: none;
  }

  .paragraph-60 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-61 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  figcaption {
    text-align: left;
  }

  .mg-bottom-32px {
    font-size: 15px;
    line-height: 1.3em;
  }

  .container-1360px {
    width: 304px;
    max-width: 1184px;
    margin-top: 50px;
    padding-right: 16px;
    padding-left: 16px;
    cursor: default;
  }

  .container-1187px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-548px {
    margin-top: 63px;
  }

  .container-548px.text-center {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-548px.text-center {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button-primary {
    width: 100%;
  }

  .button-primary.small {
    margin-top: 0px;
  }

  .button-primary.small {
    padding: 20px 36px;
    white-space: normal;
  }

  .header {
    position: relative;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header.mobile {
    display: block;
  }

  .header-logo {
    width: 208px;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 344px;
    padding-left: 18px;
  }

  .nav-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .menu-button {
    background-color: #0077a8;
    font-size: 26px;
  }

  .menu-button:hover {
    background-color: #bcd7ff;
  }

  .menu-button.w--open {
    background-color: #0077a8;
  }

  .nav-menu {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 318px;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    background-color: #0077a8;
  }

  .footer-grid {
    justify-items: start;
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
  }

  .footer-logo-container {
    margin-bottom: 20px;
  }

  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 8px;
  }

  .footer-logo {
    display: none;
    width: 182px;
  }

  .footer-nav-item {
    margin: 8px 0px;
  }

  .section {
    margin-bottom: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.page-hero {
    display: none;
  }

  .section.page-hero.contact-2 {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
  }

  .section.page-hero.on-contact {
    display: block;
    margin-top: 0px;
  }

  .section.page-hero.on-contact.of-contact {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.page-hero.videos {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
  }

  .section.sticky-menu {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section.bg-neutral-100.offset.beenfits-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.post-hero.art-09876 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .section.sticky-menu {
    display: none;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section.sticky-menu.mobile-nav {
    position: -webkit-sticky;
    position: sticky;
    z-index: 30;
    display: block;
    height: 110px;
    max-height: 49px;
    margin-top: 0px;
    margin-bottom: 70px;
    padding-top: 20px;
    background-color: #0077a8;
  }

  .section.about-3 {
    display: none;
  }

  .section.about-3.mobile-services-flip {
    display: block;
  }

  .section.our-services.ser {
    padding-top: 20px;
  }

  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  ._404-title {
    font-size: 46px;
    line-height: 56px;
  }

  .services-grid {
    margin-top: 40px;
  }

  .service-link {
    font-size: 15px;
  }

  .cta-banner.v2 {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .banner-content-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 16px;
  }

  .testimonial-picture {
    width: 130px;
    height: 130px;
  }

  .faq-dropdown {
    margin-bottom: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-567px.text-center {
    padding-top: 89px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .post-title-content {
    margin-top: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .post-box {
    margin-top: -16px;
    padding: 40px 20px;
  }

  .post-card-category {
    font-size: 15px;
    line-height: 18px;
  }

  .post-card-link {
    font-size: 15px;
  }

  .footer-nav-link.address {
    cursor: pointer;
  }

  .footer-fine-print {
    text-align: center;
  }

  .fine-print {
    font-size: 16px;
  }

  .fine-print-link:hover {
    color: #fff;
  }

  .social-media-link {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .header-dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 321px;
    padding-right: 24px;
    padding-left: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mega-menu-column {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .header-dropdown {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-icon {
    margin-right: 16px;
  }

  .mega-menu-container.w--open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mega-menu-container.second.w--open {
    width: 273px;
    margin-left: 38px;
  }

  .mega-menu-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .mega-menu-nav.services-column {
    width: 219px;
  }

  .mega-menu-nav-link {
    margin-left: -49px;
  }

  .mega-menu-nav-link._1-ad {
    margin-left: 4px;
  }

  .footer-fine-print-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subtitle {
    font-size: 15px;
  }

  .subtitle.post {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph.hero {
    font-size: 14px;
  }

  .paragraph.service {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.3em;
  }

  .paragraph.service.about {
    display: block;
    font-size: 15px;
    line-height: 1.3em;
  }

  .paragraph.contact-us {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.3em;
  }

  .paragraph.banner {
    display: none;
    width: 262px;
    text-align: left;
  }

  .paragraph.hero {
    font-size: 15px;
    line-height: 1.3em;
  }

  .header-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card.benefits {
    width: 288px;
    max-width: 287.9861145019531px;
    padding: 40px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card.post-box {
    margin-top: -32px;
  }

  .card.contact-us {
    padding: 40px 20px;
  }

  .title.banner {
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
    text-align: center;
  }

  .title.benefits {
    font-size: 18px;
  }

  .title.footer {
    margin-bottom: 24px;
    color: #fff;
  }

  .title.post-card {
    font-size: 25px;
  }

  .title.success {
    font-size: 18px;
  }

  .title.our-commitment {
    font-size: 23px;
    line-height: 1.2em;
  }

  .title.footer {
    margin-bottom: 24px;
  }

  .title.success {
    font-size: 18px;
  }

  .title.benefits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.3em;
    text-align: center;
  }

  .contact-icon {
    margin-right: 12px;
  }

  .container-879px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .rich-text p {
    font-size: 15px;
    line-height: 1.3em;
  }

  .rich-text h2 {
    font-size: 20px;
    line-height: 1.2em;
  }

  .container-1136px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .zigzag-grid.steps {
    margin-right: auto;
    margin-left: auto;
  }

  .partners-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .our-commitment-wrapper {
    margin-bottom: 64px;
  }

  .partners-image.logo-1 {
    width: 50%;
    margin-bottom: -12px;
  }

  .partners-image.logo-3 {
    width: 53%;
  }

  .partners-image.logo-4 {
    width: 56%;
  }

  .banner-bg-element._1 {
    left: -8%;
    top: -10%;
    width: 146px;
  }

  .banner-bg-element._2 {
    top: -11%;
    right: -25%;
    width: 53%;
  }

  .banner-bg-element._3 {
    left: -3%;
    bottom: -14%;
    width: 220px;
  }

  .banner-bg-element._5 {
    right: -7%;
    bottom: -70px;
  }

  .banner-bg-element._6 {
    top: -49px;
    right: -18%;
  }

  .banner-bg-element._7 {
    left: -7%;
    bottom: -61px;
  }

  .image {
    height: 310px;
  }

  .contact-us-title.about-level {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.2em;
  }

  .step-image {
    width: 70%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .grid-2-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .link {
    font-size: 20px;
  }

  .faq-dropdown-2 {
    margin-bottom: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-1360px-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .menu-sticky-wrapper-2 {
    text-align: left;
  }

  .button-primary-2 {
    width: 100%;
  }

  .button-primary-2.large {
    padding: 20px 36px;
    white-space: normal;
  }

  .button-primary-2.large {
    padding: 20px 36px;
    white-space: normal;
  }

  .button-primary-2.large {
    padding: 20px 36px;
    white-space: normal;
  }

  .span-color-primary-2.new-h {
    color: #fff;
  }

  .nav-link-2.sticky-menu._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 0px;
    color: #fff;
  }

  .nav-link-2.sticky-menu._4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    border-radius: 0px;
    color: #fff;
  }

  .nav-link-2.sticky-menu._4.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nav-link-2.sticky-menu._5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    border-radius: 0px;
    background-color: #0477a8;
    color: #fff;
  }

  .nav-link-2.sticky-menu._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 481px;
    margin-top: 0px;
    margin-left: -77px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    border-radius: 0px;
    color: #fff;
    text-align: center;
  }

  .nav-link-2.sticky-menu._1.color-2 {
    background-color: #0477a8;
  }

  .nav-link-2.sticky-menu._6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    border-radius: 0px;
    background-color: #8ecae6;
    color: #fff;
  }

  .nav-link-2.sticky-menu._7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    border-radius: 0px;
    background-color: #0477a8;
    color: #fff;
  }

  .nav-link-2.sticky-menu._8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    border-radius: 0px;
    background-color: #8ecae6;
    color: #fff;
  }

  .nav-link-2.sticky-menu._9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    border-radius: 0px;
    background-color: #0077a8;
    color: #fff;
  }

  .nav-link-2.sticky-menu._10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    border-radius: 0px;
    background-color: #8ecae6;
    color: #fff;
  }

  .nav-link-2.sticky-menu._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    border-radius: 0px;
    color: #fff;
  }

  .menu-sticky-2 {
    width: 282px;
    height: 489px;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .heading-6 {
    font-size: 25px;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 1.3em;
    text-align: center;
  }

  .grid-column-left-2 {
    min-height: auto;
  }

  .content-wrapper.white {
    padding-bottom: 0px;
  }

  .grid-flex-container {
    padding-bottom: 0px;
  }

  .grid-4 {
    height: 245px;
  }

  .inner-section {
    padding-top: 0px;
  }

  .subtitle-2 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .grid-3 {
    height: 150px;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 1.2em;
  }

  .paragraph-4 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .paragraph-5 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .header-box {
    width: 100%;
  }

  .h4-white.no-border {
    font-size: 15px;
    line-height: 24px;
  }

  .subtitle-3 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .mini-title {
    margin-bottom: 0px;
    font-size: 13px;
  }

  .ceo {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .show_skew-on_load {
    width: 297px;
  }

  .testimonial-wrapper-2 {
    height: 394px;
    min-height: 409px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .testimonial-picture-wrapper-2 {
    width: 150px;
    height: 150px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3.page-hero.insurance-4 {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .section-3.claim-hero.about-page {
    display: none;
  }

  .section-3.claim-hero.about-page.videso {
    display: none;
  }

  .section-3.claim-hero.about-page.solutions-page {
    display: none;
  }

  .section-3.bg-neutral-100 {
    padding-top: 1px;
    padding-bottom: 60px;
  }

  .section-3.offset {
    padding-bottom: 10px;
  }

  .section-3.home-hero {
    display: none;
  }

  .section-3.home-hero {
    display: none;
  }

  .paragraph-8 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .member-description-2.members {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0%;
  }

  .paragraph-11 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .container-1360px-4 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .services-grid-2 {
    margin-top: 40px;
  }

  .heading-8 {
    font-size: 25px;
    line-height: 1.3em;
  }

  .container-1360px-5 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .bg-hero-image-2 {
    height: 300px;
  }

  .bg-hero-image-2.claims.tax-calc {
    background-image: url('../images/calcualtor.jpg');
  }

  .about-heading-6 {
    font-size: 25px;
  }

  .heading-13 {
    font-size: 25px;
  }

  .heading-16 {
    font-size: 25px;
    font-weight: 400;
  }

  .heading-17 {
    font-size: 25px;
    font-weight: 400;
  }

  .heading-18 {
    font-size: 25px;
    font-weight: 400;
  }

  .bold-text-15 {
    font-weight: 400;
  }

  .bold-text-15.hero7 {
    color: #fff;
  }

  .bold-text-16 {
    font-weight: 400;
  }

  .bold-text-16.hero7 {
    color: #fff;
  }

  .bold-text-17 {
    line-height: 1.5em;
    font-weight: 400;
  }

  .bold-text-17.hero7 {
    color: #fff;
  }

  .national-p {
    font-size: 20px;
    line-height: 1.2em;
  }

  .paragraph-29 {
    font-size: 15px;
    line-height: 1.3em;
    text-align: center;
  }

  .paragraph-30 {
    font-size: 15px;
    line-height: 1.3em;
    text-align: center;
  }

  .paragraph-31 {
    font-size: 15px;
    line-height: 1.3em;
    text-align: center;
  }

  .heading-22 {
    margin: 60px auto 84px;
    font-size: 25px;
    line-height: 1.2em;
  }

  .heading-23 {
    margin-top: 0px;
    font-size: 25px;
  }

  .heading-24 {
    font-size: 25px;
  }

  .paragraph-32 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .heading-25 {
    font-size: 25px;
  }

  .heading-26 {
    font-size: 25px;
    line-height: 1.2em;
    text-align: center;
  }

  .heading-27 {
    font-size: 25px;
    line-height: 1.2em;
    text-align: center;
  }

  .heading-28 {
    font-size: 25px;
    text-align: center;
  }

  .heading-29 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .bold-text-19 {
    font-weight: 400;
  }

  .paragraph-35 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .paragraph-36 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .paragraph-37 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .paragraph-38 {
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
  }

  .paragraph-39 {
    font-size: 15px;
    text-align: center;
  }

  .paragraph-40 {
    font-size: 15px;
    text-align: center;
  }

  .paragraph-41 {
    font-size: 15px;
  }

  .paragraph-42 {
    margin-bottom: 49px;
    font-size: 15px;
  }

  .paragraph-43 {
    font-size: 15px;
  }

  .paragraph-44 {
    font-size: 15px;
  }

  .paragraph-45 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .paragraph-46 {
    font-size: 15px;
  }

  .heading-30 {
    font-size: 23px;
    line-height: 1.2em;
  }

  .paragraph-47 {
    font-size: 15px;
  }

  .paragraph-48 {
    font-size: 13px;
  }

  .heading-31 {
    font-size: 20px;
  }

  .paragraph-49 {
    font-size: 13px;
  }

  .heading-32 {
    font-size: 20px;
  }

  .paragraph-50 {
    font-size: 13px;
  }

  .heading-33 {
    font-size: 20px;
  }

  .paragraph-51 {
    font-size: 15px;
  }

  .heading-34 {
    margin-top: 61px;
    font-size: 20px;
    line-height: 1.3em;
  }

  .paragraph-52 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .paragraph-53 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .paragraph-54 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .hero-overlay {
    display: block;
    height: 300px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.72)), to(rgba(4, 119, 168, 0.72))), url('../images/APPS.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.72), rgba(4, 119, 168, 0.72)), url('../images/APPS.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, auto;
  }

  .centered-container {
    display: block;
    margin-top: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .heading-35 {
    margin-top: 20px;
    font-size: 27px;
    line-height: 1.3em;
  }

  .heading-35.hero7 {
    color: #fff;
  }

  .paragraph-56 {
    font-size: 15px;
  }

  .hero-overlay-2 {
    display: block;
    height: 300px;
    margin-top: 0px;
    padding-top: 43px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.7)), to(rgba(4, 119, 168, 0.7))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/family-page.jpg');
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.7), rgba(4, 119, 168, 0.7)), linear-gradient(180deg, transparent, transparent), url('../images/family-page.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
  }

  .centered-container-2 {
    text-align: left;
  }

  .heading-36 {
    color: #fff;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -24px;
    padding-bottom: 0px;
  }

  .dropdown-list {
    height: 441.8750305175781px;
    background-color: #4b9dc3;
  }

  .dropdown-list.w--open {
    position: absolute;
    left: -8%;
    top: 111%;
    right: 0%;
    bottom: auto;
    width: 325px;
    height: 384px;
    margin-top: -10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown-list.height.adjust.w--open {
    height: 144px;
  }

  .hero-overlay-3 {
    display: block;
    height: 300px;
    margin-top: 0px;
    padding-top: 55px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.7)), to(rgba(4, 119, 168, 0.7))), url('../images/page-advisor.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.7), rgba(4, 119, 168, 0.7)), url('../images/page-advisor.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 50% 50%, 0px 0px, 50% 50%;
    background-size: auto, cover, auto, auto;
  }

  .centered-container-3 {
    text-align: left;
  }

  .heading-37 {
    color: #fff;
  }

  .hero-overlay-4 {
    display: block;
    height: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 55px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.7)), to(rgba(4, 119, 168, 0.7))), url('../images/page-owners.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.7), rgba(4, 119, 168, 0.7)), url('../images/page-owners.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, -4px 0px, 0px 0px, 50% 50%;
    background-size: auto, cover, auto, auto;
  }

  .heading-38 {
    color: #fff;
  }

  .hero-overlay-5 {
    display: block;
    height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.7)), to(rgba(4, 119, 168, 0.7))), url('../images/business-meeting.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.7), rgba(4, 119, 168, 0.7)), url('../images/business-meeting.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, auto;
  }

  .heading-39 {
    color: #fff;
  }

  .grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 273px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-overlay-6 {
    display: block;
    height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.7)), to(rgba(4, 119, 168, 0.7))), url('../images/news-2.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.7), rgba(4, 119, 168, 0.7)), url('../images/news-2.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, cover, auto, auto;
  }

  .heading-41 {
    color: #fff;
    font-size: 34px;
  }

  .hero-overlay-7 {
    display: block;
    height: 300px;
    margin-bottom: 74px;
    padding-top: 71px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.7)), to(rgba(4, 119, 168, 0.7))), url('../images/60e1f30816de16664b24e514_tax-img.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.7), rgba(4, 119, 168, 0.7)), url('../images/60e1f30816de16664b24e514_tax-img.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, -116px 0px, 0px 0px, 50% 50%;
    background-size: auto, cover, auto, auto;
  }

  .heading-42 {
    color: #fff;
  }

  .hero-overlay-8 {
    display: block;
    height: 300px;
    margin-bottom: 54px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.7)), to(rgba(4, 119, 168, 0.7))), url('../images/news-2.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.7), rgba(4, 119, 168, 0.7)), url('../images/news-2.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, cover, auto, auto;
  }

  .heading-43 {
    padding-top: 22px;
    color: #fff;
  }

  .hero-overlay-9 {
    display: block;
    height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.7)), to(rgba(4, 119, 168, 0.7))), url('../images/calcualtor.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.7), rgba(4, 119, 168, 0.7)), url('../images/calcualtor.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, cover, auto, auto;
  }

  .heading-44 {
    padding-top: 61px;
    color: #fff;
  }

  .hero-overlay-10 {
    display: block;
    height: 300px;
    margin-bottom: 62px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 119, 168, 0.7)), to(rgba(4, 119, 168, 0.7))), url('../images/solutions-2.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: linear-gradient(180deg, rgba(4, 119, 168, 0.7), rgba(4, 119, 168, 0.7)), url('../images/solutions-2.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 50% 50%, 0px 0px, 50% 50%;
    background-size: auto, cover, auto, auto;
  }

  .paragraph-57 {
    text-align: center;
  }

  .paragraph-58 {
    text-align: center;
  }

  .button-primary-3 {
    display: block;
    padding: 24px 16px;
    font-size: 16px;
  }

  .list-wrapper {
    font-size: 16px;
  }

  .image-2.list-icon {
    margin-right: 10px;
  }

  .home-process-slider-right-arrow {
    top: 270px;
    right: -14px;
    width: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .home-process-slider-right-arrow:hover {
    background-color: #8ecae6;
  }

  .container-medium-664px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-664px.home-process {
    text-align: left;
  }

  .card-3 {
    border-radius: 30px;
  }

  .card-3.home-process {
    width: 100%;
    max-width: 804px;
    padding: 245px 25px 44px;
  }

  .home-process-slide {
    z-index: -10;
  }

  .card-process-features-grid-2 {
    display: none;
  }

  .button-primary-4 {
    display: block;
    padding: 24px 16px;
    font-size: 16px;
  }

  .subtitle-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .subtitle-wrapper.center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .subtitle-shape {
    display: block;
  }

  .subtitle-shape.hidden {
    display: block;
    background-color: #0077a8;
    color: #0077a8;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-process-slider-left-arrow {
    left: -14px;
    top: 270px;
    width: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .home-process-slider-left-arrow:hover {
    background-color: #8ecae6;
  }

  .image-wrapper.home-process {
    max-width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .heading-45 {
    margin-bottom: 0px;
    text-align: center;
  }

  .heading-46 {
    margin-bottom: 0px;
  }

  .heading-47 {
    margin-bottom: 0px;
    text-align: center;
  }

  .author-block {
    margin-top: 15px;
  }

  .testimonial-image {
    margin-right: 0px;
  }

  .horizontal-content-block {
    padding-right: 15px;
    padding-bottom: 70px;
    padding-left: 15px;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .paragraph-59 {
    width: 275px;
  }

  .paragraph-59.bpoil {
    margin-right: 0px;
    margin-left: 0px;
  }

  .arrow-wrapper-t6 {
    width: 40px;
    height: 40px;
  }

  .slider-t6 {
    padding-bottom: 60px;
  }

  .bold-text-20 {
    line-height: 1.5em;
    font-weight: 400;
  }

  .bg-hero-image-3 {
    height: 300px;
  }

  .bold-text-21 {
    font-weight: 400;
  }

  .header-logo-2 {
    width: 208px;
  }

  .text-block-7 {
    color: #fff;
  }

  .icon {
    color: #fff;
  }

  .text-block-8 {
    color: #fff;
  }

  .icon-2 {
    color: #fff;
  }

  .right-arrow-t6-2 {
    width: 40px;
    height: 40px;
    margin: 0px -15px 266px 0px;
  }

  .mask-2 {
    height: 459px;
  }

  .testimonials-wrapper-2 {
    width: 100%;
    height: 533px;
    border-radius: 0px;
  }

  .heading-50 {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
    line-height: 1.2em;
  }

  .section-5 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .quote-t6-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 11px;
    line-height: 1.4em;
  }

  .quote-t6-2.t6-1-q {
    margin-top: 0px;
    padding-top: 0px;
  }

  .quote-t6-2.t6-3 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .quote-t6-2.t6-2 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .left-arrow-t6-2 {
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 266px;
    margin-left: -15px;
  }

  .user-name-t6-2 {
    margin-top: 80px;
    font-size: 15px;
  }

  .user-name-t6-2.username-75 {
    margin-top: 100px;
  }

  .user-name-t6-2.tc-username {
    margin-top: 0px;
  }

  .user-name-t6-2.us-t5 {
    margin-top: 123px;
  }

  .slide-2 {
    height: 453px;
  }

  .fam-txt {
    color: #fff;
  }

  .iconfam {
    color: #fff;
  }

  .dropdown-list-2 {
    background-color: #756464;
  }

  .dropdown-list-2.w--open {
    position: relative;
    width: 238px;
    height: 454px;
    margin-left: 71px;
    background-color: #fff;
  }

  .dropdown-list-4 {
    background-color: #684747;
  }

  .dropdown-list-4.w--open {
    position: relative;
    width: 293px;
    height: 456px;
    margin-left: 77px;
    background-color: #fff;
  }

  .link-block {
    text-decoration: none;
  }

  .link-block-2 {
    color: #000;
    text-decoration: none;
  }

  .link-block-2:hover {
    color: #0077a8;
  }

  .text-block-10 {
    margin-right: 20px;
    color: #000;
  }

  .paragraph-60 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-61 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-_3c5dc118-20fd-1c1e-bd17-36700dba3ab6-4c459b66 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3c5dc118-20fd-1c1e-bd17-36700dba3ab7-4c459b66 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3c5dc118-20fd-1c1e-bd17-36700dba3ab8-4c459b66 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3c5dc118-20fd-1c1e-bd17-36700dba3ab9-4c459b66 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d918f8b1-bcbe-ed1c-8c77-15ca3d5de290-0a459bd2 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1661aab9-79a0-228c-ab38-50cc212d62eb-0a459bd2 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ea6bd9e4-5d4a-9c58-28b9-dceb48255ff0-0a459bd2 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_3c5dc118-20fd-1c1e-bd17-36700dba3ab6-4c459b66 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3c5dc118-20fd-1c1e-bd17-36700dba3ab9-4c459b66 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4ae7eae4-6d16-d41d-a064-fc42b7318290-4c459b66 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_54f03e21-f0e8-d45b-b3d9-3c6f4d6ccfd1-e6459b96 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc420de4-79b0-5847-5bbd-6bb9eb4b37b9-ae2f46c5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3c5dc118-20fd-1c1e-bd17-36700dba3ab6-4c459b66 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3c5dc118-20fd-1c1e-bd17-36700dba3ab7-4c459b66 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3c5dc118-20fd-1c1e-bd17-36700dba3ab8-4c459b66 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8ef0d41a-424e-f149-fd8f-0015b296fc0c-4c459b66 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c3fd50b9-523e-1940-83b9-2b40ee906084-61459b91 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c3fd50b9-523e-1940-83b9-2b40ee906084-7c459b9a {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_692407ee-75c2-6fe2-13ae-214006dd63f3-0a459bd2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d918f8b1-bcbe-ed1c-8c77-15ca3d5de290-0a459bd2 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_1661aab9-79a0-228c-ab38-50cc212d62eb-0a459bd2 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_69b0524e-ca4f-26fb-067e-b9204694cfe3-0a459bd2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_76ebfd46-c723-1198-dbdd-ff7105def02f-0a459bd2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ea6bd9e4-5d4a-9c58-28b9-dceb48255ff0-0a459bd2 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3c5dc118-20fd-1c1e-bd17-36700dba3ab7-4c459b66 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3c5dc118-20fd-1c1e-bd17-36700dba3ab8-4c459b66 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3c5dc118-20fd-1c1e-bd17-36700dba3ab9-4c459b66 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Arrows care template';
  src: url('../fonts/arrows-care-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Abcfavorit trial';
  src: url('../fonts/ABCFavorit-Regular-Trial.woff2') format('woff2'), url('../fonts/ABCFavorit-Regular-Trial.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icons applications4life';
  src: url('../fonts/icons-applications4life.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}