@font-face {
  font-family: Libre Baskerville;
  src: url('../fonts/LibreBaskerville-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Libre Baskerville;
  src: url('../fonts/LibreBaskerville-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Libre Baskerville;
  src: url('../fonts/LibreBaskerville-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-grey: #163a42;
  --bold: #31657b;
  --dark-slate-grey-2: #31657b;
  --black-2: #e7edf1;
  --black-3: #5e6e1c;
  --cadet-blue: #699eb3;
  --light-sky-blue: #68c7f8;
  --green-finance: #8fa33b;
  --alice-blue-2: #e7e9d0;
  --trans-white: #e7edf1bf;
  --alice-blue: #f8fafb;
  --pale: #7395a3;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Libre Baskerville, Georgia, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

h1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.75em;
}

h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.75em;
}

h3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 2em;
}

h4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Libre Baskerville, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 2em;
}

h5 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Libre Franklin, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2em;
}

p {
  color: #31657b;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 2em;
}

a {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.main-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, Georgia, sans-serif;
  font-size: 52px;
  line-height: 72px;
}

.exp-paragraph {
  color: var(--bold);
  margin-bottom: 2rem;
  padding-bottom: 0;
  font-family: Libre Franklin, Verdana, sans-serif;
  font-size: 20px;
  line-height: 1.75em;
}

