@font-face {
  font-family: Wremena;
  src: url('../fonts/WremenaLight1.10.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Glacialindifference;
  src: url('../fonts/GlacialIndifference-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Glacialindifference;
  src: url('../fonts/GlacialIndifference-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Wremena;
  src: url('../fonts/WremenaRegular1.10.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Wremena Bold;
  src: url('../fonts/WremenaBold1.10.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --color: #333;
  --color-2: #fafafa;
  --background: #252525;
  --black: black;
  --color-3: #f1a91a;
  --grey: #666;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

body {
  color: var(--white);
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

label {
  margin-bottom: 5px;
  display: block;
}

.nav-bar {
  border-bottom: .5px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3rem;
  display: flex;
}

.site-title {
  color: var(--color);
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.nav-links-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.nav-link {
  color: var(--color);
  font-size: .95rem;
  font-weight: 500;
  text-decoration: none;
}

.hero-group {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4rem 3rem;
  display: flex;
  position: relative;
}

.image {
  opacity: .3;
}

.h1-group {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: absolute;
}

.heading {
  max-width: 20ch;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wremena, sans-serif;
  font-size: 5.6rem;
  font-weight: 300;
  line-height: .95;
}

.body-2 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.body-2.grey {
  background-color: #fafafa;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wremena, sans-serif;
  font-size: 3.25rem;
  font-weight: 300;
}

.heading-2.dark {
  color: var(--white);
  font-size: 3.3rem;
}

.h1-wrapper {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.h1-wrapper.investment {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: url('../images/noise.png'), linear-gradient(155deg, #31483b, #27392f);
  background-position: 0 0, 0 0;
  background-size: 100px, auto;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10rem;
  display: flex;
}

.press-item-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #0003;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 10rem;
  padding: 2rem 4rem;
  transition: all .4s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.press-item-wrapper:hover {
  background-color: var(--color-2);
  background-image: none;
  background-size: auto;
}

.press-item-title {
  max-width: 44ch;
  color: var(--color);
  font-size: .975rem;
  font-weight: 600;
  line-height: 1.4rem;
}

.press-item-title.centered {
  font-family: Glacialindifference, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.press-item-title.dark {
  color: var(--background);
}

.press-subtext-wrapper {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  display: flex;
}

.press-item-subtext-item {
  color: var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: aktiv-grotesk, sans-serif;
  font-size: .7rem;
  font-weight: 500;
  display: inline-block;
}

.press-item-subtext-item.date {
  letter-spacing: .5px;
}

.press-item-heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.press-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.press-grid-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 3rem;
  display: flex;
}

.connect-intro-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 3rem;
  display: flex;
}

.paragraph {
  max-width: 66ch;
  color: var(--color);
  margin-bottom: 0;
  font-size: .925rem;
  line-height: 1.5;
}

.paragraph.map {
  max-width: 58ch;
  color: var(--white);
  font-size: .925rem;
}

.paragraph.long {
  max-width: 60ch;
}

.paragraph.grid {
  max-width: 57ch;
  font-size: .9rem;
}

.paragraph.grid.small {
  font-size: .85rem;
}

.paragraph.small {
  margin-bottom: 0;
  font-size: .825rem;
}

.paragraph.announcement {
  color: var(--white);
  text-align: center;
  font-size: .85rem;
}

.image-2 {
  width: 7rem;
}

.field-pair-wrapper {
  width: 100%;
}

.form-block-2 {
  margin-bottom: 0;
}

.form-block-2.full {
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.div-block-67 {
  border-radius: 6px;
  display: flex;
}

.newsletter-text {
  color: #222;
  flex-direction: column;
  max-width: 45ch;
  font-size: .95rem;
  font-weight: 600;
}

.newsletter-text.on-green {
  color: #fff;
}

.newsletter-text.sub {
  font-weight: 400;
}

.newsletter-text.sub.on-green {
  color: #adb6b1;
}

.div-block-36 {
  display: flex;
}

.contact-line {
  background-color: #0003;
  width: 1px;
  height: 100%;
}

.social-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.image-25 {
  height: 1rem;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
}

.div-block-37 {
  display: flex;
}

.div-block-2 {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.field-label {
  color: #fff;
  margin-bottom: 0;
  font-size: .95rem;
  font-weight: 400;
}

.footer-newsletter-wrapper {
  grid-row-gap: 1.25rem;
  border-radius: 0 0 12px 12px;
  flex-direction: column;
  margin-top: 2rem;
  padding-right: 2rem;
  display: flex;
}

.button {
  color: #222;
  background-color: #fff0;
  border-bottom: 1px solid #a13c3e;
  padding: 0 0 .25rem;
}

.button.submit {
  color: #fff;
  border-bottom-style: none;
  font-size: .95rem;
  position: relative;
  top: 2px;
}

.form {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-47 {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.name-field {
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 8px;
  align-self: stretch;
  height: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.name-field.ongreen {
  background-color: var(--background);
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-radius: 0;
  padding-left: 0;
}

.form-button-wrapper {
  grid-column-gap: .5rem;
  border-bottom: 1px solid #fff;
  align-items: center;
  margin-top: 1rem;
  font-size: .95rem;
  display: flex;
}

.form-2 {
  grid-row-gap: 1rem;
  border-radius: 6px;
  flex-direction: column;
  align-items: stretch;
  min-width: 20rem;
  display: flex;
}

.form-2.footer {
  flex-direction: column;
}

.submit-arrow {
  width: .5rem;
}

.contact-text-wrapper {
  grid-column-gap: 2rem;
  display: flex;
}

.link {
  color: #222;
  text-decoration: none;
}

.brokerage-logo {
  opacity: .9;
  width: 6rem;
}

.form-row {
  grid-column-gap: 2rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-38 {
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field-2 {
  background-color: #fff;
  border: 1px #000;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  align-self: stretch;
  height: 100%;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

.text-field-2.footer {
  background-color: var(--background);
  color: #fff;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-radius: 0;
  padding-left: 0;
}

.submit-button {
  color: #222;
  background-color: #cfcfcf;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  align-self: stretch;
  padding: 10px 1rem 12px;
  font-size: .95rem;
  transition: all .5s ease-out;
}

.submit-button:hover {
  color: #fff;
  background-color: #31483b;
}

.submit-button.footer {
  color: #fff;
  background-color: #cfcfcf00;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-left: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.contact-info-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--color);
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-paragraph {
  font-size: .9rem;
  line-height: 1.5;
}

.link-block {
  text-decoration: none;
}

.copy-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: flex;
}

.h3-heading {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.copy-pair {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.investment-item-title {
  font-weight: 500;
  line-height: 1.4rem;
}

.investment-section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.page-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 1.5rem;
  display: flex;
}

.maps-container {
  z-index: 0;
  background-color: var(--background);
  background-image: url('../images/noise.png');
  background-size: 100px;
  flex-flow: column;
  padding-top: 12rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.map-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map-item.horizontal {
  flex-flow: row-reverse;
}

.map-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.map-section.b {
  background-color: #fff;
}

.map-section.first {
  padding-top: 16rem;
}

.map {
  width: 100%;
}

.horizontal-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: none;
  background-size: auto;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vector-image {
  opacity: 1;
  border-radius: 20px;
  width: 40rem;
}

.cta-section {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 16rem;
  display: flex;
}

.cta-section.dark {
  background-image: url('../images/noise.png'), linear-gradient(to bottom, var(--background), var(--background));
  background-position: 0 0, 0 0;
  background-size: 100px, auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.button-2 {
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #fff6;
  padding: 1.5rem 2.5rem;
  font-size: .75rem;
}

.button-2:hover {
  background-image: linear-gradient(150deg, #000, #fff);
}

.shape-5 {
  background-color: #d8737f;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-7 {
  background-color: #da93c0;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: -1;
  display: block;
  position: fixed;
  inset: 0%;
}

.shape-8 {
  background-color: #97da93;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9 {
  background-color: #1b1b1b;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-4 {
  background-color: #fdc203;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.shape-2 {
  background-color: #da93c0;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.shape-3 {
  background-color: #da93c0;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.ultra-gradient-wrapper {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-1 {
  background-color: #68dfff;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.shape-6 {
  background-color: #68dfff;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.background-noise {
  z-index: 0;
  opacity: .5;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-68 {
  z-index: 100;
  background-color: var(--black);
  opacity: .79;
  position: absolute;
  inset: 0%;
}

.gradient-text-code {
  display: none;
}

.section-features {
  z-index: -1;
  display: none;
  position: fixed;
  inset: 0%;
}

.background-noise-2 {
  background-image: url('../images/noise.png');
  background-size: 150px;
  position: absolute;
  inset: 0%;
}

.animated-gradient_embed {
  display: none;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.canvas {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.gradient-bg {
  z-index: -1;
  opacity: .5;
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.animated-hero-bg-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 130px;
  display: flex;
  position: fixed;
}

.bg-circle01 {
  opacity: .5;
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-circle01._4 {
  background-color: #147fc7;
  width: 60vw;
  height: 60vw;
  margin-top: -32%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.bg-circle01._5 {
  background-color: #40627a;
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle01._3 {
  background-color: #0198ff;
  width: 40vw;
  height: 40vw;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle01._1 {
  opacity: 1;
  background-color: #337db1;
  border-radius: 20%;
  width: 40vw;
  height: 40vw;
  margin-top: -16%;
  margin-left: -16%;
}

.bg-circle01._6 {
  background-color: #1e6ea7;
  width: 40vw;
  height: 40vw;
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle01._2 {
  opacity: .5;
  background-color: #3675a0;
  border-radius: 40%;
  margin-top: -20%;
}

.animated-hero-bg-container-2 {
  z-index: -1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 130px;
  display: none;
  position: fixed;
}

.bg-circle02 {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-circle02._4 {
  background-color: #147fc7;
  width: 60vw;
  height: 60vw;
  margin-top: -32%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.bg-circle02._5 {
  background-color: #40627a;
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle02._3 {
  background-color: #0198ff;
  width: 40vw;
  height: 40vw;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle02._1 {
  opacity: 1;
  background-color: #337db1;
  border-radius: 20%;
  width: 40vw;
  height: 40vw;
  margin-top: -16%;
  margin-left: -16%;
}

.bg-circle02._6 {
  background-color: #1e6ea7;
  width: 40vw;
  height: 40vw;
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle02._2 {
  opacity: .5;
  background-color: #3675a0;
  border-radius: 40%;
  margin-top: -20%;
}

.bg-circle03 {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-circle03._4 {
  background-color: #147fc7;
  width: 60vw;
  height: 60vw;
  margin-top: -32%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.bg-circle03._5 {
  background-color: #40627a;
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle03._3 {
  background-color: #0198ff;
  width: 40vw;
  height: 40vw;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle03._1 {
  opacity: 1;
  background-color: #337db1;
  border-radius: 20%;
  width: 40vw;
  height: 40vw;
  margin-top: -16%;
  margin-left: -16%;
}

.bg-circle03._6 {
  background-color: #1e6ea7;
  width: 40vw;
  height: 40vw;
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle03._2 {
  opacity: .5;
  background-color: #3675a0;
  border-radius: 40%;
  margin-top: -20%;
}

.bg-circle04 {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-circle04._4 {
  background-color: #147fc7;
  width: 60vw;
  height: 60vw;
  margin-top: -32%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.bg-circle04._5 {
  background-color: #40627a;
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle04._3 {
  background-color: #0198ff;
  width: 40vw;
  height: 40vw;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle04._1 {
  opacity: 1;
  background-color: #337db1;
  border-radius: 20%;
  width: 40vw;
  height: 40vw;
  margin-top: -16%;
  margin-left: -16%;
}

.bg-circle04._6 {
  background-color: #1e6ea7;
  width: 40vw;
  height: 40vw;
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle04._2 {
  opacity: .5;
  background-color: #3675a0;
  border-radius: 40%;
  margin-top: -20%;
}

.bg-circle05 {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-circle05._4 {
  background-color: #147fc7;
  width: 60vw;
  height: 60vw;
  margin-top: -32%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.bg-circle05._5 {
  background-color: #40627a;
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle05._3 {
  background-color: #0198ff;
  width: 40vw;
  height: 40vw;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle05._1 {
  opacity: 1;
  background-color: #337db1;
  border-radius: 20%;
  width: 40vw;
  height: 40vw;
  margin-top: -16%;
  margin-left: -16%;
}

.bg-circle05._6 {
  background-color: #1e6ea7;
  width: 40vw;
  height: 40vw;
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle05._2 {
  opacity: .5;
  background-color: #3675a0;
  border-radius: 40%;
  margin-top: -20%;
}

.bg-circle06 {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-circle06._4 {
  background-color: #147fc7;
  width: 60vw;
  height: 60vw;
  margin-top: -32%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.bg-circle06._5 {
  background-color: #40627a;
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle06._3 {
  background-color: #0198ff;
  width: 40vw;
  height: 40vw;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle06._1 {
  opacity: 1;
  background-color: #337db1;
  border-radius: 20%;
  width: 40vw;
  height: 40vw;
  margin-top: -16%;
  margin-left: -16%;
}

.bg-circle06._6 {
  background-color: #1e6ea7;
  width: 40vw;
  height: 40vw;
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle06._2 {
  opacity: .5;
  background-color: #3675a0;
  border-radius: 40%;
  margin-top: -20%;
}

.gradient-wrapper {
  z-index: -1;
  filter: blur(160px);
  min-height: 90vh;
  position: absolute;
  inset: 0%;
}

.hidden-section {
  height: 50vh;
  display: none;
  position: relative;
}

.main-wrapper {
  z-index: -1;
  display: none;
  position: fixed;
  inset: 0%;
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle._4 {
  opacity: .25;
  background-color: #054978;
  inset: auto -10% -25% auto;
}

.circle._3 {
  opacity: .25;
  background-color: #04375a;
  inset: auto auto -39% -4%;
}

.circle._2 {
  opacity: .25;
  background-color: #065b96;
  inset: -25% -10% auto auto;
}

.circle._1 {
  opacity: .25;
  background-color: #387cab;
  top: -25%;
  left: 1%;
}

.fixed-background {
  z-index: -1;
  background-image: linear-gradient(135deg, #ffdc61, #ebbe55 32%, #f1a91a 59%);
  display: none;
  position: fixed;
  inset: 0%;
}

.ths12-hero-section {
  z-index: -1;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-left: 70px;
  padding-right: 70px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.ths12-overlay-1 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-overlay-2 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-overlay-3 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-overlay-4 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-overlay-5 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.hero-wrapper {
  z-index: -1;
  background-image: url('../images/noise.png'), linear-gradient(135deg, #31483b, #27392f);
  background-position: 0 0, 0 0;
  background-size: 100px, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.map-section-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

.map-section-divider.dark {
  background-color: #0003;
}

.map-wrapper {
  border-radius: 20px;
  width: 100%;
  max-width: 45rem;
  padding: 4rem;
}

.h2 {
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wremena, sans-serif;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1;
}

.h2.dark {
  color: var(--color);
  font-size: 2.5rem;
}

.fixed-yellow {
  z-index: -1;
  background-image: url('../images/noise.png'), linear-gradient(#ffffff80, #ffffff80);
  background-size: 100px, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.ths12-menu-close-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 40px 50px auto auto;
}

.ths12-menu {
  z-index: 9;
  background-color: #252525;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 100px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: -100% 0% 0%;
}

.ths12-social-icon {
  width: 25px;
}

.ths12-menu-close-icon-bar-wrapper {
  width: 30px;
}

.ths12-menu-close-icon-bar-wrapper.two {
  position: absolute;
  transform: rotate(135deg);
}

.ths12-menu-close-icon-bar-wrapper.one {
  transform: rotate(45deg);
}

.ths12-menu-links-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ths12-header {
  z-index: 8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 4rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.ths12-menu-bg-circle {
  z-index: 7;
  background-color: #252525;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  position: fixed;
  inset: -1.5vw -1.5vw auto auto;
}

.ths12-menu-icon-bar {
  z-index: 5;
  background-color: #333;
  width: 2rem;
  height: 1.5px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.ths12-menu-link-hover-line {
  background-image: linear-gradient(135deg, #ed4264, #cab374);
  width: 100%;
  height: 4px;
  display: none;
  position: absolute;
  inset: 70px 0% auto;
}

.menu-wrapper {
  display: none;
}

.ths12-menu-close-icon-bar {
  background-color: #222;
  background-image: linear-gradient(#fff, #fff);
  width: 100%;
  height: 1px;
}

.ths12-menu-icon-bars-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.ths12-menu-link {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f1a91a, #f1a91a);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Wremena, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ths12-social-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ths12-menu-icon-bg-hover-circle {
  background-color: #ffffff29;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: absolute;
}

.text-block {
  color: var(--color);
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #252525;
  background-image: url('../images/noise.png'), linear-gradient(120deg, #31483b, #27392f);
  background-position: 0 0, 0 0;
  background-size: 100px, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.h2-block {
  grid-column-gap: 1.05rem;
  grid-row-gap: 1.05rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.h2-block.top-margin {
  margin-top: 4rem;
}

.h3 {
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.cta-button {
  border: 1px solid var(--white);
  color: #fcf8f3;
  background-color: #25252500;
  border-radius: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  min-height: 0;
  padding: 1em 2em;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.cta-button__lottie-arrow {
  width: 32px;
  margin-left: 1em;
  position: relative;
  bottom: -2px;
}

.brand-logo-image {
  width: 10rem;
}

.button-wrapper {
  z-index: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1rem;
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.navbar-menu {
  color: var(--white);
}

.navbar-bg-color {
  z-index: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.navbar-button-wrapper {
  margin-left: 1.25rem;
}

.padding-global-2 {
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

.navbar-link {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-size: .925rem;
  font-weight: 500;
  text-decoration: none;
}

.navbar-link.last {
  padding-right: 0;
}

.navbar-link.light {
  color: var(--white);
}

.text-size-small {
  justify-content: center;
  align-items: center;
  min-height: 1rem;
  font-size: .875rem;
  display: flex;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-right-side {
  align-items: center;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-3.is-navbar {
  z-index: 50;
  color: #1d1d1d;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: .6rem 1rem;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: visible;
}

.old-nav {
  z-index: 900;
  background-color: #0000;
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  display: none;
  position: fixed;
}

.brand-logo.w--current {
  padding-left: 0;
}

.brand-text {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 600;
}

.brand-text.light {
  color: var(--white);
}

.div-block-71 {
  height: 100vh;
}

.btn {
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.btn._7 {
  background-color: #1f1f1f;
  border-radius: 0%;
  justify-content: space-around;
  align-items: center;
  width: 20em;
  overflow: hidden;
}

.circle-scale {
  background-color: #bedecf;
  border-radius: 100%;
  width: 6.2em;
  height: 6.2em;
  position: absolute;
  top: -.6em;
  left: auto;
  right: -1.2em;
}

.arrow-cont {
  position: relative;
}

.image-5 {
  z-index: 1;
  width: 2em;
  position: relative;
  transform: rotate(180deg);
}

.image-6 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.button-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #191919;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25em 2em;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  z-index: 5;
  position: relative;
}

.icon-1x1-tiny {
  z-index: 5;
  flex: none;
  width: .8rem;
  height: .8rem;
  position: relative;
}

.button-bg {
  z-index: 0;
  background-color: #f1a91a;
  background-image: url('../images/noise.png'), linear-gradient(122deg, #31483b, #27392f);
  background-position: 0 0, 0 0;
  background-size: 100px, auto;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-4 {
  color: var(--white);
  text-transform: none;
  font-size: .9rem;
  font-weight: 500;
}

.nav-placeholder {
  background-color: #dfdfdf;
  height: 3rem;
}

.out-arrow {
  width: .7rem;
}

.press-link {
  text-decoration: none;
}

.navbar {
  z-index: 1;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: absolute;
}

.navbar.home, .navbar.home-copy {
  border-bottom-color: #0003;
  position: absolute;
}

.navbar.footer {
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-color: #0003;
}

.navbar.footer-nav {
  border-bottom-style: none;
  height: auto;
  position: static;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-links {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.note-text {
  color: var(--color);
  margin-bottom: 0;
  font-size: .725rem;
  line-height: 1.5;
}

.form-label {
  margin-bottom: .25rem;
  font-size: .85rem;
  font-weight: 400;
}

.submit-button-2 {
  z-index: 0;
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.button-circle {
  cursor: pointer;
  background-image: linear-gradient(#31483b, #27392f);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.form-block-3 {
  width: 20rem;
  margin-bottom: 0;
}

.button-arrow {
  z-index: 2;
  -webkit-text-stroke-color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  max-width: 1rem;
  height: 1rem;
  max-height: 1rem;
  display: flex;
  position: relative;
}

.button-inline-wrap {
  margin-top: 1rem;
  display: inline-block;
}

.button-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-field {
  height: 3rem;
  color: var(--color);
  border: 1px solid #0003;
  border-radius: 4px;
  padding: .5rem .75rem;
}

.form-field:focus {
  color: var(--color);
}

.form-field::placeholder {
  color: var(--black);
}

.button-circle-bg {
  z-index: -1;
  background-image: url('../images/noise.png'), linear-gradient(#31483b, #27392f);
  background-position: 0 0, 0 0;
  background-size: 100px, auto;
  border: 1px solid #333;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  display: none;
  position: absolute;
}

.success-message {
  background-color: #0000;
  border: 1px solid #646464;
  border-radius: .75rem;
  padding: 2rem;
}

.text-span {
  font-weight: 600;
}

.textarea {
  min-height: 6rem;
  color: var(--color);
  background-color: #fff;
  border-radius: 4px;
  font-size: .85rem;
}

.fields-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.copy-divider {
  background-color: #0003;
  width: 100%;
  height: 1px;
}

.resource-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.intro-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.copy-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #8686860d;
  border: 1px solid #0003;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 3rem;
  display: grid;
}

.copy-grid.light {
  background-color: #86868600;
}

.title-source-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-source-wrapper.orphan {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-bottom-style: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.h2-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.year-section {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.map-copy-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.map-copy-wrapper.left {
  width: auto;
}

.text-block-5 {
  font-size: .9rem;
  font-weight: 600;
}

.connect-intro {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-73 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.image-26 {
  width: 6rem;
}

.image-27 {
  width: 5rem;
}

.hamburger-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: none;
}

.div-block-74 {
  background-color: var(--color);
  width: 2.5rem;
  height: 1.5px;
}

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

.h4-heading {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.link-2 {
  color: var(--color);
}

.nav-menu {
  display: none;
}

.phone-link {
  color: #2e2c29;
  text-decoration: none;
}

.full-screen-menu {
  z-index: 5000;
  background-color: #f8f8f8;
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% -100%;
}

.broker-name-wrapper.full-screen {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.full-screen-nav-link {
  color: #31483b;
  font-size: 3.75rem;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.full-screen-nav-link.w--current {
  letter-spacing: .06rem;
}

.full-screen-nav-link.hide {
  display: none;
}

.phone {
  color: #161616;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.full-screen-nav-link-wrapper {
  flex-direction: column;
  display: flex;
}

.close-icon-wrapper {
  z-index: 2000;
  cursor: pointer;
  margin-top: 4rem;
  margin-right: 4rem;
  padding: 1rem;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.full-screen-contents-wrapper {
  grid-column-gap: 8rem;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.horizontal-divider {
  background-color: #0003;
  width: 100%;
  height: 1px;
  display: block;
}

.team-logo {
  width: 6.5rem;
}

.image-11 {
  width: 20px;
}

.div-block-75 {
  display: none;
}

.div-block-76 {
  border: 1px solid #fff3;
  border-radius: 36px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.text-block-6 {
  color: #a8a8a8;
  text-align: right;
  background-color: #252525;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 100px;
  margin-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .625rem;
  position: absolute;
  inset: auto 32px -10px auto;
}

.div-block-77 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-link {
  color: var(--color);
}

.announcement-banner {
  background-color: var(--background);
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 100px;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: none;
}

.announcement-link {
  color: var(--white);
  text-decoration: underline;
}

.full-submit-button {
  color: #222;
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 30px;
  flex: 1;
  align-self: stretch;
  max-width: 12rem;
  padding: 10px 1rem 12px;
  font-size: .95rem;
  transition: all .5s ease-out;
}

.full-submit-button:hover {
  color: #fff;
  background-color: #31483b;
}

.paragraph-3 {
  color: var(--background);
  margin-bottom: 0;
  font-size: .95rem;
  line-height: 1.6;
}

.div-block-72 {
  max-width: 56ch;
}

.div-block-78 {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-heading {
  z-index: 1;
  grid-row-gap: 1rem;
  letter-spacing: .5px;
  flex-direction: column;
  margin-bottom: 2rem;
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1.25;
}

.textarea-2 {
  border: 1px solid #0003;
  border-radius: 8px;
  margin-bottom: 0;
}

.search-form-block {
  width: 100%;
  margin-bottom: 0;
}

.search-form {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.full-text-field {
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 8px;
  align-self: stretch;
  height: 100%;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

.div-block-79 {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.div-block-80 {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.div-block-81 {
  grid-column-gap: 1rem;
  display: flex;
}

.search-form-wrapper {
  grid-row-gap: 1rem;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: 20rem;
  display: flex;
}

.sign-up-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 1.5rem;
  display: flex;
}

.checkbox-label {
  color: var(--background);
  font-size: .9rem;
}

.text-block-7 {
  color: var(--background);
  font-size: .95rem;
}

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

@media screen and (max-width: 991px) {
  .nav-bar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-links-wrapper {
    display: none;
  }

  .hero-group {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image {
    width: 100%;
  }

  .h1-group {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading {
    font-size: 4rem;
  }

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

  .press-grid-wrapper {
    padding-top: 6rem;
  }

  .connect-intro-wrapper {
    padding: 6rem 1.5rem;
  }

  .newsletter-text, .newsletter-text.sub {
    text-align: center;
  }

  .div-block-36 {
    align-items: stretch;
    padding-right: 0;
  }

  .contact-line {
    display: none;
  }

  .div-block-2 {
    align-items: center;
  }

  .form-block {
    width: 100%;
  }

  .contact-text-wrapper {
    text-align: center;
    justify-content: center;
  }

  .contact-info-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .page-content-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .maps-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .map-item.horizontal, .horizontal-item {
    flex-flow: column;
  }

  .horizontal-item.reverse {
    flex-flow: column-reverse;
  }

  .shape-4 {
    top: 22em;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .animated-hero-bg-container, .animated-hero-bg-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gradient-wrapper {
    filter: blur(180px);
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .map-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .ths12-header, .navbar, .navbar.home {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .form-3 {
    flex-flow: column;
    display: flex;
  }

  .resource-block, .copy-grid {
    grid-template-columns: 1fr;
  }

  .map-copy-wrapper.bridge {
    justify-content: center;
    align-items: flex-start;
  }

  .connect-intro {
    flex-flow: column;
    margin-bottom: 0;
  }

  .nav-menu {
    z-index: 1000;
    background-image: linear-gradient(118deg, #ffdc61, #f1a91a);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .full-screen-links-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .link-3 {
    color: var(--color);
    font-family: Wremena, sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
  }

  .full-screen-menu {
    padding-left: 6%;
    padding-right: 6%;
  }

  .broker-name-wrapper {
    align-self: center;
  }

  .broker-name-wrapper.full-screen {
    align-self: stretch;
  }

  .phone {
    font-size: 1.05rem;
  }

  .full-screen-nav-link-wrapper {
    grid-row-gap: .5rem;
  }

  .full-screen-contents-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .team-logo {
    width: 6rem;
  }

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

  .paragraph-3 {
    max-width: none;
    margin-right: 0;
  }

  .search-form {
    justify-content: center;
  }

  .sign-up-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .h1-group {
    z-index: 0;
  }

  .heading {
    font-size: 3.8rem;
  }

  .blending-group-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .main-shapes-wrapper {
    filter: blur(80px);
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .circle {
    height: 80vh;
  }

  .footer {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .nav-links {
    display: none;
  }

  .nav-links.footer-links {
    flex-flow: column;
    display: flex;
  }

  .copy-grid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hamburger-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    cursor: pointer;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-74 {
    background-color: var(--white);
  }

  .footer-nav-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu {
    position: fixed;
    bottom: 0%;
    right: 0%;
  }

  .full-screen-menu {
    background-image: url('../images/noise.png'), linear-gradient(to bottom, var(--background), var(--background));
    background-position: 0 0, 0 0;
    background-size: 100px, auto;
    padding-left: 0%;
    padding-right: 0%;
    position: fixed;
    inset: 0% 0% 0% -100%;
  }

  .full-screen-nav-link {
    color: var(--white);
    text-align: center;
    font-family: Wremena, sans-serif;
    line-height: 1;
  }

  .full-screen-nav-link-wrapper {
    grid-row-gap: 3rem;
  }

  .div-block-75 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .announcement-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-group {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image {
    opacity: 1;
    position: relative;
  }

  .h1-group {
    padding-left: 1rem;
    padding-right: 1rem;
    inset: 0%;
  }

  .heading {
    max-width: none;
    font-size: 3.8rem;
  }

  .heading-2.dark {
    font-size: 3.3rem;
  }

  .press-item-wrapper {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .div-block-2 {
    align-items: center;
  }

  .form-2 {
    min-width: 0;
  }

  .link {
    color: #222;
    text-decoration: none;
  }

  .brokerage-logo {
    width: 7rem;
  }

  .maps-container {
    background-position: 50%;
    background-size: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .map-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .map-section.a {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .shape-4 {
    top: 30.7em;
  }

  .bg-circle01._4 {
    background-color: #20c788;
  }

  .bg-circle01._5 {
    background-color: #ffab9d;
  }

  .bg-circle01._3 {
    background-color: #3fa1f7;
  }

  .bg-circle01._6 {
    background-color: #ff6382;
  }

  .bg-circle01._2 {
    background-color: #4353ff;
  }

  .bg-circle02._4 {
    background-color: #20c788;
  }

  .bg-circle02._5 {
    background-color: #ffab9d;
  }

  .bg-circle02._3 {
    background-color: #3fa1f7;
  }

  .bg-circle02._6 {
    background-color: #ff6382;
  }

  .bg-circle02._2 {
    background-color: #4353ff;
  }

  .bg-circle03._4 {
    background-color: #20c788;
  }

  .bg-circle03._5 {
    background-color: #ffab9d;
  }

  .bg-circle03._3 {
    background-color: #3fa1f7;
  }

  .bg-circle03._6 {
    background-color: #ff6382;
  }

  .bg-circle03._2 {
    background-color: #4353ff;
  }

  .bg-circle04._4 {
    background-color: #20c788;
  }

  .bg-circle04._5 {
    background-color: #ffab9d;
  }

  .bg-circle04._3 {
    background-color: #3fa1f7;
  }

  .bg-circle04._6 {
    background-color: #ff6382;
  }

  .bg-circle04._2 {
    background-color: #4353ff;
  }

  .bg-circle05._4 {
    background-color: #20c788;
  }

  .bg-circle05._5 {
    background-color: #ffab9d;
  }

  .bg-circle05._3 {
    background-color: #3fa1f7;
  }

  .bg-circle05._6 {
    background-color: #ff6382;
  }

  .bg-circle05._2 {
    background-color: #4353ff;
  }

  .bg-circle06._4 {
    background-color: #20c788;
  }

  .bg-circle06._5 {
    background-color: #ffab9d;
  }

  .bg-circle06._3 {
    background-color: #3fa1f7;
  }

  .bg-circle06._6 {
    background-color: #ff6382;
  }

  .bg-circle06._2 {
    background-color: #4353ff;
  }

  .hero-wrapper {
    background-size: 100px, auto;
    justify-content: center;
    align-items: stretch;
    min-height: 85vh;
  }

  .map-wrapper {
    background-size: 50px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .h2.dark {
    font-size: 2.3rem;
    line-height: 1.1;
  }

  .ths12-header {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .cta-button {
    font-size: 15px;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .form-block-3 {
    width: 100%;
  }

  .hamburger-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .phone-link {
    color: #2e2c29;
    text-decoration: none;
  }

  .broker-name-wrapper {
    margin-top: -16px;
    margin-bottom: 0;
  }

  .broker-name-wrapper.full-screen {
    grid-row-gap: 1rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .full-screen-nav-link {
    font-size: 2.75rem;
  }

  .phone {
    color: #242424;
    letter-spacing: 0;
    font-size: 1.05rem;
    font-weight: 400;
  }

  .full-screen-nav-link-wrapper {
    position: relative;
  }

  .close-icon-wrapper {
    margin-top: 2rem;
    margin-right: 2rem;
  }

  .full-screen-contents-wrapper {
    grid-row-gap: 3rem;
    align-items: flex-start;
    margin-right: 0;
    padding-right: 0;
  }

  .image-11 {
    width: 1.5rem;
  }

  .div-block-76 {
    border-radius: 32px;
    padding: .75rem;
  }

  .text-block-6 {
    font-size: .6rem;
  }

  .full-submit-button {
    max-width: none;
  }

  .section-heading {
    margin-bottom: 0;
    font-size: 2rem;
  }

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

  .div-block-80 {
    grid-row-gap: 1.5rem;
  }

  .div-block-81 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .search-form-wrapper {
    grid-row-gap: .75rem;
    min-width: 0;
  }
}

#w-node-b4fb7ac1-f474-c8e2-01cc-dd986ce53d8a-56769bf2 {
  justify-self: end;
}

#w-node-_1ff74b9c-4c3b-749a-d3c6-311d47105ed6-56769bf2 {
  justify-self: center;
}


@font-face {
  font-family: 'Wremena';
  src: url('../fonts/WremenaLight1.10.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glacialindifference';
  src: url('../fonts/GlacialIndifference-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glacialindifference';
  src: url('../fonts/GlacialIndifference-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wremena';
  src: url('../fonts/WremenaRegular1.10.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wremena Bold';
  src: url('../fonts/WremenaBold1.10.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}