:root {
  --transparent: white;
  --navy-blue: #31405f;
  --gold: #bda65e;
  --navy-blue-dark: #08132c;
  --navy-blue-light: #999fad;
  --black: black;
  --font-family-lato: Lato, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section.cc-store-home-wrap {
  padding-top: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

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

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

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

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

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

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

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

.primary-button.cc-contact-us {
  z-index: 5;
  background-color: var(--transparent);
  color: var(--navy-blue);
  font-family: Lato, sans-serif;
  font-weight: 900;
  position: relative;
}

.primary-button.cc-contact-us:hover {
  background-color: var(--gold);
  color: var(--transparent);
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

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

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

.label.cc-light {
  opacity: .6;
}

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

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

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

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

.rich-text figcaption {
  opacity: .6;
}

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

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

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

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

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

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

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

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

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

.menu {
  z-index: 0;
  color: var(--transparent);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1220px;
  display: flex;
  position: relative;
}

.navigation {
  border-bottom: 1px solid var(--transparent);
  background-color: var(--navy-blue);
  justify-content: center;
  align-items: center;
  height: 120px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-item {
  opacity: 1;
  color: var(--gold);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  height: 120px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 9px 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: border .2s, opacity .2s;
  display: flex;
}

.navigation-item:hover {
  border-bottom: 8px solid var(--transparent);
  opacity: 1;
  color: var(--transparent);
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.navigation-item:active {
  opacity: 1;
  color: var(--transparent);
}

.navigation-item:focus {
  opacity: 100;
  color: var(--transparent);
}

.navigation-item:focus-visible, .navigation-item[data-wf-focus-visible] {
  color: var(--transparent);
}

.navigation-item:visited {
  opacity: 49;
  color: var(--transparent);
}

.navigation-item:lang(en) {
  opacity: 47;
  color: var(--transparent);
}

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

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

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

.logo-image {
  display: block;
}

.navigation-items {
  color: var(--transparent);
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 500px;
  max-width: 500px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  display: flex;
  left: 36px;
}

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

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

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

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

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

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

.text-field::placeholder {
  color: #32343a66;
}

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

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

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

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

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

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

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

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

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

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

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

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

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

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

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

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

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

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

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

.section-billboard {
  background-image: url('../images/Hero.gif');
  background-position: 50%;
  background-size: cover;
  height: 682px;
  margin-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1220px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Unna, sans-serif;
  font-size: 100px;
  line-height: 106px;
}

.here-text-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 106px;
}

.contact-submit-btn {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #bda65e;
  border-radius: 0;
  margin-top: 20px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  position: relative;
}

.contact-submit-btn:hover {
  color: #31405f;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.contact-submit-btn:active {
  background-color: #43464d;
}

.contact-submit-btn.hero {
  margin-top: 50px;
  font-size: 14px;
}

.section-about {
  padding: 60px 40px;
}

.section-about:active {
  opacity: 1;
}

.container-4 {
  flex-flow: column;
  align-items: center;
  max-width: 1220px;
  display: flex;
}

.header {
  color: #bda65e;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.headline {
  color: #31405f;
  text-align: center;
  margin-bottom: 40px;
  font-family: Unna, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 62px;
}

.paragraph {
  color: #31405f;
  text-align: center;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.primary-button-3 {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #bda65e;
  border-radius: 0;
  margin-left: 25px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  position: relative;
}

.primary-button-3:hover {
  color: #31405f;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

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

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1220px;
  display: block;
}

.icon-with-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 1px solid #00000040;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-header {
  background-image: url('../images/Piggy_bank_icon.svg');
  background-position: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-left: 4px solid #bda65e;
  width: 311.25px;
  height: 40px;
}

.icon-header.chart {
  background-image: url('../images/Chart_graph_icon.svg');
}

.parahead {
  color: #31405f;
  padding-left: 36px;
  font-family: Unna, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph---contact {
  color: #31405f;
  text-align: left;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph---contact.indented {
  padding-left: 36px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-2 {
  background-color: #0000000d;
  padding: 60px 40px;
}

.icon-with-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header---left {
  color: #bda65e;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.div-block-3 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.headline-left {
  color: #31405f;
  text-align: left;
  margin-bottom: 40px;
  font-family: Unna, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 62px;
}

.div-block-8 {
  background-image: url('../images/Partner_with_Us.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.parahead-bold-center {
  color: #31405f;
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
  font-family: Unna, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-4 {
  color: #31405f;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.section-managment-team {
  padding: 60px 40px;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.container-7 {
  max-width: 1220px;
}

.management-icon {
  background-image: url('../images/People_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 40px;
  justify-content: center;
  align-items: flex-start;
  height: 40px;
  display: flex;
}

.management-icon.commitment {
  background-image: url('../images/Commitment_icon.svg');
}

.management-icon.transactions {
  background-image: url('../images/Transactions_icon.svg');
}

.management-icon.loans {
  background-image: url('../images/Loans_icon.svg');
}

.div-block-12 {
  background-image: url('../images/Metric_Divider_line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  height: 10px;
}

.management-team---card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.metric-title {
  color: #31405f;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.section-investors-borrowers {
  background-color: #31405f;
  padding: 60px 40px 50px;
}

.container---section-investors-borrowers {
  max-width: 1220px;
}

.callout {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-family: Unna, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.callout.gold {
  color: #bda65e;
}

.container-8 {
  max-width: 1220px;
}

.div-block-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.direct-lending-bodycopy {
  font-weight: 400;
  line-height: 22px;
}

.text-block-8 {
  color: #31405f;
  font-family: Lato, sans-serif;
}

.section-direct-lending {
  background-image: url('../images/Direct_Lending_bg.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 60px 40px;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-2 {
  color: #31405f;
  margin-top: 0;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph-left-smaller---direct-lending {
  color: #31405f;
  text-align: left;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.list-item {
  margin-bottom: auto;
}

.div-block-24 {
  background-image: url('../images/Divider_vertical.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 10px;
}

.footer-logo {
  background-image: url('../images/ABC_logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 62px;
}

.footer-button {
  color: #fff;
  background-color: #000;
  padding-left: 0;
  font-family: Unna, sans-serif;
  font-size: 18px;
  transition: opacity .2s;
}

.footer-button:hover {
  opacity: .5;
  color: var(--transparent);
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-6 {
  max-width: 1220px;
}

.text-block-6 {
  opacity: .5;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.btn-socialmedia {
  background-image: url('../images/X_icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 20px;
  height: 25px;
  padding-right: 10px;
  transition: opacity .2s;
}

.btn-socialmedia:hover {
  opacity: .5;
}

.btn-socialmedia.li {
  background-image: url('../images/LI_icon.svg');
}

.div-block-13 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-footer {
  color: #fff;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-color: #3f3f3f;
  background-image: url('../images/Phone_icon.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto 18px;
  width: 150px;
  padding-left: 47px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .2s, opacity .2s;
}

.button-footer:hover {
  color: #000;
  background-color: #f7f7f7;
  background-image: url('../images/Phone_icon_K.svg');
}

.button-footer.email {
  background-image: url('../images/Email_icon.svg');
  background-size: auto 14px;
}

.button-footer.email:hover {
  background-image: url('../images/Email_icon_K.svg');
}

.div-block-16 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-right: 210px;
  display: grid;
}

.div-block-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.section-footer {
  opacity: 1;
  background-color: #000;
  border-radius: 0;
  padding: 100px 40px;
}

.text-block-7 {
  color: #fff;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.div-block-21 {
  opacity: .5;
  border-top: 1px solid #fff;
  margin-top: 20px;
}

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

.slide {
  background-image: url('../images/Hero-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Hero-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  height: 682px;
}

.slide-nav-2, .right-arrow, .icon {
  display: none;
}

.slide-3 {
  background-image: url('../images/Hero-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section---billboard {
  margin-top: 120px;
}

.background-video {
  height: 682px;
}

.navi-menu-item {
  opacity: 1;
  color: var(--gold);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  height: 120px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 9px 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: border .2s, opacity .2s;
  display: flex;
}

.navi-menu-item:hover {
  border-bottom: 8px solid var(--transparent);
  opacity: 1;
  color: var(--transparent);
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.navi-menu-item:active {
  opacity: 1;
  color: var(--transparent);
}

.navi-menu-item:focus {
  opacity: 100;
  color: var(--transparent);
}

.navi-menu-item:focus-visible, .navi-menu-item[data-wf-focus-visible] {
  color: var(--transparent);
}

.navi-menu-item:visited {
  opacity: 49;
  color: var(--transparent);
}

.navi-menu-item:lang(en) {
  opacity: 47;
  color: var(--transparent);
}

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

.navi-menu-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navi-menu-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.nav-link {
  opacity: .56;
  color: var(--transparent);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  height: 120px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .2s, opacity .2s;
  display: flex;
  overflow: visible;
}

.nav-link:hover {
  border-bottom: 6px solid var(--transparent);
  opacity: 100;
  color: var(--transparent);
}

.nav-link:focus {
  opacity: 100;
}

.nav-link.w--current {
  color: var(--transparent);
}

.nav-link.w--current:hover, .nav-link.w--current:active, .nav-link.w--current:focus {
  opacity: 100;
}

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

.top-of-page {
  background-color: var(--gold);
  width: 120px;
  height: 120px;
  margin-top: -120px;
}

.container-9 {
  max-width: 1220px;
}

.section-team {
  background-image: url('../images/Team_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 40px;
}

.div-block-team {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--transparent);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  display: grid;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team---title {
  color: var(--transparent);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.text-block-9 {
  color: var(--transparent);
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.team---name {
  color: var(--transparent);
  font-family: Unna, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--transparent);
  border-bottom: 1px solid var(--transparent);
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.team---btn {
  border-right: 1px solid var(--transparent);
  opacity: 1;
  text-align: center;
  background-color: #3898ec00;
  background-image: url('../images/Email_icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.team---btn:hover {
  opacity: 100;
  color: var(--gold);
}

.team---btn.email {
  letter-spacing: 2px;
  background-image: url('../images/Phone_icon.svg');
  background-position: 5%;
  background-size: auto 15px;
  font-weight: 400;
}

.team---btn.linkedin {
  letter-spacing: 3px;
  background-image: url('../images/LinkedIn_icon.svg');
  background-position: 5%;
  background-size: auto 18px;
  border-right-style: none;
  font-weight: 400;
}

.text-block-10 {
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.tab-link-tab-1 {
  opacity: .5;
  background-color: #c8c8c800;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-1:hover {
  opacity: 100;
}

.tab-link-tab-1.w--current {
  border-bottom: 3px solid var(--transparent);
  opacity: 100;
  background-color: #c8c8c800;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-adisers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--transparent);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  display: grid;
}

.icon-2.accordion-icon {
  color: var(--gold);
  cursor: pointer;
  font-size: 36px;
  font-weight: 100;
  line-height: 30px;
}

.accordion-wrapper {
  color: var(--navy-blue);
  margin-top: 50px;
}

.accordion-item {
  border-bottom: 1px solid var(--navy-blue);
  color: var(--navy-blue);
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 0 0 10px;
  display: block;
}

.accordion-item-trigger {
  color: var(--navy-blue);
  justify-content: space-between;
  align-items: flex-start;
  font-family: Unna, sans-serif;
  font-size: 22px;
  display: flex;
  overflow: visible;
}

.accordion-heading {
  color: var(--navy-blue);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unna, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  color: var(--navy-blue);
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}

.container-10 {
  max-width: 1220px;
}

.section-investmetn-criteria {
  padding: 60px 40px;
}

.div-block-28 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.accordion-bodycopy {
  color: var(--navy-blue);
  font-family: Lato, sans-serif;
}

.section--target-op {
  background-color: var(--navy-blue);
  padding: 50px 40px;
}

.container-11 {
  max-width: 1220px;
}

.parahead-revversed {
  color: var(--transparent);
  padding-bottom: 10px;
  padding-left: 36px;
  font-family: Unna, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.icon-with-text-block-reversed {
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.icon-with-text-reversed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: .5px solid var(--transparent);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.paragraph-left-smaller-reversed {
  color: #31405f;
  text-align: left;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-left-smaller-reversed.indented {
  color: var(--transparent);
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 36px;
  font-weight: 300;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-2-reversed {
  color: var(--transparent);
  margin-top: 0;
  padding-left: 50px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.icon-header--targeted {
  background-image: url('../images/Targeted_Op_icon.svg');
  background-position: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-left: 4px solid #bda65e;
  width: 311.25px;
  height: 40px;
}

.icon-header--targeted.chart {
  background-image: url('../images/Chart_graph_icon.svg');
}

.icon-header-key {
  background-image: url('../images/Key_areas_icon.svg');
  background-position: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-left: 4px solid #bda65e;
  width: 311.25px;
  height: 40px;
}

.icon-header-key.chart {
  background-image: url('../images/Chart_graph_icon.svg');
}

.container--contact {
  max-width: 1220px;
}

.section--contact {
  padding: 100px 40px;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 100px;
  display: grid;
}

.div-block-32 {
  background-image: url('../images/iStock-1679771878_gs_smaller.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.field-label {
  color: var(--navy-blue);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.bold {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .navigation-items {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .nav-link {
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    width: 36px;
    display: block;
  }

  .menu {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    margin-left: 0;
    display: flex;
    position: static;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    border-top: 1px solid var(--transparent);
    background-color: var(--navy-blue-dark);
    opacity: .9;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 50%;
    min-height: 50%;
    max-height: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    display: flex;
    inset: 0%;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .text-block-2 {
    font-size: 60px;
    line-height: 80px;
  }

  .here-text-2 {
    letter-spacing: 10px;
    font-size: 14px;
  }

  .contact-submit-btn {
    justify-content: center;
    line-height: 18px;
  }

  .contact-submit-btn.hero {
    font-size: 12px;
    line-height: 18px;
  }

  .section-about {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .header {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .headline {
    margin-top: 0;
    font-size: 36px;
    line-height: 36px;
  }

  .paragraph {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .primary-button-3 {
    justify-content: center;
    margin-left: 0;
    line-height: 18px;
  }

  .icon-header {
    background-position: 20px;
    height: 30px;
  }

  .parahead {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph---contact.indented {
    padding-left: 20px;
  }

  .section-2 {
    padding-top: 40px;
  }

  .icon-with-text-block {
    grid-template-columns: 1fr;
  }

  .header---left {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-3 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .headline-left {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 36px;
  }

  .parahead-bold-center {
    font-size: 24px;
    line-height: 24px;
  }

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

  .section-managment-team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .metric-title {
    padding-bottom: 0;
    font-size: 28px;
  }

  .section-investors-borrowers {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .callout {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .callout.gold {
    margin-bottom: 0;
  }

  .div-block-23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .direct-lending-bodycopy {
    line-height: 20px;
  }

  .text-block-8 {
    font-size: 14px;
    line-height: 18px;
  }

  .list-item {
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-24 {
    background-size: contain;
  }

  .footer-button {
    line-height: 22px;
  }

  .btn-socialmedia {
    min-width: 30px;
  }

  .div-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    margin-top: 26px;
  }

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

  .section---billboard {
    height: auto;
  }

  .background-video {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navi-menu-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navi-menu-item:hover {
    background-color: #f7f8f9;
  }

  .navi-menu-item:active {
    background-color: #eef0f3;
  }

  .nav-link {
    border-bottom: 1px solid var(--navy-blue-light);
    opacity: 100;
    letter-spacing: 6px;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .nav-link:hover {
    border-bottom-width: 1px;
  }

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

  .section-team {
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

  .div-block-26 {
    padding-left: 20px;
  }

  .text-block-9 {
    line-height: 24px;
  }

  .team---name {
    font-size: 36px;
    line-height: 36px;
  }

  .div-block-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .team---btn {
    text-align: center;
    background-image: none;
    padding-right: 0;
    font-size: 12px;
  }

  .team---btn.email {
    text-align: center;
    letter-spacing: 1px;
    background-image: none;
    padding-right: 0;
    font-size: 10px;
  }

  .team---btn.linkedin {
    letter-spacing: 2px;
    background-image: none;
    padding-right: 0;
    font-size: 10px;
  }

  .accordion-wrapper {
    margin-top: auto;
  }

  .section-investmetn-criteria {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .parahead-revversed {
    font-size: 24px;
    line-height: 24px;
  }

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

  .div-block-31 {
    padding-right: 10px;
  }

  .bold-text-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .bold-text-3 {
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .text-block-2 {
    line-height: 70px;
  }

  .here-text-2 {
    line-height: 35px;
  }

  .contact-submit-btn, .contact-submit-btn.hero.w--current {
    font-size: 10px;
    line-height: 10px;
  }

  .header {
    font-size: 14px;
    line-height: 18px;
  }

  .headline {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
  }

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

  .primary-button-3 {
    font-size: 10px;
    line-height: 10px;
  }

  .paragraph---contact {
    font-size: 14px;
    line-height: 18px;
  }

  .section-2 {
    padding-bottom: 40px;
  }

  .header---left {
    font-size: 14px;
    line-height: 18px;
  }

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

  .headline-left {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .management-icon {
    background-size: auto 30px;
  }

  .metric-title {
    padding-top: 0;
    font-size: 20px;
  }

  .callout {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: min-content;
  }

  .text-block-8 {
    margin-bottom: 20px;
  }

  .section-direct-lending {
    padding-bottom: 0;
  }

  .div-block-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .paragraph-left-smaller---direct-lending {
    margin-bottom: 10px;
  }

  .div-block-24 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Divider_horizontal.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    width: auto;
    height: 50px;
  }

  .footer-logo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 50%;
    background-size: contain;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50px;
    display: flex;
  }

  .div-block-14, .container-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-5 {
    line-height: 18px;
  }

  .div-block-20 {
    padding-right: 0;
  }

  .section-footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-team {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .div-block-26 {
    padding-left: 0;
  }

  .team---title, .text-block-9, .team---name {
    text-align: center;
  }

  .team---btn.email {
    letter-spacing: 0;
  }

  .text-block-10 {
    font-size: 12px;
  }

  .div-block-adisers {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .accordion-item-trigger {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .accordion-item-content {
    margin-right: 0;
  }

  .accordion-bodycopy {
    text-align: center;
  }

  .icon-with-text-block-reversed {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section--contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-30 {
    grid-template-columns: 1fr .25fr;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-33 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .text-block-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .here-text-2 {
    letter-spacing: 5px;
    font-size: 10px;
    line-height: 24px;
  }

  .contact-submit-btn, .contact-submit-btn.hero.w--current {
    width: 100%;
  }

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

  .header, .paragraph {
    font-size: 12px;
    line-height: 14px;
  }

  .primary-button-3 {
    width: 100%;
  }

  .container-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-with-text {
    border-top: 1px solid #000;
    border-left-style: none;
    padding-top: 20px;
  }

  .icon-header {
    border-bottom: 1px none var(--gold);
    background-position: 50%;
    border-left-style: none;
    border-left-width: 0;
    width: auto;
    padding-top: 10px;
  }

  .parahead {
    padding-left: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph---contact {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph---contact.indented {
    padding-left: 0;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    display: flex;
  }

  .header---left {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .headline-left {
    text-align: center;
    font-weight: 700;
  }

  .div-block-8 {
    background-position: 50%;
    width: 100%;
    height: 150px;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-managment-team {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-10 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .management-team---card {
    width: 100%;
  }

  .direct-lending-bodycopy {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }

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

  .paragraph-left-smaller---direct-lending, .list-item {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-logo {
    width: 75%;
  }

  .footer-button {
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .container-6 {
    width: 100%;
  }

  .button-footer {
    width: 100%;
    padding-left: 20px;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-7 {
    font-size: 10px;
    line-height: 14px;
  }

  .div-block-26 {
    padding-bottom: 30px;
  }

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

  .div-block-27 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team---btn.email {
    border-bottom: 1px solid var(--transparent);
    border-right-style: none;
  }

  .text-block-10 {
    text-align: center;
    line-height: 14px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .container-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .parahead-revversed {
    text-align: center;
    padding-left: 0;
  }

  .icon-with-text-reversed {
    border-left-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-left-smaller-reversed.indented {
    text-align: center;
    padding-left: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-29 {
    width: 100%;
    padding-left: 20px;
  }

  .list-2-reversed {
    padding-left: 20px;
  }

  .icon-header--targeted, .icon-header-key {
    background-position: 50%;
    border-left-style: none;
  }

  .container--contact {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section--contact {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .div-block-30 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-34 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-35 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form {
    text-align: center;
    width: 100%;
  }

  .form-block, .text-field-2, .text-field-3, .textarea {
    text-align: center;
  }
}

#w-node-_807c0964-c74a-bd98-b78c-80eca818920e-bf46e085 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_807c0964-c74a-bd98-b78c-80eca8189212-bf46e085 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_807c0964-c74a-bd98-b78c-80eca8189227-bf46e085 {
  justify-self: center;
}

#w-node-_807c0964-c74a-bd98-b78c-80eca8189229-bf46e085 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_807c0964-c74a-bd98-b78c-80eca818922c-bf46e085 {
  justify-self: center;
}

#w-node-_807c0964-c74a-bd98-b78c-80eca818922e-bf46e085 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1dbe602b-227d-cd87-9461-b1d4a8e8e526-bf46e085, #w-node-c3f647d0-6657-a363-9cc6-82ab09522b87-bf46e085, #w-node-faaed587-62da-3748-a0ae-29fa1e6dcce4-bf46e085, #w-node-faaed587-62da-3748-a0ae-29fa1e6dccf6-bf46e085 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8e83db75-07ff-a8d7-c765-25d7b7392d8d-bf46e085 {
  justify-self: start;
}

#w-node-_8e83db75-07ff-a8d7-c765-25d7b7392d94-bf46e085, #w-node-_8e83db75-07ff-a8d7-c765-25d7b7392da1-bf46e085 {
  align-self: start;
}

#w-node-_8e83db75-07ff-a8d7-c765-25d7b7392da4-bf46e085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e83db75-07ff-a8d7-c765-25d7b7392da7-bf46e085 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b49da18b-007e-6990-60a2-9767b4e0a041-bf46e085 {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_807c0964-c74a-bd98-b78c-80eca818920e-bf46e085 {
    grid-column: span 1 / span 1;
  }

  #w-node-_807c0964-c74a-bd98-b78c-80eca8189227-bf46e085 {
    place-self: auto;
  }

  #w-node-_807c0964-c74a-bd98-b78c-80eca818922c-bf46e085 {
    justify-self: auto;
  }

  #w-node-_1dbe602b-227d-cd87-9461-b1d4a8e8e526-bf46e085, #w-node-c3f647d0-6657-a363-9cc6-82ab09522b87-bf46e085 {
    justify-self: center;
  }

  #w-node-_8e83db75-07ff-a8d7-c765-25d7b7392d8a-bf46e085 {
    justify-self: auto;
  }

  #w-node-_8e83db75-07ff-a8d7-c765-25d7b7392da4-bf46e085 {
    justify-self: center;
  }
}