.exp-paragraph.body {
  color: var(--dark-slate-grey-2);
  width: auto;
  max-width: 500px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.exp-paragraph.body.services {
  background-color: #0000;
  max-width: 840px;
  height: auto;
  margin-bottom: 40px;
}

.exp-paragraph.body.services.legal {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.exp-paragraph.content-b {
  color: var(--dark-slate-grey-2);
  align-self: auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
}

.exp-paragraph.content-b.cta {
  color: var(--black-2);
  text-align: center;
  padding-bottom: 30px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.exp-paragraph.header {
  color: #fff;
}

.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 75vh;
  min-height: 45rem;
  max-height: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hero-section.home {
  height: 90vh;
  padding-top: 6rem;
  overflow: hidden;
}

.nav-flex {
  z-index: 100000000;
  background-color: #0000;
  background-image: linear-gradient(#031b20, #fff0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 155px;
  padding: 50px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.overlay {
  z-index: 0;
  opacity: 1;
  object-fit: cover;
  background-image: linear-gradient(95deg, #01141cb3, #08405800);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.button {
  text-align: center;
  background-color: #68c7f8;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 65px;
  padding: 24px 30px;
  font-family: Libre Franklin, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.underline {
  width: auto;
  max-width: 500px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.underline.services {
  z-index: 0;
  background-color: #0000;
  justify-content: flex-start;
  margin-bottom: 1rem;
  display: block;
}

.underline.services.cta {
  justify-content: center;
  max-width: 100%;
  display: flex;
}

.nav-link {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Libre Franklin, Verdana, sans-serif;
  font-size: 16px;
}

.nav-link.legal-style {
  color: #fff;
  background-color: #31657b;
  border-radius: 10px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  position: relative;
}

.nav-link.financial-style {
  color: #fff;
  background-color: #8fa33b;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link.contact-style {
  background-color: #68c7f8;
  border-radius: 10px;
  order: 1;
}

.contact-nav-menu {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-right: 41px;
  display: flex;
}

.image-2 {
  clear: none;
  display: inline-block;
}

.hero-image {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.logo-div {
  float: left;
  order: -1;
}

.menu-section-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block.cta {
  color: var(--cadet-blue);
  background-color: #e7edf1bf;
  border-radius: 10px;
  flex: none;
  order: -1;
  justify-content: center;
  align-items: center;
  min-width: 12rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 12px 32px;
  font-family: Libre Franklin, Verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.link-block.cta:hover {
  background-color: #e7edf1;
}

.link-block.cta.modal-trig {
  background-color: var(--light-sky-blue);
  color: #fff;
  font-size: 16px;
}

.text-block {
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  line-height: 16px;
}

.text-block.number {
  color: var(--dark-slate-grey-2);
  flex: none;
  font-size: 16px;
  font-weight: 500;
}

.image-4 {
  height: 1.25rem;
}

.nav-link-2 {
  color: var(--black-2);
  letter-spacing: .25px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 5px 10px;
  font-family: Libre Franklin, Verdana, sans-serif;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.contact-button {
  background-color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: -.01em;
  border-radius: 8px;
  min-width: 8.5rem;
  padding: 10px 32px;
  font-family: Libre Franklin, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  box-shadow: inset 0 0 0 1px #ffffff1f;
}

.contact-button:hover {
  box-shadow: inset 0 0 0 100px #ffffff29;
}

.contact-button.cta {
  width: 250px;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 16px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-cta {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav-dropdown-list {
  background-color: var(--dark-slate-grey-2);
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  background-color: #120d30;
  border: 1px solid #1d183a;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 36px;
  box-shadow: 1px 1px 3px #c1bbf40d;
}

.nav-dropdown-list.nd-list-2 {
  background-color: #e7e9d0;
  border: 1px #000;
  border-radius: 10px;
  inset: 3.5rem auto auto 0%;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.sw-main-menu {
  z-index: 1000;
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--dark-slate-grey), #fff0);
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Libre Franklin, Verdana, sans-serif;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.sw-main-menu.initial {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.main-nav-list-item {
  margin-left: .5rem;
  margin-right: .5rem;
}

.main-nav-list-item.legal {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #31657b;
  background-clip: border-box;
  border-radius: 10px;
  font-family: Libre Franklin, Verdana, sans-serif;
  position: relative;
}

.main-nav-list-item.financial {
  background-color: var(--green-finance);
  border-radius: 10px;
  font-family: Libre Franklin, Verdana, sans-serif;
  position: relative;
}

.nav-dropdown-icon {
  color: #fff;
  margin: 0 0 0 .5rem;
  font-weight: 400;
  position: static;
}

.navbar-brand {
  width: 14rem;
  margin-right: 2rem;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 7rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.nav-dropdown-toggle {
  color: #0e0a25;
  letter-spacing: .25px;
  justify-content: space-around;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle.w--open {
  display: flex;
  position: static;
}

.nav-menu-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-2, .text-block-3 {
  color: #fff;
  font-weight: 400;
}

.sw-logo-svg {
  width: 10rem;
}

.bg-image-mobile {
  display: none;
}

.underline-svg {
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.oblique-1 {
  z-index: 10;
  background-color: #1589c3;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  transform: skew(0deg, -5deg);
}

.oblique-1.legal {
  background-color: var(--cadet-blue);
  opacity: .05;
}

.oblique-1.finance {
  background-color: #8fa33b0d;
}

.sw-transp {
  z-index: 1;
  position: absolute;
  inset: auto auto -9.5rem 0%;
}

.text-image-1 {
  object-fit: fill;
  display: block;
}

.heading {
  color: var(--dark-slate-grey-2);
  max-width: 840px;
  font-family: Libre Baskerville, Georgia, sans-serif;
}

.heading.ti-section {
  color: var(--dark-slate-grey);
  align-self: flex-start;
  width: auto;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 61px;
}

.heading.ti-section.services {
  z-index: 0;
  background-color: #0000;
  max-width: 1080px;
  height: auto;
}

.heading.ti-section.services.law {
  color: var(--cadet-blue);
  text-align: left;
  background-color: #0000;
  justify-content: flex-start;
}

.heading.ti-section.services.finance {
  color: var(--green-finance);
  background-color: #0000;
  justify-content: flex-start;
}

.heading.ti-section.services.a-n {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.heading.content-block {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 38px;
}

.heading.content-block.legal {
  color: var(--dark-slate-grey-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 38px;
}

.heading.content-block.finance {
  color: var(--green-finance);
}

.heading.cta {
  color: var(--black-2);
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 42px;
}

.sw-textblock {
  width: auto;
  max-width: 500px;
  font-family: Libre Baskerville, Georgia, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.text-wrapper {
  float: left;
  width: 100%;
  max-width: 500px;
  position: relative;
}

.parallax-image-split {
  float: none;
  position: relative;
}

.pimsplit-inner {
  z-index: 1;
  border-radius: 50px 0;
  width: 34rem;
  height: 34rem;
  display: block;
  position: relative;
}

.pimsplit-inner-2 {
  z-index: 0;
  background-color: var(--black-2);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 34rem;
  height: 34rem;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.services {
  color: var(--green-finance);
  background-color: #f8fafb;
  justify-content: center;
  display: block;
  position: relative;
}

.sw-content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black-2);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: 22rem;
  height: 100%;
  min-height: 22rem;
  padding: 40px;
  display: flex;
  position: relative;
}

.sw-content-block.law {
  flex-wrap: wrap;
  align-items: center;
  margin-right: .5rem;
  display: flex;
}

.sw-content-block.law.feature {
  flex: 1 0 48%;
  min-width: 28rem;
  margin-right: 0;
}

.sw-content-block.financial {
  background-color: var(--alice-blue-2);
  flex-wrap: wrap;
  align-items: center;
  margin-left: .5rem;
}

.sw-content-block.financial.feature {
  flex: 1 0 48%;
  margin-left: 0;
}

.sw-content-block.article {
  grid-template-rows: auto auto auto auto;
  padding-bottom: 6rem;
  display: flex;
}

.sw-content-block.article.legal {
  flex-flow: wrap;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sw-content-block.article.legal.financepages {
  background-color: var(--alice-blue-2);
}

.sw-content-block.article.finance {
  background-color: var(--alice-blue-2);
  flex-direction: column;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sw-text.services {
  clear: none;
  background-color: #0000;
  height: auto;
  max-height: none;
  display: block;
  position: relative;
}

.sw-grid-wrapper {
  grid-column-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin: 0;
  display: flex;
}

.sw-logo {
  margin-left: 0;
}

.sw-logo.wrapper {
  width: 100%;
  margin-bottom: 4rem;
}

.learn-more {
  color: var(--dark-slate-grey);
  text-align: center;
  align-self: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Libre Franklin, Verdana, sans-serif;
  font-weight: 500;
}

._3-column-content {
  justify-content: center;
  display: flex;
  position: relative;
}

._3-column-content.approach {
  display: block;
}

.sw-cta {
  background-color: var(--dark-slate-grey-2);
  justify-content: center;
  width: auto;
  max-width: 100%;
  height: auto;
  display: flex;
}

.overheader {
  letter-spacing: 6px;
  font-family: Libre Franklin, Verdana, sans-serif;
  font-size: 14px;
}

.overheader.legal {
  color: var(--dark-slate-grey-2);
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}

.overheader.finance {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.grid-3-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Header-underline Header-underline Header-underline" 100px
                 "Block-1 Block-2 Block-3" 430px
                 "CTA CTA CTA" 100px
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.sw-content-block-icon {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.icon-3 {
  width: 6rem;
  height: auto;
}

.sw-cta-bg {
  z-index: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.sw-cta-bg-image {
  opacity: .5;
}

.grid-sw-cta-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
}

.testimonials-section {
  justify-content: center;
}

.slide-horizontal {
  min-height: 400px;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.grid-title-element {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Header-area Header-area" 100px
                 "Content-area Content-area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
  position: relative;
}

.footer {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.footer.full-height {
  background-image: none;
  width: 100%;
  position: relative;
}

.dropdown-list {
  width: 100%;
  top: 3.5rem;
  left: 0;
}

.dropdown-list.w--open {
  background-color: #e7edf1;
  border-radius: 9px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.div-block {
  z-index: 10;
  max-width: 44rem;
  padding: 2rem;
  position: relative;
}

.edd-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 2rem;
  position: relative;
}

.edd-container.testimonial-container {
  padding-top: 0;
  padding-bottom: 0;
}

.edd-container._6rem {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.edd-container._6rem.column {
  flex-direction: column;
  display: flex;
}

.edd-container._6rem.ergergergherhgerg {
  padding-top: 0;
}

.edd-container.site-deets-footer {
  color: var(--trans-white);
  justify-content: space-between;
  padding: 1rem;
  font-size: 12px;
  display: flex;
}

.edd-container.cols {
  display: flex;
}

.edd-container.archive {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.edd-container.nomarge {
  padding-top: 0;
  padding-bottom: 2rem;
}

.edd-container.horizontal {
  align-items: center;
  display: flex;
}

.edd-container.no-top-marge {
  padding-top: 0;
}

.edd-container.classic-approach {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.edd-container.gehegmeg {
  text-align: center;
  padding-top: 0;
}

.header-overlay {
  background-image: linear-gradient(to bottom, var(--dark-slate-grey), #fff0);
  display: block;
  position: absolute;
  inset: 0%;
}

.image-5 {
  width: auto;
  height: 4rem;
  margin-bottom: 2rem;
}

.div-block-2 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #163a4200;
  background-image: url('../images/sw-footerwebp.webp');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  background-color: var(--dark-slate-grey);
  opacity: .95;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  max-width: 10rem;
  max-height: 6rem;
  margin: 1rem 2rem;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area Area-2 Area-2"
                 ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 6rem;
  margin-bottom: 0;
  padding-top: 0;
}

.foot-cell-border {
  border: 1px solid #656774;
  border-right-width: 0;
  align-items: flex-end;
  height: 6.5rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.foot-cell-border.last {
  border-left-width: 1px;
  border-right-width: 1px;
}

.image-6 {
  width: 12rem;
}

.image-6.footgridlogo2 {
  width: auto;
  height: 2.5rem;
}

.foot-grid-cell {
  padding: 0;
  font-size: 16px;
  line-height: 32px;
}

.foot-grid-cell.foot-grid-bottom-border {
  border-bottom: 1px solid #656774;
  border-left: 1px solid #656774;
}

.foot-grid-cell.foot-grid-bottom-border.last {
  border-left-width: 0;
  border-right: 1px solid #656774;
}

.foot-grid-cell.foot-grid-bottom-border.last.head {
  border-left-width: 0;
}

.foot-grid-cell.foot-grid-bottom-border.head {
  border-top: 1px solid #656774;
  border-left-style: solid;
  border-left-width: 1px;
  height: 6.5rem;
}

.footer-head {
  color: #fff;
  margin: 2px;
  padding-top: 2rem;
}

.collection-list-wrapper {
  padding: 0;
}

.collection-list-wrapper.footmenulist {
  padding-bottom: 4rem;
}

.collection-item {
  color: var(--black-2);
  font-family: Libre Baskerville, Georgia, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.link {
  color: #e7edf1bf;
  line-height: 34px;
  text-decoration: none;
}

.link:hover {
  color: #e7edf1;
}

.link.footgridmenulink {
  margin-bottom: 1rem;
  line-height: 24px;
  transition: color .3s;
  display: inline-block;
}

.footer-subtext {
  color: var(--trans-white);
  text-align: left;
  padding: 2rem;
  font-family: Libre Baskerville, Georgia, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.text-container {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.text-container.left {
  margin-left: 0;
}

.initial-header {
  color: var(--alice-blue);
}

.div-block-4, .div-block-5 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section {
  margin-bottom: -7.5rem;
  position: relative;
}

.section.hero-container {
  margin-bottom: 0;
}

.header-section {
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.collection-item-2 {
  flex: 0 0 30%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-icon {
  text-align: right;
  text-transform: lowercase;
  font-family: Material Icons, sans-serif;
  font-size: 24px;
}

.div-block-8 {
  width: 0;
  margin-left: .5rem;
  display: block;
  overflow: hidden;
}

.slide-button {
  justify-content: flex-end;
  margin-bottom: 2rem;
  margin-right: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.slide-button.block-footer {
  margin: 0 auto;
  position: static;
}

.services-where-next {
  margin-top: 4rem;
  position: relative;
}

.div-block-10 {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50% 0% 0%;
  transform: translate(0, -50%);
}

.swcb-heading {
  min-height: 6rem;
}

.div-block-11 {
  width: 100%;
}

.link-block-2 {
  z-index: 9;
  position: absolute;
  inset: 0%;
}

.oblique-holder {
  background-color: var(--alice-blue);
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.div-block-13 {
  font-family: Libre Franklin, Verdana, sans-serif;
  position: relative;
}

.div-block-14 {
  background-color: var(--dark-slate-grey);
  opacity: .78;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.text-block-4 {
  color: var(--trans-white);
  flex: none;
  align-self: center;
}

.terms-link {
  color: var(--trans-white);
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}

.link-7 {
  color: var(--light-sky-blue);
  -webkit-text-stroke-color: var(--light-sky-blue);
  text-decoration: none;
}

.footer-links-menu {
  text-align: center;
  flex: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}

.foot-contact-stack {
  margin-bottom: 1rem;
  display: flex;
}

.div-block-17 {
  color: var(--trans-white);
  flex: 1;
}

.footmenusidepanel {
  width: 3rem;
  padding-top: 0;
  padding-right: 1rem;
}

.footmenusidepanel.phone {
  width: 6rem;
}

.link-8, .link-9 {
  color: var(--black-2);
  text-decoration: none;
}

.nav-main {
  width: 100%;
}

.collection-list {
  grid-column-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  margin-bottom: 2rem;
  display: flex;
}

.body-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.image-7 {
  max-width: 20rem;
  margin-bottom: 2rem;
}

.new-navbar {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--dark-slate-grey), transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.mini-head-logo {
  height: 3rem;
  display: none;
}

.main-nav-menu {
  flex: 1;
  min-width: 38rem;
}

.main-nav-link {
  color: var(--alice-blue);
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Libre Franklin, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.main-nav-link.w--current {
  color: var(--black-2);
}

.brand {
  float: none;
  flex: none;
}

.dropdown-toggle-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.drop-menu-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-list-inner {
  z-index: 9999999;
  border-radius: 10px;
  width: 20rem;
  padding: 1rem;
  display: none;
  top: 100%;
  left: 0;
}

.dropdown-list-inner.finance, .dropdown-list-inner.finance.w--open {
  background-color: var(--alice-blue-2);
  margin-top: 1rem;
}

.dropdown-list-inner.legal {
  background-color: var(--black-2);
}

.dropdown-list-inner.legal.w--open {
  margin-top: 1rem;
}

.dropdown-list-link {
  color: #699eb3;
  width: 100%;
  padding: .5rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  display: block;
}

.dropdown-list-link.finan, .dropdown-list-link.finance {
  color: var(--green-finance);
}

.dropdown-list-link.finance.initial {
  padding-left: 0;
  font-weight: 800;
}

.dropdown-list-link.initial {
  font-weight: 800;
}

.dropdown-collection-wrapper {
  flex-wrap: wrap;
}

.dropdown-collection-inner {
  float: none;
  clear: none;
  flex-flow: column wrap;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: flex-start;
  display: flex;
}

.dropdown-collection-object {
  align-items: center;
  width: 100%;
  height: 2rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.action-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.block-heading.facebook {
  flex: 1;
  padding-right: 2rem;
}

.block-footer {
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.block-footer.in-content {
  margin-bottom: 0;
}

.link-block-3 {
  z-index: 2;
  display: block;
  position: absolute;
  inset: 0%;
}

.page-content {
  margin-top: 2rem;
}

.page-content.edd-container {
  display: block;
}

.sw-logo-inset {
  width: auto;
  height: 3rem;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.finance {
  color: var(--green-finance);
}

.edd-container-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.edd-container-inner.align-top {
  align-items: flex-start;
}

.edd-container-inner.align-top.text-container {
  flex-direction: column;
}

.edd-container-inner.a {
  width: 66%;
}

.edd-container-inner.b {
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
}

.edd-container-inner.dgdfgdfg {
  flex-flow: column;
  align-items: flex-end;
}

.legal {
  color: var(--cadet-blue);
}

.legal.legal-body {
  background-color: var(--dark-slate-grey);
}

.heading-3 {
  color: var(--dark-slate-grey-2);
  margin-bottom: 1rem;
  font-size: 23px;
  font-weight: 400;
  line-height: 41px;
}

.html-embed {
  width: 100%;
  margin-top: 4rem;
}

.image-8 {
  height: 4rem;
}

.collection-list-2 {
  flex-wrap: wrap;
  display: flex;
}

.html-embed-2 {
  flex: none;
  order: 1;
  width: 110%;
  position: relative;
  inset: -50px 0% 0% -5%;
}

.oblique-footer {
  position: relative;
  transform: translate(0, -5vw)rotate(-5deg);
}

.whiteandwhite {
  background-color: #fff;
  width: 115vw;
  height: 15vw;
  position: absolute;
  inset: 0% 0% auto -7.5vw;
}

.first-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.style-section {
  background-color: #fff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  min-height: 98vh;
  margin: 1rem;
  display: flex;
  position: relative;
}

.body-3 {
  background-color: var(--dark-slate-grey);
}

.container-3 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.heading-4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 2em;
}

.heading-5, .heading-6, .heading-7 {
  line-height: 2em;
}

.heading-8, .heading-9 {
  line-height: 1.75em;
}

.heading-10 {
  position: absolute;
  inset: 1rem auto auto 2rem;
}

.legal-button {
  background-color: var(--light-sky-blue);
  border-radius: .5rem;
  padding: 1rem 2rem;
  font-size: 22px;
}

.legal-button.modal-button {
  float: right;
  background-color: var(--cadet-blue);
}

.legal-button.close {
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #68c7f800;
  padding-top: 0;
  padding-right: 0;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.modal-outer {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #163a4280;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0 0% 0;
  overflow: auto;
}

.modal-outer.legal {
  z-index: 999999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #163a42cc;
}

.modal-outer.initial-mo {
  display: none;
}

.modal-body {
  background-color: var(--black-2);
  border-radius: 1rem;
  width: 75vw;
  min-width: 400px;
  max-width: 1400px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 6rem 2rem;
  position: relative;
}

.form-block {
  width: 100%;
}

.sw-input {
  border: 0 solid #000;
  border-radius: .5rem;
  margin-bottom: 1rem;
  padding: 2rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.flex-block {
  flex-direction: row;
}

.form-aside {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.form-aside.a {
  width: 50%;
}

.reviews-thing {
  display: none;
  position: absolute;
}

.stocks-text-outer {
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.div-block-21 {
  color: var(--green-finance);
}

.stocks-widget {
  width: 75%;
}

.html-embed-3 {
  width: 100%;
  height: 550px;
  padding-left: 2rem;
}

.div-block-22 {
  width: 100%;
  padding-right: 2rem;
}

.blog-posts-header {
  color: #fff;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  display: block;
  position: relative;
}

.team-circles.auto {
  display: block;
}

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

.centered-heading {
  color: var(--dark-slate-grey-2);
  text-align: left;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: left;
  max-width: 530px;
  margin-left: 0;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  margin-top: 50px;
  display: flex;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 30%;
  padding: 1rem;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  position: relative;
}

.team-member-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 1rem;
  width: 280px;
  height: 380px;
  margin-bottom: 2rem;
}

.team-member-name {
  color: var(--dark-slate-grey-2);
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph {
  font-weight: 400;
}

.header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.main {
  background-color: #fff;
}

.text-span {
  font-size: 14px;
}

.caption {
  flex: 1;
  font-family: Libre Franklin, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 175%;
}

.div-block-23, .div-block-24 {
  width: 100%;
}

.div-block-25 {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

.white {
  color: #fff;
  text-align: center;
}

.generic {
  color: var(--dark-slate-grey-2);
}

.section-2 {
  display: none;
}

.right-arrow {
  background-color: var(--dark-slate-grey);
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  transition: all .2s;
  inset: 0% -20px 0% auto;
}

.right-arrow:hover {
  transform: translate(2px);
}

.testimonial-card {
  background-color: #fff;
  height: 100%;
  display: flex;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.play-button {
  position: absolute;
}

.testimonial-image-wrap {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-horizontal {
  background-color: #0000;
  width: 100%;
  min-height: 400px;
}

.horizontal-quote-h4 {
  color: var(--pale);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.75em;
}

.horizontal-logo {
  margin-bottom: 25px;
}

.left-arrow {
  background-color: var(--dark-slate-grey);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  left: -20px;
}

.left-arrow:hover {
  transform: translate(-2px);
}

.column-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.author-name {
  color: var(--dark-slate-grey-2);
  margin-top: 0;
  margin-bottom: 0;
}

.author-job {
  color: #151c3480;
}

.horizontal-angle {
  z-index: 99;
  object-fit: cover;
  height: 101%;
  position: absolute;
  inset: 0% -2% 0% auto;
}

.mask-horizontal {
  overflow: visible;
}

.play-icon {
  width: 60px;
}

.slide-nav {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

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

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

.horizontal-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding: 120px 3%;
  display: flex;
  overflow: hidden;
}

.no-overflow {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post-image {
  border-radius: 20px 0;
  width: 33.33%;
  overflow: hidden;
}

.blog-post-image-inner {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-container {
  border-bottom: 1px solid var(--black-2);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.blog-post-caption {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 400px;
  padding: 2rem 4rem;
  display: flex;
  position: relative;
}

.image-9 {
  color: var(--dark-slate-grey);
}

.heading-11 {
  color: var(--dark-slate-grey);
  line-height: 1.5em;
}

.radio-button-field {
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.radio-button-label {
  margin-left: 1rem;
}

.horizontal-flex {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.horizontal-flex.mobile {
  margin-top: 2rem;
}

.form-hfive {
  border-bottom: 1px solid #699eb380;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
}

.form-label {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.form-labe {
  margin-bottom: 1rem;
}

.probate-form {
  display: block;
}

.textarea {
  padding: 2rem;
}

.primary {
  font-size: 16px;
}

.blog-card-overhead {
  margin-bottom: 1rem;
  font-size: 14px;
}

.blog-card-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-card-excerpt {
  margin-bottom: 4rem;
}

.next-button {
  background-color: #fafafa00;
  border-width: 0;
  padding: 0;
}

.form-onpage-container {
  background-color: var(--trans-white);
  border-radius: 1rem;
  width: 100%;
  margin-left: 2rem;
  padding: 1rem 2rem 2rem;
  position: relative;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_description {
  font-size: 14px;
  line-height: 1.75;
}

.cookie-modal_closebutton {
  z-index: 5;
  background-color: var(--black-2);
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_button {
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: 25px 0;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 1rem #2629260d;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  color: var(--dark-slate-grey);
  margin-bottom: 1rem;
  font-family: Libre Baskerville, Georgia, sans-serif;
  font-size: 1.1875rem;
}

.cookie-modal_button_text {
  font-family: Libre Baskerville, Georgia, sans-serif;
}

.cookie-modal_button_text.b {
  color: var(--dark-slate-grey-2);
  font-family: Libre Franklin, Verdana, sans-serif;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto auto 1.5rem 1.5rem;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--black-2);
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  border-radius: 0 0 25px;
  justify-content: space-between;
  padding: 1.5rem;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.block-title {
  color: var(--dark-slate-grey-2);
  margin-top: 0;
}

.paragraph-2 {
  line-height: 1.75em;
}

.heading-12 {
  color: var(--bold);
  font-size: 18px;
  font-weight: 700;
}

.heading-13 {
  color: var(--bold);
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_closebutton-2 {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton-2.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_button-2 {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button-2:hover {
  background-color: #262926;
}

.cookie-modal_button-2.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button-2.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_component-2 {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_button-wrap-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap-2.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.collection-list-wrapper-2 {
  display: flex;
}

.social-link-footer {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mobile-menu {
  z-index: 1000001;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0% 0% 0;
  overflow: scroll;
}

.mobile-menu-image {
  height: 4rem;
}

.mobile-menu-footer {
  background-color: var(--dark-slate-grey);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mobile-menu-collection {
  flex-flow: column wrap;
  display: flex;
}

.mobile-menu-collection-item {
  margin-bottom: .5rem;
}

.mobile-menu-section {
  border-radius: 50px 0;
  flex: 1;
  min-width: 250px;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 2rem 1rem;
}

.mobile-menu-section.finance {
  background-color: var(--alice-blue-2);
}

.mobile-menu-section.legal {
  background-color: #e7edf1;
}

.finance-link {
  color: var(--black-3);
  text-decoration: none;
}

.about-us-mobile-menu {
  margin: 2rem 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.about-us-mobile-menu-inner {
  justify-content: space-around;
  align-items: stretch;
  font-size: 14px;
  display: flex;
}

.mobile-menu-link {
  color: var(--pale);
  margin-left: .5rem;
  margin-right: .5rem;
  text-decoration: none;
}

.image-11 {
  height: 5rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.html-embed-4 {
  display: none;
}

.p {
  text-align: left;
  font-weight: 400;
}

.p.edd-container.tert {
  text-align: center;
  padding-bottom: 0;
}

.serving-areas-section {
  border-top: 1px solid var(--black-2);
  border-bottom: 1px solid var(--black-2);
  background-color: var(--alice-blue);
}

.contact-map {
  max-width: 454px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-4 {
  position: absolute;
  inset: 0%;
}

.div-block-28 {
  justify-content: center;
  display: flex;
}

.mini-team-photo {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 200%;
  width: 15rem;
  height: 15rem;
}

.center-flex {
  justify-content: center;
  display: flex;
}

.center-flex.neg-top-10rem {
  z-index: 1;
  min-height: 25rem;
  margin-top: -15rem;
  margin-bottom: 5rem;
  position: relative;
}

.contact-team-member {
  background-color: var(--pale);
  color: #fff;
  border-radius: 50px 0;
  padding: 2rem;
  display: flex;
  position: relative;
}

.main-team-photo {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 100%;
  width: 25rem;
  height: 25rem;
}

.contact-team-inner {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.heading-14 {
  color: var(--dark-slate-grey);
  margin-top: 1rem;
  margin-bottom: 0;
  margin-right: 1rem;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-16 {
  margin-top: 0;
  font-size: 14px;
}

.div-block-29 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.team-stack {
  align-items: center;
  min-width: 300px;
  margin-right: 2rem;
  display: flex;
}

.contact-link {
  color: #fff;
}

.contact-team-photo-container {
  z-index: 1;
  flex: 0 33%;
  justify-content: center;
  min-width: 15rem;
  display: flex;
  position: relative;
}

.image-12 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-13 {
  margin-bottom: 2rem;
}

.image-14 {
  z-index: 0;
  opacity: .5;
  width: auto;
  height: 120%;
  position: absolute;
  inset: -10% auto 0% -5%;
}

.image-15 {
  width: 100%;
}

.image-float-top-left {
  width: 15rem;
  position: absolute;
  inset: 2rem auto auto 2rem;
}

.rich-text-block-3 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.flex-block-2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
}

.success-message {
  background-color: #ddd0;
}

.radio-h-flex {
  justify-content: space-around;
  display: flex;
}

.form-block-2 {
  display: none;
}

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

.secret-form-to {
  display: none;
}

.div-block-30 {
  margin-bottom: 2rem;
}

.html-embed-5 {
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.image-16 {
  width: 350px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.text-block-5 {
  color: var(--trans-white);
  padding: 2rem 2rem 1rem;
  font-size: 23px;
  line-height: 30px;
}

.text-block-6 {
  color: var(--trans-white);
  padding: 1rem 2rem;
  font-size: 16px;
  line-height: 30px;
}

@media screen and (min-width: 1440px) {
  .edd-container.gehegmeg {
    text-align: center;
  }
}

@media screen and (min-width: 1920px) {
  .main-header {
    max-width: 650px;
  }

  .exp-paragraph {
    margin-top: 2rem;
  }

  .exp-paragraph.content-b.cta {
    background-color: #0000;
  }

  .exp-paragraph.content-b.finance {
    color: var(--black-3);
  }

  .hero-section {
    background-image: none;
    width: 100%;
  }

  .hero-section.home {
    height: 90vh;
  }

  .nav-flex {
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    display: flex;
  }

  .overlay {
    padding-left: 0;
  }

  .button {
    padding: 20px;
  }

  .underline {
    max-width: 650px;
  }

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

  .nav-link.legal-style, .nav-link.financial-style {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    order: 1;
    justify-content: flex-start;
    align-self: center;
    margin-right: 0;
    display: flex;
  }

  .image-2 {
    float: none;
  }

  .logo-div {
    float: left;
    order: -1;
  }

  .menu-section-wrapper {
    order: 0;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .cta {
    color: #699eb3;
    background-color: #fff;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Libre Franklin, Verdana, sans-serif;
    font-size: 16px;
  }

  .link-block {
    color: var(--cadet-blue);
    background-color: #ffffffb8;
    border-radius: 10px;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
    display: flex;
  }

  .text-block {
    clear: none;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Libre Franklin, Verdana, sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-decoration: none;
    position: relative;
  }

  .text-block.number {
    font-size: 16px;
    line-height: 16px;
  }

  .nav-menu {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sw-main-menu {
    position: fixed;
  }

  .sw-transp {
    opacity: 1;
    mix-blend-mode: normal;
    background-color: #0000;
    display: block;
  }

  .text-image-1 {
    z-index: 1;
    padding-bottom: 0;
    position: relative;
  }

  .heading.cta {
    background-color: #0000;
    font-family: Libre Baskerville, Georgia, sans-serif;
    font-size: 42px;
    text-decoration: none;
  }

  .text-wrapper {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrapper.werwerwerwerwer {
    width: 100%;
  }

  .sw-grid-wrapper {
    z-index: 1;
    position: relative;
  }

  .sw-cta {
    justify-content: center;
    display: flex;
  }

  .overheader.finance {
    color: var(--black-3);
    text-transform: uppercase;
  }

  .edd-container {
    max-width: 1400px;
  }

  .edd-container._6rem.ergergergherhgerg {
    padding-bottom: 0;
  }

  .edd-container.gehegmeg {
    text-align: center;
    margin-top: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-5 {
    width: auto;
    height: 4rem;
  }

  .text-container {
    max-width: 55rem;
  }

  .text-container.right {
    margin-right: 0;
  }

  .main-nav-link, .drop-menu-text {
    font-size: 16px;
  }

  .edd-container-inner.sdfsdf {
    align-items: flex-start;
  }

  .edd-container-inner.dsgdfgdfg {
    justify-content: flex-start;
    align-items: center;
  }

  .blog-posts-header {
    color: var(--black-2);
  }

  .team-grid {
    justify-content: space-around;
  }

  .team-member-image.missing {
    object-fit: contain;
  }

  .column-wrap {
    max-width: 1400px;
  }

  .blog-post-caption {
    color: var(--dark-slate-grey-2);
    position: relative;
  }

  .p.edd-container.tert {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 991px) {
  .main-header, .exp-paragraph {
    max-width: 550px;
  }

  .exp-paragraph.body {
    max-width: 650px;
  }

  .hero-section {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 100%;
  }

  .nav-flex {
    display: none;
  }

  .underline {
    max-width: 650px;
  }

  .hero-image {
    object-position: 80% 0%;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    left: auto;
    right: 0%;
  }

  .nav-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .contact-button {
    min-width: 150px;
  }

  .menu-button {
    z-index: 999;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #1d183a;
    border-radius: 8px;
  }

  .nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #0f0b29;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-cta {
    order: 1;
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .nav-dropdown-list.w--open {
    background-color: #fff0;
    border-style: none;
    width: 100%;
    position: static;
    box-shadow: 1px 1px 3px #c1bbf400;
  }

  .sw-main-menu {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .main-nav-list-item.legal {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .main-nav-list-item.financial {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .navbar-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    top: 0;
  }

  .nav-dropdown-toggle {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    background-color: #0f0b29;
    flex-flow: column;
    height: 100vh;
    padding: 2rem;
    display: flex;
  }

  .sw-logo-svg {
    max-width: 80%;
  }

  .icon {
    color: #fff;
    font-family: Libre Franklin, Verdana, sans-serif;
    font-size: 40px;
  }

  .bg-image-mobile {
    display: none;
  }

  .sw-transp {
    bottom: 0;
  }

  .heading.ti-section {
    text-align: left;
    max-width: 650px;
  }

  .heading.cta {
    line-height: 1.5em;
  }

  .sw-textblock {
    max-width: 650px;
    margin-bottom: 50px;
  }

  .text-wrapper {
    max-width: 650px;
  }

  .parallax-image-split {
    float: left;
    margin-top: 6rem;
  }

  .pimsplit-inner {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .sw-content-block.law.stand-out-block {
    min-width: 450px;
  }

  .sw-content-block.law.feature {
    margin-bottom: 2rem;
  }

  .sw-content-block.article {
    min-width: 21rem;
    min-height: 21rem;
  }

  .grid-3-blocks {
    flex-wrap: wrap;
    grid-template: "." 100px
    / 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .sw-content-block-icon {
    max-width: 550px;
    padding: 1rem 3rem;
  }

  .sw-cta-bg {
    position: absolute;
    top: 50%;
  }

  .grid-sw-cta-wrapper {
    position: static;
  }

  .container-2 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .edd-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .edd-container._6rem, .edd-container.cols, .edd-container.archive {
    flex-wrap: wrap;
  }

  .edd-container.horizontal {
    display: block;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    place-content: space-around center;
  }

  .grid-2 {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr 1fr 1fr 1fr;
  }

  .foot-cell-border.middle-last {
    border-right-width: 1px;
  }

  .foot-grid-cell.foot-grid-bottom-border.last.head {
    height: 6.5rem;
  }

  .foot-grid-cell.foot-grid-bottom-border.head {
    flex: none;
    width: 100%;
    height: 6.5rem;
  }

  .foot-grid-bottom-row {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .foot-grid-bottom-row.last {
    border-right-width: 1px;
  }

  .terms-link {
    border-right: 1px solid var(--trans-white);
  }

  .terms-link.norightborder {
    border-right-width: 0;
  }

  .link-8 {
    color: var(--black-2);
    white-space: normal;
    text-decoration: none;
  }

  .link-9 {
    color: var(--black-2);
    text-decoration: none;
  }

  .nav-main {
    top: 0;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .new-navbar {
    flex-wrap: nowrap;
  }

  .mini-head-logo {
    max-width: none;
    height: 3rem;
  }

  .initial-logo {
    max-width: none;
    height: 4rem;
  }

  .main-nav-menu {
    height: 100vh;
  }

  .main-nav-link {
    margin-bottom: 1.5rem;
  }

  .dropdown-list-link {
    font-weight: 400;
  }

  .dropdown-list-link.finance.initial {
    margin-bottom: 1rem;
  }

  .dropdown-list-link.initial {
    margin-bottom: 1rem;
    font-size: 16px;
  }

  .menu-button-2 {
    text-align: right;
    flex: 1;
    order: 1;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .icon-4 {
    color: var(--black-2);
  }

  .div-block-20 {
    flex-flow: column;
    height: 100%;
    padding: 2rem;
  }

  .finance {
    margin-top: 0;
    margin-bottom: 0;
  }

  .edd-container-inner, .edd-container-inner.a, .edd-container-inner.b {
    width: 100%;
  }

  .flex-block {
    flex-wrap: wrap;
  }

  .form-aside.a {
    flex: 1;
  }

  .container {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-card {
    width: 45%;
  }

  .team-member-image {
    width: 190px;
    height: 230px;
  }

  .header {
    align-items: center;
  }

  .slider-horizontal {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .container-4 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .horizontal-content-block {
    padding-left: 25px;
    padding-right: 40px;
  }

  .testimonial-image {
    position: relative;
  }

  .blog-post-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-post-container {
    flex-direction: column;
  }

  .blog-post-caption {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 0 4rem;
  }

  .blog-card-overhead {
    margin-top: 0;
  }

  .form-onpage-container {
    margin-left: 0;
  }

  .cookie-preference_component {
    display: block;
  }

  .cookies {
    display: none;
  }

  .mobile-menu-image {
    max-width: none;
  }

  .mobile-menu-collection-item {
    align-items: center;
    display: flex;
  }

  .mobile-menu-section.finance {
    margin-bottom: 1rem;
  }

  .about-us-mobile-menu {
    flex: 1;
  }

  .image-11 {
    max-width: none;
  }

  .html-embed-4 {
    z-index: 1000005;
    display: block;
    position: relative;
  }

  .contact-team-member {
    flex-wrap: wrap;
  }

  .image-float-top-left {
    position: relative;
  }

  .mobile-menu-inner {
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    display: flex;
  }

  .rich-text-block-2 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .main-header {
    max-width: 460px;
    font-size: 50px;
  }

  .exp-paragraph {
    max-width: 460px;
  }

  .hero-section {
    max-width: 100%;
    height: 960px;
    max-height: 960px;
  }

  .overlay {
    background-image: linear-gradient(95deg, #01141cb3, #08405873);
    width: 100%;
    max-width: 100%;
    padding-top: 330px;
  }

  .underline {
    width: 460px;
    max-width: 460px;
  }

  .underline.services.cta {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image {
    right: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 16px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .sw-main-menu {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-toggle.w--open {
    margin-left: 0;
    margin-right: 0;
  }

  .bg-image-mobile {
    z-index: -2;
    display: block;
    position: relative;
  }

  .bg-mobile {
    object-fit: cover;
    height: 930px;
    max-height: 100%;
  }

  .slide-horizontal {
    height: 100%;
  }

  .edd-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .edd-container.site-deets-footer {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .foot-cell-border {
    border-right-width: 1px;
  }

  .foot-grid-cell.foot-grid-bottom-border.last.head {
    border-left-width: 1px;
  }

  .foot-grid-cell.foot-grid-bottom-border.head {
    border-right: 1px solid #656774;
  }

  .footer-head {
    font-weight: 400;
  }

  .div-block-4.foot-grid-cell {
    background-color: var(--dark-slate-grey);
    border-radius: 3px;
  }

  .div-block-4.foot-grid-cell.actual-footer {
    background-color: #0000;
  }

  .collection-item-2 {
    flex-basis: 100%;
  }

  .foot-grid-bottom-row {
    border-right-width: 1px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .main-nav-menu {
    display: none;
  }

  .modal-body {
    width: 95vw;
    min-width: 0;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-card {
    flex-wrap: wrap;
    height: auto;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .slider-horizontal {
    max-width: 500px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-angle {
    display: none;
  }

  .mask-horizontal {
    height: 100%;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .testimonial-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blog-post-image {
    width: 100%;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_closebutton-2 {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton-2.is-sticky {
    top: -1rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-modal_button-wrap-2 {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap-2.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .social-link-footer {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .mobile-menu {
    flex-flow: column wrap;
    justify-content: space-between;
  }

  .image-10 {
    height: 4rem;
  }

  .div-block-26 {
    flex: 1;
    margin-bottom: 1rem;
  }

  .mobile-menu-image {
    height: 3rem;
    margin-top: 1rem;
  }

  .mobile-menu-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-menu-section.legal {
    margin-top: 0;
  }

  .div-block-27 {
    flex-direction: row;
    align-self: flex-end;
    align-items: center;
    display: flex;
  }

  .contact-team-inner {
    padding-left: 0;
  }

  .image-14 {
    top: -40%;
    bottom: auto;
  }

  .rich-text-block-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 2em;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5, p {
    font-size: 14px;
  }

  .main-header {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 61px;
    display: block;
  }

  .exp-paragraph {
    width: auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7em;
    overflow: visible;
  }

  .exp-paragraph.body.services {
    font-size: 16px;
    line-height: 2em;
  }

  .overlay {
    padding-top: 137px;
  }

  .underline {
    width: 200px;
    margin-bottom: 20px;
  }

  .hero-image {
    object-position: 75% 0%;
    width: 100%;
  }

  .link-block.cta {
    margin-bottom: 1rem;
  }

  .contact-button {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    flex-direction: column;
  }

  .navbar-brand {
    width: 130px;
    padding-top: 5px;
  }

  .sw-logo-svg {
    display: inline-block;
  }

  .bg-image-mobile {
    object-fit: fill;
    height: 560px;
    overflow: hidden;
  }

  .underline-svg {
    width: 26px;
    max-width: 26px;
  }

  .bg-mobile {
    object-fit: cover;
    height: 560px;
    max-height: 100%;
  }

  .heading.ti-section.services {
    font-size: 32px;
    line-height: 1.5em;
  }

  .heading.content-block.finance {
    font-size: 24px;
    line-height: 1.5em;
  }

  .heading.cta {
    padding-bottom: 0;
  }

  .parallax-image-split {
    margin-top: 2rem;
  }

  .pimsplit-inner {
    width: 100%;
    height: auto;
  }

  .pimsplit-inner-2 {
    width: 100%;
    height: 100%;
  }

  .sw-content-block.law.feature {
    min-width: 0;
    min-height: 0;
  }

  .sw-content-block.financial.feature {
    min-width: 0;
    min-height: 0;
  }

  .sw-content-block.article.legal, .sw-content-block.article.finance {
    min-width: 0;
  }

  .sw-logo.wrapper {
    margin-bottom: 2rem;
  }

  .sw-content-block-icon, .div-block {
    padding-left: 0;
    padding-right: 0;
  }

  .edd-container._6rem.column {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .edd-container._6rem.sfddfwf {
    text-align: center;
  }

  .edd-container.oblique-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .foot-grid-cell {
    text-align: left;
  }

  .foot-grid-cell.logo-one {
    text-align: center;
  }

  .div-block-4.foot-grid-cell {
    justify-content: center;
    width: 100%;
  }

  .soc-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item-2 {
    flex-basis: 100%;
  }

  .services-where-next {
    margin-top: 0;
  }

  .terms-link {
    border-right-width: 0;
  }

  .footer-links-menu {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .foot-contact-stack {
    flex-direction: column;
    align-items: flex-start;
  }

  .new-navbar {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .initial-logo {
    height: 3rem;
  }

  .heading-3 {
    font-size: 30px;
  }

  .form-aside {
    padding-left: 0;
    padding-right: 0;
  }

  .form-aside.a {
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    width: 100%;
  }

  .div-block-25 {
    flex-wrap: wrap;
  }

  .right-arrow {
    inset: auto 20% -3% auto;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .left-arrow {
    inset: auto auto -3% 20%;
  }

  .author-block {
    margin-top: 15px;
  }

  .horizontal-content-block {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .no-overflow.testimonials-inner {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-post-caption {
    max-width: 100%;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-popup_component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-modal_closebutton-2 {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button-2 {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_component-2 {
    max-width: 100%;
  }

  .cookie-modal_button-wrap-2.in-pref-manger {
    bottom: 0;
  }

  .mobile-menu {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    bottom: 0;
  }

  .mobile-menu-footer {
    margin-bottom: 4rem;
  }

  .about-us-mobile-menu-inner {
    flex-direction: column;
  }

  .p {
    font-size: 14px;
    line-height: 2em;
  }

  .contact-map {
    width: 454px;
    max-width: 100%;
  }

  .rich-text-block-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

#w-node-d3cbf24a-a803-4883-d8b3-6bc8fc9accb0-fc9acc87, #w-node-d3cbf24a-a803-4883-d8b3-6bc8fc9accb9-fc9acc87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1129dd42-e7d8-d1e4-e787-7a4e8bf2fc1c-fc9acc87 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_28a9887a-e5fe-b0d8-1af2-85d95ebd322b-bc71de81 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_28a9887a-e5fe-b0d8-1af2-85d95ebd3230-bc71de81 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_28a9887a-e5fe-b0d8-1af2-85d95ebd3232-bc71de81, #w-node-_00759757-f2c7-ce3c-cc7f-53782742f8a1-bc71de81, #w-node-_7b83482e-5dd3-cadb-db07-dd584af93849-bc71de81 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d757794d-7045-5225-662d-822254f2371f-d6f6dd99 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_74955b34-8142-627c-1105-2822d6f6dda4-d6f6dd99, #w-node-_74955b34-8142-627c-1105-2822d6f6dda8-d6f6dd99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e741ec0c-b5b0-0551-c72d-ed75eaac1fc9-eaac1fc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-e741ec0c-b5b0-0551-c72d-ed75eaac1fce-eaac1fc5 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-e741ec0c-b5b0-0551-c72d-ed75eaac1fd0-eaac1fc5, #w-node-cb322ab2-b82e-6b67-6a48-6107d93a9c0d-bc71de88, #w-node-_7c95be48-8fc3-824d-5951-3fc2274e6768-bc71de89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_74955b34-8142-627c-1105-2822d6f6dd9b-d6f6dd99, #w-node-_74955b34-8142-627c-1105-2822d6f6dda4-d6f6dd99, #w-node-_74955b34-8142-627c-1105-2822d6f6dda8-d6f6dd99 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d3cbf24a-a803-4883-d8b3-6bc8fc9accb0-fc9acc87, #w-node-d3cbf24a-a803-4883-d8b3-6bc8fc9accb9-fc9acc87 {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Libre Baskerville';
  src: url('../fonts/LibreBaskerville-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Baskerville';
  src: url('../fonts/LibreBaskerville-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Baskerville';
  src: url('../fonts/LibreBaskerville-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}