:root {
  --white: white;
  --background-green: #cdcbad;
  --body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--linear-color-two: #eff2ff;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --header-h1: #005046;
  --black: #131218;
  --light-green: #73ff8c;
}

img {
  max-width: 100%;
  display: inline-block;
}

.div-block-black {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  flex-flow: column;
  width: 100vw;
  height: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 100px 40px;
  display: flex;
}

.heading-6 {
  color: var(--white);
  margin-top: 100px;
  font-family: Manrope, sans-serif;
  font-size: 96px;
  font-weight: 200;
  line-height: 115%;
}

.div-block-12 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 116px;
  display: flex;
}

.div-footer-footer-content {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  height: 300px;
  display: flex;
}

.div-footer-info {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  display: flex;
}

.paragraph-footer {
  color: var(--white);
  text-align: left;
  width: 100%;
  max-width: 100%;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.header-global {
  z-index: 1000;
  color: var(--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 105px;
  margin-top: 0;
  margin-bottom: -105px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Manrope, sans-serif;
  display: flex;
  position: sticky;
  top: 0;
}

.header-global:focus {
  color: var(--white);
}

.header-inline-div {
  object-fit: contain;
  object-position: 50% 0%;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 25%;
  max-height: 100%;
  display: flex;
}

.header-logo {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  max-height: 100%;
}

.div-block-20 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
}

.form {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 200;
  display: flex;
}

.text-block, .text-block-2 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--white);
  background-color: var(--white);
  color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  width: 70vw;
  line-height: 200%;
}

.text-field.form-message {
  height: 150px;
}

