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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.content {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
}

.content.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.content.cc-home-wrap {
  width: 100vw;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.content.cc-store-home-wrap {
  position: relative;
  top: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
}

.content.cc-home-wrap-brockerage {
  width: 100vw;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-filter: saturate(200%) brightness(20%);
  filter: saturate(200%) brightness(20%);
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  position: relative;
  left: auto;
  top: 18px;
  right: auto;
  bottom: 0%;
  clear: none;
  opacity: 0.6;
  text-align: center;
}

.paragraph-bigger.cc-bigger-white-light {
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  opacity: 0.6;
  font-family: Merriweather, serif;
  color: #fff;
}

.button {
  padding: 12px 25px;
  float: none;
  clear: none;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  margin-bottom: -5px;
  padding-bottom: 0px;
  background-color: #fff;
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
}

.button.cc-white-button {
  margin-top: 0px;
  padding: 16px 35px;
  background-color: #555;
  opacity: 1;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 0.6;
  font-size: 16px;
}

.label.cc-light.est {
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #2b2d35;
  font-size: 40px;
  font-weight: 700;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
}

.heading-jumbo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 125%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 4vw;
  font-weight: 400;
  text-decoration: none;
  text-shadow: 7px 7px 10px #000;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu-icon {
  position: static;
  top: 10px;
  right: 10px;
  display: block;
  overflow: visible;
  width: auto;
  float: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.menu-button {
  position: relative;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: auto;
  height: auto;
  padding: 0px;
  clear: none;
}

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100vh;
  margin-bottom: 100px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  color: #fff;
}

.intro-header.cc-subpage {
  width: 100vw;
  height: 100vh;
  margin-bottom: 80px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/home-real-estate-106399.jpg');
  background-position: 50% 70%;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.intro-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.intro-content.cc-homepage {
  position: static;
  margin-bottom: 465px;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  height: 100%;
  padding: 45px 50px 50px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.63);
  opacity: 1;
}

.contact-form-grid {
  margin-top: 50px;
  margin-bottom: 75px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  width: 100%;
  height: 240px;
  margin-bottom: 40px;
  background-color: transparent;
}

.team-pic._3rd-emp {
  background-image: none;
}

