@font-face {

  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;

}
@font-face {

  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;

}
@font-face {

  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;

}
@font-face {

  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;

}
@font-face {

  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;

}
@font-face {

  font-family: Klein;
  src: url('../fonts/Klein-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;

}
@font-face {

  font-family: Klein;
  src: url('../fonts/Klein-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;

}
@font-face {

  font-family: Klein;
  src: url('../fonts/Klein-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;

}
@font-face {

  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;

}
@font-face {

  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;

}
.wf-page :root {

  --medium-sea-green: #5ab963;
  --black: black;
  --bg-grey: #fafafa;
  --white: white;
  --sea-green: #48944f;
  --dark-grey-2: #999;
  --dark-grey: #b3b3b3;

}
.wf-page h1 {

  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;

}
.wf-page h2 {

  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;

}
.wf-page h3 {

  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;

}
.wf-page h4 {

  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;

}
.wf-page h5 {

  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;

}
.wf-page h6 {

  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;

}
.wf-page p {

  margin-bottom: 10px;

}
.wf-page ul, .wf-page ol {

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

}
.wf-page li {

  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;

}
.wf-page img {

  max-width: 100%;
  display: inline-block;

}
.wf-page blockquote {

  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;

}
.wf-page figcaption {

  text-align: center;
  margin-top: 5px;

}
.wf-page .navigation {

  z-index: 9999;
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;

}
.wf-page .navigation-container {

  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;

}
.wf-page .header {

  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  cursor: move;
  mix-blend-mode: normal;
  object-fit: cover;
  background-image: url('../images/100-commission-real-estate-brokerage-California.svg');
  background-position: 50% 20%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 250px 0 140px;
  display: flex;
  overflow: clip;

}
.wf-page .navigation-links {

  justify-content: center;
  align-items: center;
  display: flex;

}
.wf-page .navigation-link {

  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;

}
.wf-page .bullet {

  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;

}
.wf-page .navigation-button {

  color: #fff;
  background-color: #13993c;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;

}
.wf-page .navigation-button:hover {

  color: #000;
  background-color: #fff;

}
.wf-page .header-content {

  opacity: 1;
  perspective: 2000px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0006;
  background-clip: content-box;
  flex: 0 auto;
  max-width: 55%;

}
.wf-page .h1 {

  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
  display: flex;

}
.wf-page .h1.cc-black {

  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;

}
.wf-page .paragraph {

  opacity: 1;
  color: #fff;
  text-align: left;
  text-shadow: 3px 2px 7px #000;
  padding-left: 54px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;

}
.wf-page .paragraph.cc-gray {

  color: #36772c;
  margin-bottom: 3px;
  padding-right: 0;
  font-size: 20px;

}
.wf-page .button {

  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 4px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;

}
.wf-page .button:hover {

  background-color: #48944f;

}
.wf-page .button.cc-cta {

  margin-top: 0;

}
.wf-page .button.cc-banner {

  color: #000;
  background-color: #fff;

}
.wf-page .button.cc-banner:hover {

  background-color: #e6e6e6;

}
.wf-page .get-more-info {

  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
  transform: translate(0, -47px)translate(2px, -16px);

}
.wf-page .get-more-info.cc-center {

  justify-content: center;
  align-items: center;
  display: flex;

}
.wf-page .get-more-info.cc-cta {

  display: flex;

}
.wf-page .get-more-info.cc-footer {

  justify-content: center;
  align-items: flex-start;
  display: flex;

}
.wf-page .get-more-info.cc-right {

  justify-content: flex-end;
  align-items: center;
  display: flex;

}
.wf-page .get-more-info.cc-blogpost {

  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;

}
.wf-page .get-more-info.cc-contact {

  display: flex;

}
.wf-page .features {

  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding: 43px 30px 200px;
  display: flex;

}
.wf-page .h2 {

  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 23px;
  font-weight: 200;
  line-height: 36px;

}
.wf-page .h2.cc-center {

  margin-bottom: 40px;

}
.wf-page .h2.cc-2-rows {

  margin-bottom: 25px;

}
.wf-page .h2.cc-white-text {

  color: #fff;

}
.wf-page .h2.text-span.cc-post-text {

  margin-bottom: 15px;

}
.wf-page .h2-container {

  width: 50%;
  margin-bottom: 90px;

}
.wf-page .h2-container.cc-center {

  text-align: center;
  width: 65%;
  margin-bottom: 0;

}
.wf-page .h2-container.cc-questions {

  margin-bottom: 60px;

}
.wf-page .text-span {

  color: #000;
  font-size: 25px;
  font-weight: 800;

}
.wf-page .text-span.cc-white-text {

  color: #fff;

}
.wf-page .feature-item-container {

  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 30px 40px 50px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px #0000000d;

}
.wf-page .collection-list {

  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;

}
.wf-page .collection-list.cc-feature-row {

  margin-bottom: -20px;

}
.wf-page .h3 {

  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transform: translate(7px, -156px);

}
.wf-page .h3.cc-cta {

  color: var(--medium-sea-green);
  margin-bottom: 0;

}
.wf-page .h3.cc-header {

  color: #fff;
  margin-bottom: 0;
  text-decoration: none;

}
.wf-page .h3.cc-pricing {

  width: 100%;

}
.wf-page .h3.cc-team-title {

  width: 100%;
  margin-bottom: 0;

}
.wf-page .h3.cc-latest-posts {

  margin-bottom: 40px;

}
.wf-page .slider-section {

  background-color: #fafafa;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;

}
.wf-page .slider {

  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;

}
.wf-page .slide {

  background-image: url('../images/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 118px;

}
.wf-page .slide-nav {

  font-size: 6px;

}
.wf-page .icon {

  width: 30px;
  height: 30px;

}
.wf-page .left-arrow, .wf-page .right-arrow {

  display: none;

}
.wf-page .slide-2 {

  background-image: url('../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;

}
.wf-page .slide-3 {

  background-image: url('../images/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;

}
.wf-page .body {

  background-color: #fffef8;
  height: 100px;

}
.wf-page .about {

  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;

}
.wf-page .link {

  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: opacity .1s, color .2s;
  transform: translate(7px, 2px);

}
.wf-page .link:hover {

  color: #48944f;

}
.wf-page .separator {

  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;

}
.wf-page .separator.cc-background-grey {

  background-color: var(--bg-grey);

}
.wf-page .line-color {

  background-color: #e6e6e6;
  height: 1px;

}
.wf-page .premium {

  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  padding: 165px 30px 120px;
  display: flex;

}
.wf-page .premium.cc-background {

  background-color: #0000;

}
.wf-page ._2-row-image.cc-bottom {

  margin-right: 0;

}
.wf-page ._2-row-image.cc-row-spacing {

  margin-right: 100px;

}
.wf-page ._2-row-text {

  color: #fff;
  max-width: 370px;
  margin-right: 100px;
  font-size: 40px;
  line-height: 40px;
  transform: translate(0)translate(56px, 106px);

}
.wf-page ._2-row-text.cc-bottom {

  margin-right: 100px;

}
.wf-page ._2-row-text.cc-bottom.cc-reverse {

  margin-left: 100px;
  margin-right: 0;

}
.wf-page .more-info {

  -webkit-text-fill-color: inherit;
  background-color: ivory;
  background-clip: border-box;
  border-radius: 20px;
  flex: 1;
  height: 600px;
  margin-top: -72px;
  padding-bottom: 200px;
  display: flex;
  transform: translate(2px, -43px)translate(0)translate(2px, -102px);

}
.wf-page .more-info.cc-bottom {

  flex-direction: row-reverse;
  margin-top: 90px;

}
.wf-page .more-info.cc-bottom.cc-reverse {

  flex-direction: row;

}
.wf-page .more-info.cc-reverse {

  flex-direction: row-reverse;

}
.wf-page ._2-row-action-text {

  text-align: center;
  transform-style: preserve-3d;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;

}
.wf-page .cta {

  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;

}
.wf-page .cta-line {

  background-color: var(--medium-sea-green);
  width: 30px;
  height: 2px;
  margin-left: 20px;

}
.wf-page .cta-line.cc-header {

  background-color: #fff;

}
.wf-page .cta-column {

  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;

}
.wf-page .cta-left-top {

  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;

}
.wf-page .footer {

  background-color: #0a0e1a;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 157px 30px 132px 63px;
  display: flex;
  transform: translate(-2px, -11px)translate(-7px, 52px)translate(7px, -300px);

}
.wf-page .footer-column {

  width: 55%;
  display: flex;

}
.wf-page .footer-column.cc-footer {

  flex-direction: column;
  width: 40%;

}
.wf-page .text-footer-credits {

  color: #666;
  margin-top: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;

}
.wf-page .footer-links-list {

  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 120px;
  padding-right: 50px;
  display: flex;

}
.wf-page .link-footer {

  color: #fff;
  width: 133px;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;

}
.wf-page .link-footer:hover {

  color: #ffffffb3;

}
.wf-page .link-social {

  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 25%;
  height: 25%;
  margin-right: 15px;
  display: flex;

}
.wf-page .footer-social {

  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: wrap;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 35%;
  margin-left: 0;
  display: flex;

}
.wf-page .collection-item {

  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;

}
.wf-page .collection-item.cc-feature-row {

  width: 25%;
  margin-bottom: 20px;

}
.wf-page .feature-icon {

  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;

}
.wf-page .nav-button {

  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;

}
.wf-page .nav-icon {

  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;

}
.wf-page .nav-icon-piece {

  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;

}
.wf-page .nav-icon-piece.top {

  position: absolute;
  transform: translate(0, -8px);

}
.wf-page .nav-icon-piece.bottom {

  position: absolute;
  transform: translate(0, 8px);

}
.wf-page .header-inner {

  background-color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;

}
.wf-page .header-inner.cc-header-extra {

  padding-bottom: 210px;

}
.wf-page .header-inner-content {

  width: 57%;

}
.wf-page .inner-category {

  align-items: center;
  margin-bottom: 30px;
  display: flex;

}
.wf-page .premium-banner {

  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;

}
.wf-page .premium-banner-inner {

  background-color: var(--medium-sea-green);
  max-width: 370px;
  padding: 60px 50px;

}
.wf-page .premium-intro {

  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;

}
.wf-page .premium-image-banner {

  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: flex;
  overflow: hidden;

}
.wf-page .premium-image-container {

  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;

}
.wf-page .image-banner {

  margin-right: 60px;

}
.wf-page .container-quote {

  text-align: center;
  width: 70%;

}
.wf-page .block-quote {

  color: var(--medium-sea-green);
  border-left: 0 #0000;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;

}
.wf-page .author {

  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;

}
.wf-page .image {

  border-radius: 50%;
  width: 40px;
  height: 40px;

}
.wf-page .text-block {

  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;

}
.wf-page .container-pricing {

  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;

}
.wf-page .pricing-block {

  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;

}
.wf-page .pricing-block:hover {

  box-shadow: 0 5px 20px #00000024;

}
.wf-page .price {

  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;

}
.wf-page .price-block {

  align-items: center;
  margin-bottom: 20px;
  display: flex;

}
.wf-page .currency {

  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;

}
.wf-page .small-text {

  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;

}
.wf-page .small-text.cc-light {

  color: #999;
  margin-top: 0;
  margin-bottom: 0;

}
.wf-page .pricing-block-separator {

  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;

}
.wf-page .pricing-info {

  padding: 50px 40px 40px;

}
.wf-page .button-pricing {

  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;

}
.wf-page .button-pricing:hover {

  background-color: #48944f;

}
.wf-page .container-facts {

  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;

}
.wf-page .facts {

  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;

}
.wf-page .fact-block {

  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;

}
.wf-page .image-2 {

  margin-bottom: 20px;

}
.wf-page .facts-gray-background {

  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

}
.wf-page .faq {

  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;

}
.wf-page .container-questions {

  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;

}
.wf-page .question-block {

  width: 50%;
  margin: 30px 50px 30px 10px;

}
.wf-page .container-facts-inner {

  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;

}
.wf-page .header-banner {

  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;

}
.wf-page .about-intro {

  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;

}
.wf-page .goals-container {

  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;

}
.wf-page .goals-container-inner {

  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;

}
.wf-page .team {

  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;

}
.wf-page .collection-list-2 {

  margin: -10px;

}
.wf-page .team-member {

  padding-top: 10px;
  padding-bottom: 10px;

}
.wf-page .team-inner-container {

  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;

}
.wf-page .team-avatar {

  width: 100%;
  height: 100%;

}
.wf-page .team-member-info {

  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;

}
.wf-page .our-goals {

  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;

}
.wf-page .blog-posts {

  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;

}
.wf-page .blog-posts-item {

  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;

}
.wf-page .post-list {

  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;

}
.wf-page .blog-posts-item-container {

  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;

}
.wf-page .post-info {

  padding: 30px;

}
.wf-page .post-date {

  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;

}
.wf-page .header-blog {

  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;

}
.wf-page .header-image {

  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;

}
.wf-page .header-color {

  background-color: var(--medium-sea-green);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

}
.wf-page .content {

  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;

}
.wf-page .contact-intro {

  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 120px 30px;
  display: flex;

}
.wf-page .contact-info {

  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;

}
.wf-page .contact-info-row {

  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;

}
.wf-page .contact-info-text {

  color: #999;
  width: 25%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;

}
.wf-page .contact-info-text.cc-text-black {

  color: #000;
  width: auto;

}
.wf-page .form-input {

  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;

}
.wf-page .text-field {

  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;

}
.wf-page .text-field:hover {

  border-bottom-color: #000;

}
.wf-page .text-field:active {

  color: #000;

}
.wf-page .text-field:focus {

  color: #000;
  border-bottom-color: #000;

}
.wf-page .text-field::placeholder {

  color: #b3b3b3;

}
.wf-page .rich-text {

  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;

}
.wf-page .rich-text h2 {

  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;

}
.wf-page .rich-text p {

  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;

}
.wf-page .rich-text img {

  margin-top: 30px;
  margin-bottom: 30px;

}
.wf-page .rich-text figcaption {

  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;

}
.wf-page .logo {

  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;

}
.wf-page .logo.w--current {

  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: static;

}
.wf-page .nav-menu {

  justify-content: center;
  align-items: center;
  display: flex;

}
.wf-page .nav-link {

  color: ivory;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;

}
.wf-page .nav-link.w--current {

  color: #fff;

}
.wf-page .latest-posts {

  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;

}
.wf-page .style-guide-label {

  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;

}
.wf-page .image-licensing {

  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;

}
.wf-page .superscript {

  flex-flow: column;
  display: inline;

}
.wf-page .list {

  padding-left: 12px;

}
.wf-page .list-item {

  margin-bottom: -200px;
  padding-left: 0;

}
.wf-page .image-3 {

  padding-top: 0;
  padding-bottom: 25px;

}
.wf-page .section {

  border-radius: 19px;
  padding-top: 0;
  padding-bottom: 26px;

}
.wf-page .text-block-2 {

  padding-right: 2px;

}
.wf-page .bold-text {

  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;

}
.wf-page .quick-stack {

  grid-column-gap: 55px;

}
.wf-page .features-list {

  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;

}
.wf-page .container-2 {

  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;

}
.wf-page .features-wrapper-two {

  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  display: flex;

}
.wf-page .features-left {

  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;

}
.wf-page .features-paragraph {

  margin-bottom: 24px;

}
.wf-page .text-link-arrow {

  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;

}
.wf-page .arrow-embed {

  margin-left: 2px;
  display: flex;

}
.wf-page .features-right {

  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;

}
.wf-page .features-block-two {

  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;

}
.wf-page .features-image {

  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
  transform: translate(2px);

}
.wf-page .bold-text-2 {

  font-size: 20px;
  line-height: 20px;

}
.wf-page .features-table {

  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;

}
.wf-page .container-3 {

  width: 100%;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;

}
.wf-page .centered-heading {

  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Libre Franklin, sans-serif;
  font-size: 35px;

}
.wf-page .centered-subheading {

  color: #fff;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;

}
.wf-page .comparison-table {

  flex-direction: column;
  margin-top: 50px;
  display: flex;

}
.wf-page .comparison-row-main {

  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;

}
.wf-page .comparison-title {

  margin-bottom: 0;
  margin-left: 24px;

}
.wf-page .comparison-row {

  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;

}
.wf-page .comparison-negative {

  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;

}
.wf-page .comparison-positive {

  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;

}
.wf-page .bold-text-3 {

  color: #fff;
  font-size: 25px;

}
.wf-page .bold-text-4 {

  color: #fff;
  transform-style: preserve-3d;
  font-size: 25px;

}
.wf-page .bold-text-5, .wf-page .bold-text-6, .wf-page .bold-text-7, .wf-page .bold-text-8, .wf-page .bold-text-9, .wf-page .bold-text-10 {

  font-size: 20px;

}
.wf-page .bold-text-11 {

  font-size: 18px;

}
.wf-page .image-4 {

  box-sizing: border-box;
  aspect-ratio: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  object-position: 50% 50%;
  max-width: 100%;
  max-height: none;
  padding-bottom: 0;
  display: block;
  position: static;

}
.wf-page .stand-out-with-the-right-brokerage {

  background-color: #5f774d;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 26px;
  position: relative;

}
.wf-page .container-4 {

  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;

}
.wf-page .centered-heading-2 {

  text-align: center;
  margin-bottom: 16px;

}
.wf-page .centered-heading-2.margin-bottom-32px {

  color: #fff;
  margin-bottom: 32px;

}
.wf-page .hero-wrapper {

  justify-content: space-between;
  align-items: center;
  display: flex;

}
.wf-page .hero-split {

  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;

}
.wf-page .margin-bottom-24px {

  color: #fffcfc;
  margin-bottom: 24px;
  font-size: 16px;

}
.wf-page .button-primary {

  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;

}
.wf-page .button-primary:hover {

  color: #fff;
  background-color: #32343a;

}
.wf-page .button-primary:active {

  background-color: #43464d;

}
.wf-page .shadow-two {

  box-shadow: 0 4px 24px #96a3b514;

}
.wf-page .bold-text-12 {

  color: #000;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 40px;
  line-height: 30px;
  display: block;

}
.wf-page .form {

  transform: translate(34px, 97px);

}
.wf-page .field-label, .wf-page .field-label-2 {

  color: #000;

}
.wf-page .text-field-2 {

  padding-right: 200px;
  font-size: 15px;

}
.wf-page .text-field-3 {

  transform: scale(1) scale3d(1none, 1none, 1none);
  text-shadow: 1px 1px 1px #0003;
  transform-style: preserve-3d;
  border: 1px #000;
  border-radius: 0;
  height: 150px;
  padding-bottom: 0;

}
.wf-page .text-field-4 {

  padding-bottom: 0;
  display: block;

}
.wf-page .submit-button {

  background-color: #13993c;
  border-radius: 20px;
  width: 150px;
  font-size: 20px;

}
.wf-page .bold-text-15 {

  font-size: 30px;

}
.wf-page .superscript-2 {

  vertical-align: text-bottom;
  font-size: 20px;

}
.wf-page .hero-heading-center {

  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;

}
.wf-page .container {

  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;

}
.wf-page .centered-heading-3 {

  text-align: center;
  margin-bottom: 16px;

}
.wf-page .centered-heading-3.margin-bottom-32px {

  margin-bottom: 32px;

}
.wf-page .hero-wrapper-2 {

  justify-content: space-between;
  align-items: center;
  display: flex;

}
.wf-page .hero-split-2 {

  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;

}
.wf-page .margin-bottom-24px-2 {

  margin-bottom: 24px;
  transform: translate(29px);

}
.wf-page .button-primary-2 {

  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;

}
.wf-page .button-primary-2:hover {

  color: #fff;
  background-color: #32343a;

}
.wf-page .button-primary-2:active {

  background-color: #43464d;

}
.wf-page .shadow-two-2 {

  transform: translate(0, -11px);
  box-shadow: 0 4px 24px #96a3b514;

}
.wf-page .container-5 {

  box-sizing: border-box;
  object-fit: fill;
  max-width: 450px;
  min-height: 100px;
  max-height: 100px;
  transform: translate(-210px);

}
.wf-page .text-block-3 {

  transform: translate(61px, -29px);

}
.wf-page .container-6 {

  max-width: 450px;
  min-height: 100px;
  max-height: 100px;
  transform: translate(300px, -52px)translate(-7px);

}
.wf-page .container-7 {

  max-width: 450px;

}
.wf-page .container-8 {

  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #000;
  min-width: 450px;
  max-width: 450px;
  min-height: 100px;
  position: relative;
  left: -200px;

}
.wf-page .quick-stack-2 {

  grid-row-gap: 23px;
  color: #000;
  background-color: gray;

}
.wf-page .quick-stack-3 {

  grid-row-gap: 20px;

}
.wf-page .column {

  min-height: 100px;
  padding-left: 29px;
  padding-right: 12px;

}
.wf-page .image-6 {

  transform: translate(2px);

}
.wf-page .text-block-4 {

  transform: translate(43px, -20px);

}
.wf-page .columns {

  padding-right: 0;

}
.wf-page .text-block-5 {

  transform: translate(300px);

}
.wf-page .column-2 {

  background-color: red;
  min-height: 100px;

}
.wf-page .columns-2 {

  background-color: #ff0;

}
.wf-page .image-7 {

  transform: translate(11px, -83px);

}
.wf-page .text-block-6 {

  box-sizing: border-box;
  opacity: 1;
  text-align: left;
  object-fit: contain;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transform: translate(65px, -124px);

}
.wf-page .section-3 {

  background-color: #234438;
  background-image: url('../images/FAQs-Backround.svg');
  background-position: 0 0;
  background-size: cover;
  min-height: 500px;
  padding-top: 40px;
  padding-bottom: 10px;

}
.wf-page .container-9 {

  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;

}
.wf-page .div-block {

  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 50%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;

}
.wf-page .div-block-2 {

  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 50%;
  max-height: 200px;
  display: flex;

}
.wf-page .text-block-7 {

  justify-content: center;
  align-self: center;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 700;
  display: block;

}
.wf-page .image-8 {

  align-self: center;
  margin-right: 10px;

}
.wf-page .image-9 {

  margin-right: 10px;

}
.wf-page .image-10 {

  flex: 0 auto;
  order: -1;
  align-self: auto;
  max-width: 50%;
  min-height: 100%;
  max-height: 100%;
  display: block;

}
.wf-page .image-11 {

  order: 0;
  max-width: 50%;

}
.wf-page .image-12, .wf-page .image-13 {

  max-width: 50%;

}
.wf-page .image-14 {

  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 200%;
  display: inline-flex;
  transform: translate(205px, -29px);

}
.wf-page .image-15 {

  max-width: 200%;

}
.wf-page .link-block {

  background-image: url('../images/FACEBOOK.svg');
  background-position: 50%;
  background-size: cover;
  width: 41%;

}
.wf-page .link-block-2 {

  background-image: url('../images/FACEBOOK.svg');
  background-position: 0 0;
  background-size: cover;
  flex: 0 auto;
  width: 40px;
  height: 40px;

}
.wf-page .link-block-3 {

  background-image: url('../images/IG.svg');
  background-position: 0 0;
  background-size: cover;
  width: 40px;
  height: 40px;

}
.wf-page .link-block-4 {

  background-image: url('../images/X.svg');
  background-position: 0 0;
  background-size: cover;
  width: 40px;
  height: 40px;

}
.wf-page .link-block-5 {

  background-image: url('../images/LINKEDIN.svg');
  background-position: 0 0;
  background-size: cover;
  width: 40px;
  height: 40px;

}
.wf-page .link-block-6 {

  background-image: url('../images/5.svg');
  background-position: 0 0;
  background-size: cover;
  width: 40px;
  height: 40px;

}
.wf-page .link-block-7 {

  background-image: url('../images/6.svg');
  background-position: 0 0;
  background-size: cover;
  width: 40px;
  height: 40px;

}
.wf-page .link-block-8 {

  background-image: url('../images/Untitled-design-1.svg');
  background-position: 0 0;
  background-size: cover;
  width: 40px;
  height: 40px;

}
.wf-page .link-2 {

  color: #f6f3f3;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;

}
.wf-page .div-block-3 {

  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-right: auto;
  display: flex;

}
.wf-page .bold-text-16 {

  opacity: 1;
  text-align: left;
  text-shadow: 3px 3px 2px #000;
  cursor: auto;
  flex: 0 auto;
  width: auto;
  min-width: 70px;
  padding-left: 54px;
  padding-right: 0;
  font-size: 43px;
  line-height: 60px;
  display: block;

}
.wf-page .text-span-2, .wf-page .bold-text-17 {

  color: #05653e;

}
.wf-page .bold-text-18 {

  opacity: .89;
  color: #fff;
  text-shadow: 6px 4px 10px #000;
  font-size: 33px;

}
.wf-page .hero-heading-right {

  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;

}
.wf-page .container-10 {

  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;

}
.wf-page .hero-wrapper-3 {

  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;

}
.wf-page .hero-split-3 {

  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;

}
.wf-page .shadow-two-3 {

  box-shadow: 0 4px 24px #96a3b514;

}
.wf-page .margin-bottom-24px-3 {

  margin-bottom: 24px;

}
.wf-page .button-primary-3 {

  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;

}
.wf-page .button-primary-3:hover {

  color: #fff;
  background-color: #32343a;

}
.wf-page .button-primary-3:active {

  background-color: #43464d;

}
.wf-page .section-7 {

  min-height: 500px;

}
.wf-page .section5 {

  color: gray;
  background-color: #fffef8;
  width: 100%;
  max-width: 100%;
  margin-top: 0;

}
.wf-page .container-11 {

  background-color: #fffef8;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;

}
.wf-page .centered-heading-4 {

  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 40px;
  display: flex;

}
.wf-page .centered-heading-4.margin-bottom-32px {

  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 25px;
  display: block;

}
.wf-page .hero-wrapper-4 {

  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin-right: 0;
  padding-right: 100px;
  display: block;

}
.wf-page .hero-split-4 {

  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  font-size: 18px;
  display: flex;

}
.wf-page .margin-bottom-24px-4 {

  color: #000;
  text-align: center;
  max-width: 100%;
  margin-bottom: 24px;
  font-size: 21px;
  line-height: 24px;

}
.wf-page .button-primary-4 {

  box-sizing: border-box;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #13993c;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;

}
.wf-page .button-primary-4:hover {

  color: #fff;
  background-color: #05653e;

}
.wf-page .button-primary-4:active {

  background-color: #43464d;

}
.wf-page .shadow-two-4 {

  box-sizing: border-box;
  margin-right: 80px;
  box-shadow: 0 4px 24px #96a3b514;

}
.wf-page .features-list-2 {

  border-bottom: 1px solid #e4ebf3;
  padding: 40px 0;
  position: relative;

}
.wf-page .features-wrapper-two-2 {

  justify-content: space-between;
  align-items: flex-start;
  display: flex;

}
.wf-page .features-left-2 {

  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;

}
.wf-page .features-paragraph-2 {

  max-width: 90%;
  margin-bottom: 24px;
  font-size: 18px;

}
.wf-page .text-link-arrow-2 {

  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;

}
.wf-page .arrow-embed-2 {

  margin-left: 2px;
  display: flex;

}
.wf-page .features-right-2 {

  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;

}
.wf-page .features-block-two-2 {

  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  list-style-type: square;
  display: flex;

}
.wf-page .features-image-2 {

  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;

}
.wf-page .heading {

  text-align: left;
  text-indent: 1px;
  align-self: auto;
  max-width: 80%;
  font-family: Libre Franklin, sans-serif;
  font-size: 35px;
  line-height: 43px;

}
.wf-page .text-block-8 {

  color: #13993c;

}
.wf-page .pricing-comparison {

  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;

}
.wf-page .pricing-wrapper {

  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;

}
.wf-page .pricing-card {

  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;

}
.wf-page .pricing-card.featured-pricing {

  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;

}
.wf-page .pricing-image {

  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;

}
.wf-page .pricing-title {

  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;

}
.wf-page .pricing-subtitle {

  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;

}
.wf-page .pricing-price {

  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;

}
.wf-page .paragraph-regular {

  font-size: 14px;
  line-height: 20px;

}
.wf-page .paragraph-regular.margin-bottom-20 {

  margin-bottom: 20px;

}
.wf-page .button-primary-5 {

  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;

}
.wf-page .button-primary-5:hover {

  color: #fff;
  background-color: #32343a;

}
.wf-page .button-primary-5:active {

  background-color: #43464d;

}
.wf-page .button-primary-5.outline-button {

  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;

}
.wf-page .button-primary-5.outline-button:hover {

  color: #fff;
  background-color: #1a1b1f;

}
.wf-page .pricing-divider {

  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;

}
.wf-page .pricing-feature-list {

  align-self: stretch;

}
.wf-page .pricing-feature {

  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;

}
.wf-page .pricing-tag {

  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;

}
.wf-page .text-span-3 {

  color: #13993c;

}
.wf-page .container-12 {

  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  margin-top: 20px;
  margin-right: 0;
  display: flex;

}
.wf-page .container-13 {

  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  max-width: 40%;
  margin-left: 0;
  display: flex;

}
.wf-page .list-2 {

  list-style-type: decimal;

}
.wf-page .list-item-3 {

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

}
.wf-page .list-3 {

  list-style-type: decimal;

}
.wf-page .image-17 {

  vertical-align: baseline;
  align-self: center;
  max-width: 100%;
  max-height: 500px;
  margin-top: auto;
  margin-bottom: auto;

}
.wf-page .list-item-4, .wf-page .list-item-5 {

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

}
.wf-page .text-block-9, .wf-page .text-block-10 {

  font-size: 35px;

}
.wf-page .container-14 {

  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;

}
.wf-page .text-block-11 {

  color: #05653e;
  max-width: 100%;
  margin-bottom: 5px;
  margin-left: 20px;
  padding-right: 0;
  font-size: 24px;

}
.wf-page .text-block-12 {

  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 60px;
  text-decoration: none;
  display: flex;

}
.wf-page .bold-text-19 {

  color: #05653e;

}
.wf-page .bold-text-20 {

  color: #05653e;
  font-size: 18px;

}
.wf-page .button-2 {

  color: #191919;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 30px;
  max-width: 330px;
  margin-bottom: 20px;

}
.wf-page .container-15 {

  align-self: auto;
  max-width: 50%;
  margin-left: 0;

}
.wf-page .container-16 {

  max-width: 50%;

}
.wf-page .container-17 {

  max-width: 100%;

}
.wf-page .testimonial-column-light {

  background-image: url('../images/Reviews-Background.svg');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;

}
.wf-page .container-18 {

  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;

}
.wf-page .centered-heading-5 {

  color: #e5ffb8;
  text-align: center;
  margin-bottom: 16px;
  font-family: Libre Franklin, sans-serif;

}
.wf-page .testimonial-grid-two {

  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;

}
.wf-page .testimonial-card-two {

  border: 1px solid #cdad7d;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;

}
.wf-page .testimonial-text-two {

  color: #f4f1ec;
  margin-bottom: 52px;

}
.wf-page .testimonial-info-three {

  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;

}
.wf-page .testimonial-image {

  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;

}
.wf-page .testimonial-main-heading {

  margin-bottom: 2px;
  font-weight: 600;

}
.wf-page .paragraph-3 {

  color: #e5ffb8;
  text-align: center;
  font-size: 16px;

}
.wf-page .italic-text {

  color: #cdad7d;

}
.wf-page .testimonial-slider-large {

  background-color: #f5f7fa;
  background-image: url('../images/Reviews-for-REeBroker-Group-Background.svg');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;

}
.wf-page .container-19 {

  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;

}
.wf-page .testimonial-slider-two {

  background-color: #0000;
  height: auto;

}
.wf-page .testimonial-slide {

  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;

}
.wf-page .testimonial-content {

  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;

}
.wf-page .testimonial-quote-icon {

  margin-bottom: 24px;

}
.wf-page .testimonial-quote {

  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;

}
.wf-page .testimonial-info-two {

  align-items: center;
  display: flex;

}
.wf-page .testimonial-image-2 {

  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;

}
.wf-page .testimonial-author-name {

  font-weight: 700;

}
.wf-page .testimonial-image-two {

  object-fit: cover;
  width: 350px;
  height: 400px;

}
.wf-page .testimonial-author-image-three {

  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;

}
.wf-page .testimonial-slider-arrow {

  display: none;

}
.wf-page .testimonial-slider-nav {

  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;

}
.wf-page .pricing-comparison-2 {

  border-bottom: 1px solid #e4ebf3;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-right: 0;
  padding: 0 40px 40px;
  display: flex;
  position: relative;

}
.wf-page .price-comparison {

  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: ivory;
  border: 0 solid #000;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: grid;

}
.wf-page .pricing-wrapper-2 {

  grid-column-gap: 40px;
  grid-row-gap: 50px;
  text-align: center;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 0;
  display: grid;

}
.wf-page .pricing-card-2 {

  background-color: #e3e5ec;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
  box-shadow: -11px -11px 20px #96a3b51f;

}
.wf-page .pricing-card-2.featured-pricing {

  z-index: 2;
  background-color: #f8fde7;
  border-radius: 20px;
  margin-top: 10px;
  padding: 20px 10px 10px;
  box-shadow: -9px 8px 20px -12px #000, 7px 9px 16px -10px #000;

}
.wf-page .pricing-image-2 {

  object-fit: cover;
  width: 140px;
  height: 117px;
  margin-bottom: 15px;

}
.wf-page .pricing-title-2 {

  color: #13993c;
  text-align: center;
  margin-top: -9px;
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;

}
.wf-page .pricing-subtitle-2 {

  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;

}
.wf-page .pricing-price-2 {

  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;

}
.wf-page .paragraph-regular-2 {

  font-size: 14px;
  line-height: 20px;

}
.wf-page .paragraph-regular-2.margin-bottom-20 {

  text-align: center;
  margin-bottom: 10px;

}
.wf-page .button-primary-6 {

  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #13993c;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;

}
.wf-page .button-primary-6:hover {

  color: #fff;
  background-color: #32343a;

}
.wf-page .button-primary-6:active {

  background-color: #43464d;

}
.wf-page .button-primary-6.outline-button {

  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;

}
.wf-page .button-primary-6.outline-button:hover {

  color: #fff;
  background-color: #1a1b1f;

}
.wf-page .pricing-divider-2 {

  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 10px -24px;

}
.wf-page .pricing-feature-list-2 {

  align-self: stretch;

}
.wf-page .pricing-feature-2 {

  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 13px;
  line-height: 24px;

}
.wf-page .pricing-tag-2 {

  color: #fff;
  background-color: #13993c;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;

}
.wf-page .container-21 {

  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;

}
.wf-page .text-block-13 {

  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 30px;
  line-height: 31px;
  display: flex;

}
.wf-page .text-block-14 {

  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;

}
.wf-page .heading-2 {

  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 400;

}
.wf-page .button-3 {

  display: flex;

}
.wf-page .bold-text-21 {

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;

}
.wf-page .bold-text-21:hover {

  color: #000;

}
.wf-page .link-3 {

  text-decoration: underline;

}
.wf-page .bold-text-22 {

  color: #13993c;
  font-size: 25px;

}
.wf-page .bold-text-23 {

  color: #13993c;

}
.wf-page .hero-heading-left {

  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 40px;
  position: relative;

}
.wf-page .container-22 {

  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;

}
.wf-page .hero-wrapper-5 {

  justify-content: space-between;
  align-items: flex-start;
  display: flex;

}
.wf-page .hero-split-5 {

  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 4px 5px #0003;

}
.wf-page .margin-bottom-24px-5 {

  margin-bottom: 24px;

}
.wf-page .button-primary-7 {

  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;

}
.wf-page .button-primary-7:hover {

  color: #fff;
  background-color: #32343a;

}
.wf-page .button-primary-7:active {

  background-color: #43464d;

}
.wf-page .shadow-two-5 {

  opacity: 1;
  align-self: center;
  max-width: 100%;
  max-height: none;
  padding-right: 10px;
  box-shadow: 0 4px 24px #96a3b514;

}
.wf-page .form-block {

  align-self: auto;
  width: 90%;
  max-width: none;

}
.wf-page .form-2 {

  object-fit: fill;
  max-width: 100%;
  padding-left: 10px;

}
.wf-page .text-field-6 {

  height: 150px;

}
.wf-page .footer-light {

  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  min-height: 100svh;
  margin-top: 0;
  margin-bottom: 270px;
  padding: 80px 30px 40px;
  display: flex;
  position: relative;

}
.wf-page .container-23 {

  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;

}
.wf-page .footer-wrapper-two {

  justify-content: space-between;
  align-items: flex-start;
  display: flex;

}
.wf-page .footer-block-two {

  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;

}
.wf-page .footer-title {

  font-size: 18px;
  font-weight: 500;
  line-height: 32px;

}
.wf-page .footer-link-two {

  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;

}
.wf-page .footer-link-two:hover {

  color: #1a1b1fbf;

}
.wf-page .footer-form {

  width: 315px;
  max-width: 100%;
  margin-bottom: 0;

}
.wf-page .footer-form-block {

  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;

}
.wf-page .footer-form-field {

  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;

}
.wf-page .footer-form-field:hover, .wf-page .footer-form-field:focus {

  border-color: #76879d;

}
.wf-page .footer-form-field::placeholder {

  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;

}
.wf-page .footer-form-submit {

  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;

}
.wf-page .footer-form-submit:hover {

  background-color: #3a4554;

}
.wf-page .footer-divider-two {

  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;

}
.wf-page .footer-bottom {

  justify-content: space-between;
  align-items: center;
  display: flex;

}
.wf-page .footer-copyright {

  color: #3a4554;

}
.wf-page .footer-social-block-two {

  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;

}
.wf-page .footer-social-link {

  margin-left: 12px;

}
.wf-page .heading-3 {

  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 28px;
  display: block;

}
.wf-page .submit-button-2 {

  background-color: #13993c;
  border-radius: 18px;
  font-size: 15px;

}
.wf-page .div-block-4 {

  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;

}
.wf-page .div-block-5 {

  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;

}
.wf-page .container-24 {

  box-shadow: none;
  background-color: #0000;
  flex-flow: column;
  place-content: stretch center;
  align-items: stretch;
  max-width: 80%;
  min-height: 20px;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;

}
.wf-page .list-4 {

  list-style-type: square;

}
.wf-page .dropdown, .wf-page .text-block-15, .wf-page .icon-3 {

  color: #fff;

}
.wf-page .faw-wrapper {

  margin-top: 3rem;
  padding-right: 0;

}
.wf-page .faq-item {

  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  padding: 1rem;
  display: flex;

}
.wf-page .faq-wrapper {

  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 3rem;
  display: flex;

}
.wf-page .faq-question {

  justify-content: space-between;
  align-items: center;
  font-family: Libre Franklin, sans-serif;
  display: flex;

}
.wf-page .text-block-16 {

  color: #13993c;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  line-height: 1.5rem;
  display: flex;

}
.wf-page .text-block-17 {

  color: #000;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.5rem;
  display: block;

}
.wf-page .arrow-accordion {

  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;

}
.wf-page .section-8 {

  -webkit-text-fill-color: inherit;
  background-image: url('../images/FAQs-Backround.svg');
  background-position: 0 0;
  background-size: cover;
  background-clip: content-box;
  height: auto;
  max-height: 100%;
  padding-bottom: 0;

}
.wf-page .section-9 {

  background-image: url('../images/FAQs-Backround.svg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 31px;

}
.wf-page .footer-light-2 {

  color: #000;
  background-color: ivory;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  padding: 80px 30px 0 20px;
  display: flex;
  position: relative;

}
.wf-page .container-25 {

  flex: 0 auto;

}
.wf-page .footer-wrapper-two-2 {

  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;

}
.wf-page .footer-block-two-2 {

  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 90px;
  max-width: 900px;
  padding-left: 0;
  display: flex;

}
.wf-page .footer-title-2 {

  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;

}
.wf-page .footer-link-two-2 {

  color: #000;
  margin-top: 20px;
  text-decoration: none;

}
.wf-page .footer-link-two-2:hover {

  color: #1a1b1fbf;

}
.wf-page .footer-form-2 {

  width: 315px;
  max-width: 100%;
  margin-bottom: 0;

}
.wf-page .footer-form-container-2 {

  text-align: left;

}
.wf-page .footer-form-block-2 {

  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;

}
.wf-page .footer-form-field-2 {

  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;

}
.wf-page .footer-form-field-2:hover, .wf-page .footer-form-field-2:focus {

  border-color: #76879d;

}
.wf-page .footer-form-field-2::placeholder {

  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;

}
.wf-page .footer-form-submit-2 {

  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;

}
.wf-page .footer-form-submit-2:hover {

  background-color: #3a4554;

}
.wf-page .footer-divider-two-2 {

  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;

}
.wf-page .footer-bottom-2 {

  justify-content: space-between;
  align-items: center;
  display: flex;

}
.wf-page .footer-copyright-2 {

  color: gray;

}
.wf-page .footer-social-block-two-2 {

  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;

}
.wf-page .footer-social-link-2 {

  margin-left: 12px;

}
.wf-page .left-section-pricing {

  max-width: 100%;
  padding-top: 100px;
  padding-left: 20px;

}
.wf-page .right-section-pricing {

  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding: 20px;
  display: grid;

}
.wf-page .text-block-18 {

  padding-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;

}
.wf-page .text-block-19 {

  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;

}
.wf-page .text-block-20 {

  font-size: 25px;
  font-weight: 700;

}
.wf-page .heading-4 {

  text-align: center;
  margin-top: 3px;
  font-size: 25px;
  line-height: 30px;

}
.wf-page .image-18 {

  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: middle;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-left: 200px;
  padding-right: 200px;
  display: inline-flex;

}
.wf-page .section-10 {

  box-sizing: border-box;
  padding-right: 0;

}
.wf-page .section-11 {

  display: flex;

}
.wf-page .div-block-6 {

  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Photos-for-landing-page-restructure.svg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  display: grid;

}
.wf-page .image-19 {

  max-width: 90%;

}
.wf-page .link-4 {

  text-decoration: none;

}
.wf-page .bold-text-24 {

  color: #05653e;
  text-decoration: underline;

}
.wf-page .calculator {

  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 25px;

}
.wf-page .text-span-4 {

  font-family: "Fontawesome Free 7";
  font-size: 14px;

}
.wf-page .text-span-5 {

  font-family: "Fa 400", Arial, sans-serif;

}
.wf-page .text-span-6 {

  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 11px;

}
.wf-page .text-span-7, .wf-page .text-span-8, .wf-page .text-span-9 {

  font-family: "Fa Solid 900", Arial, sans-serif;

}
.wf-page .heading-5 {

  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 46px;

}
.wf-page .bold-text-25 {

  max-width: 100%;
  font-size: 22px;
  line-height: 20px;

}
.wf-page .heading-6 {

  color: #fff;
  margin-top: 0;
  margin-bottom: 0;

}
.wf-page .text-span-10 {

  vertical-align: baseline;

}
.wf-page .heading-7 {

  color: #3a2020;
  margin-top: 0;
  margin-bottom: 0;

}
.wf-page .text-block-21 {

  color: #fff;
  text-shadow: 0 3px 2px #0003;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 30px;

}
.wf-page .text-span-11 {

  text-align: center;

}
.wf-page .list-5 {

  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template: ". Area"
                 "Area-2 Area-3"
                 "Area-4 Area-5"
                 "Area-6 Area-7"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;

}
.wf-page .bold-text-26 {

  color: #fff;
  text-align: left;

}
.wf-page .list-item-6 {

  text-align: left;

}
.wf-page .list-6 {

  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-overflow: clip;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;

}
.wf-page .rich-text-block {

  color: #fff;

}
.wf-page .bold-text-27, .wf-page .bold-text-28 {

  color: #fff;
  text-align: left;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;

}
.wf-page .list-item-7 {

  text-align: left;

}
.wf-page .list-item-8 {

  text-align: left;
  font-family: Libre Franklin, sans-serif;

}
.wf-page .bold-text-29 {

  color: #fff;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;

}
.wf-page .list-item-9 {

  text-align: left;
  font-family: Libre Franklin, sans-serif;

}
.wf-page .rich-text-block-2 {

  color: #fff;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;

}
.wf-page .bold-text-30 {

  color: #fff;
  vertical-align: baseline;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  line-height: 20px;

}
.wf-page .bold-text-31 {

  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  line-height: 20px;

}
.wf-page .list-item-10 {

  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  line-height: 16px;

}
.wf-page .bold-text-32 {

  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;

}
.wf-page .list-item-11 {

  color: #fff;
  margin-left: 40px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;

}
.wf-page .bold-text-33 {

  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  line-height: 20px;

}
.wf-page .bold-text-34, .wf-page .bold-text-35 {

  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;

}
.wf-page .list-item-12 {

  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;

}
.wf-page .list-item-13, .wf-page .list-item-14 {

  color: #fff;

}
.wf-page .list-item-15 {

  color: #fff;
  margin-left: 40px;

}
.wf-page .list-item-16 {

  color: #fff;
  font-size: 20px;
  line-height: 20px;

}
.wf-page .list-7 {

  grid-column-gap: 3px;
  grid-row-gap: 3px;
  text-align: left;
  text-shadow: 0 3px 1px #0003;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  margin: 20px 0 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 14px;
  display: grid;

}
.wf-page .div-block-7 {

  justify-content: flex-end;
  align-items: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: 100px;
  padding-left: 40px;
  display: block;

}
.wf-page .field-label-3, .wf-page .field-label-4, .wf-page .field-label-5, .wf-page .field-label-6 {

  font-size: 18px;

}
.wf-page .text-block-22 {

  text-align: left;
  font-size: 23px;

}
.wf-page .bold-text-36 {

  font-size: 20px;
  line-height: 20px;

}
.wf-page .italic-text-2, .wf-page .bold-text-37 {

  display: block;

}
.wf-page .section-12 {

  -webkit-text-fill-color: inherit;
  background-image: url('../images/FAQs-Backround.svg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  height: auto;
  min-height: auto;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-bottom: 40px;

}
.wf-page .heading-8 {

  color: #fff;
  text-align: center;
  font-size: 35px;

}
.wf-page .faq-wrapper {

  flex-flow: column;
  align-items: stretch;

}
.wf-page .faq----answer {

  justify-content: space-between;
  align-items: center;
  font-family: Libre Franklin, sans-serif;
  display: flex;

}
.wf-page .text-block-23 {

  color: green;
  min-width: 800px;
  font-size: 18px;
  line-height: 1.5rem;

}
.wf-page .text-block-24 {

  font-size: 14px;
  line-height: 1.5rem;

}
.wf-page .lottie-animation {

  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;

}
.wf-page .container-26 {

  max-width: 940px;
  height: auto;

}
.wf-page .link-5 {

  color: #fff;

}
.wf-page .image-20 {

  vertical-align: middle;

}
.wf-page .hero-heading-right-2 {

  background-color: #edebe0;
  border-bottom: 0 #e4ebf3;
  padding: 20px 30px;
  position: relative;

}
.wf-page .container-27 {

  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;

}
.wf-page .hero-wrapper-6 {

  color: #56594d;
  justify-content: space-between;
  align-items: center;
  font-family: Tt Commons, Arial, sans-serif;
  display: flex;

}
.wf-page .hero-split-6 {

  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 46%;
  display: flex;

}
.wf-page .shadow-two-6 {

  box-shadow: 0 4px 24px #96a3b514;

}
.wf-page .margin-bottom-24px-6 {

  color: #56594d;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;

}
.wf-page .learn-more {

  color: #56594d;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #56594d;
  border-radius: 3px;
  max-width: 80%;
  margin-left: 20px;
  padding: 12px 25px;
  font-family: Klein, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;

}
.wf-page .learn-more:hover {

  color: #fff;
  background-color: #32343a;

}
.wf-page .learn-more:active {

  background-color: #43464d;

}
.wf-page .heading-9 {

  color: #56594d;
  margin-bottom: 20px;
  font-family: Tt Commons, Arial, sans-serif;
  font-size: 46px;

}
.wf-page .join-the-program {

  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #234438;
  padding: 12px 25px;
  font-family: Klein, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;

}
.wf-page .join-the-program:hover {

  color: #fff;
  background-color: #32343a;

}
.wf-page .join-the-program:active {

  background-color: #43464d;

}
.wf-page .testimonial-column-light-2 {

  color: #edebe0;
  background-color: #edebe0;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;

}
.wf-page .container-28 {

  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;

}
.wf-page .centered-heading-6 {

  text-align: center;
  margin-bottom: 16px;

}
.wf-page .testimonial-grid-two-2 {

  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;

}
.wf-page .testimonial-card-two-2 {

  border: 1px #e4ebf3;
  flex-direction: column;
  padding: 32px 0 16px;
  display: flex;

}
.wf-page .testimonial-text-two-2 {

  color: #56594d;
  text-align: left;
  overflow-wrap: normal;
  margin-bottom: 10px;
  font-family: Klein, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;

}
.wf-page .testimonial-info-three-2 {

  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;

}
.wf-page .testimonial-image-3 {

  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;

}
.wf-page .testimonial-main-heading-2 {

  margin-bottom: 2px;
  font-weight: 600;

}
.wf-page .section-13 {

  color: #edebe0;
  box-shadow: 0 4px 5px 3px #0003;

}
.wf-page .section-2-middle {

  border: 1px #e4ebf3;
  flex-direction: column;
  padding: 100px 0 16px 16px;
  display: flex;

}
.wf-page .section-2-right {

  border: 1px #e4ebf3;
  flex-direction: column;
  padding: 0 16px 16px 0;
  display: flex;

}
.wf-page .section3 {

  background-color: #edebe0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;

}
.wf-page .list-8 {

  font-family: Tt Commons, Arial, sans-serif;
  font-size: 20px;

}
.wf-page .list-item-17 {

  color: #56594d;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;

}
.wf-page .list-item-18 {

  font-family: Tt Commons, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;

}
.wf-page .text-span-12 {

  color: #13993c;
  text-decoration: underline;

}
.wf-page .section6 {

  background-color: #fffef8;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;

}
.wf-page .container-29 {

  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;

}
.wf-page .centered-heading-7 {

  color: #56594d;
  text-align: center;
  margin-bottom: 16px;
  font-family: Libre Franklin, sans-serif;
  font-size: 42px;
  font-weight: 400;

}
.wf-page .pricing-description {

  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;

}
.wf-page .pricing-grid {

  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;

}
.wf-page .pricing-card-three {

  text-align: center;
  border-top: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;

}
.wf-page .pricing-image-3 {

  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;

}
.wf-page .pricing-card-text {

  margin-bottom: 20px;

}
.wf-page .text-link-arrow-3 {

  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;

}
.wf-page .arrow-embed-3 {

  margin-left: 2px;
  display: flex;

}
.wf-page .hero-heading-1 {

  background-color: #fffef8;
  border-bottom: 0 #e4ebf3;
  padding: 20px 30px;
  position: relative;

}
.wf-page .heading-10 {

  color: #56594d;
  font-family: Tt Commons, Arial, sans-serif;
  font-size: 21px;

}
.wf-page .section4_heading {

  color: #56594d;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;

}
.wf-page .section4_heading2 {

  color: #56594d;
  text-align: center;
  -webkit-text-stroke-color: #91b977;
  margin-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;

}
.wf-page .section5_body {

  color: #56594d;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;

}
.wf-page .bold-text-38 {

  font-weight: 300;

}
.wf-page .section4 {

  background-color: #edebe0;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;

}
.wf-page .section6_heading {

  color: #56594d;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;

}
.wf-page .bold-text-39 {

  font-size: 13px;
  font-weight: 300;

}
.wf-page .section1 {

  color: gray;
  background-color: #fffef8;
  width: 100%;
  max-width: 100%;
  margin-top: 0;

}
.wf-page .section6_reviewer {

  color: #56594d;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;

}
.wf-page .hero-without-image {

  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;

}
.wf-page .hero-wrapper-two {

  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;

}
.wf-page .margin-bottom-24px-7 {

  margin-bottom: 24px;

}
.wf-page .button-primary-8 {

  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #edebe0;
  width: 200px;
  max-width: 100%;
  margin-top: 10px;
  padding: 12px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;

}
.wf-page .button-primary-8:hover {

  color: #fff;
  background-color: #32343a;

}
.wf-page .button-primary-8:active {

  background-color: #43464d;

}
.wf-page .heading-11 {

  color: #edebe0;
  font-family: Libre Franklin, sans-serif;
  font-size: 21px;
  font-weight: 400;

}
.wf-page .hero-without-image-copy {

  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;

}
.wf-page .section7 {

  background-color: #234438;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;

}
.wf-page .section6_heading2 {

  color: #56594d;
  text-align: center;
  margin-bottom: 16px;
  font-family: Tt Commons, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;

}
.wf-page .bold-text-40 {

  color: #91b977;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: underline;

}
.wf-page .hero-split-6_right {

  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 46%;
  display: flex;

}
.wf-page .section5-copy, .wf-page .section3_body {

  color: gray;
  background-color: #fffef8;
  width: 100%;
  max-width: 100%;
  margin-top: 0;

}
.wf-page .section5_right {

  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 46%;
  display: flex;

}
.wf-page .navigation-container-2 {

  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;

}
.wf-page .image-21 {

  box-sizing: border-box;
  aspect-ratio: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  object-position: 50% 50%;
  max-width: 100%;
  max-height: none;
  padding-bottom: 0;
  display: block;
  position: static;

}
.wf-page .nav-menu-2 {

  justify-content: center;
  align-items: center;
  display: flex;

}
.wf-page .nav-link-2 {

  color: ivory;
  font-family: Klein, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;

}
.wf-page .nav-link-2.w--current {

  color: #fff;

}
.wf-page .section1_paragraph {

  color: #56594d;
  margin-bottom: 10px;
  font-family: Tt Commons, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;

}
.wf-page .section1_heading {

  color: #56594d;
  margin-bottom: 20px;
  font-family: Tt Commons, Arial, sans-serif;
  font-size: 46px;

}
.wf-page .bold-text-41 {

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;

}
.wf-page .section2_paragraph {

  color: #56594d;
  text-align: left;
  overflow-wrap: normal;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;

}
.wf-page .section2_paragraph2 {

  color: #56594d;
  text-align: left;
  overflow-wrap: normal;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;

}
.wf-page .bold-text-42 {

  font-family: Libre Franklin, sans-serif;

}
.wf-page .bold-text-43 {

  font-family: Libre Franklin, sans-serif;
  font-size: 40px;

}
.wf-page .section3_hero {

  color: #56594d;
  justify-content: space-between;
  align-items: center;
  font-family: Tt Commons, Arial, sans-serif;
  display: flex;

}
.wf-page .hero-split-6-copy {

  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 46%;
  display: flex;

}
.wf-page .fee-schedule {

  color: #56594d;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #56594d;
  border-radius: 3px;
  max-width: 80%;
  margin-left: 20px;
  padding: 12px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;

}
.wf-page .fee-schedule:hover {

  color: #fff;
  background-color: #32343a;

}
.wf-page .fee-schedule:active {

  background-color: #43464d;

}
.wf-page .bold-text-44, .wf-page .bold-text-45 {

  font-family: Libre Franklin, sans-serif;

}
.wf-page .hero-split-6_right-copy {

  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 46%;
  display: flex;

}
.wf-page .bold-text-46, .wf-page .bold-text-47 {

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

}
.wf-page .bold-text-48, .wf-page .bold-text-49 {

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;

}
.wf-page .bold-text-50, .wf-page .bold-text-51, .wf-page .bold-text-52 {

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;

}
.wf-page .bold-text-53 {

  line-height: 39px;

}
.wf-page .bold-text-54 {

  font-weight: 400;

}
.wf-page .bold-text-55 {

  -webkit-text-stroke-color: #91b977;

}
.wf-page .bold-text-56 {

  color: green;
  text-decoration: underline;

}
.wf-page .section1_heading-copy {

  color: #56594d;
  margin-bottom: 20px;
  font-family: Tt Commons, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;

}
.wf-page .text-span-13 {

  color: green;
  text-decoration: underline;

}
.wf-page .section1_heading-copy-copy {

  color: #56594d;
  margin-bottom: 20px;
  font-family: Tt Commons, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;

}
.wf-page .bold-text-42-copy, .wf-page .bold-text-42-copy-copy {

  font-family: Libre Franklin, sans-serif;

}
.wf-page .bold-text-42-copy-copy {

  color: #91b977;
  font-family: Libre Franklin, sans-serif;

}
.wf-page .text-span-14 {

  font-style: italic;

}
.wf-page .section-7_header2 {

  color: #56594d;
  margin-bottom: 20px;
  font-family: Tt Commons, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;

}
.wf-page .section-7_bold2 {

  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;

}
.wf-page .section7_text-span-14 {

  color: #fff;
  font-style: italic;

}
@media screen and (max-width: 991px) {

  .navigation {
    z-index: 999;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-right: 10px;
  
}
.wf-page .navigation-container {

    height: 90px;
  
}
.wf-page .header {

    padding-left: 60px;
    padding-right: 60px;
  
}
.wf-page .navigation-logo.w--current {

    justify-content: flex-start;
    align-items: center;
    padding-top: 34px;
    padding-bottom: 0;
    display: flex;
  
}
.wf-page .bullet {

    display: none;
  
}
.wf-page .navigation-button {

    border-radius: 4px;
    width: 75%;
    margin: 20px 30px;
  
}
.wf-page .paragraph {

    text-align: center;
    font-size: 25px;
  
}
.wf-page .get-more-info {

    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1250px;
    margin-bottom: -51px;
    padding-top: 0;
    display: flex;
  
}
.wf-page .get-more-info.cc-footer {

    justify-content: center;
    align-items: center;
    margin-bottom: -117px;
  
}
.wf-page .get-more-info.cc-contact {

    flex-wrap: wrap;
  
}
.wf-page .h2-container, .wf-page .h2-container.cc-center {

    width: 80%;
  
}
.wf-page .feature-item-container {

    height: auto;
  
}
.wf-page .collection-list {

    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  
}
.wf-page .h3 {

    font-size: 25px;
  
}
.wf-page .slider-section {

    margin-top: 240px;
  
}
.wf-page .slider {

    height: 480px;
    margin-top: -240px;
  
}
.wf-page .body {

    height: 100px;
  
}
.wf-page .premium {

    transform: translate(0, -106px);
  
}
.wf-page ._2-row-image {

    max-width: 50%;
    margin-right: 30px;
  
}
.wf-page ._2-row-image.cc-row-spacing {

    margin-right: 50px;
  
}
.wf-page ._2-row-image.cc-row-reverse, .wf-page ._2-row-text {

    margin-right: 0;
  
}
.wf-page ._2-row-text.cc-bottom {

    margin-right: 50px;
  
}
.wf-page ._2-row-text.cc-bottom.cc-reverse {

    margin-left: 50px;
  
}
.wf-page ._2-row-text.cc-row-reverse {

    margin-right: 50px;
  
}
.wf-page .more-info {

    margin-top: 60px;
    padding-bottom: 200px;
  
}
.wf-page .footer {

    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: 200px;
    margin-bottom: -12px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 26px;
    transform: translate(0, -56px)translate(0, -295px);
  
}
.wf-page .footer-column.cc-footer {

    width: 41%;
  
}
.wf-page .footer-links-list {

    justify-content: flex-start;
    align-items: flex-start;
    width: 109px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  
}
.wf-page .link-social {

    transform: translate(-2px);
  
}
.wf-page .footer-social {

    width: 43%;
  
}
.wf-page .collection-item {

    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  
}
.wf-page .collection-item.cc-feature-row {

    width: 50%;
    display: flex;
  
}
.wf-page .header-inner-content {

    width: 80%;
  
}
.wf-page .premium-image-container {

    margin-top: 0;
  
}
.wf-page .container-quote {

    width: 100%;
  
}
.wf-page .container-pricing {

    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  
}
.wf-page .pricing-block {

    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  
}
.wf-page .container-facts {

    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  
}
.wf-page .fact-block {

    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  
}
.wf-page .container-facts-inner {

    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  
}
.wf-page .team {

    padding-top: 90px;
    padding-bottom: 90px;
  
}
.wf-page .collection-list-2 {

    flex-wrap: wrap;
    display: flex;
  
}
.wf-page .team-member {

    width: 33.3333%;
  
}
.wf-page .blog-posts-item {

    width: 50%;
  
}
.wf-page .header-color {

    height: 85%;
  
}
.wf-page .contact-intro {

    flex-flow: wrap;
    padding-bottom: 110px;
  
}
.wf-page .contact-info {

    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  
}
.wf-page .form-input {

    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  
}
.wf-page .logo {

    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 175px;
    display: block;
  
}
.wf-page .nav-menu {

    background-color: var(--black);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  
}
.wf-page .nav-link {

    grid-column-gap: 0px;
    grid-row-gap: 0px;
    white-space: nowrap;
    word-break: normal;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    text-decoration: none;
    display: flex;
  
}
.wf-page .icon-2 {

    color: #fff;
    font-size: 32px;
  
}
.wf-page .menu-button:active, .wf-page .menu-button.w--open {

    background-color: var(--medium-sea-green);
  
}
.wf-page .container-2 {

    max-width: 728px;
  
}
.wf-page .features-wrapper-two {

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  
}
.wf-page .features-left {

    max-width: 100%;
    margin-bottom: 40px;
  
}
.wf-page .features-right {

    max-width: 100%;
  
}
.wf-page .container-3 {

    max-width: 728px;
  
}
.wf-page .image-4 {

    box-sizing: border-box;
    object-fit: fill;
    max-width: 100%;
    max-height: 100%;
  
}
.wf-page .container-4 {

    max-width: 728px;
  
}
.wf-page .hero-wrapper {

    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  
}
.wf-page .hero-split {

    max-width: 100%;
    margin-bottom: 40px;
  
}
.wf-page .shadow-two {

    padding-bottom: 89px;
  
}
.wf-page .bold-text-12, .wf-page .bold-text-13 {

    font-size: 35px;
  
}
.wf-page .form {

    transform: translate(-70px)translate(34px, 97px);
  
}
.wf-page .bold-text-15 {

    font-size: 35px;
  
}
.wf-page .image-5 {

    padding-bottom: 1px;
  
}
.wf-page .section-2 {

    height: 246px;
  
}
.wf-page .container {

    max-width: 728px;
  
}
.wf-page .hero-wrapper-2 {

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  
}
.wf-page .hero-split-2 {

    max-width: 100%;
    margin-bottom: 40px;
  
}
.wf-page .image-10 {

    transform: translate(-11px, 34px);
  
}
.wf-page .image-11, .wf-page .image-12 {

    transform: translate(-16px, 34px);
  
}
.wf-page .image-13 {

    transform: translate(-20px, 34px);
  
}
.wf-page .image-14 {

    transform: translate(138px, -92px)translate(-11px, 34px);
  
}
.wf-page .image-15 {

    transform: translate(-7px, 29px);
  
}
.wf-page .image-16 {

    transform: translate(-29px);
  
}
.wf-page .div-block-3 {

    margin-right: 7px;
  
}
.wf-page .container-10 {

    max-width: 728px;
  
}
.wf-page .hero-wrapper-3 {

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  
}
.wf-page .hero-split-3 {

    max-width: 100%;
    margin-bottom: 40px;
  
}
.wf-page .container-11 {

    max-width: 100%;
  
}
.wf-page .hero-wrapper-4 {

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  
}
.wf-page .hero-split-4 {

    max-width: 100%;
    margin-bottom: 40px;
  
}
.wf-page .features-wrapper-two-2 {

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  
}
.wf-page .features-left-2 {

    max-width: 100%;
    margin-bottom: 40px;
  
}
.wf-page .features-right-2 {

    max-width: 100%;
  
}
.wf-page .pricing-wrapper {

    grid-template-columns: 1fr;
    justify-items: center;
  
}
.wf-page .pricing-card {

    width: 350px;
  
}
.wf-page .container-18 {

    max-width: 728px;
  
}
.wf-page .testimonial-grid-two {

    grid-column-gap: 30px;
  
}
.wf-page .testimonial-info-three {

    flex-direction: column;
  
}
.wf-page .container-19 {

    max-width: 728px;
  
}
.wf-page .testimonial-slide {

    padding-left: 32px;
  
}
.wf-page .testimonial-quote {

    overflow: visible;
  
}
.wf-page .price-comparison {

    max-width: 728px;
  
}
.wf-page .pricing-wrapper-2 {

    grid-template-columns: 1fr;
    justify-items: center;
  
}
.wf-page .pricing-card-2 {

    width: 350px;
  
}
.wf-page .container-22 {

    max-width: 728px;
  
}
.wf-page .hero-wrapper-5 {

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  
}
.wf-page .hero-split-5 {

    max-width: 100%;
    margin-bottom: 40px;
  
}
.wf-page .container-23 {

    max-width: 728px;
  
}
.wf-page .footer-wrapper-two {

    flex-wrap: wrap;
  
}
.wf-page .footer-form {

    width: 100%;
    margin-top: 40px;
  
}
.wf-page .footer-form-container {

    max-width: 350px;
  
}
.wf-page .container-25 {

    max-width: 728px;
  
}
.wf-page .footer-wrapper-two-2 {

    flex-wrap: wrap;
  
}
.wf-page .footer-form-2 {

    width: 100%;
    margin-top: 40px;
  
}
.wf-page .footer-form-container-2 {

    max-width: 350px;
  
}
.wf-page .container-27 {

    max-width: 100%;
  
}
.wf-page .hero-wrapper-6 {

    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  
}
.wf-page .hero-split-6 {

    justify-content: center;
    align-items: center;
    max-width: 50%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: 0;
  
}
.wf-page .shadow-two-6 {

    max-width: 75%;
    margin-left: 20px;
  
}
.wf-page .learn-more {

    margin-top: 0;
    margin-left: 10px;
  
}
.wf-page .testimonial-column-light-2 {

    padding-top: 10px;
  
}
.wf-page .container-28 {

    max-width: 728px;
  
}
.wf-page .testimonial-grid-two-2 {

    grid-column-gap: 30px;
  
}
.wf-page .testimonial-info-three-2 {

    flex-direction: column;
  
}
.wf-page .section3 {

    max-width: 100%;
  
}
.wf-page .container-29 {

    max-width: 728px;
  
}
.wf-page .pricing-grid {

    grid-column-gap: 30px;
  
}
.wf-page .hero-heading-1 {

    max-width: 100%;
  
}
.wf-page .section1 {

    margin-top: 0;
  
}
.wf-page .hero-split-6_right {

    max-width: 50%;
    margin-bottom: 40px;
  
}
.wf-page .section3_body {

    background-color: #edebe0;
  
}
.wf-page .section5_right {

    justify-content: center;
    align-items: center;
    max-width: 50%;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 0;
  
}
.wf-page .menu-button-2:active, .wf-page .menu-button-2.w--open {

    background-color: #5ab963;
  
}
.wf-page .navigation-container-2 {

    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    display: flex;
  
}
.wf-page .image-21 {

    background-image: url('../images/REeBroker-Logo_WhiteBackground.png');
    background-position: 0 0;
    background-size: auto;
    width: auto;
    max-width: 100%;
  
}
.wf-page .nav-menu-2 {

    background-color: #0000;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    box-shadow: 0 5px 20px #0003;
  
}
.wf-page .nav-link-2 {

    grid-column-gap: 0px;
    grid-row-gap: 0px;
    white-space: nowrap;
    word-break: normal;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    padding: 20px 10px 0;
    font-size: 13px;
    text-decoration: none;
    display: flex;
  
}
.wf-page .section3_hero {

    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  
}
.wf-page .hero-split-6-copy {

    justify-content: center;
    align-items: center;
    max-width: 50%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: 0;
  
}
.wf-page .hero-split-6_right-copy {

    max-width: 50%;
    margin-bottom: 40px;
  
}
.wf-page }

@media screen and (max-width: 767px) {

  .navigation {
    padding-left: 10px;
  
}
.wf-page .header {

    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  
}
.wf-page .navigation-logo.w--current {

    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  
}
.wf-page .navigation-links {

    display: none;
  
}
.wf-page .h1 {

    font-size: 48px;
    line-height: 54px;
  
}
.wf-page .h1.cc-black {

    margin-bottom: 50px;
  
}
.wf-page .paragraph {

    line-height: 30px;
  
}
.wf-page .get-more-info {

    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 600px;
    margin-bottom: 0;
    transform: none;
  
}
.wf-page .get-more-info.cc-cta {

    flex-wrap: wrap;
  
}
.wf-page .get-more-info.cc-footer {

    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    height: 100%;
    margin-bottom: 0;
    transform: none;
  
}
.wf-page .features {

    padding-top: 60px;
  
}
.wf-page .h2-container {

    width: 100%;
    margin-bottom: 60px;
  
}
.wf-page .h2-container.cc-center {

    width: 100%;
  
}
.wf-page .feature-item-container {

    height: auto;
  
}
.wf-page .collection-list {

    flex-direction: column;
    margin: -10px 0;
  
}
.wf-page .h3 {

    transform: translate(0, 38px)translate(0, 106px)translate(7px, -156px);
  
}
.wf-page .slider-section {

    margin-top: 150px;
  
}
.wf-page .slider {

    height: 300px;
    margin-top: -150px;
  
}
.wf-page .body {

    height: auto;
  
}
.wf-page .about {

    padding-top: 55px;
    padding-bottom: 55px;
  
}
.wf-page .premium {

    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
    transform: none;
  
}
.wf-page ._2-row-image {

    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  
}
.wf-page ._2-row-image.cc-row-spacing {

    margin-right: 0;
  
}
.wf-page ._2-row-text {

    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-top: 20px;
    display: flex;
    transform: none;
  
}
.wf-page ._2-row-text.cc-bottom {

    margin-right: 0;
  
}
.wf-page ._2-row-text.cc-bottom.cc-reverse {

    margin-left: 0;
  
}
.wf-page ._2-row-text.cc-row-reverse {

    margin-right: 0;
  
}
.wf-page .more-info {

    flex-wrap: wrap;
    flex: none;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding-bottom: 0;
    transform: none;
  
}
.wf-page ._2-row-action-text {

    margin-top: 50px;
  
}
.wf-page .cta {

    padding-top: 90px;
    padding-bottom: 90px;
  
}
.wf-page .cta-column {

    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  
}
.wf-page .footer {

    padding-top: 139px;
    padding-bottom: 153px;
    transform: translate(0, -56px)translate(0, -102px);
  
}
.wf-page .footer-column {

    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
    margin-top: 15px;
    margin-bottom: 15px;
  
}
.wf-page .footer-column.cc-footer {

    justify-content: center;
    align-items: flex-start;
    width: 40%;
  
}
.wf-page .text-footer-credits {

    padding-top: 0;
  
}
.wf-page .footer-links-list {

    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 109px;
    padding-top: 0;
    font-size: 14px;
  
}
.wf-page .link-footer {

    padding-top: 0;
  
}
.wf-page .footer-social {

    width: 40%;
  
}
.wf-page .collection-item {

    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  
}
.wf-page .collection-item.cc-feature-row {

    flex: 1;
    width: 100%;
  
}
.wf-page .nav-button {

    display: flex;
  
}
.wf-page .nav-icon-piece, .wf-page .nav-icon-piece.top {

    background-color: #fff;
  
}
.wf-page .collection-list-wrapper.cc-feature-row {

    margin-bottom: -60px;
  
}
.wf-page .header-inner {

    padding-top: 150px;
    padding-bottom: 60px;
  
}
.wf-page .header-inner.cc-header-extra {

    padding-bottom: 180px;
  
}
.wf-page .header-inner-content {

    width: 100%;
  
}
.wf-page .premium-intro {

    padding-top: 90px;
    padding-bottom: 90px;
  
}
.wf-page .premium-image-container {

    margin-bottom: 90px;
  
}
.wf-page .about-intro {

    padding-top: 85px;
    padding-bottom: 45px;
  
}
.wf-page .goals-container {

    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  
}
.wf-page .goals-container-inner {

    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  
}
.wf-page .team-member {

    width: 50%;
  
}
.wf-page .our-goals {

    padding-top: 90px;
    padding-bottom: 90px;
  
}
.wf-page .blog-posts-item {

    width: 100%;
  
}
.wf-page .header-color {

    height: 85%;
  
}
.wf-page .content {

    padding-top: 60px;
    padding-bottom: 60px;
  
}
.wf-page .contact-intro {

    padding-top: 90px;
    padding-bottom: 80px;
  
}
.wf-page .contact-info-row {

    flex-wrap: wrap;
    align-items: flex-start;
  
}
.wf-page .contact-info-text {

    width: 100%;
  
}
.wf-page .icon-2 {

    color: #05653e;
  
}
.wf-page .features-list, .wf-page .features-table {

    padding: 60px 15px;
  
}
.wf-page .bold-text-3, .wf-page .bold-text-4 {

    font-size: 18px;
  
}
.wf-page .stand-out-with-the-right-brokerage {

    padding: 60px 15px 0;
  
}
.wf-page .centered-heading-2.margin-bottom-32px {

    text-align: left;
    margin-bottom: 33px;
    padding-left: 30px;
    padding-right: 0;
  
}
.wf-page .margin-bottom-24px {

    padding-left: 29px;
  
}
.wf-page .button-primary {

    padding-right: 26px;
    transform: translate(25px);
  
}
.wf-page .shadow-two {

    padding-bottom: 20px;
  
}
.wf-page .bold-text-12 {

    padding-left: 0;
    padding-right: 0;
  
}
.wf-page .form {

    transform: none;
  
}
.wf-page .bold-text-14 {

    text-align: left;
    padding-right: 0;
    transition: opacity .2s;
    transform: translate(-2px)translate(0);
  
}
.wf-page .superscript-2 {

    vertical-align: text-bottom;
  
}
.wf-page .section-2 {

    height: 58%;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    transform: translate(0, -74px)translate(0, -56px)translate(0, -102px);
  
}
.wf-page .hero-heading-center {

    padding: 60px 15px;
  
}
.wf-page .div-block {

    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 0;
  
}
.wf-page .text-block-7 {

    font-size: 18px;
  
}
.wf-page .image-8, .wf-page .image-9 {

    margin-right: 5px;
  
}
.wf-page .image-10 {

    flex: 0 auto;
    align-self: auto;
    transform: translate(-11px, -29px);
  
}
.wf-page .image-11 {

    transform: translate(-7px, -29px);
  
}
.wf-page .image-12 {

    transform: translate(-2px, -29px);
  
}
.wf-page .image-13 {

    transform: translate(2px, -29px);
  
}
.wf-page .image-14 {

    transform: translate(187px, -38px);
  
}
.wf-page .image-15 {

    transform: translate(-11px, -43px);
  
}
.wf-page .div-block-3 {

    margin-right: 20px;
  
}
.wf-page .section-5 {

    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    transform: none;
  
}
.wf-page .bold-text-18 {

    line-height: 25px;
  
}
.wf-page .hero-heading-right {

    padding: 60px 15px;
  
}
.wf-page .section5 {

    padding: 0 15px 60px;
  
}
.wf-page .features-list-2, .wf-page .pricing-comparison {

    padding: 60px 15px;
  
}
.wf-page .pricing-wrapper {

    justify-items: stretch;
  
}
.wf-page .pricing-card {

    width: auto;
  
}
.wf-page .pricing-title {

    font-size: 34px;
    line-height: 42px;
  
}
.wf-page .testimonial-column-light {

    padding: 60px 15px;
  
}
.wf-page .testimonial-grid-two {

    grid-template-columns: 1fr;
  
}
.wf-page .testimonial-info-three {

    flex-direction: row;
  
}
.wf-page .testimonial-slider-large {

    padding: 60px 15px;
  
}
.wf-page .testimonial-slide {

    flex-direction: column;
    padding: 23px;
  
}
.wf-page .testimonial-content {

    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  
}
.wf-page .testimonial-quote-icon {

    width: 50px;
    margin-bottom: 16px;
  
}
.wf-page .testimonial-image-two {

    width: 100%;
    height: auto;
  
}
.wf-page .pricing-comparison-2 {

    padding: 60px 15px;
  
}
.wf-page .pricing-wrapper-2 {

    justify-items: stretch;
  
}
.wf-page .pricing-card-2 {

    width: auto;
  
}
.wf-page .pricing-title-2 {

    font-size: 34px;
    line-height: 42px;
  
}
.wf-page .hero-heading-left {

    padding: 60px 15px;
  
}
.wf-page .footer-light {

    padding-left: 15px;
    padding-right: 15px;
  
}
.wf-page .footer-bottom {

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  
}
.wf-page .footer-copyright {

    font-size: 14px;
    line-height: 20px;
  
}
.wf-page .footer-social-block-two {

    margin-top: 20px;
  
}
.wf-page .footer-social-link {

    margin-left: 20px;
  
}
.wf-page .footer-light-2 {

    padding-left: 15px;
    padding-right: 15px;
  
}
.wf-page .footer-bottom-2 {

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  
}
.wf-page .footer-copyright-2 {

    font-size: 14px;
    line-height: 20px;
  
}
.wf-page .footer-social-block-two-2 {

    margin-top: 20px;
  
}
.wf-page .footer-social-link-2 {

    margin-left: 20px;
  
}
.wf-page .hero-heading-right-2 {

    padding: 0 15px;
  
}
.wf-page .hero-split-6, .wf-page .shadow-two-6 {

    max-width: 100%;
  
}
.wf-page .margin-bottom-24px-6 {

    font-size: 14px;
  
}
.wf-page .learn-more {

    margin-top: 10px;
  
}
.wf-page .testimonial-column-light-2 {

    padding: 0 15px;
  
}
.wf-page .testimonial-grid-two-2 {

    grid-template-columns: 1fr;
  
}
.wf-page .testimonial-card-two-2 {

    padding-bottom: 0;
  
}
.wf-page .testimonial-info-three-2 {

    flex-direction: row;
  
}
.wf-page .section-2-middle {

    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-top: 0;
    display: flex;
  
}
.wf-page .section-2-right {

    align-items: center;
    max-width: 100%;
  
}
.wf-page .list-item-17 {

    font-size: 14px;
  
}
.wf-page .section6 {

    padding: 10px 15px;
  
}
.wf-page .hero-heading-1 {

    padding: 10px 15px 0;
  
}
.wf-page .section4 {

    padding: 10px 15px 60px;
  
}
.wf-page .section1 {

    margin-top: 0;
    padding: 0 15px;
  
}
.wf-page .hero-without-image, .wf-page .hero-without-image-copy, .wf-page .section7, .wf-page .section5-copy {

    padding: 60px 15px;
  
}
.wf-page .section3_body {

    padding: 0 15px;
  
}
.wf-page .nav-menu-2 {

    background-color: #000;
  
}
.wf-page .image-22, .wf-page .image-23 {

    max-width: 50%;
  
}
.wf-page .section1_heading {

    font-size: 40px;
  
}
.wf-page .bold-text-42 {

    font-size: 30px;
  
}
.wf-page .hero-split-6-copy {

    justify-content: flex-start;
    align-items: center;
    padding-left: 19px;
  
}
.wf-page .fee-schedule {

    margin-top: 10px;
    font-size: 12px;
  
}
.wf-page .hero-split-6_right-copy {

    padding-left: 20px;
  
}
.wf-page .section1_heading-copy, .wf-page .section1_heading-copy-copy {

    font-size: 20px;
    line-height: 23px;
  
}
.wf-page .bold-text-42-copy {

    font-size: 30px;
    line-height: 20px;
  
}
.wf-page .bold-text-42-copy-copy {

    font-size: 20px;
    line-height: 20px;
  
}
.wf-page .section-7_header2 {

    font-size: 20px;
    line-height: 23px;
  
}
.wf-page .section-7_bold2 {

    font-size: 20px;
    line-height: 20px;
  
}
.wf-page }

@media screen and (max-width: 479px) {

  .navigation {
    justify-content: center;
    align-items: center;
    margin-top: -26px;
    padding-bottom: 0;
    padding-left: 10px;
    transform: translate(0, 25px);
  
}
.wf-page .navigation-container {

    height: 60px;
  
}
.wf-page .header {

    border-radius: 0;
    height: 100vh;
    margin-top: -69px;
    padding-top: 0;
    padding-bottom: 60px;
    padding-left: 39px;
    transform: translate(0)translate(0, 2px);
  
}
.wf-page .navigation-logo.w--current {

    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-top: 0;
  
}
.wf-page .h1 {

    letter-spacing: 0;
    font-size: 20px;
    line-height: 42px;
  
}
.wf-page .paragraph {

    text-align: left;
    padding-left: 0;
    font-size: 20px;
  
}
.wf-page .button {

    grid-column-gap: 0px;
    grid-row-gap: 0px;
    vertical-align: baseline;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  
}
.wf-page .get-more-info {

    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
  
}
.wf-page .get-more-info.cc-footer {

    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    transform: none;
  
}
.wf-page .features {

    padding-bottom: 175px;
    display: block;
  
}
.wf-page .h2 {

    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    line-height: 30px;
  
}
.wf-page .text-span {

    font-size: 19px;
  
}
.wf-page .feature-item-container {

    padding-top: 19px;
  
}
.wf-page .collection-list {

    margin-top: -87px;
  
}
.wf-page .h3 {

    margin-bottom: 30px;
    transition: opacity .2s;
    transform: translate(0, 34px)translate(2px, 138px)translate(0, 29px)translate(7px, -156px);
  
}
.wf-page .slider-section {

    margin-top: 75px;
  
}
.wf-page .slider {

    height: 150px;
    margin-top: -75px;
  
}
.wf-page .premium {

    height: 600px;
    padding-top: 0;
    padding-bottom: 0;
  
}
.wf-page ._2-row-image {

    align-items: flex-start;
    margin-bottom: 60px;
  
}
.wf-page ._2-row-text {

    text-align: left;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 28px;
    font-size: 35px;
    transform: none;
  
}
.wf-page ._2-row-text.cc-bottom {

    margin-right: 0;
  
}
.wf-page ._2-row-text.cc-bottom.cc-reverse {

    margin-left: 0;
  
}
.wf-page .more-info {

    grid-column-gap: 0px;
    grid-row-gap: 0px;
    outline-offset: 0px;
    border-radius: 19px;
    outline: 3px #333;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    transition: opacity .2s;
    display: flex;
    overflow: visible;
    transform: translate(-11px)translate(0, 115px)translate(2px, -102px);
  
}
.wf-page .more-info.cc-bottom {

    margin-top: 60px;
  
}
.wf-page ._2-row-action-text {

    transform: translate3d(0, -11px, -38px);
  
}
.wf-page .footer {

    height: 550px;
    min-height: 550px;
    padding-top: 0;
    padding-bottom: 7px;
    transform: translate(0, 133px)translate(0, -250px);
  
}
.wf-page .footer-column {

    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
  
}
.wf-page .footer-column.cc-footer {

    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
  
}
.wf-page .text-footer-credits {

    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  
}
.wf-page .footer-links-list {

    justify-content: center;
    align-items: flex-start;
    width: 50%;
    margin-top: -48px;
    margin-bottom: -3px;
    padding-bottom: 8px;
  
}
.wf-page .link-footer {

    transition-property: none;
  
}
.wf-page .footer-social {

    flex-flow: wrap;
    width: 100%;
    margin-top: 10px;
  
}
.wf-page .header-inner {

    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  
}
.wf-page .header-inner.cc-header-extra {

    padding-bottom: 150px;
  
}
.wf-page .premium-banner {

    padding-top: 60px;
    padding-bottom: 60px;
  
}
.wf-page .premium-banner-inner {

    padding-left: 30px;
    padding-right: 30px;
  
}
.wf-page .premium-intro {

    padding-top: 60px;
    padding-bottom: 60px;
  
}
.wf-page .premium-image-container {

    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  
}
.wf-page .image-banner {

    margin-bottom: 30px;
    margin-right: 0;
  
}
.wf-page .faq {

    padding-top: 90px;
    padding-bottom: 60px;
  
}
.wf-page .container-questions {

    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  
}
.wf-page .question-block {

    width: 100%;
    margin: 15px 0;
  
}
.wf-page .container-facts-inner, .wf-page .team-member {

    width: 100%;
  
}
.wf-page .blog-posts {

    margin-top: -90px;
    margin-bottom: 90px;
  
}
.wf-page .header-color {

    height: 85%;
  
}
.wf-page .contact-intro {

    padding-bottom: 80px;
  
}
.wf-page .list-item-2 {

    margin-top: -30px;
  
}
.wf-page .container-2 {

    max-width: none;
  
}
.wf-page .features-right {

    margin-bottom: -30px;
  
}
.wf-page .features-block-two {

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  
}
.wf-page .features-image {

    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    transform: translate(-7px, -43px);
  
}
.wf-page .paragraph-2 {

    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    align-self: flex-start;
    font-family: Lato, sans-serif;
    font-size: 25px;
    display: block;
    overflow: hidden;
    transform: translate(47px, -92px);
  
}
.wf-page .bold-text-2 {

    font-size: 20px;
  
}
.wf-page .features-table {

    padding-bottom: 0;
    transform: translate(-2px);
  
}
.wf-page .container-3 {

    border-radius: 0;
    max-width: none;
    margin-bottom: 20px;
  
}
.wf-page .centered-heading {

    margin-top: -24px;
    margin-bottom: 10px;
    font-size: 23px;
  
}
.wf-page .comparison-row-main {

    grid-column-gap: 20px;
  
}
.wf-page .comparison-title {

    margin-left: 10px;
  
}
.wf-page .comparison-row {

    grid-column-gap: 15px;
    grid-template-columns: 1fr;
    grid-auto-columns: .75fr;
    padding-top: 8px;
    padding-bottom: 7px;
    transform: translate(-7px, -38px)scale(1);
  
}
.wf-page .comparison-negative {

    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  
}
.wf-page .comparison-positive {

    place-items: center;
    padding-bottom: 7px;
    padding-left: 38px;
  
}
.wf-page .bold-text-3 {

    font-size: 15px;
  
}
.wf-page .bold-text-4 {

    border-radius: 0;
    height: 50px;
    font-size: 15px;
    transform: rotateX(-9deg)rotateY(0)rotateZ(0)translate(7px);
  
}
.wf-page .bold-text-5, .wf-page .bold-text-6, .wf-page .bold-text-7, .wf-page .bold-text-8, .wf-page .bold-text-9 {

    font-size: 15px;
  
}
.wf-page .bold-text-10 {

    font-size: 15px;
    transform: scale(1);
  
}
.wf-page .bold-text-11 {

    color: #fff;
    font-size: 15px;
  
}
.wf-page .image-4 {

    padding-bottom: 0;
  
}
.wf-page .stand-out-with-the-right-brokerage {

    padding-bottom: 0;
    transform: translate(0, -20px);
  
}
.wf-page .container-4 {

    max-width: none;
  
}
.wf-page .centered-heading-2 {

    margin-bottom: 24px;
  
}
.wf-page .centered-heading-2.margin-bottom-32px {

    text-align: left;
    margin-top: -33px;
    font-size: 30px;
  
}
.wf-page .margin-bottom-24px {

    line-height: 20px;
  
}
.wf-page .shadow-two {

    padding-bottom: 20px;
  
}
.wf-page .bold-text-12, .wf-page .bold-text-13 {

    font-size: 30px;
  
}
.wf-page .form {

    border-radius: 0;
    width: 220px;
    transform: none;
  
}
.wf-page .field-label-2 {

    color: #fff;
  
}
.wf-page .text-field-2 {

    border-radius: 10px;
    padding-right: 200px;
    transform: translate(0);
  
}
.wf-page .text-field-3, .wf-page .text-field-4, .wf-page .text-field-5 {

    border-radius: 9px;
  
}
.wf-page .bold-text-14 {

    text-align: left;
  
}
.wf-page .bold-text-15 {

    font-size: 25px;
  
}
.wf-page .superscript-2 {

    transform: translate(0);
  
}
.wf-page .image-5 {

    text-align: center;
    padding-bottom: 0;
  
}
.wf-page .section-2 {

    grid-column-gap: 0px;
    grid-row-gap: 0px;
    perspective: none;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 549px;
    min-height: 450px;
    margin-bottom: auto;
    padding: 0;
    transform: none;
  
}
.wf-page .container {

    max-width: none;
  
}
.wf-page .centered-heading-3 {

    margin-bottom: 24px;
  
}
.wf-page .centered-heading-3.margin-bottom-32px {

    font-size: 30px;
  
}
.wf-page .margin-bottom-24px-2 {

    text-align: left;
  
}
.wf-page .column-2 {

    box-sizing: border-box;
    transform: translate(0, 97px);
  
}
.wf-page .image-7 {

    transform: translate(11px, -92px);
  
}
.wf-page .text-block-6 {

    transform: translate(52px, -61px);
  
}
.wf-page .container-9 {

    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
  
}
.wf-page .div-block {

    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 30px;
  
}
.wf-page .div-block-2 {

    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 30px;
  
}
.wf-page .image-10 {

    transform: translate(7px);
  
}
.wf-page .image-11, .wf-page .image-12 {

    transform: translate(7px, -2px);
  
}
.wf-page .image-13 {

    transform: translate(2px, -2px);
  
}
.wf-page .image-14 {

    transform: translate(-124px, 70px);
  
}
.wf-page .image-15 {

    transform: translate(11px, -16px);
  
}
.wf-page .section-4 {

    margin-bottom: auto;
  
}
.wf-page .section-5 {

    backface-visibility: visible;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  
}
.wf-page .section-6 {

    height: 500px;
    margin-top: 10px;
  
}
.wf-page .bold-text-16 {

    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    padding-left: 0;
    font-size: 20px;
    line-height: 35px;
    display: block;
  
}
.wf-page .container-10 {

    max-width: none;
  
}
.wf-page .section5 {

    padding-top: 10px;
  
}
.wf-page .container-11 {

    justify-content: space-around;
    align-items: center;
    max-width: none;
  
}
.wf-page .centered-heading-4 {

    margin-bottom: 24px;
  
}
.wf-page .features-right-2 {

    margin-bottom: -30px;
  
}
.wf-page .features-block-two-2 {

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  
}
.wf-page .features-image-2 {

    margin-bottom: 10px;
  
}
.wf-page .container-12 {

    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
    display: flex;
  
}
.wf-page .container-18 {

    max-width: none;
  
}
.wf-page .centered-heading-5 {

    margin-bottom: 24px;
  
}
.wf-page .container-19 {

    max-width: none;
  
}
.wf-page .testimonial-quote-icon {

    width: 30px;
  
}
.wf-page .testimonial-quote {

    font-size: 22px;
    line-height: 30px;
  
}
.wf-page .testimonial-author-image-three {

    margin-right: 16px;
  
}
.wf-page .price-comparison, .wf-page .container-22, .wf-page .container-23 {

    max-width: none;
  
}
.wf-page .footer-wrapper-two {

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  
}
.wf-page .footer-block-two {

    margin-top: 40px;
  
}
.wf-page .footer-bottom {

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  
}
.wf-page .footer-social-block-two {

    margin-top: 20px;
  
}
.wf-page .container-25 {

    max-width: none;
  
}
.wf-page .footer-wrapper-two-2 {

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  
}
.wf-page .footer-block-two-2 {

    margin-top: 40px;
  
}
.wf-page .footer-bottom-2 {

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  
}
.wf-page .footer-social-block-two-2 {

    margin-top: 20px;
  
}
.wf-page .container-27 {

    max-width: none;
  
}
.wf-page .hero-wrapper-6 {

    flex-flow: column;
    align-items: stretch;
    max-width: 100%;
    display: flex;
  
}
.wf-page .hero-split-6 {

    align-self: flex-start;
    max-width: 100%;
    margin-left: 0;
  
}
.wf-page .shadow-two-6 {

    max-width: 100%;
    margin-left: 0;
  
}
.wf-page .margin-bottom-24px-6 {

    align-self: auto;
    font-family: Tt Commons, Arial, sans-serif;
    font-size: 14px;
  
}
.wf-page .learn-more {

    text-align: center;
    width: 200px;
    max-width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 25px;
    display: block;
  
}
.wf-page .heading-9 {

    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 10px;
  
}
.wf-page .join-the-program {

    vertical-align: baseline;
    width: 200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  
}
.wf-page .testimonial-column-light-2 {

    padding-top: 0;
    padding-bottom: 0;
  
}
.wf-page .container-28 {

    max-width: none;
  
}
.wf-page .centered-heading-6 {

    margin-bottom: 24px;
  
}
.wf-page .testimonial-grid-two-2 {

    grid-template-columns: 1fr;
    grid-auto-flow: row;
  
}
.wf-page .section-2-middle {

    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  
}
.wf-page .section-2-right {

    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  
}
.wf-page .section3 {

    max-width: none;
  
}
.wf-page .list-8 {

    padding-left: 30px;
    font-size: 14px;
  
}
.wf-page .list-item-17 {

    font-size: 14px;
  
}
.wf-page .container-29 {

    max-width: none;
  
}
.wf-page .centered-heading-7 {

    margin-bottom: 24px;
  
}
.wf-page .pricing-grid {

    grid-template-columns: 1fr;
  
}
.wf-page .hero-heading-1 {

    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  
}
.wf-page .section4_heading {

    font-size: 14px;
  
}
.wf-page .section4_heading2 {

    margin-bottom: 24px;
    font-size: 15px;
  
}
.wf-page .bold-text-38 {

    font-size: 14px;
    display: block;
  
}
.wf-page .section4 {

    padding-bottom: 0;
  
}
.wf-page .section1 {

    padding-top: 0;
  
}
.wf-page .section6_heading2 {

    margin-bottom: 24px;
  
}
.wf-page .hero-split-6_right {

    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: -40px;
    margin-bottom: 0;
    display: block;
  
}
.wf-page .section3_body {

    padding-top: 20px;
    padding-bottom: 0;
  
}
.wf-page .section5_right {

    justify-content: space-between;
    max-width: 100%;
    margin-left: 0;
    display: block;
  
}
.wf-page .navigation-container-2 {

    height: 60px;
  
}
.wf-page .image-21 {

    padding-bottom: 0;
  
}
.wf-page .section1_paragraph {

    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  
}
.wf-page .image-22 {

    max-width: 75%;
    display: block;
  
}
.wf-page .image-23 {

    max-width: 75%;
  
}
.wf-page .section1_heading {

    flex: 0 auto;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 10px;
  
}
.wf-page .bold-text-41 {

    font-size: 14px;
  
}
.wf-page .section2_paragraph {

    font-size: 20px;
  
}
.wf-page .section2_paragraph2 {

    margin-bottom: 0;
    font-size: 14px;
  
}
.wf-page .bold-text-42 {

    font-size: 35px;
  
}
.wf-page .bold-text-43 {

    font-size: 40px;
  
}
.wf-page .section3_hero {

    flex-flow: column;
    align-items: stretch;
    max-width: 100%;
    display: flex;
  
}
.wf-page .hero-split-6-copy {

    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    padding-left: 10px;
  
}
.wf-page .fee-schedule {

    max-width: 100%;
    margin-top: 0;
    margin-left: -10px;
    margin-right: 0;
    padding: 0 10px;
    font-size: 10px;
  
}
.wf-page .bold-text-44 {

    font-size: 35px;
  
}
.wf-page .bold-text-45 {

    font-size: 41px;
  
}
.wf-page .hero-split-6_right-copy {

    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: -40px;
    margin-bottom: 0;
    display: block;
  
}
.wf-page .bold-text-46 {

    text-align: center;
  
}
.wf-page .section1_heading-copy {

    flex: 0 auto;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 20px;
  
}
.wf-page .section1_heading-copy-copy {

    flex: 0 auto;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 17px;
    font-weight: 400;
  
}
.wf-page .bold-text-42-copy {

    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  
}
.wf-page .bold-text-42-copy-copy {

    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
  
}
.wf-page .link-6 {

    font-size: 20px;
  
}
.wf-page .section-7_header2 {

    flex: 0 auto;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 17px;
    font-weight: 400;
  
}
.wf-page .section-7_bold2 {

    font-weight: 400;
    line-height: 20px;
  
}
.wf-page }

#w-node-c1349cfc-6fbd-9f56-183e-6c2b0a060d48-106c2c3a, .wf-page #w-node-c1349cfc-6fbd-9f56-183e-6c2b0a060d52-106c2c3a, .wf-page #w-node-_511e34d9-b284-5c20-11a3-f6a17772c651-106c2c3a, .wf-page #w-node-b3d60db5-34a8-265f-22e1-9466874a1240-106c2c3a, .wf-page #w-node-b3d60db5-34a8-265f-22e1-9466874a124a-106c2c3a, .wf-page #w-node-b3d60db5-34a8-265f-22e1-9466874a1254-106c2c3a, .wf-page #w-node-_76e8d4d5-6090-8856-4337-f01e899ea956-106c2c3a, .wf-page #w-node-_76e8d4d5-6090-8856-4337-f01e899ea95a-106c2c3a, .wf-page #w-node-_76e8d4d5-6090-8856-4337-f01e899ea95e-106c2c3a {

  grid-area: span 1 / span 1 / span 1 / span 1;

}
@font-face {

  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;

}
@font-face {

  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;

}
@font-face {

  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;

}
@font-face {

  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;

}
@font-face {

  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;

}
@font-face {

  font-family: 'Klein';
  src: url('../fonts/Klein-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;

}
@font-face {

  font-family: 'Klein';
  src: url('../fonts/Klein-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;

}
@font-face {

  font-family: 'Klein';
  src: url('../fonts/Klein-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;

}
@font-face {

  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;

}
@font-face {

  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;

}
