:root {
  --12131e: #121e2b;
  --dark-slate-grey-2: #454f53;
  --cadet-blue: #699391;
  --2bded3: #2bded3;
  --dark-slate-grey: #454f53;
  --alice-blue: #e0e7f0;
  --light-sea-green: rgba(0, 184, 172, .39);
  --crimson: rgba(63, 75, 95, .35);
  --black-2: black;
  --turquoise: rgba(43, 222, 211, .18);
  --black: #121e2b;
}

.form-h1 {
	margin-bottom: 20px;
}

.wrapper {
	padding-right: 40px;
}

.form-field-label {
	color: black;
}

.form-field {
	display: flex;
	flex-direction: column;
	margin-bottom: 5px;
	color: #00b8ac;
}

.form-field input {
	height: 2em;
	border: rgb(255, 255, 255);
	border-radius: 0;
	border-style: solid;
	color: black;
}

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

.form-field input:focus {
	outline: none;
}

.form-field.error input {
	border-color: var(--error-color);
}

.form-field.success input {
	border-color: var(--success-color);
}

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

.buyerType {
	color: #699391;
}

.form-field .submitButton,
.clear#reset {
	color: white;
	height: 2.6em;
	margin-bottom: 1.2rem;
	background-color: #00b8ac;
	border: none;
	font-size: 18px;
	font-weight: 600;
}

.submitButton#submitButton:hover {
	background-color: transparent;
	color: #00b8ac;
	border: solid 5px #00b8ac;
}

.clear#reset:hover {
	background-color: aquamarine;
}

.dropdown select {
	background-color: #699391;
	color: white;
	padding: 12px;
	width: 100%;
	border: none;
	font-size: 20px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-webkit-appearance: button;
	appearance: button;
	outline: none;
}

.dropdown::before {
	height: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 45px;
	background-color: rgba(255, 255, 255, 0.1);
	pointer-events: none;
}

.dropdown:hover::before {
	color: rgba(255, 255, 255, 0.6);
	background-color: rgba(255, 255, 255, 0.2);
}

.dropdown select option {
	padding: 30px;
}

.check-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	padding: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.form-field #accept {
	height: auto;
}

a {
	text-decoration: none;
	color: #fff;
}

.wrapper {
	display: flex;
}

.successH1 {
	text-align: center;
}

.successMsg {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	border: 3px solid #00b8ac;
	padding: 20px;
	margin-top: 20px;
	width: 100%;
	max-width: 300px;
	color: #f5f5f5;
	font-weight: 700;
	font-size: 20px;
}

.contact-number {
	font-size: 20;
}

.numberLink {
	text-align: center;
}

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


/* queen section */

.div-block-24 {
	position: relative;
}

.container-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	/* -ms-flex-pack: distribute; */
	justify-content: flex-start;
}

.section-7 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #000;
	background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#5f005f));
	background-image: linear-gradient(90deg, #000, #5f005f);
}

.queenimg {
	height: 60px;
	max-height: none;
	text-align: center;
}

.queenbarcol {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	min-width: 100%;
	-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;
}

.queenbarcol1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 0px;
	padding-left: 0px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.queencol2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	min-height: 100%;
	-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-block-6 {
	font-size: 2vw;
}

.queentitle {
	height: 99.99995%;
	min-height: 100%;
	padding-left: 20px;
	font-family: Merriweather, serif;
	font-size: 2vw;
	font-weight: 300;
}

.queentitle.sub {
	color: #dfbd69;
	font-size: 1.8vw;
}

.queenbar {
	/* display: none !important; */
	background-color: rgba(105, 147, 145, 0.56);
	background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#699391));
	background-image: linear-gradient(90deg, #699391, #fff);
}

.section_cta {
	display: flex;
	gap: 20px;
}



body {
  background-color: var(--12131e);
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2em;
  font-weight: 300;
  line-height: 1;
}

h2 {
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
}

p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}

.section {
  flex-direction: column;
  display: flex;
}

.section.gradient-eight {
  background-color: var(--dark-slate-grey-2);
  min-height: auto;
}

.section.no-scroll {
  overflow: hidden;
}

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