.form-block {
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.submit-button {
  border: 1px solid var(--white);
  background-color: #0000;
  margin-top: 40px;
}

.link {
  color: var(--light-green);
  text-overflow: clip;
}

.link:hover {
  color: var(--light-green);
}

.link:active, .link:focus {
  color: var(--white);
}

.link:visited {
  color: var(--light-green);
}

.header-inline-left-div {
  object-fit: contain;
  object-position: 50% 0%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  max-height: 100%;
  display: flex;
}

.header-link {
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
}

.footer-socials-icon {
  aspect-ratio: 1;
  filter: invert();
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.footer-socials {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  max-height: 56px;
  display: flex;
}

.footer-socials-block {
  max-height: 100%;
}

@media screen and (min-width: 1440px) {
  .rt-home-three-cta-contain-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .rt-nav-one-wrap {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }
}

@media screen and (max-width: 991px) {
  .rt-nav-one {
    display: none;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-home-three-cta-contain-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-button {
    padding: 15px 30px;
    font-size: 17px;
    line-height: 27px;
  }

  .rt-home-three-cta-main-box {
    padding: 60px 30px 70px;
  }

  .rt-home-three-cta-contain-text-wrap {
    max-width: none;
  }

  .div-block {
    max-height: none;
  }

  .body {
    flex-flow: column;
    font-family: Manrope, sans-serif;
    display: block;
    overflow: hidden;
  }

  .rt-home-three-accordion-answer.rt-about-three-accordion-answer, .rt-about-three-accordion-about-box {
    max-width: none;
  }

  .rt-about-three-accordion-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }

  .rt-about-three-frequently-content {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .rt-about-three-frequently-ask-text {
    max-width: none;
    margin-top: 0;
  }

  .rt-about-three-accordion-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .rt-about-three-accordion-box {
    padding: 15px;
  }

  .user-singular {
    min-width: 45%;
    max-width: 50%;
  }

  .rt-large-text-marquee-text-wrap {
    font-size: 4.6rem;
  }

  .heading-hero-title, .hero-content {
    width: 100%;
  }

  .paragraph-4 {
    font-size: 36px;
  }

  .users-content {
    flex-flow: wrap;
    height: auto;
  }

  .div-block-8 {
    height: auto;
  }

  .div-footer-footer-content {
    justify-content: space-between;
  }

  .div-footer-info {
    width: auto;
  }

  .header-global {
    background-color: var(--black);
  }

  .header-inline-div {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-end;
  }

  .tabs-menu {
    justify-content: space-around;
    height: 70%;
  }

  .work_tab.w--current {
    display: flex;
  }

  .div-block-network {
    justify-content: space-around;
    min-height: 90vh;
  }

  .text-block-tab {
    line-height: 100%;
  }

  .div-block-copy {
    max-height: none;
  }

  .heading-hero-quote {
    width: 100%;
  }

  .header-link {
    line-height: 200%;
  }

  .half-height-div-block {
    max-height: none;
  }
}

@media screen and (max-width: 767px) {
  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-button {
    padding: 12px 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .how-we-work-heading {
    line-height: 100%;
  }

  .rt-about-three-accordion-wrapper {
    margin-top: 0;
  }

  .rt-autofit {
    height: auto;
  }

  .our-style-heading {
    line-height: 100%;
  }

  .paragraph-4 {
    font-size: 36px;
  }

  .image-2 {
    width: auto;
  }

  .header-inline-div {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-end;
    width: 50%;
  }

  .small-semi-paragraph-16 {
    font-size: 16px;
    line-height: 150%;
  }

  .heading-7 {
    font-size: 24px;
    line-height: 120%;
  }

  .text-block-tab {
    font-size: 24px;
    line-height: 115%;
  }

  .black-div-heading-white {
    line-height: 100%;
  }

  .small-semi-paragraph-16-white {
    font-size: 16px;
    line-height: 150%;
  }

  .header-link {
    line-height: 200%;
  }
}

@media screen and (max-width: 479px) {
  .rt-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rt-home-three-cta-contain-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .how-we-work-title {
    justify-content: flex-start;
    align-items: center;
  }

  .how-we-work-content {
    flex-flow: column;
  }

  .body {
    overflow: visible;
  }

  .how-we-work-heading {
    overflow-wrap: anywhere;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    font-size: 64px;
    line-height: 100%;
    display: block;
  }

  .user-singular {
    width: 45%;
    max-width: 45%;
  }

  .heading-3 {
    overflow-wrap: anywhere;
    font-size: 24px;
  }

  .users-heading {
    overflow-wrap: anywhere;
    font-size: 64px;
  }

  .big-paragraph-40 {
    font-size: 24px;
  }

  .our-team-content {
    flex-flow: column-reverse;
  }

  .hero-home-header {
    background-size: cover;
    background-attachment: fixed;
    border: 0 #000;
    width: 100vw;
    height: 101vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-hero-title {
    font-size: 24px;
  }

  .paragraph-4 {
    font-size: 36px;
  }

  .users-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

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

  .small-paragraph-18 {
    width: 100%;
    min-width: 100%;
    font-size: 16px;
  }

  .div-block-black {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-6 {
    overflow-wrap: anywhere;
    font-size: 64px;
  }

  .div-footer-footer-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    min-height: 30vh;
  }

  .div-footer-info {
    flex-flow: column;
    max-width: 100%;
  }

  .paragraph-footer {
    text-align: left;
  }

  .header-global {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-inline-div {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-end;
    width: 50%;
  }

  .div-block-16, .div-block-17 {
    flex-flow: wrap;
  }

  .partners-singular-three, .partners-singular-two {
    width: 100%;
  }

  .tabs-menu {
    flex-flow: column;
    align-self: center;
    width: 100%;
    max-width: 100%;
    height: 60%;
    margin-left: 0;
  }

  .tabs {
    grid-column-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .small-semi-paragraph-16 {
    font-size: 16px;
    line-height: 150%;
  }

  .heading-7 {
    font-size: 24px;
    line-height: 150%;
  }

  .tabs-content {
    flex-flow: row;
    flex: 0 auto;
    align-self: auto;
    width: 70%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .work_tab {
    justify-content: flex-start;
    align-items: center;
    height: 25%;
    display: flex;
  }

  .work_tab.w--current {
    justify-content: flex-start;
    align-items: center;
    font-size: 36px;
    display: flex;
  }

  .text-block-tab {
    font-size: 24px;
    line-height: 100%;
  }

  .div-block-copy {
    overflow: hidden;
  }

  .black-div-heading-white {
    color: var(--white);
    overflow-wrap: anywhere;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    font-size: 64px;
    line-height: 100%;
    display: block;
  }

  .half-content-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    order: 0;
    align-self: auto;
    width: 100%;
  }

  .heading-2-green {
    flex: 0 auto;
    width: 100%;
    font-size: 32px;
    position: static;
  }

  .semi-paragraph-40 {
    font-size: 24px;
  }

  .small-semi-paragraph-16-white {
    font-size: 16px;
    line-height: 150%;
  }

  .div-block-black-quote {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-hero-quote {
    font-size: 48px;
  }

  .header-link {
    font-size: 14px;
    line-height: 200%;
  }

  .third-content-col {
    width: 100%;
  }

  .half-height-div-block {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .who-we-are-tab {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .who-we-are-tab.w--current {
    background-color: #dbdbdb;
  }

  .tabs-menu-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .who-we-are-info-title {
    overflow-wrap: normal;
    font-size: 24px;
    line-height: 115%;
  }

  .founder-location {
    font-size: 12px;
  }

  .entrepreneurs-tab {
    width: 40%;
    min-height: auto;
  }

  .who-we-are-bio {
    column-count: 1;
    font-size: 14px;
  }

  .tabs-content-2 {
    border-color: #dbdbdb;
    padding: 15px;
  }
}