.team-pic._2nd-emp {
  background-image: none;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  font-weight: 400;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-name {
  margin-bottom: 5px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "." "." ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 20px;
  border-color: #555;
  border-radius: 0px;
}

._404-content-wrap {
  position: absolute;
  top: 9.5vh;
  width: 50vw;
  height: 10vh;
  text-align: center;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0px;
  font-weight: 400;
  text-align: center;
}

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 15px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  width: 1140px;
  height: 746.078125px;
  margin-top: 21px;
  margin-bottom: -21px;
  padding-top: 0px;
  grid-column-gap: 80px;
  grid-row-gap: 61px;
  grid-template-areas: ". .";
  -ms-grid-columns: auto 80px minmax(200px, 1fr);
  grid-template-columns: auto minmax(200px, 1fr);
  -ms-grid-rows: auto 61px minmax(0px, 0.25fr);
  grid-template-rows: auto minmax(0px, 0.25fr);
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  margin-bottom: 60px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.text-block {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.home {
  display: block;
  overflow: hidden;
  height: auto;
  max-height: 100%;
  margin: 0px auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  font-weight: 700;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  margin-bottom: 40px;
}

.image {
  width: 2000px;
  height: 265.359375px;
  min-width: 0px;
  padding-top: 40px;
}

.image-2 {
  position: relative;
  padding-bottom: 0px;
}

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

.heading-3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 513px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 60px;
  text-align: center;
}

.image-3 {
  position: static;
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph {
  position: static;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  text-align: center;
  white-space: pre-wrap;
}

.heading-4 {
  border: 1px solid transparent;
  color: #fff;
  font-weight: 400;
}

.heading-5 {
  font-weight: 500;
}

.heading-6 {
  margin-top: 10px;
  color: #fff;
  font-weight: 400;
}

.paragraph-2 {
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.grid {
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-5 {
  display: block;
  padding-right: 0px;
}

.gallery-section {
  padding-top: 0px;
  padding-bottom: 100px;
}

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

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
}

.gallery-thumbnail {
  width: 100%;
}

.image-6 {
  padding-bottom: 0px;
}

.gallery-section-2 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.gallery-section-3 {
  padding-top: 200px;
  padding-bottom: 100px;
}

.menu-dropdown {
  background-image: url('../images/btn_open.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.navbar {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  overflow: visible;
  width: 200px;
  height: 100vh;
  margin-bottom: 0px;
  float: right;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block {
  overflow: visible;
}

.div-block {
  overflow: hidden;
  width: auto;
  max-height: 0vh;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding-right: 0px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: end;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-3 {
  width: 871vw;
  padding-top: 26px;
}

.div-block-2 {
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.div-block-3 {
  position: relative;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: auto;
  height: auto;
  float: right;
}

.div-block-3:hover {
  width: 20%;
}

.divnavbutton {
  top: 4%;
  right: 15%;
  z-index: 15;
  width: 20%;
  height: 6%;
  float: right;
  clear: right;
  cursor: pointer;
}

.image-7 {
  overflow: visible;
  width: auto;
  height: auto;
}

.link-block-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 9vw;
  top: 10vh;
  right: 0%;
  bottom: auto;
  z-index: 6;
  display: block;
  overflow: visible;
  width: 35vh;
  height: auto;
  max-width: 80vw;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  -webkit-transform: translate(35vw, 30vh) scale(2);
  -ms-transform: translate(35vw, 30vh) scale(2);
  transform: translate(35vw, 30vh) scale(2);
  -webkit-transition-property: none;
  transition-property: none;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-8 {
  position: -webkit-sticky;
  position: sticky;
  z-index: auto;
  width: 60vw;
  float: none;
}

.background-logo {
  position: fixed;
  left: 25vw;
  top: 15vh;
  right: 25vw;
  bottom: 15vh;
  z-index: -10;
  width: 50vw;
  max-height: 90vh;
  opacity: 0.1;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.about-grid-copy {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 15px 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid-copy.cc-about-2 {
  width: 1140px;
  height: 746.078125px;
  margin-top: 21px;
  margin-bottom: -21px;
  padding-top: 0px;
  grid-column-gap: 80px;
  grid-row-gap: 61px;
  grid-template-areas: ". .";
  -ms-grid-columns: auto 80px minmax(200px, 1fr);
  grid-template-columns: auto minmax(200px, 1fr);
  -ms-grid-rows: auto 61px minmax(0px, 0.25fr);
  grid-template-rows: auto minmax(0px, 0.25fr);
}

.logo-block {
  position: fixed;
  left: 2vh;
  top: 2vh;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 40%;
  margin-top: 0px;
  margin-left: 0px;
}

.home-link-logo {
  width: 10vw;
  height: auto;
  float: none;
  clear: none;
}

.home-link-logo.w--current {
  overflow: visible;
  width: 100%;
  height: 100%;
  float: none;
  -webkit-transition-property: none;
  transition-property: none;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.main-logo {
  position: relative;
  display: block;
  width: 10vw;
  height: 100%;
  max-height: 200vh;
  max-width: 200vw;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.slider {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  height: 100vh;
  float: left;
}

.slider-image {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  float: none;
  background-color: transparent;
  -webkit-filter: saturate(200%) brightness(20%);
  filter: saturate(200%) brightness(20%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-10 {
  position: relative;
}

.left-arrow {
  left: 0%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
}

.div-block-5 {
  position: absolute;
  top: 10%;
  display: block;
  width: 100%;
  height: 90%;
}

.list {
  margin-top: 0px;
  list-style-type: none;
}

.menu-link {
  position: relative;
  display: block;
  text-decoration: none;
}

.menu-link-text {
  position: relative;
  opacity: 0.6;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.manu-link-truepepper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 1%;
  display: block;
  text-decoration: none;
}

.menu-link-text-truepepper {
  position: relative;
  opacity: 0.6;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.text-block-2 {
  color: #bdbdbd;
  font-size: 20px;
  font-weight: 500;
}

.footer-links-header {
  position: relative;
  left: 3%;
  top: 0%;
  margin-top: 0px;
  font-size: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

._404-head {
  opacity: 0.75;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 60px;
  font-weight: 700;
}

._404-head.cc-white-heading-jumbo {
  color: #fff;
}

.galary-heading {
  font-weight: 500;
}

.grid-4 {
  grid-auto-flow: row;
  grid-template-areas: ".";
  -ms-grid-columns: 30vh 1fr;
  grid-template-columns: 30vh 1fr;
  -ms-grid-rows: minmax(30vh, 1fr) minmax(30vh, 1fr) minmax(30vh, 1fr) minmax(30vh, 1fr) minmax(30vh, 1fr) minmax(30vh, 1fr) minmax(30vh, 1fr) minmax(30vh, 1fr);
  grid-template-rows: minmax(30vh, 1fr) minmax(30vh, 1fr) minmax(30vh, 1fr) minmax(30vh, 1fr) minmax(30vh, 1fr) minmax(30vh, 1fr) minmax(30vh, 1fr) minmax(30vh, 1fr);
}

.image-11 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.investment-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.left-arrow-2 {
  cursor: default;
}

.contact-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.intro-header-copy {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100vh;
  margin-bottom: 100px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  color: #fff;
}

.intro-header-copy.cc-subpage {
  width: 100vw;
  height: 80vh;
  margin-bottom: 50px;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.intro-header-copy {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100vh;
  margin-bottom: 100px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  color: #fff;
}

.intro-header-copy.cc-subpage {
  width: 100vw;
  height: 100vh;
  margin-bottom: 50px;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-12 {
  position: fixed;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-13 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-filter: saturate(200%) brightness(20%);
  filter: saturate(200%) brightness(20%);
  -o-object-fit: cover;
  object-fit: cover;
}

.html-embed {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-14 {
  margin-left: 0px;
  padding-left: 0px;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 18%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  height: 25vh;
  max-width: 20vw;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-transform: scale(1) rotate(90deg);
  -ms-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-8 {
  position: absolute;
  left: 45%;
  top: auto;
  right: 0%;
  bottom: 15%;
  z-index: 10;
}

.text-block-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  font-size: 5vw;
  line-height: 20vh;
  font-weight: 600;
}

.link {
  position: relative;
  top: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  box-shadow: 4px 4px 20px 9px #000;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 5vw;
  font-weight: 700;
  text-align: justify;
  text-decoration: none;
}

.link.link-2 {
  position: relative;
  top: 0%;
  bottom: 0%;
  float: right;
  clear: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  box-shadow: 8px 8px 20px 5px #000;
}

.div-block-9 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
  z-index: 10;
}

.link-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.auto-type-affect {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: block;
  width: auto;
  height: auto;
  float: none;
  clear: right;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slogan {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 250px;
  float: left;
  clear: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0vh;
  text-indent: 0vh;
  text-shadow: 10px 10px 10px #000;
}

.div-block-10 {
  position: static;
  z-index: 5;
  width: auto;
  height: auto;
}

.div-block-11 {
  width: auto;
  height: auto;
}

.image-16 {
  width: auto;
  height: auto;
}

.div-block-12 {
  position: absolute;
  z-index: 0;
}

.div-block-13 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: -2px;
  z-index: -5;
  overflow: visible;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.backgroundpattern {
  position: absolute;
  z-index: 3;
  min-height: 100%;
  min-width: 100%;
  margin-top: 0px;
  padding-bottom: 0px;
  border: 1px solid transparent;
}

.image-17 {
  padding-bottom: 205px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-18 {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  background-color: transparent;
  background-image: url('../images/Background.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-19 {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  background-image: url('../images/Background.jpg');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.background-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -15;
  width: auto;
  height: auto;
}

.background-image {
  position: static;
  min-height: 100%;
  min-width: 100%;
  background-color: transparent;
  opacity: 0.3;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-15 {
  position: fixed;
}

.div-block-16 {
  left: 2%;
  top: 2%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100vw;
  min-width: 0%;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-top-content {
  position: absolute;
  left: 0%;
  top: 0vh;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . Navbar-Area Navbar-Area" ". Area-2 Area-2 Area-2 ." ". Area-2 Area-2 Area-2 ." ". Area-2 Area-2 Area-2 ." ". Area-2 Area-2 Area-2 ." ". Area-2 Area-2 Area-2 ." "Area-3 Area-3 Area-3 Area-3 Area-3" ". . . . ." ". Main-Left-Box Seperator Main-Right-Box .";
  -ms-grid-columns: 10vw 0px 30vw 0px 20vw 0px 30vw 0px 10vw;
  grid-template-columns: 10vw 30vw 20vw 30vw 10vw;
  -ms-grid-rows: 9vh 0px 9vh 0px 9vh 0px 9vh 0px 9vh 0px 9vh 0px 3vh 0px 18vh 0px 9vh;
  grid-template-rows: 9vh 9vh 9vh 9vh 9vh 9vh 3vh 18vh 9vh;
  -o-object-fit: fill;
  object-fit: fill;
}

.main-micor-logo {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 120%;
  height: 120%;
  float: none;
  clear: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.investments-page-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-width: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 200%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-image-mask {
  width: 200%;
  margin-right: 40px;
}

.feature-image {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.container-2 {
  clear: left;
}

.div-block-20 {
  float: none;
}

.div-block-21 {
  position: absolute;
  z-index: 5;
  display: inline-block;
  width: 100vw;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.section {
  position: absolute;
  left: 0%;
  top: 10vh;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: block;
}

.seperator {
  width: 30vh;
  max-width: 30vh;
  -webkit-transform: scale(0.7) rotate(90deg);
  -ms-transform: scale(0.7) rotate(90deg);
  transform: scale(0.7) rotate(90deg);
  -o-object-fit: fill;
  object-fit: fill;
}

.brokerage {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  margin-right: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 100%;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
  text-shadow: 7px 7px 10px #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.photo-selector {
  font-size: 16px;
}

.heading-jumbo-contact {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-bottom: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 600%;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 7px 7px 10px #000;
}

.heading-jumbo-contact.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-about-us {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 500%;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: 7px 7px 10px #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-jumbo-about-us.cc-white-heading-jumbo {
  color: #fff;
}

.investing {
  display: block;
  margin-left: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 100%;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  text-shadow: 7px 7px 10px #000;
}

.typing-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  font-size: 35px;
}

.typed-words {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin: 0px auto 80px;
  font-family: Montserrat, sans-serif;
  font-size: 5vh;
  text-shadow: 7px 7px 10px #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-3 {
  max-height: 100%;
  max-width: 100%;
  min-height: 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 50%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-22 {
  max-height: 50%;
  max-width: 100%;
}

.container-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 20%;
  max-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-20 {
  max-height: 100%;
  max-width: 100%;
}

.image-21 {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -o-object-fit: cover;
  object-fit: cover;
}

.link-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 250px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  left: 1vw;
  top: 1vw;
  z-index: 50;
  display: block;
  width: 10vw;
  margin-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block-3 {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  width: auto;
  height: auto;
  max-height: 10%;
  max-width: 10vw;
  padding-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-logo-home-page {
  max-height: 100%;
  max-width: 100%;
  margin-top: 15px;
  margin-left: 20px;
  padding-left: 0px;
  font-size: 20px;
}

.div-block-24 {
  max-height: 100%;
  max-width: 100%;
  margin-left: -10px;
}

.link-block-4 {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 12%;
  max-height: 10%;
  max-width: 10%;
  margin-top: 15px;
  margin-left: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: -60%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 82%;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column {
  height: 100%;
  max-height: 100%;
}

.column-2 {
  height: 100%;
  max-height: 100%;
}

.link-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 8%;
  bottom: 15%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 6vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 3vw;
  font-weight: 700;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-uptop-inv {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 60vw;
  height: 20vh;
}

.link-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 47%;
  bottom: 15%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 6vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 3vw;
  line-height: 28%;
  font-weight: 700;
}

.image-22 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.selling-a-house {
  position: absolute;
  left: 10%;
  top: 10%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: block;
  overflow: visible;
  width: 80%;
  height: 80%;
  float: left;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.title-left-column {
  height: 100%;
  max-height: 15%;
  max-width: 100%;
}

.image-23 {
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.selling-a-house-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
}

.div-block-25 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.buying-a-home {
  position: absolute;
  left: 12%;
  top: auto;
  right: 0%;
  bottom: 15%;
  max-height: 50vh;
  max-width: 30vw;
  float: none;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-26 {
  position: absolute;
  left: 7.5%;
  top: 7.5%;
  right: 0%;
  bottom: 0%;
  width: 85%;
  height: 70vh;
  max-height: none;
  max-width: none;
}

.image-24 {
  overflow: visible;
}

.dropdown {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.button-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  background-image: url('../images/Background.jpg');
  background-position: 0px 0px;
  background-size: 125px;
  font-size: 3vw;
  font-weight: 700;
  text-shadow: 1px 1px 20px #000;
}

.image-25 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -5;
  background-image: url('../images/Background.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-26 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -5;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-27 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -5;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.div-block-27 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 60%;
  height: 10%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.invest-top {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60vw;
  height: 10vh;
}

.link-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  height: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
  text-decoration: none;
}

.link-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 35%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  height: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
  text-decoration: none;
}

.about-top-page {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: block;
  overflow: visible;
  width: 73vw;
  height: 10vh;
  margin-top: 30px;
  text-shadow: 8px 8px 5px #000;
}

.link-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: 55%;
  bottom: 12%;
  z-index: 10;
  display: block;
  width: 17%;
  height: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
  text-decoration: none;
}

.contact-up-page {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 70vw;
  height: 10vh;
  text-shadow: 8px 8px 5px #000;
}

.investments-top-page {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 70vw;
  height: 10vh;
  text-shadow: 8px 8px 5px #000;
}

.brock-top-page {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 70vw;
  height: 17vh;
  text-shadow: 8px 8px 5px #000;
}

.about-us-invest {
  position: absolute;
  left: auto;
  top: auto;
  right: 60%;
  bottom: 12%;
  z-index: 10;
  display: block;
  width: 17%;
  height: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
  text-decoration: none;
}

.cotact-invest {
  position: absolute;
  left: auto;
  top: auto;
  right: 60%;
  bottom: 12%;
  z-index: 10;
  display: block;
  width: 19%;
  height: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
  text-decoration: none;
}

.link-9 {
  position: absolute;
  left: auto;
  top: auto;
  right: 57%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19%;
  height: 20%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
  text-decoration: none;
}

.brock-about-us {
  position: absolute;
  left: auto;
  top: auto;
  right: 35%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  height: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
  text-decoration: none;
}

.div-block-28 {
  position: absolute;
  width: 100%;
  height: 200%;
}

.image-28 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.container-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-height: 100%;
  max-width: 100%;
}

.div-block-29 {
  position: absolute;
  width: 100%;
  height: 200%;
  max-height: 200%;
}

.image-29 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 120%;
  max-width: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask-2 {
  width: 100%;
  margin-right: 40px;
}

.div-block-30 {
  padding-right: 0px;
}

.div-block-31 {
  position: absolute;
  z-index: -5;
  width: 100%;
  height: 175%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.feature-section-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 150px;
  padding-bottom: 0px;
  opacity: 1;
}

.flex-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-32 {
  width: 60%;
  height: 41%;
  font-size: 20px;
}

.image-30 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  width: 100%;
  height: 125%;
  opacity: 0.4;
}

.heading-7 {
  font-size: 45px;
  font-weight: 500;
}

.paragraph-3 {
  font-size: 30px;
  font-weight: 500;
}

.navbar-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  background-color: transparent;
}

.navlink {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
  float: none;
  clear: right;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 3.5vh;
  font-weight: 300;
  text-align: center;
  text-shadow: 3px 3px 6px #000;
  white-space: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.navlink:hover {
  color: #fff;
  text-shadow: 1px 1px 12px #fff, 4px 4px 6px #000;
}

.navlink:active {
  color: #fff;
}

.navlink.w--current {
  float: none;
  clear: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-weight: 300;
  text-shadow: 2px 2px 12px #fff, 3px 3px 6px #000;
  white-space: nowrap;
}

.navlink.w--current:hover {
  background-color: transparent;
  color: #fff;
  font-size: 3.5vh;
  font-weight: 300;
}

.navlink.w--current:active {
  font-weight: 300;
}

.navlink.w--current:focus {
  color: #fff;
  font-weight: 600;
}

.navlink.w--current:visited {
  color: #fff;
  font-weight: 600;
}

.nav-menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
}

.cards-section {
  position: absolute;
  left: 0%;
  top: 75%;
  right: 0%;
  bottom: 0%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  display: block;
  max-width: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.investmentsgrid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-auto-rows: 45vh;
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-areas: "Area Area";
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 10px 45vh;
  grid-template-rows: auto 45vh;
  text-align: left;
}

.teamimagemask {
  position: relative;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 73%;
  border-radius: 0%;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.cards-image {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-33 {
  position: absolute;
}

.div-block-34 {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 77px;
}

.div-block-35 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: -16px;
}

.cards-section-2 {
  position: static;
  left: 0%;
  top: 75%;
  right: 0%;
  bottom: 0%;
  padding-top: 40px;
  padding-bottom: 100px;
}

.heading-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-size: 10vw;
  font-weight: 700;
  text-align: center;
  text-shadow: 7px 7px 10px #000;
}

.heading-9 {
  display: block;
}

.investmsnames {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  text-align: center;
}

.heading-11 {
  margin-top: -50px;
}

.heading-12 {
  margin-top: -50px;
}

.heading-13 {
  margin-top: -50px;
}

.heading-14 {
  margin-top: -50px;
  text-align: center;
}

.heading-15 {
  margin-top: -50px;
  text-align: center;
}

.heading-16 {
  margin-top: -50px;
  text-align: center;
}

.div-block-36 {
  margin-top: 40px;
}

.div-block-37 {
  margin-top: 40px;
}

.link-10 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
  text-decoration: none;
}

.investments-intro-header {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100vh;
  margin-bottom: 100px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  color: #fff;
}

.investments-intro-header.cc-subpage {
  width: 100vw;
  height: 100vh;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/Investments-Page-Image.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-filter: saturate(200%) brightness(20%);
  filter: saturate(200%) brightness(20%);
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.cards-section-3 {
  position: relative;
  top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  float: none;
  clear: none;
}

.cards-grid-container-2 {
  position: static;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  max-height: 120%;
  max-width: 120%;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 50vh;
  grid-template-rows: 50vh;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.brokerageimages {
  position: relative;
  display: block;
  overflow: hidden;
  width: 111%;
  height: 100%;
  padding: 10% 5%;
  float: none;
  clear: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.heading-17 {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  background-image: url('../images/Background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.heading-18 {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/Background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.paragraph-4 {
  background-image: url('../images/Background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.paragraph-5 {
  background-image: url('../images/Background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.link-11 {
  background-image: url('../images/Background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link-12 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 55%;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-39 {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: left;
}

.div-block-40 {
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.image-31 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 84.348666%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-32 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.div-block-41 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 10%;
}

.image-33 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -5;
  overflow: hidden;
  width: 31vw;
  height: 63%;
  opacity: 0.4;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.image-34 {
  width: 10%;
  height: 100%;
}

.footertext {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #6c6f7a;
  font-size: 38px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.heading-20 {
  float: right;
  clear: none;
}

.contact-us-intro-header {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100vh;
  margin-bottom: 100px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  color: #fff;
}

.contact-us-intro-header.cc-subpage {
  width: 100vw;
  height: 100vh;
  margin-bottom: 80px;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/kari-shea-1SAnrIxw5OY-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(200%) brightness(20%);
  filter: saturate(200%) brightness(20%);
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.cards-section-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.cards-grid-container-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: none;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 70% 50%;
  object-position: 70% 50%;
}

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

.paragraph-7 {
  margin-bottom: 0px;
  text-align: center;
}

.paragraph-8 {
  margin-bottom: 0px;
  text-align: center;
}

.paragraph-9 {
  margin-bottom: 0px;
  text-align: center;
}

.paragraph-10 {
  margin-bottom: 0px;
  text-align: center;
}

.paragraph-11 {
  margin-bottom: 0px;
  text-align: center;
}

.paragraph-12 {
  margin-bottom: 0px;
  text-align: center;
}

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

.div-block-42 {
  background-color: rgba(0, 0, 0, 0.55);
}

.slide-2 {
  margin-top: -151px;
  padding-top: 0px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-43 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.heading-23 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.slogan-invest {
  width: 100%;
  height: 20%;
  padding-top: 40px;
  padding-bottom: 30px;
}

.heading-24 {
  font-weight: 500;
  text-align: center;
}

.text-block-4 {
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.link-13 {
  padding-top: 0px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
}

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

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

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 40%;
  float: right;
  background-color: transparent;
}

.nav-menu-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-27 {
  font-weight: 500;
}

.team-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

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

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

.heading-31 {
  font-size: 25px;
  text-align: center;
  white-space: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.navlink-hidehome {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  float: none;
  clear: right;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 4vh;
  font-weight: 700;
  text-align: center;
  text-shadow: 8px 8px 5px #000;
  white-space: nowrap;
}

.navlink-hidehome.w--current {
  float: none;
  clear: left;
  white-space: nowrap;
}

.navlink-copy {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  float: none;
  clear: right;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 4vh;
  font-weight: 700;
  text-align: center;
  text-shadow: 8px 8px 5px #000;
  white-space: nowrap;
}

.navlink-copy.w--current {
  float: none;
  clear: left;
  white-space: nowrap;
}

.text-block-4-copy {
  padding-bottom: 25px;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

.nav-brockerage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.menu-button-3 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.menu-button-3.w--open {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.navbar-3home {
  position: absolute;
  right: 0px;
  z-index: 10;
  width: 40%;
  float: right;
  background-color: transparent;
}

.investments-div {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.brokerageimagemask {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 73%;
  border-radius: 0%;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.teamgrid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: 35vh;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(auto-fit, 35vh);
  text-align: left;
}

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

.teamimage {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: none;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 70% 50%;
  object-position: 70% 50%;
}

.investment-image-mask {
  position: relative;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 73%;
  border: 1px none #000;
  border-radius: 0%;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.footerlink {
  margin-bottom: 0px;
  color: #ccc;
  text-align: center;
  white-space: nowrap;
}

.invest-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21%;
  height: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 3vw;
}

.smarter-appear {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 0%;
  float: none;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 3vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  height: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 3vw;
}

.fade-out-smarter {
  height: 0%;
}

.micor-fade-out {
  height: 0%;
}

.fade-in-smarter {
  height: 0%;
}

.fade-in-micor {
  height: 0%;
}

.smarter-appear-fade-in {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 0%;
  float: none;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 3vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  height: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 3vw;
}

.micor-fade-out-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  height: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 3vw;
}

.fade-in-smarter-c {
  height: 0%;
}

.smarter-appear-copy {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 0%;
  float: none;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 3vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.micor-fade-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  height: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 3vw;
}

.div-block-45 {
  position: relative;
  z-index: 10;
  font-size: 16vh;
  font-weight: 400;
  text-shadow: 4px 4px 20px #000;
}

.listing-heading-jumbo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 4vw;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 7px 7px 10px #000;
}

.listing-heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.listing-content {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
}

.listing-content.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.listing-content.cc-home-wrap {
  width: 100vw;
  margin-right: 0px;
  margin-bottom: 0px;
}

.listing-content.cc-store-home-wrap {
  position: relative;
  top: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
}

.listing-content.cc-home-wrap-brockerage {
  width: 100vw;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-image: url('../images/home-real-estate-106399.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.listing-intro-header-copy {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100vh;
  margin-bottom: 100px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  color: #fff;
}

.listing-intro-header-copy.cc-subpage {
  width: 100vw;
  height: 80vh;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/Investments-Page-Image.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-3 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
}

.div-block-46 {
  position: relative;
  z-index: 20;
  padding-bottom: 10px;
}

.button-4 {
  width: 60%;
  padding: 10px 22px;
  background-color: #3f4041;
  color: #fff;
  font-size: 32px;
  line-height: 34px;
  font-weight: 400;
}

.button-4:hover {
  color: #c4c4c4;
}

.button-4:active {
  color: #b1b1b1;
}

.listing-heading {
  padding-top: 50px;
  padding-bottom: 25px;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

.text-block-6 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 61%;
  height: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #a80404;
  font-size: 4vh;
}

.text-block-7 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 4vh;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-47 {
  clear: none;
  color: #a00;
  font-size: 3vh;
}

.text-block-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 108%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b40606;
  font-size: 3vh;
  font-weight: 500;
}

.slide-3 {
  background-color: transparent;
}

.text-block-9 {
  width: 95%;
  font-size: 3vh;
}

.div-block-48 {
  width: 100.068608%;
}

.columns-2 {
  width: 100%;
  margin-top: 40px;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3vw;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-51 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 5vh;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #a00;
  font-size: 5vh;
  font-style: italic;
  font-weight: 500;
}

.div-block-53 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 5vh;
}

.text-block-10 {
  position: absolute;
  font-size: 5vh;
}

.text-block-11 {
  position: absolute;
  font-size: 5vh;
}

.image-35 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/home-real-estate-106399.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-55 {
  position: relative;
  z-index: -20;
  width: 100%;
  height: 50%;
  background-color: #ada1a1;
  opacity: 1;
}

.image-36 {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.div-block-56 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -14;
  width: 100%;
  background-color: #682e2e;
  color: #fff;
}

.div-block-57 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  opacity: 0.3;
}

.image-37 {
  min-height: 100%;
  min-width: 100%;
}

.intro-header-investments-pg {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100vh;
  margin-bottom: 100px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  color: #fff;
}

.intro-header-investments-pg.cc-subpage {
  width: 100vw;
  height: 100vh;
  margin-bottom: 80px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/home-real-estate-106399.jpg');
  background-position: 50% 70%;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-13 {
  color: #fff;
  font-weight: 300;
}

.footer-about-contact-us {
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #000;
}

.footer-investing {
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #000;
}

.div-block-58 {
  position: static;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.div-block-59 {
  background-color: #fff;
}

.sticky-nav-2 {
  position: fixed;
  top: 0px;
  z-index: 200;
  width: 100%;
  padding: 20px;
  background-color: #cacaca;
}

.div-block-60 {
  height: 100px;
  background-color: #fff;
}

.nav-appear {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  height: 20%;
}

.paragraph-light-about-us {
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0.6;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
}

.button-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  width: 80%;
  background-color: #000;
  text-align: center;
}

.button-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0;
  color: #000;
  font-size: 60px;
  font-weight: 400;
  text-shadow: 0 0 6px #fff;
}

.button-6:hover {
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  text-shadow: 4px 4px 5px #fff;
}

.button-6:active {
  background-color: transparent;
}

.button-6:focus {
  opacity: 1;
}

.button-6:visited {
  opacity: 0;
}

.button-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0;
  font-size: 3vw;
  text-shadow: 1px 1px 6px #fff;
}

.button-7:hover {
  opacity: 1;
  color: #fff;
}

.button-7:focus {
  opacity: 1;
}

.grid-6 {
  grid-row-gap: 45px;
}

.text-block-12 {
  margin-right: 20px;
  float: right;
  clear: none;
  font-size: 18px;
}

.text-block-13 {
  width: 140%;
  margin-left: 20px;
  font-size: 18px;
}

.column-3 {
  padding-right: 30px;
}

.column-4 {
  padding-left: 30px;
}

.text-block-14 {
  float: right;
  color: #000;
  font-size: 18px;
}

.text-block-15 {
  color: #000;
  font-size: 18px;
}

.button-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0;
  color: #000;
  font-size: 3vw;
  text-shadow: 1px 1px 6px #000;
}

.button-8:hover {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  color: #000;
}

.button-8:active {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .content.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .styleguide-block {
    text-align: center;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-contact-us {
    display: none;
  }
  .paragraph-light {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .menu {
    position: static;
    margin-left: 30px;
  }
  .navigation-wrap {
    background-color: #fff;
  }
  .navigation {
    padding: 25px 30px;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-items {
    background-color: #fff;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .service-icon {
    display: inline-block;
  }
  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-members {
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-member-title-wrap {
    margin-bottom: 30px;
  }
  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .blog-detail-header-wrap {
    width: 70%;
  }
  .detail-header-image {
    height: 460px;
  }
  .blog-item {
    width: 80%;
  }
  .blog-preview-image {
    height: 460px;
  }
  .blog-summary-wrap {
    width: 100%;
  }
  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-grid.cc-about-2 {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .intro-text {
    width: auto;
  }
  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }
  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .about-grid-copy {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-grid-copy.cc-about-2 {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .home-link-logo {
    width: 100%;
  }
  .main-logo {
    width: 100%;
  }
  .slider-image {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .slide {
    min-height: 100%;
    min-width: 100%;
    float: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
  ._404-head {
    font-size: 56px;
    line-height: 70px;
  }
  .slogan {
    white-space: pre-line;
  }
  .div-block-16 {
    width: 10%;
  }
  .main-micor-logo {
    max-width: 90%;
  }
  .brokerage {
    font-size: 4vw;
  }
  .heading-jumbo-contact {
    font-size: 56px;
    line-height: 70px;
  }
  .heading-jumbo-about-us {
    font-size: 56px;
    line-height: 70px;
  }
  .investing {
    font-size: 4vw;
  }
  .div-block-23 {
    width: 15%;
    margin-top: 0px;
  }
  .about-top-page {
    margin-top: 0px;
  }
  .navlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    clear: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navlink.w--current {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    clear: right;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 4vh;
    text-shadow: 2px 2px 12px #fff, 4px 4px 6px #000;
  }
  .nav-menu {
    background-color: transparent;
  }
  .investmentsgrid {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }
  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cards-grid-container-3 {
    grid-column-gap: 20px;
  }
  .cards-image-3 {
    height: 60%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .paragraph-12 {
    width: 100.006033%;
    height: 18%;
  }
  .heading-21 {
    font-size: 28px;
  }
  .slide-2 {
    margin-top: 0px;
  }
  .navbar-3 {
    width: 40vw;
  }
  .nav-menu-2 {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .team-name {
    width: 100.006033%;
    font-size: 20px;
    white-space: nowrap;
  }
  .navlink-hidehome {
    display: block;
    margin-top: 0px;
    clear: right;
  }
  .navlink-hidehome.w--current {
    display: block;
    clear: right;
  }
  .navlink-copy {
    margin-top: 0px;
    clear: right;
  }
  .navlink-copy.w--current {
    display: block;
    clear: right;
  }
  .navbar-3home {
    width: 40vw;
  }
  .teamgrid {
    grid-auto-flow: row;
    grid-column-gap: 20px;
  }
  .teaminfo {
    font-size: 14px;
  }
  .teamimage {
    height: 60%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .investment-image-mask {
    height: 73%;
    float: none;
  }
  .listing-heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .listing-content.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-50 {
    width: 100%;
    height: 100%;
  }
  .div-block-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3vw;
  }
  .div-block-52 {
    font-size: 3vw;
  }
  .div-block-53 {
    font-size: 3vh;
  }
  .text-block-10 {
    font-size: 3vh;
  }
  .text-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 3vh;
  }
  .paragraph-light-about-us {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-12 {
    margin-right: 50px;
  }
  .text-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140%;
    margin-left: -17px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
  }
  .text-block-14 {
    float: left;
  }
  .button-8 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .content {
    margin-right: 15px;
    margin-left: 15px;
  }
  .content.cc-cta {
    padding: 15px;
  }
  .content.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .content.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation {
    padding: 20px 30px;
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .intro-header.cc-subpage {
    margin-bottom: 80px;
    padding-right: 0px;
  }
  .intro-content {
    position: relative;
    left: 10vw;
    right: 10vw;
    width: 80%;
  }
  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }
  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }
  .project-name-wrap {
    margin-bottom: 30px;
  }
  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }
  .detail-image {
    margin-bottom: 15px;
  }
  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .blog-item {
    width: 90%;
    max-width: 470px;
  }
  .blog-summary-wrap {
    text-align: center;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .gallery-section {
    padding: 40px 20px;
  }
  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .gallery-section-2 {
    padding: 40px 20px;
  }
  .gallery-section-3 {
    padding: 40px 20px;
  }
  ._404-head {
    font-size: 50px;
    line-height: 64px;
  }
  .contact-form-2 {
    padding: 40px 20px;
  }
  .image-13 {
    margin-right: 0px;
    margin-left: -15px;
    padding-right: 0px;
  }
  .div-block-10 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .div-block-16 {
    width: 15%;
  }
  .hero {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .feature-section {
    padding: 40px 20px;
  }
  .feature-image-mask {
    margin-right: 0px;
  }
  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }
  .heading-jumbo-contact {
    display: block;
    margin-top: 230px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 50px;
    line-height: 64px;
  }
  .heading-jumbo-about-us {
    font-size: 50px;
    line-height: 64px;
  }
  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask-2 {
    margin-right: 0px;
  }
  .feature-section-2 {
    padding: 40px 20px;
  }
  .flex-container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .investmentsgrid {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .teamimagemask {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .cards-section-2 {
    padding: 40px 20px;
  }
  .investments-intro-header.cc-subpage {
    margin-left: -15px;
    padding-right: 0px;
  }
  .cards-section-3 {
    padding: 40px 20px;
  }
  .cards-grid-container-2 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .cards-section-4 {
    padding: 40px 20px;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .contact-us-intro-header.cc-subpage {
    margin-bottom: 80px;
    margin-left: -15px;
    padding-right: 0px;
  }
  .cards-section-5 {
    padding: 40px 20px;
  }
  .cards-grid-container-3 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .cards-image-3 {
    position: relative;
    height: 100%;
  }
  .navbar-3 {
    width: 50vw;
  }
  .navbar-3home {
    width: 50vw;
  }
  .teamgrid {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-auto-rows: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .teamimage {
    position: relative;
    height: 100%;
  }
  .listing-heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .listing-content {
    margin-right: 15px;
    margin-left: 15px;
  }
  .listing-content.cc-cta {
    padding: 15px;
  }
  .listing-content.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .listing-content.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .listing-intro-header-copy.cc-subpage {
    margin-left: -15px;
    padding-right: 0px;
  }
  .div-block-51 {
    font-size: 3vh;
  }
  .div-block-52 {
    font-size: 3vh;
  }
  .div-block-53 {
    padding-left: 0px;
  }
  .intro-header-investments-pg.cc-subpage {
    margin-bottom: 80px;
    padding-right: 0px;
  }
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    text-align: center;
  }
  .sticky-nav-2 {
    position: relative;
  }
  .button-6 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .content {
    margin-right: auto;
    margin-left: auto;
  }
  .content.cc-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .content.cc-store-home-wrap {
    margin-right: auto;
    margin-left: auto;
  }
  .content.cc-home-wrap-brockerage {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container {
    padding-bottom: 0px;
  }
  .label.cc-light {
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .heading-jumbo {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 14%;
    max-height: 48px;
    padding-top: 165px;
    padding-bottom: 0px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 36px;
    line-height: 48px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .heading-jumbo-small {
    position: relative;
    overflow: visible;
    width: auto;
    margin-right: 0px;
    padding-left: 0px;
    font-size: 19px;
    font-weight: 400;
  }
  .menu-icon {
    width: 30px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .menu {
    margin-left: 15px;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .intro-header {
    position: static;
    display: block;
    overflow: visible;
    width: auto;
    height: 40vh;
    margin-bottom: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .intro-header.cc-subpage {
    max-height: 350px;
    margin-top: -50px;
    margin-bottom: 80px;
    margin-left: 0px;
    background-image: url('../images/home-real-estate-106399.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .intro-content {
    left: 10vw;
    right: 10vw;
  }
  .status-message.cc-no-data {
    width: 100%;
  }
  .contact-form-wrap {
    margin-right: 10px;
    margin-left: 10px;
    background-color: rgba(0, 0, 0, 0.63);
  }
  .contact-form-grid {
    width: 100%;
  }
  .our-contacts {
    width: 90%;
  }
  .team-members {
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .project-details-grid {
    width: 100%;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .blog-item {
    width: 100%;
    max-width: none;
  }
  .about-grid.cc-about-2 {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-column-gap: 80px;
    grid-row-gap: 67px;
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
    -ms-grid-rows: minmax(0px, 0.25fr) minmax(0px, 0.25fr);
    grid-template-rows: minmax(0px, 0.25fr) minmax(0px, 0.25fr);
  }
  .image-3 {
    width: auto;
  }
  .paragraph {
    margin-top: -65px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 22px;
  }
  .image-4 {
    position: static;
    width: 290px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .link-block-2 {
    display: inline-block;
    max-width: 50%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .background-logo {
    position: fixed;
    top: 5vh;
    bottom: 5vh;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .about-grid-copy.cc-about-2 {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-column-gap: 80px;
    grid-row-gap: 67px;
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
    -ms-grid-rows: minmax(0px, 0.25fr) minmax(0px, 0.25fr);
    grid-template-rows: minmax(0px, 0.25fr) minmax(0px, 0.25fr);
  }
  .logo-block {
    display: inline-block;
    width: 10%;
    min-width: 25vw;
  }
  .main-logo {
    width: 80%;
  }
  .slider-image {
    line-height: 28vw;
  }
  ._404-head {
    font-size: 36px;
    line-height: 48px;
  }
  .left-arrow-2 {
    overflow: hidden;
    color: #fff;
  }
  .intro-header-copy {
    position: static;
    display: block;
    overflow: visible;
    width: auto;
    height: 40vh;
    margin-bottom: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .intro-header-copy.cc-subpage {
    max-height: 350px;
  }
  .intro-header-copy {
    position: static;
    display: block;
    overflow: visible;
    width: auto;
    height: 40vh;
    margin-bottom: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .intro-header-copy.cc-subpage {
    max-height: 350px;
    background-image: none;
  }
  .div-block-6 {
    position: static;
    z-index: 0;
    width: 100vw;
  }
  .div-block-7 {
    display: block;
    margin-top: 0px;
  }
  .image-15 {
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-transform: scale(0.5) rotate(90deg);
    -ms-transform: scale(0.5) rotate(90deg);
    transform: scale(0.5) rotate(90deg);
    -o-object-fit: contain;
    object-fit: contain;
  }
  .text-block-3 {
    line-height: 15vh;
  }
  .link {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 50px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40vw;
  }
  .link.link-2 {
    position: static;
    right: 10%;
    margin-right: 35px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .slogan {
    letter-spacing: 0vh;
    text-indent: 0vh;
  }
  .background-div {
    z-index: -5;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .background-image {
    opacity: 0.3;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .div-block-16 {
    width: 10%;
  }
  .main-top-content {
    grid-template-areas: ". . . Navbar-Area Navbar-Area" ". Area-2 Area-2 Area-2 ." ". Area-2 Area-2 Area-2 ." ". Area-2 Area-2 Area-2 ." ". Area-2 Area-2 Area-2 ." ". Area-2 Area-2 Area-2 ." "Area-3 Area-3 Area-3 Area-3 Area-3" ". Main-Left-Box Main-Left-Box Main-Left-Box ." ". Main-Left-Box Main-Left-Box Main-Left-Box ." ". Main-Left-Box Main-Left-Box Main-Left-Box .";
    -ms-grid-rows: 9vh 9vh 9vh 9vh 9vh 9vh 3vh 9vh 9vh 9vh;
    grid-template-rows: 9vh 9vh 9vh 9vh 9vh 9vh 3vh 9vh 9vh 9vh;
  }
  .seperator {
    display: none;
  }
  .brokerage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    height: 58%;
    margin-right: 0px;
    font-size: 30px;
  }
  .heading-jumbo-contact {
    position: relative;
    margin-top: 160px;
    font-size: 36px;
    line-height: 48px;
  }
  .heading-jumbo-about-us {
    position: relative;
    padding-top: 159px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 36px;
    line-height: 48px;
  }
  .investing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    height: 58%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
  }
  .typed-words {
    width: 100%;
    height: 100%;
    font-size: 25px;
    white-space: normal;
  }
  .div-block-23 {
    left: 2vw;
    top: 2vw;
    z-index: 500;
    min-width: 35vw;
  }
  .columns {
    margin-bottom: 280px;
  }
  .link-4 {
    width: 65%;
    font-size: 200%;
  }
  .link-5 {
    left: auto;
    top: 0%;
    right: 8%;
    bottom: 0px;
    width: 60%;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 200%;
  }
  .about-top-page {
    z-index: 50;
    width: 100vw;
  }
  .navlink {
    white-space: nowrap;
  }
  .navlink.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
  }
  .centered-container-2 {
    text-align: left;
  }
  .investmentsgrid {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .teamimagemask {
    position: relative;
    height: 60%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .cards-image {
    position: relative;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .heading-8 {
    padding-bottom: 500px;
  }
  .investmsnames {
    font-size: 20px;
  }
  .heading-14 {
    margin-top: 20px;
  }
  .heading-15 {
    margin-top: 20px;
  }
  .heading-16 {
    margin-top: 20px;
  }
  .investments-intro-header {
    position: static;
    display: block;
    overflow: visible;
    width: auto;
    height: 40vh;
    margin-bottom: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .investments-intro-header.cc-subpage {
    max-height: 350px;
    margin-left: 0px;
  }
  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .footertext {
    font-size: 30px;
    text-align: center;
    white-space: pre-wrap;
  }
  .contact-us-intro-header {
    position: static;
    display: block;
    overflow: visible;
    width: auto;
    height: 40vh;
    margin-bottom: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .contact-us-intro-header.cc-subpage {
    max-height: 350px;
    margin-top: -50px;
    margin-bottom: 80px;
    margin-left: 0px;
  }
  .grid-5 {
    grid-auto-flow: row;
  }
  .centered-container-3 {
    text-align: left;
  }
  .cards-grid-container-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cards-image-3 {
    position: relative;
    height: 100%;
  }
  .heading-21 {
    text-align: center;
  }
  .heading-22 {
    text-align: center;
  }
  .heading-23 {
    text-align: center;
  }
  .slogan-invest {
    padding-right: 16px;
    padding-bottom: 20px;
    padding-left: 16px;
  }
  .heading-25 {
    margin-top: 30px;
  }
  .heading-26 {
    margin-top: 20px;
  }
  .container-7 {
    padding-left: 0px;
    clear: left;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .navbar-3 {
    top: 0px;
    right: 0px;
    width: 100vw;
    background-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .nav-menu-2 {
    position: absolute;
    top: 0px;
    width: 100vw;
    clear: right;
  }
  .heading-27 {
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .div-block-44 {
    width: 100%;
    height: 13.5%;
  }
  .team-name {
    text-align: center;
  }
  .heading-29 {
    text-align: center;
  }
  .heading-30 {
    text-align: center;
  }
  .heading-31 {
    text-align: center;
  }
  .navlink-hidehome {
    white-space: nowrap;
  }
  .navlink-hidehome.w--current {
    white-space: nowrap;
  }
  .navlink-copy {
    white-space: nowrap;
  }
  .navlink-copy.w--current {
    white-space: nowrap;
  }
  .menu-button-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-button-3 {
    clear: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-button-3.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .icon {
    float: right;
    clear: left;
  }
  .navbar-3home {
    top: 0px;
    right: 0px;
    width: 100vw;
    background-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .investments-div {
    padding-bottom: 100px;
  }
  .brokerageimagemask {
    position: relative;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .teamgrid {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .teamimage {
    position: relative;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .investment-image-mask {
    position: relative;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .menu-button-4 {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .menu-button-4.w--open {
    z-index: 50;
  }
  .footerlink {
    text-align: center;
  }
  .invest-text {
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 5vw;
  }
  .smarter-appear {
    width: 72%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 5vw;
  }
  .text-block-5 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 5vw;
  }
  .fade-out-smarter {
    width: 100%;
  }
  .micor-fade-out {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .smarter-appear-copy {
    width: 72%;
    height: 100%;
    font-size: 5vw;
  }
  .micor-fade-in {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 5vw;
  }
  .div-block-45 {
    z-index: 5;
  }
  .listing-heading-jumbo {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 14%;
    max-height: 48px;
    padding-top: 165px;
    padding-bottom: 0px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 36px;
    line-height: 48px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .listing-content {
    margin-right: auto;
    margin-left: auto;
  }
  .listing-content.cc-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .listing-content.cc-store-home-wrap {
    margin-right: auto;
    margin-left: auto;
  }
  .listing-content.cc-home-wrap-brockerage {
    margin-right: 0px;
    margin-left: 0px;
  }
  .listing-intro-header-copy {
    position: static;
    display: block;
    overflow: visible;
    width: auto;
    height: 40vh;
    margin-bottom: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .listing-intro-header-copy.cc-subpage {
    max-height: 350px;
    margin-left: 0px;
  }
  .div-block-46 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-4 {
    width: 100%;
    text-align: center;
  }
  .listing-heading {
    font-size: 26px;
    text-align: center;
  }
  .columns-2 {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-51 {
    font-size: 3vh;
  }
  .div-block-52 {
    font-size: 3vh;
  }
  .div-block-53 {
    font-size: 3vh;
  }
  .intro-header-investments-pg {
    position: static;
    display: block;
    overflow: visible;
    width: auto;
    height: 40vh;
    margin-bottom: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .intro-header-investments-pg.cc-subpage {
    max-height: 350px;
    margin-top: -50px;
    margin-bottom: 80px;
    margin-left: 0px;
    background-image: none;
  }
  .sticky-nav {
    padding: 0px;
  }
  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
  .sticky-nav-2 {
    padding: 0px;
  }
  .button-6 {
    text-align: center;
  }
  .button-8 {
    font-size: 5vw;
  }
}

#w-node-4e139ce29b7a-9209dd05 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: Navbar-Area;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-359b326ab66a-9209dd05 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 9;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: Area-2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-97ac2a8b9b15-9209dd05 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-area: Area-3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-674fdd057d67-9209dd05 {
  -ms-grid-row: 17;
  -ms-grid-column: 5;
  grid-area: Seperator;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-79162006bc21-9209dd05 {
  -ms-grid-row: 17;
  -ms-grid-column: 3;
  grid-area: Main-Left-Box;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-743436b73fe5-9209dd05 {
  -ms-grid-row: 17;
  -ms-grid-column: 7;
  grid-area: Main-Right-Box;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-509be705858e-0f09dd0f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fc6224452951-0f09dd0f {
  -ms-grid-column: -2;
  grid-column-start: -2;
  -ms-grid-column-span: 4;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-cccb2b9c99e1-f38ba85b {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-dd3977993314-7f853c92 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-13fcb73abfd9-7f853c92 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-798c79e44bf0-7f853c92 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-089b1fe5228d-7f853c92 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-71f58f22adb5-7f853c92 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-4d204e883bd3-7f853c92 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-957e718b2d06-7f853c92 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b4a7c2edbf9a-7f853c92 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-af93f728ac34-7f853c92 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-9d9a72093497-7f853c92 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-751336186c21-7f853c92 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3c0bb5f9a419-7f853c92 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-1e0d53e5d26f-7f853c92 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-39da84979419-7f853c92 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-4e139ce29b7a-9209dd05 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  #w-node-97ac2a8b9b15-9209dd05 {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-area: Area-3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-28ff73e9b74d-0f09dd0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-28ff73e9b74f-0f09dd0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-28ff73e9b754-0f09dd0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-28ff73e9b756-0f09dd0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-383308f03086-0f09dd0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-383308f03088-0f09dd0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-1d69a8608057-0f09dd0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-96576058a90f-0f09dd0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-96576058a911-0f09dd0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-fc6224452951-0f09dd0f {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-fc6224452954-0f09dd0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fc6224452956-0f09dd0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-cccb2b9c99eb-f38ba85b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-cccb2b9c99f2-f38ba85b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-849c1db03306-f38ba85b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-6f2534dd7024-f38ba85b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-abb13d6636aa-f38ba85b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-083cddecfdf4-f38ba85b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-05daf2561ffe-f38ba85b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fab45f65ba33-f38ba85b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-558f03afc4a0-f38ba85b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-82f499aae619-f38ba85b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-2f2bc4dcafea-f38ba85b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-25f2e7ebd35a-f38ba85b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-b3967528d205-f38ba85b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-4e139ce29b7a-9209dd05 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-79162006bc21-9209dd05 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-743436b73fe5-9209dd05 {
    -ms-grid-row: 17;
    -ms-grid-column: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    grid-area: Main-Left-Box;
  }
  @media screen and (max-width: 479px) {
    #w-node-4e139ce29b7a-9209dd05 {
      -ms-grid-row: 1;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }
    #w-node-359b326ab66a-9209dd05 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 5;
      -ms-grid-column: 2;
      -ms-grid-column-span: 3;
    }
    #w-node-97ac2a8b9b15-9209dd05 {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-79162006bc21-9209dd05 {
      -ms-grid-row: 8;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 3;
    }
    #w-node-97ac2a8b9b15-9209dd05 {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
    }
    #w-node-743436b73fe5-9209dd05 {
      -ms-grid-row: 8;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 3;
    }
  }
  #w-node-28ff73e9b743-0f09dd0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-28ff73e9b74a-0f09dd0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-28ff73e9b751-0f09dd0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-383308f03083-0f09dd0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-1d69a8608052-0f09dd0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-96576058a90c-0f09dd0f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fc6224452951-0f09dd0f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  #w-node-cccb2b9c99e1-f38ba85b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-cccb2b9c99e8-f38ba85b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-cccb2b9c99ef-f38ba85b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-849c1db03303-f38ba85b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-6f2534dd7021-f38ba85b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-abb13d6636a7-f38ba85b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-083cddecfdf1-f38ba85b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-05daf2561ffb-f38ba85b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fab45f65ba30-f38ba85b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-558f03afc49d-f38ba85b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-82f499aae616-f38ba85b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-2f2bc4dcafe7-f38ba85b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-25f2e7ebd357-f38ba85b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-b3967528d202-f38ba85b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-dd3977993314-7f853c92 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-13fcb73abfd9-7f853c92 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-798c79e44bf0-7f853c92 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-089b1fe5228d-7f853c92 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-71f58f22adb5-7f853c92 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-4d204e883bd3-7f853c92 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-957e718b2d06-7f853c92 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-b4a7c2edbf9a-7f853c92 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-af93f728ac34-7f853c92 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-9d9a72093497-7f853c92 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-751336186c21-7f853c92 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-3c0bb5f9a419-7f853c92 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-1e0d53e5d26f-7f853c92 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-39da84979419-7f853c92 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