.container.is--max_width {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.is--max_width.top-gradient {
  background-color: var(--cadet-blue);
  background-image: linear-gradient(#fff, rgba(255, 255, 255, .39) 49%, rgba(0, 0, 0, 0));
  flex-direction: column;
}

.container.is--members {
  padding-top: 5em;
  padding-bottom: 5em;
}

.container.services {
  background-color: #fff;
}

.hero {
  flex-direction: column;
  justify-content: flex-end;
  height: 90vh;
  display: flex;
  position: relative;
}

.hero-gradient-col {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, var(--2bded3), rgba(43, 222, 211, .26) 56%, rgba(255, 255, 255, 0));
  opacity: .8;
  border-top-left-radius: 35em;
  border-bottom-left-radius: 35em;
  height: 50%;
}

.hero-gradient-col.is--left {
  width: 80%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-gradient-col.is--left.is--img {
  opacity: 1;
  background-image: none;
}

.hero-gradient-col.is--two {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 2147483647;
  background-color: rgba(105, 147, 145, .56);
  background-image: linear-gradient(270deg, var(--cadet-blue), white);
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  justify-content: space-between;
  align-items: center;
  height: 10vh;
  padding: 1.5em 4em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.nav-404 {
  background-color: #699391;
}

.nav-link {
  color: var(--dark-slate-grey);
  padding: .9em .5em;
  font-size: 1.3em;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

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

.nav-link.drop {
  grid-column-gap: 20px;
  justify-content: space-around;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.nav-link.desktop {
  display: none;
}

.nav-links {
  align-items: center;
  display: flex;
}

.nav-button {
  border: 1px solid var(--2bded3);
  text-transform: uppercase;
  background-color: #454f53;
  border-radius: 2em;
  margin-left: 2em;
  padding: 15px 2em;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.5;
}

.nav-button:hover, .nav-button.nav-button-cta {
  background-color: var(--2bded3);
  color: #000;
}

.nav-button.nav-button-cta:hover {
  background-color: var(--dark-slate-grey-2);
  color: #fff;
}

.logo {
  filter: brightness(114%);
  object-fit: cover;
  width: 5.5em;
}

.logo.is--footer {
  width: 12em;
}

.logo._404 {
  mix-blend-mode: normal;
  width: 14em;
  padding-bottom: 8px;
}

.logo._404-header {
  mix-blend-mode: normal;
  width: 7.8em;
  padding-bottom: 5px;
  position: relative;
}

.gradient-row {
  z-index: 10;
  background-image: linear-gradient(270deg, var(--2bded3), rgba(0, 0, 0, 0));
  border-top-right-radius: 35em;
  border-bottom-right-radius: 35em;
  width: 80%;
  margin-left: 0%;
}

.gradient-row.is--overlap {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gradient-row.is--overlap.is--straight {
  z-index: 1;
  opacity: .57;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 30%;
}

.gradient-row.is--max-width {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0%, #749c94 76%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.gradient-row.is--max-width.is--straight {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.gradient-row.is--max-width.is--mirror {
  background-color: rgba(69, 79, 83, 0);
  background-image: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gradient-row.is--max-width.avm-grad {
  background-color: var(--dark-slate-grey-2);
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0%, #749c94 21%);
}

.gradient-row.home {
  background-image: linear-gradient(270deg, var(--dark-slate-grey-2), var(--cadet-blue));
}

.hero-intro {
  color: var(--2bded3);
  align-items: center;
  height: 50%;
  padding-left: 10em;
  display: flex;
}

.hero-gradient_bg {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.style-guide {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.divider {
  background-color: rgba(255, 255, 255, .13);
  height: 2px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.style-guide-section {
  grid-column-gap: 2em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4em;
  display: grid;
}

.button {
  border: 1px solid var(--2bded3);
  background-color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  border-radius: 2em;
  max-width: 50%;
  margin-top: 2em;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 2em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.button:hover {
  background-color: var(--2bded3);
  color: var(--12131e);
}

.button.is--ghost {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
}

.button.is--ghost:hover {
  color: var(--2bded3);
  background-color: rgba(0, 0, 0, 0);
}

.button.is--ghost.left-align {
  padding-left: 0;
}

.button.is--solid {
  background-color: var(--2bded3);
  color: var(--12131e);
  margin-top: 0;
}

.button.is--solid:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button.our-team {
  background-color: #454f53;
}

.button.brighter-future-button {
  max-width: 100%;
  margin-left: 0;
}

.section-heading {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.section-heading.mission {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.small-text {
  color: var(--dark-slate-grey-2);
  text-transform: uppercase;
  max-width: 99.9997%;
  font-size: 1.2em;
  font-weight: 500;
}

.small-text.is--gray {
  opacity: .5;
  color: #000;
  text-transform: none;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.small-text.is--gray.is--list {
  margin-right: .5em;
}

.small-text.blog {
  color: #fff;
}

.small-text.text-colour-white {
  color: var(--alice-blue);
  text-decoration: none;
}

.header-section {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 5em;
}

.paragrah-medium {
  font-size: 1.2em;
  line-height: 1.3;
}

.section-title {
  padding-bottom: 1em;
}

.img-shape {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-gradient {
  z-index: 999;
  opacity: 1;
  background-image: url('../images/pexels-rodnae-productions-8292884.jpg'), linear-gradient(270deg, rgba(18, 30, 43, .66), rgba(255, 255, 255, 0) 41%);
  background-position: 50% 30%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-intro_wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 99.9999%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.hero-intro_wrapper.li {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-intro_wrapper.calendly {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: stretch;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  display: flex;
}

.img-section {
  opacity: .8;
  height: 35em;
  display: block;
  position: relative;
  overflow: hidden;
}

.statistics {
  padding: 0;
}

.statistics-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.statistics-wrapper.tabs-stats-wrap {
  background-color: var(--cadet-blue);
}

.stat-item {
  background-image: linear-gradient(to bottom, var(--light-sea-green), transparent 66%);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  padding: 4em;
  transition: all .2s;
  display: flex;
}

.stat-item:hover {
  background-color: rgba(43, 222, 211, .2);
}

.stat-item.is--filp {
  background-color: #454f53;
  background-image: linear-gradient(to top, var(--light-sea-green), transparent 66%);
}

.stat-item.is--filp.statx24 {
  background-color: rgba(0, 0, 0, .36);
  border: 2px #fff;
  align-items: center;
  padding: 2em;
}

.stat-item.statx23 {
  background-color: #454f53;
  border: 2px #000;
  flex-wrap: nowrap;
  align-items: center;
  min-height: auto;
  padding: 3em;
}

.stat-heading {
  font-size: 2.5em;
  font-weight: 700;
  display: block;
}

.stat-heading.x2 {
  display: none;
}

.item-title {
  padding-top: 1em;
  padding-bottom: 1em;
}

.footer {
  background-color: var(--cadet-blue);
  background-image: linear-gradient(rgba(43, 222, 211, .11), rgba(0, 0, 0, 0));
  padding-bottom: 5em;
  padding-left: 10em;
  padding-right: 10em;
}

.two-col-footer {
  justify-content: space-between;
  padding-top: 5em;
  padding-bottom: 2em;
  display: flex;
}

.footer-row {
  align-items: center;
  min-width: 100%;
  display: flex;
}

.footer-links {
  flex-direction: row;
  align-items: center;
  margin-left: 3em;
  display: flex;
}

.footer-logo {
  min-width: 50%;
}

.form {
  align-items: center;
}

.text-field {
  border: 1px solid var(--2bded3);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5em;
  height: 100%;
  margin-bottom: 0;
  margin-right: 1em;
  padding: 15px 2em;
  font-size: 1em;
}

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

.form-input {
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.field-label {
  font-size: 1.2em;
  font-weight: 500;
}

.partners {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 5em;
  padding-bottom: 5em;
  display: block;
}

.partner-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-gradient {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin-top: 0;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-wrapper {
  background-color: var(--cadet-blue);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.cta-wrapper.avm-about {
  background-color: #fff;
}

.cta-message {
  z-index: 11;
  flex-direction: column;
  align-items: center;
  min-width: 99.999%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 100%;
  margin-top: 2px;
  padding: 0;
  display: flex;
  position: relative;
}

.cta-message.li {
  min-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.stat-title {
  height: 3em;
  margin-bottom: 0;
  overflow: hidden;
}

.logo-partner {
  height: 2.5em;
}

.graphic {
  filter: brightness(200%);
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.g-row {
  display: flex;
}

.g-shape {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(270deg, rgba(63, 75, 95, 0) 20%, var(--alice-blue));
  border-top-left-radius: 25em;
  border-bottom-left-radius: 25em;
  width: 10em;
  height: 4em;
}

.g-shape.is--filp {
  background-image: linear-gradient(to right, rgba(63, 75, 95, 0) 20%, var(--alice-blue));
  border-radius: 0 25em 25em 0;
}

.nav-toggle__mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: none;
}

.nav-line {
  background-color: #fff;
  border-radius: 5em;
  width: 2em;
  height: .35em;
  margin-top: .2em;
  margin-bottom: .2em;
}

.nav-click {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.nav-line-x-1 {
  background-color: #fff;
  border-radius: 3.5em;
  width: 3em;
  height: .35em;
  margin-top: .2em;
  margin-bottom: .2em;
  position: absolute;
}

.nav-click-out {
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: absolute;
}

.nav-line-x-2, .nav-line-large {
  background-color: #fff;
  border-radius: 3.5em;
  width: 3em;
  height: .35em;
  margin-top: .2em;
  margin-bottom: .2em;
}

.statistics-hover-tabs {
  width: 100%;
  height: 35em;
  display: flex;
  overflow: hidden;
}

.img-stat-scroll {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
  display: block;
}

.tabs-images-slider {
  width: 100%;
  height: 75vh;
  display: flex;
}

.stats-progress {
  position: relative;
}

.tab {
  background-color: var(--12131e);
  height: .5em;
  position: absolute;
}

.progress-line {
  background-color: var(--2bded3);
  width: 32.35%;
  height: .6em;
  margin-top: -.5em;
  position: absolute;
}

.hero-slideshow {
  height: 100%;
  position: relative;
}

.img-slide-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sticky-wrapper {
  align-items: flex-start;
  padding: 5em 40px;
  display: flex;
}

.sticky-title {
  background-color: #454f53;
  background-image: linear-gradient(to bottom, var(--cadet-blue), rgba(0, 0, 0, 0));
  width: 50%;
  padding: 5em 3em 15em;
  position: -webkit-sticky;
  position: sticky;
  top: 10em;
}

.sticky-items {
  width: 50%;
}

.text-span {
  color: var(--2bded3);
}

.item-wrapper {
  background-image: linear-gradient(to top, var(--light-sea-green), rgba(0, 0, 0, 0) 45%);
  padding: 5em;
}

.sticky-heading {
  padding-top: 1em;
  padding-bottom: 1em;
}

.collection-item {
  display: flex;
}

.member-stripe {
  outline-offset: 0px;
  color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(69, 79, 83, .8), rgba(0, 0, 0, 0) 80%);
  outline: 1px solid #fff;
  flex: 1;
  align-self: stretch;
  width: 100%;
  height: auto;
  min-height: 300px;
  max-height: 450px;
  margin: 10px;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  text-decoration: none;
}

.member-stripe:hover {
  color: #fff;
}

.name-parent {
  object-fit: cover;
  height: 5em;
  overflow: hidden;
}

.member-name {
  font-size: 2.5em;
}

.title-member {
  opacity: .5;
  color: #fff;
  font-size: 2em;
}

.member-wrapper {
  color: #fff;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.member-wrapper:hover {
  color: var(--2bded3);
}

.member-image {
  z-index: 2;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 25em;
  height: 30em;
  display: flex;
  position: absolute;
  right: 10%;
}

.member-img {
  object-fit: cover;
  width: 65%;
  height: 65%;
}

.section-sticky {
  height: 350vh;
}

.container-sticky {
  height: 100%;
  padding-top: 0;
}

.sticky-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.sticky-content.linkedin {
  flex-direction: row;
}

.sticky-item {
  background-image: linear-gradient(to right, #454f53 13%, #fff 78%);
  border-top-right-radius: 25em;
  border-bottom-right-radius: 25em;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 80%;
  height: 466.059px;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-left: 10em;
  display: block;
}

.sticky-item.x1 {
  background-image: linear-gradient(to right, var(--dark-slate-grey-2) 14%, #fff 87%);
  display: block;
}

.sticky-item.x2 {
  background-image: linear-gradient(to right, #454f53 11%, #fff 83%);
  height: 466.059px;
  display: block;
}

.item-content {
  width: 100%;
  height: 100%;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-tech {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.footer-nav {
  overflow: hidden;
}

.footer-nav-items {
  display: flex;
}

.f-nav-item {
  color: #fff;
  background-image: linear-gradient(rgba(43, 222, 211, .23), rgba(0, 0, 0, 0));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 30em;
  padding: 4em;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: block;
}

.f-nav-item:hover {
  color: var(--12131e);
  background-image: linear-gradient(#fff, rgba(255, 255, 255, .66));
}

.f-nav-item.is--filp {
  background-image: linear-gradient(to top, rgba(43, 222, 211, .23), rgba(0, 0, 0, 0));
}

.f-nav-item.is--filp:hover {
  background-image: linear-gradient(to top, rgba(255, 255, 255, .69), #fff);
}

.f-nav-item.is--filp.gradient {
  background-image: linear-gradient(to top, rgba(43, 222, 211, .23), #454f53);
  min-width: 30em;
}

.f-nav-item.is--empty {
  background-image: linear-gradient(rgba(43, 222, 211, .23), rgba(0, 0, 0, 0));
}

.link-footer-text {
  text-align: center;
  white-space: nowrap;
  font-size: 2em;
}

.heading {
  margin-top: 0;
}

.tab-img {
  flex: none;
  width: 100%;
  height: 100%;
}

.tab-img-mobile {
  display: none;
}

.color-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 5em 2em;
  display: flex;
}

.color-block._1 {
  background-color: var(--2bded3);
}

.color-block._2 {
  background-color: var(--12131e);
}

.color-block._3 {
  background-color: var(--crimson);
}

.color-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.paragraph-large {
  text-align: center;
  font-size: 1.2em;
}

.teal {
  color: #454f53;
  font-weight: 500;
}

.icon-articles {
  padding-top: 2em;
  padding-bottom: 2em;
}

.text-block.foot-compliance {
  color: var(--dark-slate-grey-2);
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.3vw;
}

.body {
  background-color: #fff;
}

.text-block-2 {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5vw;
}

.div-block {
  color: #000;
  min-width: 100%;
  height: auto;
  padding: 5em;
  transition: background-color .2s;
}

.div-block:hover {
  background-color: #78a7a5;
}

.collection-item-2 {
  color: #fff;
  border: 1px solid #fff;
}

.link-block {
  min-width: 100%;
}

.image {
  filter: brightness(200%);
  outline-offset: 0px;
  outline: 3px #fff;
  margin-bottom: 20px;
}

.heading-2 {
  color: var(--dark-slate-grey-2);
  font-weight: 500;
  text-decoration: none;
}

.heading-3 {
  overflow: visible;
}

.text-span-2 {
  font-size: 4em;
  font-weight: 600;
}

.columns {
  background-image: linear-gradient(to right, var(--dark-slate-grey), var(--alice-blue) 35%, rgba(224, 231, 240, .6) 54%, var(--cadet-blue) 99%);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  padding: 20px;
  display: flex;
}

.columns.cta {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 80vh;
  max-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-4 {
  color: #fff;
  width: 100%;
  max-width: 75%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.section-avm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-avm.avm-about {
  background-color: #fff;
  padding: 40px;
}

.button-2 {
  background-color: #454f53;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-5 {
  color: var(--dark-slate-grey-2);
  text-align: left;
  margin-top: 10px;
  font-weight: 400;
}

.heading-6 {
  font-weight: 400;
}

.heading-7 {
  margin-bottom: 20px;
  font-weight: 400;
}

.heading-8 {
  font-weight: 400;
}

.image-2 {
  display: block;
}

.image-3 {
  margin-top: 20px;
  padding-bottom: 20px;
}

.hero-overlay {
  color: #fff;
  object-fit: fill;
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/628b991adc3e1e5ea6d9a7a6_Townhouses-with-to-let-sign-blog.jpeg');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: auto;
  min-height: 100%;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.hero-overlay.loans {
  background-image: linear-gradient(rgba(71, 63, 45, .52), rgba(71, 63, 45, .52)), url('../images/628b97bbaff088de7a6bff51_bridge-loan.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-overlay.first-mortgage {
  z-index: 1;
  opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/pexels-rodnae-productions-8292898.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 40px;
  position: relative;
}

.hero-overlay.commercial {
  opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/pexels-laura-tancredi-7078666-Custom.jpg');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.hero-overlay.bridging {
  background-image: linear-gradient(rgba(0, 0, 0, .23), rgba(0, 0, 0, .23)), radial-gradient(circle, rgba(0, 0, 0, .22) 35%, rgba(255, 255, 255, 0)), url('../images/628b991adc3e1e5ea6d9a7a6_Townhouses-with-to-let-sign-blog.jpeg');
  background-position: 0 0, 0 0, 50% 45%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
}

.hero-overlay.buy-let {
  background-image: linear-gradient(rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/628b991adc3e1e5ea6d9a7a6_Townhouses-with-to-let-sign-blog.jpeg');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.hero-overlay.privacy {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/pexels-pixabay-164425-Custom.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, auto;
}

.centered-container {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 80%;
  height: 100%;
  padding: 60px 20px;
  display: flex;
  position: relative;
}

.heading-9 {
  color: #fff;
  order: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.heading-9.second-charge {
  color: var(--alice-blue);
}

.button-3 {
  background-color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.4vw;
}

.cards-section {
  background-color: var(--cadet-blue);
  padding-top: 0;
  padding-bottom: 0;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cards-image-mask {
  border-radius: 0%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  max-width: 150px;
  height: auto;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-2 {
  background-color: var(--cadet-blue);
}

.heading-10 {
  color: var(--dark-slate-grey-2);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
}

.form-label-2 {
  color: #000;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
}

.form-success {
  color: #fff;
  text-align: center;
  background-color: #e9215a;
  border-radius: 4px;
  padding-top: 85px;
  padding-bottom: 85px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.form-style {
  color: #394650;
  border: 1px solid rgba(167, 179, 185, .37);
  border-radius: 2px;
  height: 50px;
  margin-bottom: 15px;
}

.form-style.text-area {
  height: 100px;
}

.body-paragraphy {
  line-height: 24px;
}

.body-paragraphy.light {
  color: #fff;
  font-size: 1.25em;
  font-weight: 400;
}

.body-paragraphy.light.form-left-text {
  color: #fff;
  margin-top: 20px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 20px;
}

.btn {
  text-align: center;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  margin-top: 30px;
  padding: 20px 50px 14px;
  font-size: 16px;
  font-weight: 800;
  transition: background-color .3s;
}

.btn:hover {
  background-color: #fd3fb3;
  background-image: linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15)), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.btn.form-button {
  margin-top: 10px;
}

.btn.form-button.inner {
  background-color: var(--dark-slate-grey-2);
  color: #fff;
  background-image: none;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
}

.left-form-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 10%;
  display: flex;
}

.right-form-block {
  flex-direction: column;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.split-form-area {
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.section-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 120px;
}

.section-2.process {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(102deg, var(--cadet-blue), rgba(12, 20, 37, 0) 74%), url('../images/pexels-antoni-shkraba-5816286.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.form-wrap-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  position: relative;
  box-shadow: 0 1px 16px rgba(80, 94, 107, .13);
}

.brandlogo, .brandlogo.w--current {
  display: flex;
}

.heading-11 {
  color: #fff;
  border: 1px #000;
  border-bottom: 2px #e0e0e0;
  margin-top: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  display: inline-block;
}

.heading-11.thinner {
  letter-spacing: .5px;
  margin-bottom: 35px;
  font-size: 34px;
  font-weight: 900;
  line-height: 40px;
}

.heading-11.thinner.qhite {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 46px;
}

.div-block-2, .div-block-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-4 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.main-content {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  bottom: 0;
}

.main-content.tc {
  background-image: linear-gradient(315deg, var(--cadet-blue), var(--dark-slate-grey) 100%, white);
}

.main-content.privacy {
  background-image: linear-gradient(315deg, var(--cadet-blue), var(--dark-slate-grey-2));
}

.cta_call {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(135deg, black, var(--cadet-blue) 52%, var(--dark-slate-grey));
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 99.9999%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.blog {
  height: auto;
  display: none;
}

.paragraph {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.5em;
}

.heading-12 {
  text-align: center;
  padding-top: 20px;
}

.background-hero {
  object-fit: fill;
  background-image: linear-gradient(rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/second-charge-photo.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex: 1;
  width: 75vh;
  min-width: 100vw;
  max-width: 100vw;
  height: 100%;
  min-height: auto;
  max-height: 70vh;
  position: absolute;
}

.background-hero.insurance {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: linear-gradient(rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/Insurance-Protection.jpeg');
  background-position: 0 0, 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: content-box;
  min-height: 100%;
  max-height: none;
  position: absolute;
}

.background-hero.ftbuyer {
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/628b97a0e6f25f183632bd37_pexels-rodnae-productions-8293700.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 70vh;
}

.background-hero.bridging {
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/628b97bbaff088de7a6bff51_bridge-loan.jpeg');
  background-position: 0 0, 0 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 70vh;
}

.background-hero.commercial-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/pexels-andreea-ch-4178801.jpg');
  background-position: 0 0, 0 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 70vh;
}

.background-hero.comm-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/628b991adc3e1e5ea6d9a7a6_Townhouses-with-to-let-sign-blog.jpeg');
  background-position: 0 0, 0 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 50vh;
}

.heading-13 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.rich-text-block {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 1.2vw;
  line-height: 1.5;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: flex;
  position: relative;
}

.utility-page-wrap.contact-us {
  justify-content: flex-start;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 500px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-4 {
  z-index: 999;
  filter: invert(81%);
  mix-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0);
  width: 14em;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.gradienrt-container {
  z-index: 0;
  background-color: var(--2bded3);
  background-image: linear-gradient(to right, var(--2bded3) 29%, white);
  opacity: .32;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.heading-14, .text-block-3 {
  z-index: 999;
  mix-blend-mode: lighten;
  position: relative;
}

.heading-15 {
  color: var(--black-2);
  text-align: center;
  width: 17em;
  font-size: 1.7em;
}

.heading-16 {
  color: var(--dark-slate-grey);
  width: auto;
}

.link-block-2 {
  position: relative;
}

.link-block-2.w--current {
  z-index: 999;
}

.contact-us-content {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.contact-us {
  padding-bottom: 26px;
  font-weight: 400;
}

.enquiry-wrapper {
  min-width: 50%;
  padding-left: 1em;
  padding-right: 1em;
}

.form-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  width: 100%;
  min-width: 0%;
  height: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
}

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  flex: 0 auto;
  height: 101%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.section-3.home-hero-section {
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  min-height: auto;
  max-height: 1200vh;
  padding: 20px 2vw;
  overflow: hidden;
}

.slide-nav {
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  color: #000;
  font-size: 16px;
  line-height: 1.6em;
}

.speaker-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-image.five {
  background-image: url('../images/Dave-Amber-Photography-1B2A0827-900pix-72dpi-for-web-Edited.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 101%;
}

.speaker-image.six {
  background-image: url('../images/Dave-Amber-Photography-1B2A0859-Edit-900pix-72dpi-for-web.jpg');
  background-position: 50% 0;
  width: 100%;
}

.speaker-image.one {
  background-image: url('../images/Screenshot-2022-05-18-at-13.02.55.png');
}

.speaker-image.three {
  background-image: url('../images/Screenshot-2022-05-18-at-13.03.59.png');
  background-position: 50% 0;
  margin-right: 0;
}

.speaker-image.two {
  background-image: url('../images/Screenshot-2022-05-18-at-13.03.41.png');
}

.speaker-image.four {
  background-image: url('../images/Dave-Amber-Photography-1B2A0810-900pix-72dpi-for-web.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.speaker-name {
  z-index: 20;
  color: #4f5a5f;
  text-align: center;
  letter-spacing: -1px;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.speaker-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1e2029;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 0;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 5vw;
  right: 0%;
}

.speaker-arrow.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  margin-top: 50px;
  margin-right: 0;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.slide-arrow {
  width: 18px;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-4.shlomo {
  margin-bottom: 60px;
}

.speaker-slider {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.slide-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.speaker-slide-mask {
  width: 30%;
  overflow: visible;
}

.heading-17 {
  color: var(--dark-slate-grey-2);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}

.feature-section {
  background-color: var(--cadet-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.feature-image-mask {
  width: 80%;
  margin-right: 0;
}

.feature-image-mask.fix1 {
  width: 80%;
  margin-right: 20px;
}

.feature-image-mask.fi3 {
  margin-right: 20px;
}

.feature-image {
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.feature-image.fi2 {
  aspect-ratio: 1;
  object-fit: cover;
  margin-left: 20px;
}

.feature-image.fi2.fi3 {
  aspect-ratio: 1;
  object-fit: cover;
  margin-left: 0;
}

.heading-18 {
  font-size: 3em;
  font-weight: 400;
}

.staff-cards {
  flex-direction: column;
  display: flex;
}

.staff-cards.no-scroll {
  overflow: hidden;
}

.body-3 {
  background-color: var(--cadet-blue);
}

.form-pic {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/pexels-antoni-shkraba-5816286.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.form-pic.process {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(102deg, var(--cadet-blue), rgba(12, 20, 37, 0) 74%), url('../images/pexels-antoni-shkraba-5816286.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.faq__content {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.faq__wrapper {
  background-color: var(--cadet-blue);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.faq__heading {
  color: #fff;
  text-transform: none;
  font-size: 6em;
}

.faq__container {
  flex-direction: column;
  flex: 1;
  max-width: 90%;
  display: flex;
}

.section-4 {
  height: auto;
}

.faq__heading__wrapper {
  display: inline-block;
  position: relative;
}

.faq__paragraphs {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.faq {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
}

.faq__item {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(135deg, var(--dark-slate-grey), var(--cadet-blue) 54%, var(--dark-slate-grey));
  border: 2px #000;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 15px 30px;
  display: block;
}

.wfs__image {
  position: absolute;
  top: -8%;
  bottom: auto;
  left: -20%;
  right: auto;
  transform: rotate(-23deg);
}

.faq__content__left {
  flex: 1;
  max-width: 25%;
  font-size: .8vw;
}

.faq__toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 50px;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 4px;
  padding: 0;
  display: flex;
}

.tab__content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 36px;
}

.faq__title__wrapper {
  color: #160042;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.faq__arrow {
  filter: brightness(0%);
  color: #787da3;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.faq__content__right {
  flex: 1;
}

.faq__content__wrapper {
  border: 1px #e4e6f1;
  border-radius: 8px;
  max-width: 100%;
  padding: 14px 0;
}

.faq__paragraph {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.faq__paragraph.is--medium {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.faqs {
  background-color: var(--cadet-blue);
  height: auto;
}

.paragraph-2 {
  color: #fff;
  max-width: 99.9999%;
  font-size: 1.2vw;
  font-weight: 400;
}

.div-block-5 {
  padding-top: 0;
}

.paragraph-3 {
  font-size: 1.2vw;
}

.div-block-6 {
  padding-top: 0;
}

.div-block-7 {
  margin-top: 40px;
  padding-top: 0;
}

.paragraph-4 {
  font-size: 1.2vw;
}

.div-block-8 {
  max-height: 4196.07vh;
}

.paragraph-5, .paragraph-6 {
  font-size: 1.2em;
}

.hero-overlay-2 {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/pexels-rodnae-productions-8292833.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.paragraph-7 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-5 {
  background-color: var(--dark-slate-grey-2);
  font-size: 1.2vw;
}

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

.dropdown-list.w--open {
  opacity: 1;
  background-color: #ddd;
}

.div-block-9 {
  flex-direction: row;
  margin-left: 3em;
  display: flex;
}

.div-block-10 {
  max-width: 60%;
}

.team-button {
  color: #000;
}

.text-block-4 {
  padding-right: 8px;
}

.button-6 {
  background-color: var(--2bded3);
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 30px;
  justify-content: center;
  max-width: 35%;
  margin-top: 10px;
  padding: 15px .5em;
  font-size: 20px;
  display: flex;
}

.button-6.learn-more {
  border-radius: 40px;
  justify-content: center;
  max-width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.button-6.learn-more.linkedin {
  color: #fff;
  background-color: #0077b5;
  position: relative;
  left: 10px;
}

.button-7 {
  border: 3px solid var(--2bded3);
  background-color: rgba(43, 222, 211, .01);
  border-radius: 40px;
  justify-content: center;
  width: 250px;
}

.consultation {
  font-size: 2.5em;
}

.trust-pilot-container {
  color: var(--cadet-blue);
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.micro-review {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  display: flex;
}

.leave-review {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  padding: 20px;
  display: flex;
}

.heading-19 {
  font-size: 1.27em;
  font-weight: 500;
}

.image-5 {
  filter: invert(67%);
  max-width: 100px;
  height: 63.98%;
}

.image-5.loc {
  filter: invert(33%);
  width: 15%;
  max-width: 100px;
  height: 15%;
  min-height: 15%;
}

.heading-20 {
  color: var(--dark-slate-grey-2);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.75em;
  font-weight: 500;
  text-decoration: none;
}

.heading-20.find_us {
  margin-top: 18px;
  margin-bottom: 20px;
}

.link-block-3 {
  min-width: 100%;
  max-width: 100%;
  text-decoration: none;
}

.link-block-4 {
  min-width: 100%;
  max-width: 100%;
  text-decoration: none;
}

.link-block-5 {
  min-width: 100%;
  max-width: 100%;
  text-decoration: none;
}

.section-5 {
  padding: 40px 2px 40px 20px;
}

.div-block-12 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  display: flex;
}

.div-block-13, .div-block-14 {
  width: 80%;
}

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

.column-2 {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 99.997%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.html-embed, .html-embed-2 {
  min-width: 100%;
  max-width: 100%;
}

.column-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.html-embed-3 {
  flex: 0 auto;
  min-width: 100%;
  min-height: 100%;
  overflow: visible;
}

.html-embed-4 {
  width: auto;
  min-width: 100%;
  min-height: auto;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  top: auto;
}

.div-block-17 {
  min-width: 100%;
  min-height: auto;
  margin-bottom: 60px;
  padding-top: 60px;
}

.div-block-17.x {
  object-fit: fill;
  height: 100%;
  min-height: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-top: 0;
  display: flex;
  position: relative;
  bottom: -159px;
}

.div-block-17.x.contact-callendly {
  width: 100%;
  margin-top: 0;
  position: relative;
  bottom: auto;
  overflow: visible;
}

.body-4 {
  background-color: var(--cadet-blue);
}

.div-block-18 {
  margin-right: 100px;
}

.form-embed {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.div-block-19 {
  min-width: 80%;
  max-width: 80%;
}

.section-6 {
  background-color: var(--cadet-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-3 {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.image-6 {
  flex: 1;
  min-width: 100%;
  min-height: 100%;
}

.column-4 {
  flex-direction: column;
  justify-content: space-around;
  min-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-20 {
  background-image: url('../images/pexels-rodnae-productions-8292826.jpg');
  background-position: 25% 0;
  background-size: cover;
  flex-flow: column wrap;
  justify-content: space-between;
  min-height: 100%;
  display: flex;
}

.div-block-20.values {
  background-image: url('../images/Insurance-Protection.jpeg');
}

.div-block-20.right {
  background-image: url('../images/628b991adc3e1e5ea6d9a7a6_Townhouses-with-to-let-sign-blog.jpeg');
  background-position: 75% 0;
  background-repeat: no-repeat;
}

.text-span-3 {
  font-style: italic;
}

.column-5 {
  height: 100%;
  min-height: 100%;
}

.html-embed-5 {
  min-width: 100%;
  max-width: 99.9999%;
  min-height: 100%;
  max-height: 100%;
}

.lottie-animation {
  flex: 1;
  min-width: 100%;
}

.div-block-21 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-21 {
  text-align: center;
  padding-top: 10px;
  font-size: 1.5em;
  line-height: 1.3;
}

.body-5 {
  background-color: var(--dark-slate-grey-2);
  max-height: 100%;
  overflow: visible;
}

.xx {
  color: #000;
}

.div-11 {
  flex-direction: column;
  margin-left: 3em;
  display: flex;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 90%;
  margin-left: 0;
  margin-right: 0;
}

.clients-title {
  color: var(--dark-slate-grey-2);
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

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

.clients-image {
  min-width: 300px;
  max-width: 300px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-5 {
  padding-bottom: 20px;
  padding-right: 20px;
}

.div-block-22 {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: block;
}

.heading-22 {
  z-index: 20;
  color: var(--dark-slate-grey-2);
  min-width: 100%;
  font-weight: 400;
  position: relative;
}

.div-block-23 {
  width: 110%;
  height: 110%;
  overflow: visible;
}

.italic-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6 {
  text-align: center;
  display: flex;
}

.div-block-24 {
  position: relative;
}

.container-3 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  overflow: visible;
}

.section-7 {
  background-color: #000;
  background-image: linear-gradient(to right, #000, #5f005f);
  justify-content: center;
  align-items: flex-start;
  height: 50px;
  display: flex;
}

.queenimg {
  text-align: center;
  height: 60px;
  max-height: none;
}

.queenbarcol {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.queenbarcol1 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.queencol2 {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.text-block-6 {
  font-size: 2vw;
}

.queentitle {
  height: 100%;
  min-height: 100%;
  padding-left: 20px;
  font-family: Merriweather, serif;
  font-size: 2vw;
  font-weight: 300;
}

.queentitle.sub {
  color: #dfbd69;
  font-size: 1.8vw;
}

.queenbar {
  background-color: #000;
  background-image: linear-gradient(to right, #000 26%, #5f005f 89%);
}

.layout1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.text-size-medium {
  font-size: 1.125rem;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

.button-8 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-8.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-8.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-8.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

.layout192_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout192_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.banner5_wrapper {
  border: 0px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.banner5_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner5_close-button {
  margin-left: 1rem;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.text-block-7 {
  color: var(--dark-slate-grey-2);
  text-decoration: none;
}

.bold-text-2, .link {
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .section-3.home-hero-section {
    min-height: 60vh;
  }

  .faq__item {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 19.2px;
  }

  h2 {
    font-size: 2.2em;
  }

  .hero-gradient-col.is--left {
    background-image: linear-gradient(to right, var(--2bded3), rgba(43, 222, 211, .26) 56%, rgba(255, 255, 255, 0));
  }

  .nav-button {
    border-color: var(--2bded3);
  }

  .button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.is--solid {
    border-width: 3px;
    margin-top: 0;
    padding-bottom: 15px;
  }

  .section-heading {
    align-items: flex-start;
  }

  .small-text {
    font-size: 1.7em;
  }

  .stat-item.is--filp.statx24, .stat-item.statx23 {
    border-style: none;
  }

  .text-field {
    color: #fff;
    border-width: 3px;
  }

  .columns {
    background-image: linear-gradient(to right, var(--dark-slate-grey), rgba(224, 231, 240, 0) 0%, var(--cadet-blue) 49%, rgba(224, 231, 240, .6));
  }

  .hero-overlay {
    padding-top: 10px;
  }

  .body-paragraphy.light.form-left-text {
    line-height: 1.2em;
  }

  .paragraph {
    padding-bottom: 20px;
  }

  .faq__content {
    max-width: 100%;
  }

  .faq__wrapper {
    padding-top: 0;
  }

  .faq__heading {
    font-size: 8em;
    line-height: .9em;
  }

  .faq__paragraphs {
    object-fit: fill;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    font-size: 1.2em;
    display: block;
  }

  .faq__item {
    background-image: linear-gradient(135deg, var(--dark-slate-grey), var(--cadet-blue) 54%, var(--dark-slate-grey));
    object-fit: fill;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    overflow: hidden;
  }

  .tab__content {
    max-width: 100%;
  }

  .faq__title__wrapper {
    font-size: 1em;
  }

  .faq__paragraph.is--medium {
    min-width: 300px;
    padding-bottom: 0;
    font-size: 1.4em;
    display: block;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .button-6 {
    border: 3px solid var(--2bded3);
    color: var(--dark-slate-grey);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
    justify-content: center;
    width: 100%;
    padding: 20px 1.5em;
    font-size: 26px;
    display: flex;
  }

  .button-6.learn-more {
    background-color: var(--dark-slate-grey);
    color: #fff;
    padding-top: .9em;
    padding-bottom: .9em;
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.3em;
  }

  p {
    font-size: .9em;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.is--max_width.top-gradient {
    flex-direction: column;
  }

  .hero {
    height: 100vh;
  }

  .hero-gradient-col.is--left.is--img {
    width: auto;
  }

  .navbar {
    height: auto;
  }

  .nav-link {
    padding-right: .5em;
  }

  .nav-link.drop {
    padding-right: 2em;
  }

  .nav-links {
    z-index: 1;
    background-color: var(--12131e);
    background-image: linear-gradient(to bottom, var(--cadet-blue) 39%, rgba(0, 0, 0, 0)), linear-gradient(to top, rgba(43, 222, 211, .5), rgba(0, 0, 0, 0));
    border-bottom-right-radius: 5em;
    border-bottom-left-radius: 5em;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    padding: 6.5em 2em;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: translate(0);
  }

  .nav-logo {
    z-index: 99;
    position: relative;
  }

  .logo.is--footer {
    width: 15em;
  }

  .gradient-row {
    width: 100%;
  }

  .gradient-row.is--overlap.is--straight {
    display: none;
  }

  .gradient-row.is--max-width {
    background-image: linear-gradient(to top, var(--dark-slate-grey), #2bded3 44%, rgba(0, 0, 0, 0));
    align-items: center;
    padding-top: 0;
  }

  .hero-intro {
    padding-left: 5em;
  }

  .style-guide {
    padding-left: 4em;
    padding-right: 4em;
  }

  .style-guide-section {
    grid-template-columns: 1fr;
  }

  .section-heading {
    width: 100%;
  }

  .header-section {
    width: 90%;
  }

  .img-gradient {
    z-index: 99;
    background-image: url('../images/pexels-rodnae-productions-8292884.jpg'), linear-gradient(270deg, var(--dark-slate-grey-2), rgba(255, 255, 255, 0) 33%);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
  }

  .hero-intro_wrapper {
    flex-direction: column;
    width: 80%;
    display: flex;
  }

  .hero-intro_wrapper.li {
    width: 100%;
  }

  .statistics-wrapper {
    flex-direction: column;
    display: flex;
  }

  .stat-item {
    height: auto;
    padding: 2em;
  }

  .stat-heading {
    font-size: 2.5em;
  }

  .footer {
    padding-left: 3em;
    padding-right: 3em;
  }

  .two-col-footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-row {
    flex-direction: column;
  }

  .footer-links {
    margin-top: 3em;
    margin-left: 0;
  }

  .footer-logo {
    width: 10em;
  }

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

  .partners {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5em;
    padding-right: 5em;
    display: grid;
  }

  .cta-message {
    padding-left: 1em;
    padding-right: 1em;
  }

  .cta-message.li {
    min-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .stat-title {
    height: 2.3em;
  }

  .logo-partner {
    flex: none;
    height: 2.3em;
  }

  .graphic {
    font-size: 1vw;
  }

  .nav-toggle__mobile {
    z-index: 99;
    font-size: 1em;
    display: flex;
    position: relative;
  }

  .nav-click {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav-click-out {
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    display: none;
  }

  .sticky-title {
    padding-left: 5em;
    padding-right: 5em;
  }

  .item-wrapper {
    padding: 3em 5em;
  }

  .member-stripe {
    padding-left: 5em;
  }

  .sticky-item {
    width: 100%;
    padding-left: 5em;
  }

  .sticky-item.x1 {
    background-image: linear-gradient(to right, var(--dark-slate-grey-2) 13%, #fff 72%);
  }

  .item-content {
    width: 100%;
  }

  .footer-nav-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .f-nav-item {
    min-width: auto;
  }

  .f-nav-item.is--empty {
    display: none;
  }

  .link-footer-text {
    font-size: 2.3em;
  }

  .heading {
    max-width: 50%;
  }

  .guide-col.is--title {
    padding-bottom: 2em;
  }

  .icon-articles {
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    font-size: 13px;
  }

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

  .image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-3 {
    max-width: 100%;
  }

  .text-span-2 {
    font-size: 2em;
  }

  .columns {
    background-image: linear-gradient(to right, var(--dark-slate-grey), rgba(224, 231, 240, .4) 52%, var(--cadet-blue) 99%, rgba(224, 231, 240, .6));
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .body-paragraphy {
    font-size: 18px;
    line-height: 23px;
  }

  .btn {
    padding: 15px 40px;
    font-size: 14px;
  }

  .left-form-text {
    width: 100%;
  }

  .right-form-block {
    width: 90%;
    margin-top: 23px;
    display: flex;
  }

  .split-form-area {
    flex-wrap: wrap;
    margin-left: 6%;
    margin-right: 6%;
  }

  .section-2.process {
    padding-top: 95px;
    padding-bottom: 80px;
  }

  .heading-11.thinner {
    font-size: 32px;
    line-height: 39px;
  }

  .utility-page-wrap {
    height: 80vh;
  }

  .utility-page-content {
    justify-content: center;
  }

  .image-4 {
    width: 15em;
  }

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

  .section-3.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .form-pic.process {
    padding-top: 95px;
    padding-bottom: 80px;
  }

  .faq__content {
    width: 100%;
  }

  .faq__wrapper {
    flex-direction: row;
    padding-top: 11.4em;
  }

  .faq__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .faq__content__right {
    padding-top: 43px;
  }

  .faq__content__wrapper {
    margin-top: 56px;
  }

  .button-6 {
    width: 100%;
    margin-top: 5px;
    padding: 10px 1em;
  }

  .consultation {
    padding-bottom: 10px;
    font-size: 1.5em;
  }

  .free {
    padding-bottom: 10px;
    font-size: 2.7em;
  }

  .image-5, .image-5.loc {
    max-width: none;
  }

  .div-block-16 {
    padding: 20px 10px;
  }

  .columns-2 {
    min-width: 100%;
  }

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

  .clients-title {
    margin-bottom: 32px;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout1_component, .layout192_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.8em;
  }

  h2 {
    line-height: 1.1;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is--members {
    padding: 5em 0;
  }

  .hero {
    height: 92vh;
  }

  .hero-gradient-col.is--left.is--img {
    background-image: none;
  }

  .hero-gradient-col.is--two {
    border-top-left-radius: 25em;
    border-bottom-left-radius: 25em;
  }

  .navbar {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-link {
    padding-left: .2em;
    padding-right: .2em;
    font-size: 1.1em;
  }

  .nav-link.drop {
    padding-right: 2em;
  }

  .nav-links {
    display: none;
  }

  .logo {
    width: 3.5em;
  }

  .gradient-row {
    background-image: linear-gradient(to top, #2bded3, rgba(0, 0, 0, 0) 75%);
    border-top-right-radius: 0;
    border-bottom-left-radius: 35em;
  }

  .gradient-row.is--max-width {
    background-image: linear-gradient(to top, var(--dark-slate-grey), #2bded3 44%, rgba(0, 0, 0, 0));
    border-radius: 0 25em 25em 0;
  }

  .gradient-row.is--max-width.is--straight {
    background-image: linear-gradient(to top, #2bded3, rgba(0, 0, 0, 0));
    border-bottom-right-radius: 25em;
  }

  .hero-intro {
    text-align: center;
    justify-content: center;
    padding-left: 3em;
    padding-right: 3em;
  }

  .style-guide {
    padding-left: 0;
    padding-right: 0;
  }

  .button.is--ghost, .button.our-team {
    margin-top: 1em;
  }

  .section_cta {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .img-gradient {
    background-size: cover, auto;
    width: 100vw;
    height: 100%;
    display: block;
  }

  .img-gradient.is--divider {
    background-image: linear-gradient(to bottom, var(--12131e), rgba(255, 255, 255, 0) 41%);
    display: block;
  }

  .hero-intro_wrapper {
    flex-direction: column;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .img-section {
    height: 24em;
  }

  .statistics {
    padding-top: 0;
    padding-bottom: 0;
  }

  .statistics-wrapper {
    grid-template-columns: 1fr;
  }

  .stat-item {
    padding-left: 3em;
    padding-right: 3em;
  }

  .stat-item.is--filp {
    background-image: linear-gradient(rgba(43, 222, 211, .31), rgba(0, 0, 0, 0) 66%);
  }

  .cta-gradient {
    background-image: linear-gradient(270deg, var(--dark-slate-grey), var(--dark-slate-grey));
    border-radius: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cta-message {
    text-align: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .stat-title {
    margin-bottom: 1em;
  }

  .graphic {
    font-size: 2vw;
  }

  .statistics-hover-tabs, .progress-line {
    display: none;
  }

  .sticky-wrapper {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sticky-title {
    width: auto;
    padding-left: 3em;
    padding-right: 3em;
    position: static;
  }

  .sticky-items {
    width: auto;
  }

  .item-wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }

  .member-stripe {
    padding-left: 3em;
  }

  .member-wrapper {
    flex-direction: column;
  }

  .member-image {
    width: 100%;
    height: 25em;
    position: static;
  }

  .section-sticky {
    height: auto;
  }

  .sticky-content {
    flex-direction: row;
  }

  .sticky-item {
    background-image: linear-gradient(to right, #454f53 13%, #fff);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .sticky-item.is--mirror {
    background-image: linear-gradient(270deg, #2bded3, rgba(0, 0, 0, 0));
  }

  .sticky-item.x1 {
    background-image: linear-gradient(to right, var(--dark-slate-grey-2) 14%, #fff);
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .sticky-item.x2 {
    background-image: linear-gradient(to right, #454f53 11%, #fff);
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .item-content {
    width: 100%;
  }

  .wrapper-tech {
    height: auto;
    position: static;
  }

  .tab-img-mobile {
    display: block;
  }

  .columns {
    flex-direction: column;
  }

  .heading-4 {
    max-width: 100%;
  }

  .hero-overlay, .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .btn {
    padding-left: 45px;
    padding-right: 45px;
  }

  .form-wrap-2 {
    width: 100%;
  }

  .brandlogo {
    align-items: center;
  }

  .main-content {
    padding: 40px 20px;
  }

  .speaker-name {
    font-size: 48px;
  }

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

  .speaker-slide-mask {
    width: 90%;
  }

  .feature-section {
    padding: 40px 20px;
  }

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

  .feature-image-mask {
    margin-right: 0;
  }

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

  .form-pic {
    background-image: linear-gradient(rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/pexels-antoni-shkraba-5816286.jpg');
    background-position: 0 0, 50% 0;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

  .div-block-12 {
    min-width: 100%;
  }

  .columns-2 {
    max-width: 99.9999%;
  }

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

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

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

  .queenbarcol1 {
    justify-content: flex-start;
    padding-left: 84px;
  }

  .queenbar {
    background-image: linear-gradient(to right, #000 32%, #5f005f 82%);
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout1_component, .layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .banner5_wrapper {
    padding-right: .5rem;
  }

  .banner5_content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner5_close-button {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .section {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.is--max_width {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .container.is--max_width.top-gradient {
    background-image: linear-gradient(#fff, rgba(255, 255, 255, .39) 23%, rgba(0, 0, 0, 0));
    align-items: center;
    max-width: 100%;
    display: block;
  }

  .container.is--members {
    max-width: 100%;
  }

  .hero {
    height: 80vh;
  }

  .hero-gradient-col.is--two {
    opacity: 1;
    border-radius: 0;
  }

  .navbar {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav-link.w--current {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .nav-link.drop, .nav-link.drop.w--open {
    display: none;
  }

  .nav-link.desktop {
    display: block;
  }

  .nav-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2em;
    display: none;
  }

  .nav-button {
    margin-left: 0;
  }

  .logo._404-header {
    width: 5em;
  }

  .gradient-row.home {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .hero-intro {
    text-align: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide {
    padding-left: 2em;
    padding-right: 2em;
  }

  .button {
    max-width: 100%;
    margin-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .button.is--ghost {
    border-style: solid;
    border-width: 2px;
    border-radius: 8em;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.is--solid {
    margin-top: 1em;
  }

  .button.our-team {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section_cta {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .section-heading {
    justify-content: center;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-heading.mission {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .small-text {
    font-size: 1em;
  }

  .small-text.is--gray {
    font-size: 1.2em;
  }

  .header-section {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .hero-intro_wrapper {
    flex: 0 auto;
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
    padding: 20px 0;
  }

  .hero-intro_wrapper.li {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .statistics {
    padding-top: 0;
    padding-bottom: 0;
  }

  .stat-item.is--filp.statx24 {
    margin-bottom: 1em;
    padding: 2em;
  }

  .stat-item.statx23 {
    min-height: auto;
    margin-bottom: 1em;
    padding: 2em;
  }

  .stat-heading {
    text-align: center;
    min-width: 100%;
    font-size: 2.5em;
  }

  .footer {
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-links {
    flex-direction: column;
  }

  .form-input {
    flex-direction: column;
    align-items: stretch;
  }

  .partners {
    grid-template-columns: 1fr 1fr;
    display: none;
    overflow: visible;
  }

  .cta-gradient {
    background-image: linear-gradient(270deg, var(--dark-slate-grey), var(--dark-slate-grey-2));
  }

  .cta-wrapper {
    max-width: 100%;
    margin-bottom: 0;
  }

  .cta-message {
    width: auto;
    max-width: none;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .cta-message.li {
    width: 100%;
  }

  .stat-title {
    min-width: 100%;
    height: 5em;
    overflow: visible;
  }

  .stat-wrapper {
    min-width: 100%;
  }

  .sticky-wrapper {
    padding: 2em 20px;
  }

  .sticky-title {
    padding: 2em;
  }

  .members {
    max-width: 100%;
  }

  .member-stripe {
    width: 90%;
    min-width: 60%;
    max-width: 60%;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2em;
  }

  .name-parent {
    height: 3em;
  }

  .member-name {
    font-size: 1.5em;
  }

  .title-member {
    max-width: 80%;
    font-size: 1.5em;
  }

  .member-wrapper {
    flex-direction: row;
    max-width: 100%;
  }

  .member-img {
    width: 100%;
    height: 90%;
  }

  .sticky-item {
    padding-left: 2em;
    padding-right: 2em;
  }

  .item-content {
    width: auto;
  }

  .footer-nav {
    width: auto;
    min-width: 100%;
    max-width: 100%;
  }

  .footer-nav-items {
    flex-direction: column;
    grid-template-columns: minmax(100%, 100%);
    grid-template-areas: ".";
  }

  .f-nav-item {
    min-width: 100%;
    max-width: 100%;
    padding: 2em;
  }

  .f-nav-item.is--filp.gradient {
    background-image: linear-gradient(rgba(43, 222, 211, .23), rgba(0, 0, 0, 0));
    min-width: 100%;
  }

  .link-footer-text {
    font-size: 1.53em;
  }

  .page-content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .text-block {
    line-height: 1.1;
  }

  .text-block.foot-compliance {
    font-size: 6vw;
  }

  .text-block-2 {
    width: 80%;
    font-size: 3vw;
    line-height: 1.2;
  }

  .div-block {
    padding: 2em;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 1.5em;
  }

  .text-span-2 {
    font-size: 3em;
  }

  .columns {
    flex-direction: column;
  }

  .columns.cta {
    flex-wrap: wrap;
    max-height: none;
  }

  .heading-4 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-avm {
    max-width: 100%;
    padding: 2em 20px;
  }

  .section-avm.avm-about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    text-align: center;
    font-size: 1.75em;
  }

  .heading-6 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-7 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.75em;
  }

  .heading-8 {
    font-size: 1.75em;
  }

  .staff {
    max-width: 100%;
  }

  .hero-overlay {
    max-height: 600px;
  }

  .hero-overlay.loans {
    background-image: linear-gradient(rgba(71, 63, 45, .66), rgba(71, 63, 45, .66)), url('../images/628b97bbaff088de7a6bff51_bridge-loan.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .centered-container {
    text-align: left;
    max-width: 100%;
  }

  .button-3 {
    font-size: 1.4rem;
  }

  .cards-grid-container {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .body-paragraphy, .body-paragraphy.light {
    margin-left: 0;
    margin-right: 0;
  }

  .btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-form-text {
    padding-left: 0%;
    padding-right: 0;
  }

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

  .split-form-area {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-2.process {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .form-wrap-2 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brandlogo {
    align-items: center;
  }

  .heading-11 {
    font-size: 32px;
    line-height: 32px;
  }

  .heading-11.thinner {
    font-size: 30px;
  }

  .cta_call {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 0;
    display: flex;
  }

  .pre_footer, .collection-list {
    max-width: 100%;
  }

  .paragraph {
    padding: 20px 10px 20px 0;
    font-size: 1.2em;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-12 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .background-hero {
    min-height: auto;
    max-height: 600px;
  }

  .rich-text-block {
    font-size: 1.2rem;
  }

  .utility-page-wrap.contact-us {
    height: auto;
  }

  .utility-page-content {
    width: 10em;
  }

  .image-4 {
    width: 15em;
  }

  .heading-15, .heading-16 {
    width: 10em;
  }

  .contact-us-content {
    flex: 1;
    padding: 1em 20px;
  }

  .contact-us {
    font-size: 1.75rem;
  }

  .form-wrapper {
    flex-flow: column wrap;
  }

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

  .section-3.home-hero-section {
    flex-flow: column;
    max-height: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .speaker-slide {
    min-width: 100%;
  }

  .slide-nav {
    margin-top: 0;
    padding-top: 0;
  }

  .speaker-image.six {
    background-image: url('../images/Dave-Amber-Photography-1B2A0859-Edit-900pix-72dpi-for-web.jpg'), url('../images/Screenshot-2022-05-18-at-13.02.48.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
  }

  .speakers-hero-wrapper {
    flex: 0 auto;
  }

  .speaker-name {
    font-size: 30px;
  }

  .speaker-name.mtt {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .speaker-arrow {
    order: 0;
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .speaker-slider {
    padding-bottom: 40px;
  }

  .slide-image {
    width: 80%;
    height: 30vh;
    min-height: 250px;
  }

  .speaker-slide-content {
    max-width: 100%;
    padding-bottom: 5px;
  }

  .speaker-info {
    margin-bottom: 10px;
  }

  .speaker-slider-wrapper {
    flex-direction: column;
  }

  .clip-text.speaker-headding {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .speaker-slide-mask {
    width: 100%;
  }

  .flex-container {
    max-width: 100%;
  }

  .feature-image-mask {
    order: -1;
    width: 100%;
  }

  .feature-image-mask.fix1 {
    width: 100%;
    margin-right: 0;
  }

  .feature-image.fi2 {
    margin-left: 0;
  }

  .heading-18 {
    font-size: 1.75em;
  }

  .staff-cards {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .form-pic {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-pic.process {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .faq__wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .faq__heading {
    font-size: 3.5rem;
  }

  .faq__container {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .faq__content__left {
    max-width: 100%;
  }

  .faq__toggle {
    height: auto;
  }

  .faq__title__wrapper {
    flex: 1;
  }

  .faq__content__right {
    max-width: 96%;
    padding-top: 0;
  }

  .faq__content__wrapper {
    margin-top: 0;
    padding-left: 0;
  }

  .faq__paragraph.is--medium {
    font-size: 1.5em;
  }

  .paragraph-3 {
    font-size: 1.2rem;
  }

  .centered-container-2 {
    text-align: left;
  }

  .paragraph-7 {
    font-size: 1em;
  }

  .button-5 {
    font-size: 1.5rem;
  }

  .dropdown-list {
    background-color: var(--alice-blue);
  }

  .dropdown-list.w--open {
    background-color: var(--cadet-blue);
  }

  .div-block-10 {
    max-width: 100%;
  }

  .button-6 {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .button-6.learn-more {
    max-width: 100%;
  }

  .image-5 {
    max-width: 100px;
  }

  .section-5, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-16 {
    flex: 0 auto;
    padding: 0;
  }

  .html-embed {
    flex: 0 auto;
    align-self: auto;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-17.x {
    font-size: 14px;
  }

  .form-embed {
    flex: 1;
  }

  .columns-3 {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-4 {
    order: -1;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-20 {
    flex: 0 auto;
    min-height: 200px;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-5 {
    min-width: 100%;
  }

  .container-2 {
    max-width: none;
  }

  .clients-image {
    min-width: 280px;
    max-width: 280px;
    margin: 20px 0;
  }

  .text-block-5 {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .column-6 {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .column-7 {
    order: -1;
  }

  .queenbarcol1 {
    justify-content: flex-start;
    padding-left: 0;
  }

  .queenbar {
    background-image: linear-gradient(to right, #000 42%, #5f005f 82%);
    padding-left: 25px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout1_component, .layout192_component {
    grid-template-columns: 1fr;
  }
}


.queenimg {
	height: 60px;
	max-height: none;
	text-align: center;
}

.queenbarcol {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	min-width: 100%;
	-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;
}

.queenbarcol1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 0px;
	padding-left: 0px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.queencol2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	min-height: 100%;
	-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-block-6 {
	font-size: 2vw;
}

.queentitle {
	height: 99.99995%;
	min-height: 100%;
	padding-left: 20px;
	font-family: Merriweather, serif;
	font-size: 2vw;
	font-weight: 300;
}

.queentitle.sub {
	color: #dfbd69;
	font-size: 1.8vw;
}

.queenbar {
	/* display: none !important; */
	background-color: rgba(105, 147, 145, 0.56);
	background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#699391));
	background-image: linear-gradient(90deg, #699391, #fff);
}

#w-node-ea7a4f74-758e-9a4f-bfe9-3b2a35394498-668ca8ce, #w-node-b9582f08-61a8-5240-a824-db1d57873ecd-668ca8ce {
  order: 9999;
}

@media screen and (max-width: 767px) {
  #w-node-_858f6c4e-08e0-bd85-5248-238bd6701b47-668ca8ce {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ea7a4f74-758e-9a4f-bfe9-3b2a35394498-668ca8ce, #w-node-b9582f08-61a8-5240-a824-db1d57873ecd-668ca8ce, #w-node-_858f6c4e-08e0-bd85-5248-238bd6701b45-668ca8ce {
    order: -9999;
  }

  #w-node-a81e05cb-bd40-d0df-5260-d2ce6fcffc21-6fcffc16 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a81e05cb-bd40-d0df-5260-d2ce6fcffc27-6fcffc16 {
    grid-area: 5 / 1 / 6 / 2;
  }
}


